- 16 Mar, 2022 40 commits
-
-
Fu Zhang authored
This adds the Harbor package registry as an optional project integration. When enabled, this integration adds the following environment variable that CI jobs can use to download images from Harbor: * `HARBOR_URL` * `HARBOR_PROJECT_NAME` * `HARBOR_USERNAME` * `HARBOR_PASSWORD` Part of https://gitlab.com/groups/gitlab-org/-/epics/7650 Changelog: added
-
Phil Hughes authored
Feat: setup audit event streaming in UI See merge request gitlab-org/gitlab!82195
-
Jeremy Wu authored
Add audit event external stream destination components Add graphqls for requests Update group template according to the change
-
Kushal Pandya authored
Migrate invalid merge request alert to global_alert partial See merge request gitlab-org/gitlab!82898
-
Phil Hughes authored
Merge branch '347240-change-the-ui-to-support-agent-registration-with-and-without-a-config' into 'master' Change the UI to support agent registration with and without a config See merge request gitlab-org/gitlab!82036
-
Anna Vovchenko authored
As we want to increase GitLab agent adoption, we add a posibility to register agent without a config file. The MR adds search input to the agents dropdown and indicates the agents without config in the agent's table. Changelog: added
-
Phil Hughes authored
Clean up unused environments modules See merge request gitlab-org/gitlab!82647
-
Matthias Käppler authored
Instrument error tracking metrics See merge request gitlab-org/gitlab!82543
-
Sarah Yasonik authored
Track unique users navigating to the error tracking list and details views
-
Kushal Pandya authored
Fix Epic and Label != filtered search suggestions not showing See merge request gitlab-org/gitlab!82814
-
Coung Ngo authored
Changelog: fixed
-
Miguel Rincon authored
[Feature flag] Cleanup invite_members_group_modal - remove import See merge request gitlab-org/gitlab!82821
-
Doug Stull authored
- no longer need these routes or javascript items Changelog: removed
-
Kushal Pandya authored
Use Lodash `escape` as a small security enhancement See merge request gitlab-org/gitlab!82974
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!82982
-
Kushal Pandya authored
VSA allow users to toggle aggregated data backend See merge request gitlab-org/gitlab!82481
-
Ezekiel Kigbo authored
Adds a GlToggle component to allow users to enable / disable the VSA aggregated backend.
-
Francisco Javier López authored
Do not ensure HEAD is default_branch on snippets See merge request gitlab-org/gitlab!82731
-
Kati Paizee authored
fix(docs): invalid json build payload See merge request gitlab-org/gitlab!82864
-
Patrick Bair authored
Make db:migrate:reset work with GITLAB_USE_MODEL_LOAD_BALANCING=true See merge request gitlab-org/gitlab!82872
-
Matthias Käppler authored
Resolve "Support multiple databases for batched background migrations" See merge request gitlab-org/gitlab!82486
-
GitLab Release Tools Bot authored
-
Marc Shaw authored
Extract MergeRequest#open? check to mergeability framework See merge request gitlab-org/gitlab!82972
-
Marc Shaw authored
Copy metric images from alert to new incident See merge request gitlab-org/gitlab!79703
-
Shinya Maeda authored
Update CI job page for blocked deployments See merge request gitlab-org/gitlab!82456
-
Fiona Neill authored
Added a link to usage ping See merge request gitlab-org/gitlab!82224
-
Suzanne Selhorn authored
Trying to help alleviate confusion with service ping and usage ping
-
Marcel Amirault authored
docs: revamp simplified architecture diagram See merge request gitlab-org/gitlab!82573
-
Dylan Griffith authored
Remove `GITLAB_ENABLE_QUERY_ANALYZERS` feature flag See merge request gitlab-org/gitlab!82922
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!82971
-
Thomas Randolph authored
There's no _known_ way this could be exploited: - Username and Display name are both restricted on save - Most of the data passes through `<%-%>` anyway, which escapes it This is mostly just a "cheap" (escape is easy) way to protect against any accidents.
-
Etienne Baqué authored
Only allow multiple todos per action per object See merge request gitlab-org/gitlab!82470
-
Kati Paizee authored
Update jira_connect_oauth ff documentation See merge request gitlab-org/gitlab!82893
-
GitLab Release Tools Bot authored
-
Patrick Bajao authored
As part of the effort of improving the checks we have to determine if a MR is in a mergeable state, this moves the `open?` check to the mergeability checks framework. This is behind the `improved_mergeability_checks` feature flag.
-
Sincheol (David) Kim authored
Merge branch '355567-bug-show-an-error-when-using-the-merge-quick-action-with-an-out-of-date-head-sha' into 'master' Resolve "Bug: Show an error when using the /merge quick action with an out of date head sha" See merge request gitlab-org/gitlab!82775
-
Russell Dickenson authored
Document IaC Scanning required architecture See merge request gitlab-org/gitlab!82861
-
Russell Dickenson authored
Document Secret Detection required architecture See merge request gitlab-org/gitlab!82860
-
Nolan Emirot authored
-
Douglas Barbosa Alexandre authored
Rescue Geo after_{create,destroy} hooks on regular models See merge request gitlab-org/gitlab!82905
-