Closed tataihono closed 2 months ago
Warnings | |
---|---|
:warning: | :exclamation: Big PR (5188 changes) |
(change count - 5188): Pull Request size seems relatively large. If Pull Request contains multiple changes, split each into separate PR will helps faster, easier review.
Generated by :no_entry_sign: dangerJS against e532567caf0b84d38f6f5c3c132061fe6080ab56
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
docs | ✅ Ready | docs preview | Mon Nov 25 13:23:22 NZDT 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
arclight | ✅ Ready | arclight preview | Mon Nov 25 13:24:01 NZDT 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys | ✅ Ready | journeys preview | Mon Nov 25 13:24:26 NZDT 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
videos-admin | ✅ Ready | videos-admin preview | Mon Nov 25 13:26:11 NZDT 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
watch | ✅ Ready | watch preview | Mon Nov 25 13:24:44 NZDT 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys-admin | ✅ Ready | journeys-admin preview | Mon Nov 25 13:25:29 NZDT 2024 |
I see you added the "on stage" label, I'll get this merged to the stage branch!
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
atlantis apply -d infrastructure
atlantis plan -d infrastructure
Plan: 0 to add, 1 to change, 0 to destroy.
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
atlantis apply -d infrastructure
atlantis plan -d infrastructure
Plan: 0 to add, 1 to change, 0 to destroy.
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Merge conflict attempting to merge this into stage. Please fix manually.
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Locks and plans deleted for the projects and workspaces modified in this pull request:
infrastructure
workspace: default
This pull request includes significant changes to the GraphQL schema and the TypeScript files in the
api-analytics
andapi-gateway
directories. The changes introduce new types, interfaces, and mutations, and modify existing ones to improve the error handling and add support for short link management.GraphQL Schema Changes:
apps/api-analytics/schema.graphql
: Introduced theBaseError
type and theError
interface, and updated theMutationSiteCreateResult
union to useBaseError
instead ofError
.apps/api-gateway/schema.graphql
: Added new scalar types, types, interfaces, and unions to support short link management and improved error handling, includingBaseError
,NotFoundError
,NotUniqueError
,ZodError
, and their respective union types. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]TypeScript Changes:
apps/api-analytics/src/schema/error/error.ts
: Added theErrorInterface
and theBaseError
object type.apps/api-analytics/src/schema/error/index.ts
: Imported the newerror
module.apps/api-analytics/src/schema/objects/error.ts
: Removed the oldError
object type definition.apps/api-analytics/src/schema/schema.ts
: Updated imports to include the newerror
module.apps/api-journeys/src/__generated__/graphql.ts
: Updated generated types to include new error types and short link mutation inputs and results. [1] [2] [3] [4] [5] [6]