Skip to content
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

Merged
merged 17 commits into from
Jun 14, 2024
Merged

Deploy to Production – 2024-06-14 #2808

merged 17 commits into from
Jun 14, 2024

Conversation

lmcnulty and others added 6 commits May 20, 2024 12:37
* 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
Copy link

codecov bot commented May 31, 2024

Codecov Report

Attention: Patch coverage is 95.41446% with 26 lines in your changes missing coverage. Please review.

Project coverage is 99.46%. Comparing base (8131d30) to head (6c71a2c).
Report is 10 commits behind head on master.

Files Patch % Lines
site/gatsby-site/server/context.ts 91.42% 9 Missing ⚠️
site/gatsby-site/server/scalars.ts 84.61% 3 Missing and 1 partial ⚠️
site/gatsby-site/server/schema.ts 93.84% 4 Missing ⚠️
site/gatsby-site/server/remote.ts 96.05% 2 Missing and 1 partial ⚠️
site/gatsby-site/server/config.ts 94.11% 2 Missing ⚠️
site/gatsby-site/server/reporter.ts 86.66% 2 Missing ⚠️
site/gatsby-site/server/tests/utils.ts 97.01% 2 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

Copy link

@cesarvarela cesarvarela marked this pull request as ready for review June 12, 2024 15:11
@cesarvarela cesarvarela requested a review from kepae June 12, 2024 15:12
* Use separate mongodb connection string for API server

* Update to new name

* Add missing index signature

* Trigger Build

* Rename variable

* Trigger Build
Copy link

@kepae kepae merged commit 90df561 into master Jun 14, 2024
14 of 19 checks passed
@kepae kepae changed the title Deploy to Production Deploy to Production – 2024-06-14 Jun 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants