-
Notifications
You must be signed in to change notification settings - Fork 894
feat: add "dormant" user state #8644
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
Merged
Changes from 1 commit
Commits
Show all changes
80 commits
Select commit
Hold shift + click to select a range
30b71d0
WIP
mtojek 0091738
generated
mtojek 6771255
make gen
mtojek 57547ae
Dormant API
mtojek f699e6f
WIP
mtojek 3376a0f
make gen
mtojek 4fbc5d9
userauth
mtojek 67c4e96
fix: lint
mtojek daa025f
UsersFilter.tsx
mtojek b86f636
Site UI changes
mtojek 05cd577
make fmt
mtojek 7d4ad5c
Merge branch 'main' into 8128-new-user-state-dormant
mtojek 738441b
CLI changes
mtojek 3ff2962
CLI fix
mtojek 08b9cbb
UI fixes
mtojek a3b3f65
FIXME pubsub
mtojek e63f7a8
Add learn more link2
mtojek d6d9dac
Merge branch 'main' into 8128-new-user-state-dormant
mtojek 1454cb0
Merge branch 'main' into 8128-new-user-state-dormant
mtojek b7a870e
Fix: migrations
mtojek d90ea27
dump.sql
mtojek 83b8f63
FIXME
mtojek 1553871
CLI tests
mtojek 6a959d6
oss
mtojek f7d3061
next fixes
mtojek 4a530ae
Unit test: dormant to active after login
mtojek c359d9f
More tests
mtojek 5b4e76f
Merge branch 'main' into 8128-new-user-state-dormant
mtojek 972c807
Merge branch 'main' into 8128-new-user-state-dormant
mtojek a771d35
More tests fixed
mtojek 5694c08
Fix migrations
mtojek 157b6bf
Fix: OIDC callback
mtojek 41ac4d5
Fix: refresh account status
mtojek bd87560
Another fix
mtojek 9b7c40e
More fixes
mtojek 09b7a18
docs
mtojek ac43fcf
make gen
mtojek 7b02cee
Fix: dbgen
mtojek c3dc08d
More fixes
mtojek 4997479
Fix: entitlements tests
mtojek 8f1ef7b
Fix
mtojek ec6e294
Users Table
mtojek d04c6f2
TS tests
mtojek 4f2cdc3
Docs
mtojek 87645cb
Merge branch 'main' into 8128-new-user-state-dormant
mtojek 63eadcb
Fix: apikey
mtojek 699ff5a
lint
mtojek e0b33b3
fix?
mtojek db9769f
Merge branch 'main' into 8128-new-user-state-dormant
mtojek 0eb910a
Merge branch 'main' into 8128-new-user-state-dormant
mtojek eb1aaa0
fix
mtojek 6fcec6c
Rip: update user status to dormant
mtojek 2b20a26
More trimming
mtojek adaecab
More trimming
mtojek e0a6b2f
User story
mtojek 8765449
Merge branch 'main' into 8128-new-user-state-dormant
mtojek 74c70a1
make update-golden-files
mtojek b010271
cleanup
mtojek 8add519
bring back coder.env
mtojek 37f9e8f
fix: migration down: update dormant users to active
mtojek d9da865
fix
mtojek 2749c91
Fix: migration
mtojek cdbc50e
Implement job
mtojek 916d807
fix
mtojek 32723cf
WIP
mtojek f9ae3c9
Merge branch 'main' into 8128-new-user-state-dormant
mtojek e145b74
Write unit test for job
mtojek 187e866
Fix
mtojek 82b791a
info
mtojek 4545cb6
Address PR feedback
mtojek 85d6fae
t.Helper
mtojek d71ba7f
Address PR comments
mtojek f7ab39d
Fix: populate UpdatedAt
mtojek 76d24c7
Update interval
mtojek f6890db
or dormant
mtojek 811c637
Merge branch 'main' into 8128-new-user-state-dormant
mtojek d34e06c
update docs
mtojek 67f3b17
docs fix
mtojek 67c5500
fix
mtojek 11143ca
docs rephrase
mtojek 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
Fix
- Loading branch information
commit 187e866986d7fd31e44f1716a60c6f48dc5d2a69
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note for readers: this is correct as
last_seen_at
istimestamp without time zone
.