Skip to content

Commit

Permalink
chore: update opengb -> backend rename (#1049)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Aug 13, 2024
1 parent 812b7e2 commit a5febc2
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 82 deletions.
9 changes: 9 additions & 0 deletions errors/backend/env-not-found.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_ENV_NOT_FOUND"
description = "Backend environment not found."
http_status = 404
---

# Backend Environment Not Found

The requested environment could not be found.
9 changes: 9 additions & 0 deletions errors/backend/env-update-failed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_ENV_UPDATE_FAILED"
description = "Failed to update Backend environment: {reason}."
http_status = 400
---

# Backend Environment Update Failed

The environment could not be updated for the provided reason.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
name = "OPENGB_INVALID_NEON_PROJECT_CONFIG"
name = "BACKEND_INVALID_NEON_PROJECT_CONFIG"
description = "Neon project config is invalid: {reason}."
http_status = 400
---

# OpenGB Invalid Neon Project Config
# Backend Invalid Neon Project Config

The Neon project config given was invalid. See https://api-docs.neon.tech/reference/updateproject for more
info.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name = "OPENGB_INVALID_VARIABLE"
name = "BACKEND_INVALID_VARIABLE"
description = "Environment variable is invalid: {reason}."
http_status = 400
---

# OpenGB Invalid Variable
# Backend Invalid Variable

A provided environment variable is invalid.
9 changes: 9 additions & 0 deletions errors/backend/module-db-not-found.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_MODULE_DB_NOT_FOUND"
description = "Backend module database not found."
http_status = 404
---

# Backend Module DB Not Found

The requested module database could not be found.
9 changes: 9 additions & 0 deletions errors/backend/project-not-found.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name = "BACKEND_PROJECT_NOT_FOUND"
description = "Backend project not found."
http_status = 404
---

# Backend Project Not Found

The requested project could not be found.
9 changes: 0 additions & 9 deletions errors/opengb/env-not-found.md

This file was deleted.

9 changes: 0 additions & 9 deletions errors/opengb/env-update-failed.md

This file was deleted.

9 changes: 0 additions & 9 deletions errors/opengb/module-db-not-found.md

This file was deleted.

9 changes: 0 additions & 9 deletions errors/opengb/project-not-found.md

This file was deleted.

42 changes: 0 additions & 42 deletions proto/backend/opengb.proto

This file was deleted.

0 comments on commit a5febc2

Please sign in to comment.