Conversation
Call log service instead of console so all logging can be handled in one place and eventually be sent to backend. Also added an error handler to intercept Angular errors so we can log these as well Closes #426
feat: implement log service to consolidate error logging
chore: add action for automatically creating draft releases
To avoid duplicate production environment deploys, backend and frontend deploys have been combined into a single action, which should hopefully prevent this in the future
chore: combine frontend and backend deploy
Having building in the same job as bumping means the build step can't be retried if it fails because the bump step triess rerunning as well
chore: separate building steps to their own jobs when making snapshot
chore: deploy frontend and backend in same step
And copy directory contents, not directory itself when deploying
This is mostly to trigger another snapshot build
chore: bump angular version
chore: small correction to deploy location
+ Add origin column to database log table + Update API documentation + Add tests
+ Update documentation and tests accordingly
+ Update documentation and tests
feat: Implement log endpoint
…webmanifest + Add link tag in index.html for PWA icon compatibility with iOS + Various wording improvements regarding expense reminder email
fix: More icons for improved PWA compatibility
chore: bump angular and other deps
chore: bump angular and other dependencies
+ Rename 'Authorization' header to 'X-Api-Key' + Simplify inputs in some database functions + Update vitest and refactor accordingly + Update various packages
fix: Prevent event name lookups via API key for private events
chore: bump angular version
+ Fix filter match string could end up as empty string + Remove some unused style properties
+ Move to Node v24
fix: Participant spinner now uses correct styling
build: bump action dependencies
chore: Update backend packages
feat: Add locale support
feat: Implement startup logging to DB
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.