Commit Graph

  • f47a634 (HEAD -> master) don't NPE if package_release_date isn't in a datablob by Erin Moon 2019-07-03 02:40:59 -0500
  • 265e9ed Clean comment gitlab ci file by Gwendal 2019-06-12 13:17:53 +0200
  • 2a02b13 Add missing default values in help by Gwendal 2019-01-20 12:36:06 +0100
  • 5d1e3e4 Update test cases by Gwendal 2019-01-04 14:46:50 +0100
  • 5b2e5f2 Update README by Gwendal 2019-01-04 14:44:41 +0100
  • a7202eb Add timeout option for HTTP connections by Gwendal 2019-01-04 14:43:21 +0100
  • 4967c0e Add percentage progress during downloads by Gwendal 2019-01-04 13:29:12 +0100
  • f237446 Add missing break in retry loop by Gwendal 2019-01-04 13:28:30 +0100
  • 416c1e5 Manage artist/album names containing path separators ('/' or '\') by Gwendal 2019-01-04 11:32:46 +0100
  • 968748f Add option to specify a number of retries for failed download attempts by Gwendal 2019-01-04 11:04:44 +0100
  • f01a095 Fix error when colon in folder name (windows only) by Gwendal 2019-01-04 10:18:20 +0100
  • 9c44e49 Create output dir if missing by Gwendal 2019-01-04 09:56:23 +0100
  • cf4dd39 Move cookies management code to separate file by Gwendal 2019-01-04 09:42:59 +0100
  • f7ad737 Minor cosmetic refactorings by Gwendal 2018-11-16 16:42:32 +0100
  • 7e52a33 Move business-independent code to Util class by Gwendal 2018-11-16 16:40:20 +0100
  • aceae65 Update help and README with windows support by Gwendal 2018-11-16 16:38:21 +0100
  • 82caab7 Add windows support by Gwendal 2018-11-16 16:34:33 +0100
  • b62994d Acknowledge new libraries in README by Gwendal 2018-11-15 21:20:49 +0100
  • 44c23ac Update README with new default behavior by Gwendal 2018-11-15 21:17:15 +0100
  • 0d1d0fa Update help message and README by Gwendal 2018-11-15 21:13:24 +0100
  • c5e0b5d Look for firefox cookies when no cookies file is provided by Gwendal 2018-11-15 21:09:21 +0100
  • 5f648f5 Fix remaining TODO exception handling by Gwendal 2018-08-18 13:14:56 +0200
  • f2347ed Add error management for when no download links are available by Gwendal 2018-08-18 13:11:41 +0200
  • 752a095 Manage error when provided bandcamp user does not exist by Gwendal 2018-08-18 13:07:25 +0200
  • 4cfc571 Make CLI handle all parameter error kinds by Gwendal 2018-08-18 13:00:56 +0200
  • fb95896 Add testing to gitlab CI by Gwendal 2018-08-18 12:56:18 +0200
  • 04072c4 Make cookie parsing nullcheck consistent with nullable types by Gwendal 2018-08-18 12:55:23 +0200
  • 5cbb15d Fix test cases (wrong previous commit) by Gwendal 2018-08-18 12:51:55 +0200
  • c9daf70 Add error management for invalid/malformed cookies files by Gwendal 2018-08-18 12:51:07 +0200
  • a546540 Add simple error management + manage invalid cookies file by Gwendal 2018-08-18 11:53:33 +0200
  • 33a0dbf Refactoring into separate functions and files by Gwendal 2018-08-18 11:34:29 +0200
  • 0d9a709 Fix CI artifact path, rollback to build/libs by Gwendal 2018-08-08 00:58:50 +0200
  • b385366 Remove "-all" from the jar suffix by Gwendal 2018-08-08 00:58:03 +0200
  • 4e51829 Update README to provide access to jars build by the CI by Gwendal 2018-08-08 00:56:34 +0200
  • 1988a3e Change CI artifact path by Gwendal 2018-08-08 00:48:55 +0200
  • cddf817 Fix CI job by Gwendal 2018-08-08 00:46:18 +0200
  • 7cf3254 Add artifacts clause to CI file by Gwendal 2018-08-08 00:45:27 +0200
  • 72c0ad3 Add .gitlab-ci.yml by Gwendal 2018-08-08 00:41:45 +0200
  • 6cb7f6b Fix README by Gwendal 2018-08-08 00:40:20 +0200
  • 15cb9f3 Fix typo by Gwendal 2018-08-08 00:39:44 +0200
  • e392e08 Add dependencies by Gwendal 2018-08-08 00:39:25 +0200
  • 0302f84 Merge branch 'master' of framagit.org:Gwendal/bandcamp-collection-downloader by Gwendal 2018-08-08 00:35:58 +0200
  • 0d85748 Fix README by Gwendal 2018-08-08 00:35:50 +0200
  • 692599c Add LICENSE by Gwendal 2018-08-08 00:34:58 +0200
  • b71a0c6 Fix CLI usage documentation by Gwendal 2018-08-08 00:34:12 +0200
  • 4a3e4b3 Add README by Gwendal 2018-08-08 00:34:00 +0200
  • 3da78ec Fix typo by Gwendal 2018-08-08 00:18:00 +0200
  • bb45188 Change a few comments and logging commands by Gwendal 2018-08-08 00:08:36 +0200
  • 9f3c061 Add build folder to gitignore by Gwendal 2018-08-08 00:08:24 +0200
  • a108ad4 Add gradle task to build jar with all dependencies by Gwendal 2018-08-08 00:08:17 +0200
  • 1dd5600 Update gitignore by Gwendal 2018-08-07 17:26:17 +0200
  • ca5cce5 Rename package by Gwendal 2018-08-07 17:25:59 +0200
  • 878fd5d Remove selenium dependency + add gson by Gwendal 2018-08-07 17:25:48 +0200
  • 8b99aa6 Rename main file + remove old attemps by Gwendal 2018-08-07 17:25:34 +0200
  • 000a364 Initial commit by Gwendal 2018-08-07 17:16:56 +0200
  • 7399a87 Initial commit by Gwendal 2018-08-07 17:14:02 +0200