-
Notifications
You must be signed in to change notification settings - Fork 1
Utilities to update visit end times #602
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 all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
74032e1
Ability to configure different auth routes for instrument server and …
d-j-hatton c281170
Split token auth mechanisms for two different groups of endpoints
d-j-hatton 606a957
Resolved merge conflicts with 'main' branch
tieneupin 27a681a
Major refactor of 'murfey.server.api.auth', rearranging functions by …
tieneupin d5efb6f
Added documentation to instrument server-side token validation function
tieneupin 02e8c19
Refactored 'murfey.server.api.file_manip' into 'file_io_instrument', …
tieneupin f7b4006
Added prefixes to the 'auth' and 'clem' routers
tieneupin 2a8e75e
Updated route manifest with new URL paths
tieneupin c5956e8
Moved 'count_number_of_omves()' from 'session_info' router to 'sessio…
tieneupin 5f66b8b
Fixed broken test; used 'url_path_for()' instead of hard-coding URL now
tieneupin 7a9d83d
Attempt to fix broken test
tieneupin e8f57e4
Token generating URL was outdated; replaced with URL constructor; rep…
tieneupin 96fce0c
Used FastAPI's 'APIKeyCookie' object for cookie authentication instea…
tieneupin fb19d6c
Typo in router name
tieneupin ceebff5
Adjusted logic in 'password' block of 'generate_token()' to avoid uni…
tieneupin 0bfeafa
Added mock database to 'test_movie_count()', use 'mint_session_token(…
tieneupin 3076af2
Rewrote 'test_movie_count' function to make use database set up in py…
tieneupin 27748f0
Use Murfey database fixture and add entries to it
tieneupin 89a0607
No need to re-do Session table entry
tieneupin 00fe67f
Put the database and validation overrides in a test FastAPI client fi…
tieneupin 7fae5d8
Database session gets reset every test, so the FastAPI test client th…
tieneupin 2269269
Moved Murfey DB URL out of fixture and into a module-level variable
tieneupin e6c0f3c
Import 'murfey_db' only after mocks have been set
tieneupin c35cc74
Removed patch decorators from fixtures due to decorator conflict
tieneupin 8cb679a
Move test_client startup into test function, as database state doesn'…
tieneupin de4a73a
Test funciton directly (ノಠ益ಠ)ノ彡┻━┻
tieneupin ff03dcb
Merge branch 'main' into auth-procedures
tieneupin 1cdae65
Minor fixes to comments and redundant variables
tieneupin 8f8b512
Add method to change visit end time in multigrid controller and all c…
d-j-hatton d775661
Fix datetime related problems
d-j-hatton afbc024
Endpoints to flush skipped files for an rsyncer
d-j-hatton 1b30149
Merge main
d-j-hatton 8d2aeed
Put typing back
d-j-hatton db36b95
Reset end time when flushing skipped files
d-j-hatton c755f5e
Update visit end time in database as well
tieneupin 80d2ddd
Updated route manifest
tieneupin 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
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.
Uh oh!
There was an error while loading. Please reload this page.