- 30 Mar, 2022 3 commits
-
-
Enrique Alcántara authored
Removes the feature flag that hides the new control to switch between Rich text and Source editing modes in the Wikis Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/83760
-
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 37 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
-
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
-
Diana Logan authored
Add tutorial metadata See merge request gitlab-org/gitlab!83830
-
Suzanne Selhorn authored
Move 'paused' removal milestone to 16.0 See merge request gitlab-org/gitlab!83881
-
Paul Slaughter authored
Add tests to the CI schema See merge request gitlab-org/gitlab!83047
-
Mireya Andres authored
- These are tests taken from schemastore at commit `6b7856dc5e8ed774cbbf3952847b17c90df6396f` - Removed `missing_dependency_failure` from `retry:when` tests since they are not recognized as valid keywords in the schema. - Add toValidateJsonSchema matcher
-
Markus Koller authored
Redirect deprecated SSE to Web IDE See merge request gitlab-org/gitlab!80347
-
Tiffany Rea authored
Fix No such file or directory in delete job See merge request gitlab-org/gitlab!83784
-
Mayra Cabrera authored
Revert "Merge branch 'pks-gitaly-runtime-dir' into 'master'" See merge request gitlab-org/gitlab!83869
-
Amy Qualls authored
Mention the /attention quick action See merge request gitlab-org/gitlab!83872
-
Amy Qualls authored
Let's explain what attention requests are, so if someone comes to the quick actions page first, they can get answers.
-
Amy Qualls authored
On this page, we should mention the quick action more prominently.
-
Robert Hunt authored
Use GlAvatar in project_list_item component See merge request gitlab-org/gitlab!83806
-
Achilleas Pipinellis authored
Fix wrong slash being used See merge request gitlab-org/gitlab!83828
-
Pedro Pombeiro authored
-