- 30 Mar, 2022 15 commits
-
-
Mayra Cabrera authored
Group Import history - Default sort by Date descending See merge request gitlab-org/gitlab!83458
-
Illya Klymov authored
* Make sort descending by default Changelog: added
-
Chloe Liu authored
Wait until project imports before proceeding with QA tests See merge request gitlab-org/gitlab!83151
-
Mark Lapierre authored
We wait so that the project repository is created before we try to use it.
-
Ezekiel Kigbo authored
Update button copy for On-demand scans Pages See merge request gitlab-org/gitlab!83368
-
Ezekiel Kigbo authored
Allow administrators to set active pipelines limits See merge request gitlab-org/gitlab!83855
-
Mark Lapierre authored
Rename child_pipeline to linked_pipeline See merge request gitlab-org/gitlab!83792
-
Tiffany Rea authored
-
Tiger Watson authored
Respect finder's filter in FinderMethods#find See merge request gitlab-org/gitlab!83657
-
Paul Slaughter authored
DAST Profiles: Hide empty values on the summary card See merge request gitlab-org/gitlab!83737
-
Dheeraj Joshi authored
This is to improve UX by removing empty values to be shown in profile summary card Changelog: changed EE: true
-
Sean Arnold authored
Introduce API for Change Failure Rate DORA metric See merge request gitlab-org/gitlab!83514
-
David O'Regan authored
Resolve GlAvatar size in MR approvals footer See merge request gitlab-org/gitlab!83753
-
Mayra Cabrera authored
Add post_deploy migration for dropping the integrations.template column See merge request gitlab-org/gitlab!83673
-
Leni Kadali Mutungi authored
Added the post deploy migration for dropping the column
-
- 29 Mar, 2022 25 commits
-
-
Patrick Bair authored
Add notification_level Column to namespace_root_storage_statistics Table See merge request gitlab-org/gitlab!83338
-
Jason Goodman authored
Changelog: added
-
Mayra Cabrera authored
Detect if a project targets Apple iOS platform See merge request gitlab-org/gitlab!80361
-
Eugie Limpin authored
Like repository language detection feature, we'll try to detect if a project is built for Apple iOS platform. This information will be used in experiments to customize the experience (e.g. suggest setting up a MacOS runners) of developers involved in such projects. This detection will happen every time changes are pushed to the project’s main branch and after a project is imported (using a project template when creating a project is also an import). Detection is executed in the background as a Sidekiq job at most once every hour (using ExclusiveLease) and only if the project uses Swift or Objective-C programming language. If the project is detected as built for iOS we mark it by setting the project’s corresponding ProjectSetting `target_platforms` attribute to [‘ios’]. Changelog: added
-
Grzegorz Bizon authored
Optimise `ci_namespace_mirrors_for_group_members` to search shortest prefix See merge request gitlab-org/gitlab!83521
-
Douglas Barbosa Alexandre authored
Handle BulkImports::ExportStatus incorrect export status value See merge request gitlab-org/gitlab!83811
-
Andrew Fontaine authored
Adjust wording in the token instructions screen See merge request gitlab-org/gitlab!83685
-
David O'Regan authored
Fixed metricsDashboard is null then receiveDashboardValidationWarningsFailure See merge request gitlab-org/gitlab!82876
-
Kerri Miller authored
Create a worker to handle test groups created on production See merge request gitlab-org/gitlab!83585
-
Vasilii Iakliushin authored
Remove the jira_connect_installation_update flag See merge request gitlab-org/gitlab!83790
-
Bob Van Landuyt authored
Fixing showing line number as 0 on diff and blocks notes on transformed diff lines without mapping See merge request gitlab-org/gitlab!81536
-
Eduardo Bonet authored
We were using discussable to hide the 0 text of lines on the transformed diff that didn't have a mapping on the original diff, but this wouldn't help with making them also not notable. Assigning this lines the type of `no-raw-mapping` and adding this to the meta? solves both cases: lines that don't have a mapping will both have no text and not be notable
-
Paul Slaughter authored
Merge branch '357106-learn-more-link-on-attention-requests-links-to-development-code-review-guidelines' into 'master' Resolve "`Learn more` link on attention requests links to development code review guidelines" See merge request gitlab-org/gitlab!83873
-
Kai Armstrong authored
- This changes the learn more link to point to the feature docs pages so users can understand more about the feature. - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83873
-
Rémy Coutable authored
Cache Gitaly also based on lib/gitlab/setup_helper.rb See merge request gitlab-org/gitlab!83878
-
Kerri Miller authored
Expose HTTP code during GitHub importer errors See merge request gitlab-org/gitlab!83818
-
Harsh Chouraria authored
This change adjusts the message returned to the user when a GitHub import operation fails to include the response HTTP code. This is useful when the HTTP body is empty, such as during the use of reverse proxies in accessing a GitHub Enterprise instance over the internet. The presence of a HTTP code can help establish if a connection was at least made successfully and the HTTP code can further be traced in their own proxy or GitHub Enterprise logging for further troubleshooting. The logs already carry this information, but on SaaS this is currently not visible due to https://gitlab.com/gitlab-com/gl-infra/reliability/-/issues/15470 Changelog: other
-
Etienne Baqué authored
Allow restore tasks to be skipped using SKIP See merge request gitlab-org/gitlab!83783
-
Chloe Liu authored
Add test cases for cleanup worker Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83585
-
Amy Qualls authored
Add troubleshooting for connectivity problems See merge request gitlab-org/gitlab!83647
-
Fiona Neill authored
-
Jiaan Louw authored
Updates the MR approval footer avatar size to 24 to make it compatible with GlAvatar when the gl_avatar_for_all_user_avatars feature flag is enabled.
-
gotounix authored
Set `metricsDashboard` to `undefined` when the value is `null` Changelog: fixed
-
anna_vovchenko authored
-
anna_vovchenko authored
As we want to make the instructions more clear and unify agent access token naming, we are updating the working of the instructions screen. Changelog: changed
-