Add Detail View for Login #212

Merged
6543 merged 4 commits from 6543/tea:refactor_login-and-conf into master 2020-10-02 15:57:51 +00:00
Owner

Add Detail View for Login
... refactor AddLogin
... make complient with #37
... rm unused code'

Add Detail View for Login ... refactor AddLogin ... make complient with #37 ... rm unused code'
6543 added 3 commits 2020-10-01 21:19:33 +00:00
6543 changed title from Add Detail View for Login ... refactor AddLogin ... make complient with #37 ... rm unused code to Add Detail View for Login 2020-10-01 21:20:22 +00:00
6543 added this to the v0.6.0 milestone 2020-10-01 21:20:26 +00:00
6543 added the
kind
refactor
kind
enhancement
status/needs-reviews
labels 2020-10-01 21:20:43 +00:00
noerw approved these changes 2020-10-01 21:50:23 +00:00
Dismissed
noerw left a comment
Member

Yeah, the refactoring starts to show off! the code has actually become a joy to read ?

Yeah, the refactoring starts to show off! the code has actually become a joy to read ?
noerw added the
kind/breaking
label 2020-10-01 21:54:33 +00:00
Member

Added kind/breaking, as tea login without further args behaves very differently now

Added kind/breaking, as `tea login` without further args behaves very differently now
noerw reviewed 2020-10-01 21:58:16 +00:00
Dismissed
@ -6,4 +0,0 @@
// App related variables
var (
AppVer string
Member

We might need a package like this to implement the debug mode via build tags (i.e. makefile injects -X settings.Tags="debug")?

We might need a package like this to implement the debug mode via build tags (i.e. makefile injects `-X settings.Tags="debug"`)?
Author
Owner

make already inject to -X "main.Version=$(TEA_VERSION)" -X "main.Tags=$(TAGS)"

I also think it make more sence to have a flag and set verbose levels

make already inject to `-X "main.Version=$(TEA_VERSION)" -X "main.Tags=$(TAGS)"` I also think it make more sence to have a flag and set verbose levels
Member

what I mean is: we need the debug tag as some global state, and a settings package would be a good fit. but yeah, maybe a flag is better than a tag anyway.

what I mean is: we need the debug tag as some global state, and a `settings` package would be a good fit. but yeah, maybe a flag is better than a tag anyway.
noerw marked this conversation as resolved
zeripath approved these changes 2020-10-02 15:46:54 +00:00
Dismissed
6543 removed the
status/needs-reviews
label 2020-10-02 15:47:29 +00:00
6543 added 1 commit 2020-10-02 15:50:18 +00:00
Merge branch 'master' into refactor_login-and-conf
All checks were successful
continuous-integration/drone/pr Build is passing
b08b1b3006
6543 merged commit e23f56e81c into master 2020-10-02 15:57:51 +00:00
6543 deleted branch refactor_login-and-conf 2020-10-02 15:58:00 +00:00
Sign in to join this conversation.
No description provided.