Conversation
|
Think you would need to bump the migration timestamp. Thx! @pivotal-bin-ju |
jwntrs
left a comment
There was a problem hiding this comment.
Left some inline comments
e5a00a3 to
05ae38c
Compare
|
@pivotal-jwinters, after @zoetian's update, do you have more comments are should we continue with the implementation of |
b109916 to
3a9b7ba
Compare
1849d7a to
8f41ad9
Compare
|
@pivotal-jwinters @xtremerui this should be ready for review now 👍 |
jwntrs
left a comment
There was a problem hiding this comment.
Just that one small change
3c21e0f to
29f6b43
Compare
11e5337 to
d9e760c
Compare
|
We have one unit test failing. See these links for details/stack traces:
but it's only failing in CI. It doesn't fail locally. Thought it might be an issue with different ginkgo versions between ci and local but that was a dead-end. (ci and local are both using ginkgo v1.8.0) Figured it out; had to do with location changing after unmarshaling json encoded time.Time. When we create a Fixed it by setting location to UTC right from the start. Passes on both systems now. |
a700f3b to
1e31bea
Compare
|
Got all the tests passing! @pivotal-jwinters @xtremerui one last review and then merge please 😄 |
9cc65c8 to
fa2026e
Compare
- Adds `users` table up and down migrations. - Adds ATC functionality to write or update the user in the db on a successful login. - Adds ATC api functionality under `/api/v1/users`. - Adds `fly users` command. - Adds unit tests in place. Signed-off-by: Bin Ju <[email protected]> Co-authored-by: Bishoy Youssef <[email protected]> Co-authored-by: Ciro S. Costa <[email protected]> Co-authored-by: Taylor Silva <[email protected]> Co-authored-by: Zoe Tian <[email protected]> Signed-off-by: Zoe Tian <[email protected]>
- also removed it from the fly command. Signed-off-by: Zoe Tian <[email protected]> Co-authored-by: Bishoy Youssef <[email protected]> Signed-off-by: Bin Ju <[email protected]> Co-authored-by: Taylor Silva <[email protected]>
Signed-off-by: Taylor Silva <[email protected]>
fa2026e to
fd87e21
Compare
|
@pivotal-jwinters @xtremerui switched the |
Resolved, lost history from force pushing though.
concourse/concourse#4096 Signed-off-by: James Thomson <[email protected]> Co-authored-by: Jamie Klassen <[email protected]>
concourse/concourse#4096 Signed-off-by: Jamie Klassen <[email protected]> Co-authored-by: James Thomson <[email protected]>
#4096 Signed-off-by: Jamie Klassen <[email protected]> Co-authored-by: James Thomson <[email protected]>
#4096 Signed-off-by: Jamie Klassen <[email protected]> Co-authored-by: James Thomson <[email protected]>
Fixes #4035
Looking to get some feedback on this code we have so far. Wondering about things like the error message we return here and just if we're on the right track so far with implementing this new endpoint.
CC @taylorsilva