Wed, 12 Apr 2017 23:02:15 +0200 Mikael Berthe Timelines: Handle error from API server
Wed, 12 Apr 2017 22:46:16 +0200 Mikael Berthe Use basic auth if oauth2 is not explicitely requested
Wed, 12 Apr 2017 22:31:21 +0200 Mikael Berthe Restore instance loaded from configuration
Wed, 12 Apr 2017 22:26:52 +0200 Mikael Berthe Merge remote-tracking branch 'upstream/develop' into mckael-experiments_2
Wed, 12 Apr 2017 18:28:39 +0200 Mikael Berthe Add timelines support
Wed, 12 Apr 2017 18:28:24 +0200 Mikael Berthe Fix Bearer
Wed, 12 Apr 2017 18:27:34 +0200 Mikael Berthe Change import for the experiment branch
Wed, 12 Apr 2017 17:36:27 +0200 Mikael Berthe Initial login support
Wed, 12 Apr 2017 17:33:17 +0200 Mikael Berthe Some Fixes
Wed, 12 Apr 2017 16:40:02 +0200 Mikael Berthe Make it work with non-defaut instances
Wed, 12 Apr 2017 18:07:56 +0200 Ollivier Robert Begin auth support.
Wed, 12 Apr 2017 14:27:09 +0200 Ollivier Robert Merge branch 'feature/restructuring' into develop
Wed, 12 Apr 2017 14:26:28 +0200 Ollivier Robert Remove config stuff from here.
Wed, 12 Apr 2017 14:25:53 +0200 Ollivier Robert Simplify.
Wed, 12 Apr 2017 14:25:13 +0200 Ollivier Robert Move test stuff there too.
Wed, 12 Apr 2017 14:23:10 +0200 Ollivier Robert Use site part of the endpoint but fix "/api/v1". Use FallBack if necessary.
Wed, 12 Apr 2017 14:22:04 +0200 Ollivier Robert Complete rewrite with config integration here.
Wed, 12 Apr 2017 14:20:47 +0200 Ollivier Robert One cannot apply a method directly on {}, ok.
Wed, 12 Apr 2017 14:12:40 +0200 Ollivier Robert Rename "Gondole" as "Client" to avoid "gondole.Gondole".
Wed, 12 Apr 2017 13:19:50 +0200 Ollivier Robert We are in package "main" now.
Wed, 12 Apr 2017 13:18:55 +0200 Ollivier Robert Add basename & filterURL.
Wed, 12 Apr 2017 13:18:26 +0200 Ollivier Robert Add tests for basename/filterURL.
Wed, 12 Apr 2017 13:07:57 +0200 Ollivier Robert Add json tags.
Wed, 12 Apr 2017 09:38:20 +0200 Ollivier Robert Move config stuff into the CLI app.
Tue, 11 Apr 2017 17:15:12 +0200 Ollivier Robert BaseURL must be specified as base_URL in the TOML file.
Tue, 11 Apr 2017 17:04:40 +0200 Ollivier Robert Add a baseURL parameter to NewApp().
Tue, 11 Apr 2017 11:51:47 +0200 Ollivier Robert Change all ID into string, I guess this was to avoir overflow.
Tue, 11 Apr 2017 11:30:23 +0200 Ollivier Robert Fix json name.
Tue, 11 Apr 2017 11:27:59 +0200 Ollivier Robert Sync with tests.
Tue, 11 Apr 2017 11:27:45 +0200 Ollivier Robert More tests.
Tue, 11 Apr 2017 10:22:44 +0200 Ollivier Robert Update install instructions.
Tue, 11 Apr 2017 00:09:21 +0200 Ollivier Robert Add missing test file.
Mon, 10 Apr 2017 23:47:57 +0200 Ollivier Robert More tests.
Mon, 10 Apr 2017 23:47:46 +0200 Ollivier Robert Display location.
Mon, 10 Apr 2017 23:38:20 +0200 Ollivier Robert Some more tests.
Mon, 10 Apr 2017 23:33:51 +0200 Ollivier Robert gofmt pass.
Mon, 10 Apr 2017 22:20:13 +0200 Ollivier Robert Repeat after me, filepath.Join uses "," to separate args, not "+"
Mon, 10 Apr 2017 21:46:24 +0200 Ollivier Robert Add testing token file.
Mon, 10 Apr 2017 21:45:44 +0200 Ollivier Robert Cleanup after rename.
Mon, 10 Apr 2017 21:40:05 +0200 Ollivier Robert Rename the binary.
Mon, 10 Apr 2017 21:38:40 +0200 Ollivier Robert Fix binary name.
Mon, 10 Apr 2017 20:55:45 +0200 Ollivier Robert Allocate stuff the same way everywhere.
Mon, 10 Apr 2017 20:47:08 +0200 Ollivier Robert Again, fix allocation.
Mon, 10 Apr 2017 20:45:57 +0200 Ollivier Robert Unshadow variable, fix test.
Mon, 10 Apr 2017 20:02:12 +0200 Ollivier Robert Add that one too.
Mon, 10 Apr 2017 20:01:45 +0200 Ollivier Robert Grrr, workaround the fact that one can not commit "000" files.
Mon, 10 Apr 2017 19:57:45 +0200 Ollivier Robert Add files to test with.
Mon, 10 Apr 2017 19:36:10 +0200 Ollivier Robert Add test for loadGlobal().
Mon, 10 Apr 2017 19:35:54 +0200 Ollivier Robert Actually allocate storage before Unmarshall().
Mon, 10 Apr 2017 17:16:37 +0200 Ollivier Robert Use a real API endpoint.
Mon, 10 Apr 2017 17:14:56 +0200 Ollivier Robert Add a few checks & logging.
Mon, 10 Apr 2017 17:11:47 +0200 Ollivier Robert Add sorting for the future commands.
Mon, 10 Apr 2017 17:09:48 +0200 Ollivier Robert Proper testing requires "mock"-ing the API call… Later I guess.
Mon, 10 Apr 2017 16:22:26 +0200 Ollivier Robert Sigh, we will try to ignore the binary and not the directory another time.
Mon, 10 Apr 2017 16:21:27 +0200 Ollivier Robert Hook up the application registration + gofmt.
Mon, 10 Apr 2017 16:20:38 +0200 Ollivier Robert The API endpoint does not need the trailing "/".
Mon, 10 Apr 2017 16:20:02 +0200 Ollivier Robert Properly load/write configuration files.
Mon, 10 Apr 2017 15:54:10 +0200 Ollivier Robert Register the new client if not already done.
Fri, 07 Apr 2017 15:32:49 +0200 Ollivier Robert Remove dup import().
Fri, 07 Apr 2017 15:32:29 +0200 Ollivier Robert Add new error ErrAlreadyRegistered.
(0) -60 +60 +100 tip