Skip to content

v0.2.9

Compare
Choose a tag to compare
@djelusic djelusic released this 04 Mar 10:25
· 41 commits to master since this release

Changelog

b4296a6 Merge remote-tracking branch 'origin/master' into gh-auth
3b1f8a0 Update readme.md
388364e add authorization for deploy and node functions
ef33509 add domain tests, part of #112
eccced0 add error message for unauthorized users
9ada01b add logout command for testing
33cb804 add more auth unit tests
d902d00 add more tests for stage_diff
0bc8e3a add more tests for workspace
7d04f04 add node login command
772003e add org read scope
36cd442 add test
4b517bc add tests for event
853b6a6 allow empty public key env
1570e27 begin integrating github auth
f789ebe fix authorizer permissions
513b5e9 fix build
683aef1 fix panic
b016497 fix stage prompt label, closes #111
150dbc9 fix unit tests
a4935a9 fix unit tests
a1309cb force CGO_ENABLED=0 env when cross-compiling project binaries closes #116
047679a handle all authorization on node
36207f2 implement authorization
eb19d41 implement first version of github auth
8631786 propagate auth error to client
6811c9e remove authentication in node example
da4b157 remove automatic token creation
6025601 remove log
545276a remove log
de49529 remove unused constant
9e72dbb split auth and node management into two functions
278fd4f upgrade mantil.go
6a35762 use imports for formatting, closes #110