- 03 Feb, 2021 20 commits
-
-
Dylan Griffith authored
Rename asset_proxy_whitelist column See merge request gitlab-org/gitlab!50824
-
Kushal Pandya authored
Apply new GitLab UI for buttons in empty project snippets placeholder See merge request gitlab-org/gitlab!53157
-
Yogi authored
-
Heinrich Lee Yu authored
Preload recent failures on test suite See merge request gitlab-org/gitlab!52935
-
Ezekiel Kigbo authored
Add btn-default class for unlock button in locked files page See merge request gitlab-org/gitlab!52858
-
Thong Kuah authored
Fix 2.7 warnings for usage data code area See merge request gitlab-org/gitlab!53146
-
Yogi authored
-
Yogi authored
-
Yogi authored
-
Yogi authored
-
Robert Speicher authored
Run pipeline_schedule_worker at every 10th minute from 3 through 59 See merge request gitlab-org/gitlab!52756
-
Ben Bodenmiller authored
-
charlie ablett authored
Move UpdateBuildMinutesService under CI See merge request gitlab-org/gitlab!52807
-
Tan Le authored
We would like to use a more neutral tone when specifying a list of allowed asset proxies. This change renames the `asset_proxy_whitelist` column in `application_settings` table to `asset_proxy_allowlist`. The ApplicationSettings API is still backward-compatible with the old field.
-
Heinrich Lee Yu authored
Create epic board via GraphQL See merge request gitlab-org/gitlab!52258
-
James Fargher authored
Add `blobPath` field to `VulnerabilityLocation` types where `file` field is present in GraphQL See merge request gitlab-org/gitlab!52599
-
Evan Read authored
Clarify repository cleanup process See merge request gitlab-org/gitlab!53161
-
Greg Myers authored
Fix heading - Purging files from repo history doesn't reduce storage.
-
Mark Lapierre authored
Update create issue e2e specs See merge request gitlab-org/gitlab!52841
-
Mark Lapierre authored
Add SSHTunel to Integration module See merge request gitlab-org/gitlab!53131
-
- 02 Feb, 2021 20 commits
-
-
Ezekiel Kigbo authored
UI text - Repo settings - push rules See merge request gitlab-org/gitlab!52797
-
Marcia Ramos authored
-
Subashis authored
-
Mark Lapierre authored
Updates 3 more testcase issue links in e2e specs See merge request gitlab-org/gitlab!53177
-
Patrick Bair authored
Add index on starts_at/ends_at for oncall shifts See merge request gitlab-org/gitlab!52961
-
Sarah Yasonik authored
-
Nick Gaskill authored
Added New Keyboard Shortcuts to docs See merge request gitlab-org/gitlab!52983
-
Orit Golowinski authored
-
Mike Jang authored
Docs: SAML external groups are supported in free edition See merge request gitlab-org/gitlab!52980
-
Ben Bodenmiller authored
-
charlie ablett authored
- Add field and argument tests - Remove unneeded test - Restore removed argument
-
charlie ablett authored
- EpicBoards is less confusing than Epics
-
charlie ablett authored
- Create epic board service - Create epic board mutation
-
Desiree Chevalier authored
-
Stan Hu authored
Wait up to 60 seconds instead of 30 seconds till PIDs should exist. See merge request gitlab-org/gitlab!53153
-
Andrew Fontaine authored
Replace bootstrap event strings with constants See merge request gitlab-org/gitlab!52777
-
Kev authored
This replaces the usage of the following bootstrap event names with constants defined in ~/lib/utils/constants.js. | Event Name | Constant | | -------------------- | ------------------ | | `bv::hide:tooltip` | `BV_HIDE_TOOLTIP` | | `bv::dropdown::show` | `BV_DROPDOWN_SHOW` | | `bv::dropdown::hide` | `BV_DROPDOWN_HIDE` |
-
Mayra Cabrera authored
Reassign analytics flags to group::optimize See merge request gitlab-org/gitlab!53024
-
Mayra Cabrera authored
Set `projects.has_external_wiki` to `DEFAULT false` and `NOT NULL` See merge request gitlab-org/gitlab!50916
-
Luke Duncalfe authored
This change contains migrations for `projects.has_external_wiki` to become a `NOT NULL` column that defaults to `FALSE`. This is possible after the PG Trigger added in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/49916 that always maintains `projects.has_external_wiki` as a boolean and never a `NULL`. It includes a data migration to set all historical `NULL` columns to be either `TRUE` or `FALSE`. The data migration also fixes the historical bad data for `has_external_wiki`: https://gitlab.com/gitlab-org/gitlab/-/issues/273574. https://gitlab.com/gitlab-org/gitlab/-/issues/290715.
-