-
Notifications
You must be signed in to change notification settings - Fork 36
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
Deploy to Production – 2024-06-14 #2808
Conversation
cesarvarela
commented
May 31, 2024
•
edited by kepae
Loading
edited by kepae
- Implement quickadds query endpoint #2747
- Do not create a new mongo client on every context execution #2817
- Enable json module loading in Playwright #2822
- Setup and migrate Discover tests to playwright #2807
- Manually keep track of connections #2824
- Add global search bar #2792
- Use separate user for API database requests - Fix Quickadds form #2849
…tive/aiid into add-global-search-bar
* Forward graphql requests to netlify function * Trigger Build * update lockfile * Avoid having to introspect schema for every request * Allow anonymous read only queries * Allow anonymous read only queries * Trigger Build * Add quickadds resolver * Split resolvers into separate files * Separate auth in its own file * Add jest and tests * Add script to boot local api server for development purposes * Add quickadd insert field * Add github workflows * Trigger build remove Trigger build Trigger build fsdfsf Trigger build Trigger build bigint patch use require * Update codegen tool config * Reuse mongodb client from context * Update codege * Strongly typed environment config * Increase function timeout * Update bson version * Make environment variables available to gatsby functions * Fix ts error * Trigger build * Make errors more verbose * Add missing variables * Disable env validation * Use graphql-http to prevent event emitter leaks * Enable env validation * New bson version exports ObjectId instead of ObjectID * Update lockfile * Trigger build * Remove unused query * bue * Add support for filters, sorting and pagination * Remove unused package * Remove unused file * allow api tests to be cancelled * Delete old test file * Run api tests when pushing staging * update test utils * Trigger build * Force exit to let tests exit * remove old api endpoint * Update client side queries * Udpate docs * Use vars for api and group ids * convert to import jic * Trigger build * Trigger build * Update workflows * Trigger build * Add missing variables * Fix error when object id is already serialized * Update workflow file * Improve error message * update readme * Remove unused vars * Remove unused packages * Log errors to rollbar * Trigger build * Add rollbar token variable * Trigger build * fix variable name * Trigger build * Add comment
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2808 +/- ##
===========================================
+ Coverage 86.19% 99.46% +13.27%
===========================================
Files 248 12 -236
Lines 8415 4903 -3512
Branches 2647 55 -2592
===========================================
- Hits 7253 4877 -2376
+ Misses 1078 24 -1054
+ Partials 84 2 -82 ☔ View full report in Codecov by Sentry. |
Do not create a new mongo client on every context execution
🚀 Deployed to Netlify! ✅ Build Log: 🔗 Preview URL: https://6668d787e2eaf4262e0bf992--staging-aiid.netlify.app |
Add global search bar
* Use separate mongodb connection string for API server * Update to new name * Add missing index signature * Trigger Build * Rename variable * Trigger Build
🚀 Deployed to Netlify! ✅ Build Log: 🔗 Preview URL: https://666b8e41975825252ed1884e--staging-aiid.netlify.app |