Commits on Source (12)
-
Heinrich Lee Yu authored
Allows querying for a work item's assignees via GraphQL
-
After the #324860 is merged, a Vulnerability will be created when a user interacts with a finding. There will be no Vulnerability Feedback object to be destroyed when a vulnerability is confirmed. Changelog: fixed EE: true
-
instead of using DB metric which is quite heavy we migrate it to redis_hll
-
Rémy Coutable authored
This reverts merge request !90696
-
Changelog: changed
-
Illya Klymov authored
Migrates modal to delete pipeline See merge request !90069
-
Sean McGivern authored
Update Vulnerabilities Confirm Service See merge request !91095
-
* Adds GraphQL::Ci::VariableType to be used as a generic CI variable type * Adds variables field to ProjectType * Adds variables field to GroupType * Adds variables field to QueryType for instance variables Changelog: added
-
Furkan Ayhan authored
Add VariableType and variables fields See merge request gitlab-org/gitlab!89652
-
Peter Leitzen authored
Add assignees to work item widgets in GraphQL See merge request !91345
-
Mayra Cabrera authored
Revert "Merge branch 'move-rb-ipynbdiff-to-vendor' into 'master'" See merge request gitlab-org/gitlab!91397
Showing
- .gitlab/ci/rules.gitlab-ci.yml 0 additions, 6 deletions.gitlab/ci/rules.gitlab-ci.yml
- .gitlab/ci/vendored-gems.gitlab-ci.yml 0 additions, 7 deletions.gitlab/ci/vendored-gems.gitlab-ci.yml
- Gemfile 1 addition, 1 deletionGemfile
- Gemfile.lock 4 additions, 8 deletionsGemfile.lock
- app/assets/javascripts/graphql_shared/possible_types.json 1 addition, 0 deletionsapp/assets/javascripts/graphql_shared/possible_types.json
- app/assets/javascripts/pipelines/components/header_component.vue 17 additions, 5 deletions...ets/javascripts/pipelines/components/header_component.vue
- app/graphql/types/ci/variable_type.rb 31 additions, 0 deletionsapp/graphql/types/ci/variable_type.rb
- app/graphql/types/ci/variable_type_enum.rb 13 additions, 0 deletionsapp/graphql/types/ci/variable_type_enum.rb
- app/graphql/types/group_type.rb 7 additions, 0 deletionsapp/graphql/types/group_type.rb
- app/graphql/types/project_type.rb 7 additions, 0 deletionsapp/graphql/types/project_type.rb
- app/graphql/types/query_type.rb 11 additions, 0 deletionsapp/graphql/types/query_type.rb
- app/graphql/types/work_items/widget_interface.rb 4 additions, 1 deletionapp/graphql/types/work_items/widget_interface.rb
- app/graphql/types/work_items/widgets/assignees_type.rb 24 additions, 0 deletionsapp/graphql/types/work_items/widgets/assignees_type.rb
- app/models/work_items/type.rb 2 additions, 2 deletionsapp/models/work_items/type.rb
- app/models/work_items/widgets/assignees.rb 10 additions, 0 deletionsapp/models/work_items/widgets/assignees.rb
- app/services/users/activity_service.rb 2 additions, 0 deletionsapp/services/users/activity_service.rb
- config/metrics/counts_28d/20220525231314_unique_monthly_active_users.yml 3 additions, 2 deletions...counts_28d/20220525231314_unique_monthly_active_users.yml
- config/metrics/counts_28d/20220621085114_unque_active_users_monthly.yml 24 additions, 0 deletions.../counts_28d/20220621085114_unque_active_users_monthly.yml
- doc/api/graphql/reference/index.md 70 additions, 0 deletionsdoc/api/graphql/reference/index.md
- ee/app/services/vulnerabilities/confirm_service.rb 8 additions, 2 deletionsee/app/services/vulnerabilities/confirm_service.rb
app/graphql/types/ci/variable_type.rb
0 → 100644
app/graphql/types/ci/variable_type_enum.rb
0 → 100644
app/models/work_items/widgets/assignees.rb
0 → 100644