- 25 Jan, 2021 40 commits
-
-
Peter Leitzen authored
Split GitGarbageCollectWorker logic for projects and wikis See merge request gitlab-org/gitlab!52012
-
Peter Leitzen authored
Add "Link" functionality to Jira Connect app new UI See merge request gitlab-org/gitlab!51866
-
Justin Ho Tuan Duong authored
- Use "skip_groups" param to exclude groups which the user has already subscribed to. - Pass subscriptions_path to be used in the frontend to "Link" groups.
-
Stan Hu authored
Track suggestion add/apply metrics See merge request gitlab-org/gitlab!52189
-
Andrew Fontaine authored
Convert project runner buttons to pajamas See merge request gitlab-org/gitlab!52358
-
Amy Qualls authored
Update the Agent repo overview page See merge request gitlab-org/gitlab!52442
-
Amy Qualls authored
Docs for milestones on incidents See merge request gitlab-org/gitlab!52510
-
Suzanne Selhorn authored
Clarify pipelines must succeed setting if there is no pipeline See merge request gitlab-org/gitlab!51683
-
Marcel Amirault authored
-
Amy Qualls authored
Fixed version history note See merge request gitlab-org/gitlab!52445
-
David O'Regan authored
Apply new GitLab UI style to mirror update button See merge request gitlab-org/gitlab!51808
-
Yogi authored
-
David O'Regan authored
Updated default styling of horizontal rule <hr> See merge request gitlab-org/gitlab!50935
-
Pratyay Banerjee authored
-
Sarah Waldner authored
-
Robert Speicher authored
Improve the performance of Vulnerability model specs See merge request gitlab-org/gitlab!52121
-
Steve Abrams authored
Add repository_read_only column to NamespaceSettings table See merge request gitlab-org/gitlab!52300
-
Kamil Trzciński authored
Add two missing feature flag rollout issues See merge request gitlab-org/gitlab!52500
-
Kerri Miller authored
Pass dependency proxy credentials to runners See merge request gitlab-org/gitlab!51927
-
Heinrich Lee Yu authored
Fix batch query issue when primary key is -1 See merge request gitlab-org/gitlab!51716
-
Max Woolf authored
AuditEvents loaded via BatchLoader were behaving strangely and displaying incorrect author information when the collection includes rows with no author. Because records without an author are stored as -1, this created unexpected behaviour.
-
Jan Provaznik authored
Removed unused webperf_experiment feature flag See merge request gitlab-org/gitlab!52469
-
Marcin Sedlak-Jakubowski authored
Docs: Update copy for confidentiality filter See merge request gitlab-org/gitlab!52480
-
Markus Koller authored
Add project scope to FF skip_dag_manual_and_delayed_jobs See merge request gitlab-org/gitlab!52096
-
Furkan Ayhan authored
We forgot to add this.
-
Rémy Coutable authored
Remove implicit FF check on `Featurable` [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!52223
-
Miguel Rincon authored
-
Matthias Käppler authored
Snowplow: Send environment with standard context See merge request gitlab-org/gitlab!51941
-
James Lopez authored
Ensure we get a new cache key if we toggle feature flag See merge request gitlab-org/gitlab!52487
-
Ragnar Hardarson authored
-
Martin Wortschack authored
Migrate responsive display utilities to their new names See merge request gitlab-org/gitlab!51918
-
Heinrich Lee Yu authored
Render WebP attachments as image by default See merge request gitlab-org/gitlab!51088
-
Kev authored
This adds the .webp file extension to the list of safe image extensions in the file type detection. It allows webp-images to be uploaded to issues and comments which then get embeded as images instead of attachments (see [gitlab-org/gitlab#296600](3)). It also allows uploading of designs in the webp format. WebP is supported in all browsers that GitLab supports except Safari <= macOS 10 (see [caniuse][1], [suppported browsers][2]). [1]: https://caniuse.com/webp [2]: https://docs.gitlab.com/ee/install/requirements.html#supported-web-browsers [3]: https://gitlab.com/gitlab-org/gitlab/-/issues/296600
-
Imre Farkas authored
Allow user SSH public key endpoint to be publicly accessible again See merge request gitlab-org/gitlab!52227
-
Drew Blessing authored
A regression caused the User SSH public key endpoint to require authentication when instance public visibility was restricted. This endpoint should be available without authentication, matching the behavior of the /api/v4/users/:id/keys endpoint.
-
Markus Koller authored
Fix several issues on Datadog integration service form See merge request gitlab-org/gitlab!51908
-
Adrián López Calvo authored
* Adding blank query parameters `env` and `service` to the URL * Accepting blank string on the `:datadog_site` field * Wrong validation of `:datadog_site` and `:api_url` together when both are blank strings * Default value for `:datadog_site` not working as intended. * Test button hangs when testing before saving, with invalid data.
-
Miguel Rincon authored
Allow for deletion of a rotation in OncallSchedules See merge request gitlab-org/gitlab!51905
-
David O'Regan authored
Hook the frontend for oncall deletions up to the backend and activating the Apollo cache allowing users to delete rotations
-
Markus Koller authored
Move pick_repository_storage logic into Repository See merge request gitlab-org/gitlab!51959
-