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

feat(BA-435): Implement GQL for querying and modifying AbusingReportConfig #3355

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from

fix: Update milestone

7fb0dda
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

feat(BA-435): Implement GQL for querying and modifying AbusingReportConfig #3355

fix: Update milestone
7fb0dda
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Jan 8, 2025 in 1s

Everything looks good

Found 9 changes

Breaking: 0
Dangerous: 0
Safe: 9

Safe changes

  • Type AbusingReportConfig was added
  • Type ModifyAbusingReportConfig was added
  • Type ModifyAbusingReportConfigInput was added
  • Field abusing_report_config was added to object type Queries
  • Field Agent.local_config is deprecated
  • Field Agent.local_config has deprecation reason Deprecated since 25.1.0; use AbusingReportConfig instead
  • Field AgentNode.local_config is deprecated
  • Field AgentNode.local_config has deprecation reason Deprecated since 25.1.0; use AbusingReportConfig instead
  • Field modify_abusing_report_config was added to object type Mutations

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 1658 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'AbusingReportConfig' was added

Type 'AbusingReportConfig' was added

Check notice on line 2733 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'ModifyAbusingReportConfig' was added

Type 'ModifyAbusingReportConfig' was added

Check notice on line 2739 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Type 'ModifyAbusingReportConfigInput' was added

Type 'ModifyAbusingReportConfigInput' was added

Check notice on line 225 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'abusing_report_config' was added to object type 'Queries'

Field 'abusing_report_config' was added to object type 'Queries'

Check notice on line 255 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'Agent.local_config' is deprecated

Field 'Agent.local_config' is deprecated

Check notice on line 255 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'Agent.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'

Field 'Agent.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'

Check notice on line 568 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'AgentNode.local_config' is deprecated

Field 'AgentNode.local_config' is deprecated

Check notice on line 568 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'AgentNode.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'

Field 'AgentNode.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'

Check notice on line 1880 in src/ai/backend/manager/api/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'modify_abusing_report_config' was added to object type 'Mutations'

Field 'modify_abusing_report_config' was added to object type 'Mutations'