- 27 Apr, 2020 38 commits
-
-
Adam Hegyi authored
[FIXED] Set all NULL `lock_version` values to 0 PART 2 See merge request gitlab-org/gitlab!30305
-
Jarka Košanová authored
Migrate project snippets to the ghost user when the user is deleted See merge request gitlab-org/gitlab!28870
-
George Thomas authored
Closes #205772
-
Denys Mishunov authored
Refactor package details installation tabs See merge request gitlab-org/gitlab!29946
-
James Lopez authored
Add :sectional_codeowners feature flag See merge request gitlab-org/gitlab!30311
-
Phil Hughes authored
Add link to customer portal from license dashboard See merge request gitlab-org/gitlab!30330
-
Mario de la Ossa authored
Rails silently casts NULL `lock_version` values to 0 while doing optimistic locking, which causes false stale object exceptions. We had a monkey patch that would change it to check for [NULL, 0] but want to avoid monkey-patching if possible, which means we need to clean up our database values. This Commit is for CI objects (CI Stages, CI Builds, CI Pipelines)
-
Phil Hughes authored
Code Review Analytics: Add filters store See merge request gitlab-org/gitlab!30361
-
Adam Hegyi authored
Add clusters index to improve usage data queries See merge request gitlab-org/gitlab!28626
-
Ash McKenzie authored
Map labels from Jira to labels in GitLab See merge request gitlab-org/gitlab!29970
-
Imre Farkas authored
Query for vulnerability history See merge request gitlab-org/gitlab!27052
-
Avielle Wolfe authored
Adds Vulnerability.count_by_day_and_severity. This method takes an integer and returns vulnerability counts grouped by severity for that number of days before the current day. It does not return rows when there are no vulnerabilities for a day and severity. The count does not include dismissed or resolved vulnerabilities. This work is the first step towards moving the group security dashboard history chart to first class vulnerabilities, and hopefully improving its performance. https://gitlab.com/gitlab-org/gitlab/-/issues/201792
-
James Lopez authored
Clean up wiki model specs Closes #213982 See merge request gitlab-org/gitlab!30158
-
Phil Hughes authored
Add LFS badge feature flag to RefsController#logs_tree See merge request gitlab-org/gitlab!30442
-
Heinrich Lee Yu authored
Deprecate /plugins directory See merge request gitlab-org/gitlab!29678
-
Jarka Košanová authored
- import all labels from Jira during the ImportLabels stage - create a service for handling the labels - move out of metada section on GitLab issue in IssueSerializer
-
Bob Van Landuyt authored
Disable RequestContext deadline checking in tests Closes gitlab-development-kit#882 See merge request gitlab-org/gitlab!30423
-
Martin Wortschack authored
- Implements actions and mutations for the filters module.
-
James Lopez authored
Add spec to ensure pagination headers are present See merge request gitlab-org/gitlab!30301
-
Dylan Griffith authored
Refactor modify blob buttons See merge request gitlab-org/gitlab!30229
-
Adam Hegyi authored
Add Sprint relationships and constraints See merge request gitlab-org/gitlab!30127
-
Natalia Tepluhina authored
Fetch discussions on vulnerability state change See merge request gitlab-org/gitlab!30244
-
Kerri Miller authored
This shouldn't be enabled at all for now.
-
Kushal Pandya authored
Fix alert that references wrong property See merge request gitlab-org/gitlab!29747
-
Kushal Pandya authored
Make Geo Selective Sync More Clear Closes #11165 See merge request gitlab-org/gitlab!29596
-
Shinya Maeda authored
Remove `GITLAB_EDITION: ce` in review-workflow-base See merge request gitlab-org/gitlab!30449
-
Igor Drozdov authored
This mostly done to reuse existing blob instead of sending Gitaly request 4 times
-
Albert Salim authored
-
Tiger Watson authored
Gracefully handle orphaned member invites Closes #23198 See merge request gitlab-org/gitlab!30355
-
Marcel Amirault authored
Improve various Rake task topics redux See merge request gitlab-org/gitlab!30445
-
Evan Read authored
-
Russell Dickenson authored
Add a crosslink regarding CI variables See merge request gitlab-org/gitlab!29712
-
Marcel Amirault authored
-
Marcel Amirault authored
Add server hooks use cases See merge request gitlab-org/gitlab!30236
-
Brendan O'Leary 🐢 authored
-
Marcel Amirault authored
Document pre-clone step on GitLab.com Closes #118468 See merge request gitlab-org/gitlab!23579
-
Evan Read authored
Docs: tone and style revisions to the Stages page See merge request gitlab-org/gitlab!30405
-
Amy Qualls authored
Revisions to another set of subheadings in the Stages page to bring it closer to GitLab tone and style.
-
- 26 Apr, 2020 2 commits
-
-
Russell Dickenson authored
Improve documentation around SAST failures in pipeline See merge request gitlab-org/gitlab!29299
-
saikat sarkar authored
Improve doc around SAST failures Make error code link available Refactor code
-