-
Notifications
You must be signed in to change notification settings - Fork 36
Calculate and return days remaining in get signup response #432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
sbryzak
merged 37 commits into
codeready-toolchain:master
from
sbryzak:SANDBOX-554-reg-service
Jul 4, 2024
Merged
Changes from 27 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
2a34b8b
initial implementation
sbryzak 47b4322
updated existing tests
sbryzak 0f7a3ef
fixed
sbryzak 5100873
add get/list/watch permissions for UserTiers
sbryzak d1eef45
review comments
sbryzak d2eaf1b
stashing changes
sbryzak d726b50
revert
sbryzak f74ea78
Merge remote-tracking branch 'origin/master' into SANDBOX-554
sbryzak fc80365
updated api
sbryzak 2be3b46
fix lint error
sbryzak 860faf9
return days remaining in get signup response
sbryzak 307899d
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak abca95a
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak 43d1dfa
linter
sbryzak a0d8e0e
added unit test
sbryzak 8110a48
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak 817e023
fixed undo text
sbryzak 329a8b0
review comments
sbryzak b8ea212
minor
sbryzak bfb2f6e
cleanup
sbryzak b5500c8
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak 44bb712
fix comment
sbryzak 41085ca
coverage
sbryzak eeae459
lint
sbryzak aafc0d3
fix
sbryzak afa7c16
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak b3516e0
review comments
sbryzak 9912c3d
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak 3eed976
removed daysRemaining
sbryzak 6db97b0
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak eeb80a6
minor
sbryzak 1ecb546
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak 6edebf0
refine
sbryzak 1a0d786
parse as local
sbryzak 0384c85
do it all in UTC
sbryzak d9c6673
review comments
sbryzak ab70570
Merge remote-tracking branch 'origin/master' into SANDBOX-554-reg-ser…
sbryzak File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package util | ||
|
||
// Ptr is a generic function that returns a pointer to whatever value is passed in | ||
func Ptr[T any](v T) *T { | ||
return &v | ||
} |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.