Skip to content

GraphQL VideoDebate#503

Merged
Betree merged 13 commits intostagingfrom
refactor/move-to-gql-remove-redux
Mar 29, 2026
Merged

GraphQL VideoDebate#503
Betree merged 13 commits intostagingfrom
refactor/move-to-gql-remove-redux

Conversation

@Betree
Copy link
Copy Markdown
Member

@Betree Betree commented Dec 21, 2025

No description provided.

@Betree Betree force-pushed the refactor/move-to-gql-remove-redux branch 3 times, most recently from 023beb7 to 1a6845c Compare January 14, 2026 20:28
@Betree
Copy link
Copy Markdown
Member Author

Betree commented Feb 15, 2026

@codex review

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1a6845cce8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread apps/cf_rest_api/lib/views/user_view.ex Outdated
Comment thread apps/cf_rest_api/lib/router.ex
Comment on lines +27 to +31
error_message = Exception.message(exception)

conn
|> put_resp_content_type("application/json")
|> send_resp(200, build_graphql_error_response(error_message, "INTERNAL_ERROR"))
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Hide internal exception messages in GraphQL errors

The rescue path forwards Exception.message/1 directly to GraphQL clients for unexpected errors, which can leak internal implementation details (database errors, validation internals, etc.) in production. INTERNAL_ERROR responses should return a generic client message and keep the detailed exception only in server logs.

Useful? React with 👍 / 👎.

@Betree Betree force-pushed the refactor/move-to-gql-remove-redux branch from 1a6845c to 9c78884 Compare March 7, 2026 14:14
@Betree Betree force-pushed the refactor/move-to-gql-remove-redux branch 7 times, most recently from 8f10480 to 9e940d8 Compare March 28, 2026 19:38
@Betree Betree marked this pull request as ready for review March 28, 2026 20:27
@Betree Betree force-pushed the refactor/move-to-gql-remove-redux branch from 9e940d8 to 2debeb8 Compare March 28, 2026 20:44
@Betree Betree merged commit b3eb7f7 into staging Mar 29, 2026
5 checks passed
@Betree Betree deleted the refactor/move-to-gql-remove-redux branch March 29, 2026 00:31
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.

1 participant