- 07 Jan, 2021 11 commits
-
-
Yogi authored
-
Ash McKenzie authored
Add Packages::Debian::ExtractMetadataService See merge request gitlab-org/gitlab!50434
-
Shinya Maeda authored
Remove swimlanes licensed feature flag See merge request gitlab-org/gitlab!50376
-
Mark Chao authored
Add ability to edit existing on-demand DAST scans See merge request gitlab-org/gitlab!50721
-
Tiger Watson authored
Remove TMP index in emails table See merge request gitlab-org/gitlab!50981
-
Evan Read authored
[DOCS] Recommend Gitpod for integrations development See merge request gitlab-org/gitlab!50773
-
Alex Kalderimis authored
-
Evan Read authored
Note feature flag for user cap See merge request gitlab-org/gitlab!50806
-
Russell Dickenson authored
-
Suzanne Selhorn authored
Empty pattern field disabled cleanup work <13.6 See merge request gitlab-org/gitlab!50604
-
Harsh Chouraria authored
In older versions of GitLab, the form for adding cleanup policies showed a `.*` text-box placeholder text for the necessary field `Remove tags matching` that mislead users into thinking it was a default value. When submitted, the placeholder did not default to its shown value and caused a `nil` value to be stored. A `nil` value for the remove tags pattern effectively meant no tags would get removed when the policy ran. This has been fixed in 13.6 (placeholder also acts as default) and 13.7 (revamp of UI).
-
- 06 Jan, 2021 29 commits
-
-
Mayra Cabrera authored
Remove show trial status feature flag [RUN ALL RSPEC] See merge request gitlab-org/gitlab!51015
-
Stan Hu authored
change more it to specify See merge request gitlab-org/gitlab!51007
-
Patrick Bair authored
Change clusters.helm_major_version default to 3 See merge request gitlab-org/gitlab!50399
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Paul Gascou-Vaillancourt authored
-
Evan Read authored
Update unassigned API pages with metadata See merge request gitlab-org/gitlab!50910
-
Russell Dickenson authored
Add DAST_SKIP_TARGET_CHECK to docs See merge request gitlab-org/gitlab!50887
-
Avielle Wolfe authored
-
Dan Davison authored
Delete .netrc after each test See merge request gitlab-org/gitlab!50809
-
Mark Lapierre authored
This avoids order-dependent failures that occur when a test adds a user to .netrc that is different from the default runtime test user. See also https://gitlab.com/gitlab-org/quality/team-tasks/-/issues/670
-
Mayra Cabrera authored
Add option to view versionless packages in API See merge request gitlab-org/gitlab!50669
-
Steve Abrams authored
Adds include_versionless param to project and group package list apis.
-
Kyle Wiebers authored
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/296788
-
Mayra Cabrera authored
changed it to specify See merge request gitlab-org/gitlab!51004
-
Mark Florian authored
Remove total duration from analytics page See merge request gitlab-org/gitlab!50102
-
Markus Koller authored
Change type of CiJob.needs [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!50192
-
David O'Regan authored
Add CI config validation message on editor See merge request gitlab-org/gitlab!50507
-
Rémy Coutable authored
Fix Dependency Scanning See merge request gitlab-org/gitlab!50780
-
Philippe Lafoucrière authored
This reverts commit ebf5c7ab2d9aee0aced21334eaab6eccac90b7d0.
-
Nick Gaskill authored
Fix a typo in Dependency Scanning docs See merge request gitlab-org/gitlab!50733
-
Mike Jang authored
Expand on use of separate name attributes in LDAP See merge request gitlab-org/gitlab!50594
-
Harsh Chouraria authored
The `name` attribute in LDAP fetches the user's visible name in profiles but often the ideal value for this is split between two different fields that are configurable via the use of `first_name` and `last_name`. The docs were not very clear on how to force use of the latter (split) configuration over `name`, doable by intentionally setting it to something non-existent.
-
Lucy Fox authored
-
Nick Gaskill authored
Clarify that Pages domain should be pointing at Pages's IP See merge request gitlab-org/gitlab!50613
-
Balasankar "Balu" C authored
-
Mike Jang authored
Fix source link in Usage Ping documentation See merge request gitlab-org/gitlab!50982
-
Alex Kalderimis authored
-
Alex Kalderimis authored
This changes the type of `CiJob.needs` from `JobType.connection_type` to `BuildNeedType.connection_type`. This is because `Build#needs` does not return a relation of builds, but one of `Ci::BuildNeed`. This change is a backwards compatible bug-fix. Any query that works now will continue to work.
-