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-527): Add uid and gid columns to users and kernels tables #3278

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

rename additional_gids to gids for better readability

e8f8909
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

feat(BA-527): Add uid and gid columns to users and kernels tables #3278

rename additional_gids to gids for better readability
e8f8909
Select commit
Loading
Failed to load commit list.
GitHub Actions / GraphQL Inspector succeeded Jan 17, 2025 in 0s

Everything looks good

Found 12 changes

Breaking: 0
Dangerous: 6
Safe: 6

Dangerous changes

  • Input field container_uid was added to input object type UserInput
  • Input field container_main_gid was added to input object type UserInput
  • Input field container_supplementary_gids was added to input object type UserInput
  • Input field container_uid was added to input object type ModifyUserInput
  • Input field container_main_gid was added to input object type ModifyUserInput
  • Input field container_supplementary_gids was added to input object type ModifyUserInput

Safe changes

  • Field container_uid was added to object type UserNode
  • Field container_main_gid was added to object type UserNode
  • Field container_supplementary_gids was added to object type UserNode
  • Field container_uid was added to object type User
  • Field container_main_gid was added to object type User
  • Field container_supplementary_gids was added to object type User

Looking for more advanced tool? Try GraphQL Hive!

Annotations

Check notice on line 733 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_uid' was added to object type 'UserNode'

Field 'container_uid' was added to object type 'UserNode'

Check notice on line 738 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_main_gid' was added to object type 'UserNode'

Field 'container_main_gid' was added to object type 'UserNode'

Check notice on line 743 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_supplementary_gids' was added to object type 'UserNode'

Field 'container_supplementary_gids' was added to object type 'UserNode'

Check notice on line 851 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_uid' was added to object type 'User'

Field 'container_uid' was added to object type 'User'

Check notice on line 856 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_main_gid' was added to object type 'User'

Field 'container_main_gid' was added to object type 'User'

Check notice on line 861 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Field 'container_supplementary_gids' was added to object type 'User'

Field 'container_supplementary_gids' was added to object type 'User'

Check warning on line 2096 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_uid' was added to input object type 'UserInput'

Input field 'container_uid' was added to input object type 'UserInput'

Check warning on line 2101 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_main_gid' was added to input object type 'UserInput'

Input field 'container_main_gid' was added to input object type 'UserInput'

Check warning on line 2106 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_supplementary_gids' was added to input object type 'UserInput'

Input field 'container_supplementary_gids' was added to input object type 'UserInput'

Check warning on line 2135 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_uid' was added to input object type 'ModifyUserInput'

Input field 'container_uid' was added to input object type 'ModifyUserInput'

Check warning on line 2140 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_main_gid' was added to input object type 'ModifyUserInput'

Input field 'container_main_gid' was added to input object type 'ModifyUserInput'

Check warning on line 2145 in docs/manager/graphql-reference/schema.graphql

See this annotation in the file changed.

@github-actions github-actions / GraphQL Inspector

Input field 'container_supplementary_gids' was added to input object type 'ModifyUserInput'

Input field 'container_supplementary_gids' was added to input object type 'ModifyUserInput'