Releases
v0.4.0
Changelog
Features
2ca7c3c feat: add deploy command
3410abd feat: add new docs pages
e49616e feat: add project list command
f6047d9 feat: add support for context management
ac741ad feat: add support to go 1.17 and 1.18
7958647 feat: created miaClient and tests
9c3149c feat: move cli options to a single struct
9ca658d feat: new login
639a2f2 feat: refactor httphandler to integrate miaclient and request structs
db6df5f feat: refactor repository to use new template
7604196 feat: remove custom completion
3b3222f feat: rename apibaseurl flag to endpoint
8474f28 feat: save login tokens in files
d8c8e48 feat: set ctx values before project list cmd
13f6a54 feat: update dependencies
94bb54e feat: update login function to close browser
a2bfe41 feat: update tools versions
Bug Fixes
b12c7cd fix: add check for expired token
07949f7 fix: broken tests
d67bb8f fix: check if flags have changed to set ctx values
e42eb2a fix: close resp body only when resp is not nil
82372fd fix: commands descriptions for autocomplete
737f901 fix: commented out test
5a195d3 fix: correct error handling
d6d8727 fix: fix test with go 1.18
3ea8a55 fix: login flow
4982359 fix: mock browser call in goroutine
b2b337d fix: move html script for login browser inside body
57b4c45 fix: remove unusued type, export Token
db29cf6 fix: remove logs
Others
8b1a830 Merge branch 'feat/refactor-repository' of github.com:mia-platform/miactl into feat/refactor-repository
3d7b6f4 Merge pull request #56 from mia-platform/fix/docs-directory-miactl
a244652 Merge pull request #64 from mia-platform/dependabot/go_modules/github.com/stretchr/testify-1.7.5
dcb3fa2 Merge pull request #66 from mia-platform/fix-go-1.18
a842ed5 added docs files
06013d6 build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.5
ff2136b chore: change LICENSE to Apache2
3af98d1 chore: move files to old directory
4f83d1f ci: update ci test job
3937373 corrections
8d0adde docs: add commands section
ab9e6e4 docs: add context examples
56d1ddb docs: add deploy example
fa146db docs: add examples file
a6b1303 docs: add instruction for new setup doc
498f06d docs: add overview section
0812e58 docs: delete old doc files
04e7f5c docs: finalized documentations
a1e8ef1 docs: fix docker installation command
127440a docs: update deploy command usage
a5a3fb8 docs: update flags for project list command
625d74e docs: update installation instruction in README
19fde1d docs: v0.4.0
08cac3b refactor: bring sanity to command flags
f5c73cb refactor: change auth url to base url
f7762aa refactor: change request to sessionhandler
31e6d58 refactor: check return value of w.Write in mock server
3f20053 refactor: close resp body before returning OIDC tokens
06aaa24 refactor: context update function
ed9cc9d refactor: integrate MiaClient with Request
68e73a6 refactor: move IAuth field to SessionHandler struct
67b3c61 refactor: remove old code and update linter rules
cf55631 refactor: return an error when setting context values
c062801 style: change deploy command use
832868f style: change html style for login succeded page
2564970 style: renamed deploy no-semver flag
2740d1b test: unit test for httpClientBuilder
You can’t perform that action at this time.