Skip to content

Releases: gemnasium/toolbelt

1.0.3

11 Jan 15:14
Compare
Choose a tag to compare
  • Ignores node_modules and .bundle directories when searching for dependency files.
  • GEMNASIUM_IGNORED_PATHS filters path in addition to filenames.

1.0.2

09 Jan 15:44
Compare
Choose a tag to compare

Compatibility with API version 2 and Gemnasium Enterprise

0.2.11

12 Oct 00:00
Compare
Choose a tag to compare
  • Accept package-lock.json dependency files

0.2.10

22 Sep 20:41
Compare
Choose a tag to compare
  • Better error handling

0.2.9

09 Jul 14:26
Compare
Choose a tag to compare
  • Fix debian packages
  • Code cleaning

0.2.8

08 Jul 00:03
Compare
Choose a tag to compare
  • Add a Dockerfile, to build gemnasium/toolbelt image
  • Remove deprecation warnings when running commands

0.2.7

04 Feb 16:06
Compare
Choose a tag to compare
  • Remove hardcoded max duration for autoupdate. CI servers have timeouts anyway. (#33)

0.2.6

21 Feb 22:34
Compare
Choose a tag to compare
  • "liveeval" command now returns 1 if runtime status is red
  • Better error logging: error message from API is now displayed
  • Autoupdate command is now split into run and apply. The command gemnasium autoupdate is now gemnasium autoupdate run. apply will fetch the best set of dependencies from gemnasium (after run returned a success).

0.2.5

05 Aug 10:02
Compare
Choose a tag to compare
  • Fix dependency files push (gemnasium df push)
  • Add --files option to df push, and make "df push" and "eval" more consistent
  • Send Revision and Branch headrs (required to use auto-update with local projects, not hosted on github)
  • New command: "env". Displays the env vars used by gemnasium
  • Check project revision before running auto-update
  • New debian/ubuntu apt repository

0.2.4

15 Jul 12:33
Compare
Choose a tag to compare
  • Fix auth login and logout
  • Fix project description with several words (#14)
  • Improve test suite and code coverage