Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Releases: reinventingscience/ivcap-cli

v0.22.0

06 Jun 07:11
a552613
Compare
Choose a tag to compare

Changelog

  • 7fce431 Fixed some missing history references.
  • 4ee6ed0 Fixed spelling error
  • b9e3758 Merge pull request #25 from reinventingscience/develop
  • a552613 Merge pull request #26 from reinventingscience/develop
  • a64a297 Missed that we changed the github repo name
  • c765d15 cmd/service: Service now needs an authentication header like all other calls

v0.21.0

14 Apr 08:29
37da341
Compare
Choose a tag to compare

Changelog

  • 402bf06 BONUS: Added a periodic check for newer versions
  • 0cfafa7 Makefile: Removed unnecessary code and also updated goreleaser's clean flag
  • 37da341 Merge pull request #23 from reinventingscience/feat/meta-update
  • a4cb718 metadata: Added support for the new 'metadata update' option.

v0.20.0

12 Apr 08:39
154677b
Compare
Choose a tag to compare

Changelog

  • 083163c Added 'make tv/movie' target :)
  • 28713f9 Lots of small and not so small changes.
  • 4c63717 Merge branch 'main' into develop
  • 6606dfa Merge pull request #21 from reinventingscience/doc_context_fixup
  • 154677b Merge pull request #22 from reinventingscience/develop
  • faf52ce url is now an argument not an option

v0.17.0

27 Mar 00:20
a0d54da
Compare
Choose a tag to compare

Changelog

  • a0d54da Merge pull request #20 from reinventingscience/homebrew2
  • f394e37 attempt to release tool via homebrew

v0.16.0

27 Mar 00:09
bb52869
Compare
Choose a tag to compare

Changelog

  • 0475bb4 Add, hopefully clarifying documentation.
  • 6bcb785 Added Apache license file
  • 60fea89 Added additional check if payload is empty
  • 2d29961 Added license header to every file
  • 0995959 Added make target to add a license header to every file
  • 96d1a4b Automatically refresh our access token when we use a command
  • f617ed6 Better defend against errors in retrieving authInfo.yaml
  • d79d762 Bump golang.org/x/net from 0.4.0 to 0.7.0
  • af2359c Change ApiError.Pyld to a more meaningful ApiError.Payload
  • 0e3fd2f Changed 'getFreshAccessToken' to a more accurate 'getAccessToken'
  • c2e8893 Extract Account ID from ID Token and store it locally
  • 56a508a Fix go mod/sum files after merge
  • e5f1c4f Fix merge issues
  • 69fa4c7 Generalise file in and output to use '-f', '-o' reserved for output format
  • c8588f9 Handle invalid_grant error case when polling for tokens
  • 337a87c Improve handling of access-token
  • c97f119 Improved loggin messages
  • cd70f7e Improved message to user
  • 51855ab Initial Implementation of the QR Login Command
  • 158aa89 Make '--silent' more silent
  • 14228a1 Merge branch 'bugfix/CrossPlatformConfigLocation' into feature/jwt-auth
  • 17f6cb7 Merge pull request #13 from reinventingscience/license
  • e596d39 Merge pull request #14 from reinventingscience/bug/context-get
  • 67097c4 Merge pull request #15 from reinventingscience/feature/jwt-auth
  • 06e158c Merge pull request #17 from reinventingscience/bug/config
  • 0ac88fa Merge pull request #18 from reinventingscience/dependabot/go_modules/golang.org/x/net-0.7.0
  • bb52869 Merge pull request #19 from reinventingscience/bug/tus
  • 4828e8a Merge remote-tracking branch 'origin/main' into bug/context-get
  • 509be21 Merge remote-tracking branch 'origin/main' into feature/jwt-auth
  • c1c16df Merge remote-tracking branch 'origin/main' into jwt-auth
  • c38d23f Provide a more meaningful error message when the config file doesn't exist
  • 97d09e0 Query the IVCAP service for login URLs
  • d162d37 Remove debugging print statement
  • 0340435 Remove un-necessary storage of code and token urls
  • 49e64ed Removed 'ClearAuthorisation
  • 1e5330d Rename references to "JWT" to "AccessToken" to better reflect functionality
  • 35d6beb Replace old login command with new qrlogin oauth command
  • 3855a1c Return error as Cobra error.
  • 156e96e Update Makefile to support Windows
  • 132c1ee Update go.mod and go.sum after merge
  • 12debdb Update go.mod to use go 1.19 Add dependency on yaml v3 which is used by login
  • e624a88 Update login to use updated YAML authinfo configuration file
  • 7d16679 Use a better name for GOPRIVATE environment setup
  • 02c284a adapter: Added PostForm method
  • 6453d2c adapter: Have the ApiError return the response body as Payload
  • b8b5d3e artifact: Better dealing with artifacts read from stdin (don't know size)
  • 414eb40 artifact: If we can determine the file size on upload, use it
  • c568c4a cmd/context: General cleanups
  • d608a7a cmd/login: Replace direct http calls with adapter API and fixed some clock drift issues
  • 9f52c3f cmd/order: Added --account-id flag to override the ID used for ordering
  • 0d70853 only replace the refresh token if a new one got provided
  • 07ab256 rootCmd: Cleanup and turn 'err' returns in immediate 'cobra.checkErr'

v0.15.2

02 Feb 22:40
3f38a2b
Compare
Choose a tag to compare

Changelog

  • f369c56 goreleaser: Apparently we don't really need archives

v0.14.0

25 Jan 03:52
1051c0d
Compare
Choose a tag to compare

Changelog

  • 0590f74 Merge branch 'main' into bugfix/CrossPlatformConfigLocation
  • dcc4152 Merge pull request #3 from reinventingscience:bugfix/CrossPlatformConfigLocation
  • 1051c0d Merge pull request #4 from reinventingscience/bugfix/CrossPlatformConfigLocation
  • 94e8c3e Merge remote-tracking branch 'origin/main' into bugfix/CrossPlatformConfigLocation
  • cbcf54e Update access permissions on the created user config file and directory
  • b4ccbf9 Update config name to remove dot notation
  • f7a4393 Update link to local ivcap-core for building
  • 412f7b7 Use os.UserConfigDir() to specify the config file directory

v0.13.3

10 Jan 01:03
dcc4152
Compare
Choose a tag to compare

Changelog

  • 25ce5a0 goreleaser: Change download_strategy to avoid https on private repo

v0.13.2

10 Jan 00:38
dcc4152
Compare
Choose a tag to compare

Changelog

  • 342b566 gorelaser: Didn't understand the meaning of brews/tap/owner. Second attempt

v0.13.1

10 Jan 00:35
dcc4152
Compare
Choose a tag to compare

Changelog

  • 0590f74 Merge branch 'main' into bugfix/CrossPlatformConfigLocation
  • dcc4152 Merge pull request #3 from reinventingscience:bugfix/CrossPlatformConfigLocation
  • 94e8c3e Merge remote-tracking branch 'origin/main' into bugfix/CrossPlatformConfigLocation
  • 412f7b7 Use os.UserConfigDir() to specify the config file directory
  • 215d7ca build: Releaser needs the latest go.sum apparently. Not sure how we minimize that in the future.
  • 3b8a3d9 gorelease: First attempt to create a homebrew tap