-
Notifications
You must be signed in to change notification settings - Fork 10
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
API logger work #603
base: main
Are you sure you want to change the base?
API logger work #603
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 943853c - Browse repository at this point
Copy the full SHA 943853cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a963812 - Browse repository at this point
Copy the full SHA a963812View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c1dbbd - Browse repository at this point
Copy the full SHA 7c1dbbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1f5760 - Browse repository at this point
Copy the full SHA e1f5760View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba7833 - Browse repository at this point
Copy the full SHA 4ba7833View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4704b7 - Browse repository at this point
Copy the full SHA b4704b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0514a2 - Browse repository at this point
Copy the full SHA d0514a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5662ef6 - Browse repository at this point
Copy the full SHA 5662ef6View commit details -
- API call logging is now capturing city/state for easier reading of
what calls are comming in - Moved load_dotenv(ENVFILE) out of db/config and enclave_wrangler/config into backend.config. If you import that, it will get loaded - Working on make_new_versions_of_csets for N3C Recommended updates
Configuration menu - View commit details
-
Copy full SHA for 29584ac - Browse repository at this point
Copy the full SHA 29584acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1562c66 - Browse repository at this point
Copy the full SHA 1562c66View commit details -
- Now logging will happen before processing the api request, and after
it runs or fails, it should update the log with success/error message and how long it took
Configuration menu - View commit details
-
Copy full SHA for c10abd1 - Browse repository at this point
Copy the full SHA c10abd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea694b1 - Browse repository at this point
Copy the full SHA ea694b1View commit details -
Needed to delete termhub-sdk from requirements.txt -- i think it
appeared there after i did the pip freeze
Configuration menu - View commit details
-
Copy full SHA for 9e5657c - Browse repository at this point
Copy the full SHA 9e5657cView commit details
Commits on Nov 2, 2023
-
- Moved logger to its own file.
- Changed it from middleware to a regular function that needs to be called by any route handlers that want to use it. It adds seven lines to those functions, but the logger code is much easier to deal with now. - Added that code to every almost route called by the front on the search and comparison pages. - It finally logs useful information when errors occur - Had to make return_err_with_trace async - Moved redundant config stuff to backend/config
Configuration menu - View commit details
-
Copy full SHA for 01571e5 - Browse repository at this point
Copy the full SHA 01571e5View commit details
Commits on Nov 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 72eb0ac - Browse repository at this point
Copy the full SHA 72eb0acView commit details -
- fixed some route signature bugs (was -> List, is -> Dict)
- updated fastapi (which chatgpt recommended while debugging)
Configuration menu - View commit details
-
Copy full SHA for 9f848e8 - Browse repository at this point
Copy the full SHA 9f848e8View commit details