Commits on Source (16)
-
Darby Frey authored
-
Miranda Fluharty authored
So that it can be filled using only the keyboard Changelog: fixed
-
Miranda Fluharty authored
-
Miranda Fluharty authored
Use fuzzaldrin for fuzzy search Use for loop in test
-
Miranda Fluharty authored
Find listbox items without using testid Use nextTick instead of waitForPromises for search tests Remove dropdown item template as testid is no longer needed
-
Miranda Fluharty authored
Now that we removed the testids from the listbox component
-
Marc Shaw authored
MR: gitlab.com/gitlab-org/gitlab/-/merge_requests/143998 Changelog: other
-
Peter Leitzen authored
Move agent_registry feature flag to EE See merge request gitlab-org/gitlab!144106 Merged-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Marshall Cottrell <mcottrell@gitlab.com> Co-authored-by:
Darby Frey <dfrey@gitlab.com>
-
Jarka Košanová authored
Add prepared at to MR hooks See merge request !143998 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Luke Duncalfe <lduncalfe@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Co-authored-by:
Marc Shaw <mshaw@gitlab.com>
-
Jocelyn Eillis authored
-
Marcel Amirault authored
Deprecation for CI job token direction See merge request !144250 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Mario Celi <mcelicalderon@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com> Co-authored-by:
Scott Hampton <shampton@gitlab.com> Co-authored-by:
Jocelyn Eillis <jeillis@gitlab.com>
-
Igor Frenkel authored
During sync any error will cause SyncService to terminate prematurely. Certain errors (like ArgumentErrors) are recoverable and should be caught and logged. Changelog: fixed
-
Kassio Borges authored
Add error recovery for package metadata sync See merge request !144090 Merged-by:
Kassio Borges <kborges@gitlab.com> Approved-by:
Kassio Borges <kborges@gitlab.com> Approved-by:
Oscar Tovar <otovar@gitlab.com> Co-authored-by:
Igor Frenkel <ifrenkel@gitlab.com>
-
Kushal Pandya authored
Make variable value listbox searchable See merge request !143529 Merged-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Kushal Pandya <kushal@gitlab.com> Approved-by:
Alex Pennells <apennells@gitlab.com> Approved-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Kushal Pandya <kushal@gitlab.com> Reviewed-by:
Miguel Rincon <mrincon@gitlab.com> Reviewed-by:
Miranda Fluharty <mfluharty@gitlab.com> Co-authored-by:
Miranda Fluharty <mfluharty@gitlab.com>
-
Rahil Hastu authored
-
Jon Glassman authored
Fixing Broken Link in docs See merge request !144492 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Rahil Hastu <rahilhastu@gmail.com>
Showing
- app/assets/javascripts/ci/pipeline_new/components/pipeline_new_form.vue 3 additions, 3 deletions...ascripts/ci/pipeline_new/components/pipeline_new_form.vue
- app/assets/javascripts/ci/pipeline_new/components/variable_values_listbox.vue 67 additions, 0 deletions...ts/ci/pipeline_new/components/variable_values_listbox.vue
- app/graphql/mutations/ci/job_token_scope/remove_project.rb 4 additions, 0 deletionsapp/graphql/mutations/ci/job_token_scope/remove_project.rb
- doc/api/graphql/reference/index.md 1 addition, 1 deletiondoc/api/graphql/reference/index.md
- doc/integration/salesforce.md 1 addition, 1 deletiondoc/integration/salesforce.md
- doc/user/project/integrations/webhook_events.md 1 addition, 0 deletionsdoc/user/project/integrations/webhook_events.md
- ee/app/services/package_metadata/data_object_fabricator.rb 3 additions, 0 deletionsee/app/services/package_metadata/data_object_fabricator.rb
- ee/config/feature_flags/development/agent_registry.yml 0 additions, 0 deletionsee/config/feature_flags/development/agent_registry.yml
- ee/spec/fixtures/package_metadata/sync/advisories/v2/maven.ndjson 2 additions, 1 deletion...fixtures/package_metadata/sync/advisories/v2/maven.ndjson
- ee/spec/fixtures/package_metadata/sync/licenses/v2/maven.ndjson 1 addition, 0 deletions...c/fixtures/package_metadata/sync/licenses/v2/maven.ndjson
- ee/spec/services/package_metadata/data_object_fabricator_spec.rb 17 additions, 0 deletions.../services/package_metadata/data_object_fabricator_spec.rb
- lib/gitlab/hook_data/merge_request_builder.rb 1 addition, 0 deletionslib/gitlab/hook_data/merge_request_builder.rb
- locale/gitlab.pot 11 additions, 0 deletionslocale/gitlab.pot
- spec/frontend/ci/pipeline_new/components/pipeline_new_form_spec.js 2 additions, 2 deletions...tend/ci/pipeline_new/components/pipeline_new_form_spec.js
- spec/frontend/ci/pipeline_new/components/variable_values_listbox_spec.js 72 additions, 0 deletions...i/pipeline_new/components/variable_values_listbox_spec.js
- spec/lib/gitlab/hook_data/merge_request_builder_spec.rb 1 addition, 0 deletionsspec/lib/gitlab/hook_data/merge_request_builder_spec.rb
File moved