- 16 Oct, 2019 15 commits
-
-
Evan Read authored
-
Evan Read authored
Update project snippet API docs to use content parameter See merge request gitlab-org/gitlab!18614
-
Russell Dickenson authored
Update labels.md to reflect that Epics can have labels as well See merge request gitlab-org/gitlab!18030
-
Keanon O'Keefe authored
-
Evan Read authored
Added docs change for the scatterplot See merge request gitlab-org/gitlab!18594
-
Russell Dickenson authored
Edit protecting manual jobs content See merge request gitlab-org/gitlab!18615
-
Evan Read authored
-
Ash McKenzie authored
Lint const_get to not inherit scope (2nd arg false) Closes #33846 See merge request gitlab-org/gitlab!18048
-
Ash McKenzie authored
Part of #33603, Tech Debt - Combine Code For Embedded Video and Audio, Ruby Part See merge request gitlab-org/gitlab!18366
-
Jesse Hall authored
-
Evan Read authored
Change links to relative to fix broken master in FOSS See merge request gitlab-org/gitlab!18634
-
Marcel Amirault authored
-
Evan Read authored
Update documentation for replication from Object Storage Closes #14779 See merge request gitlab-org/gitlab!18276
-
Valery Sizov authored
As we now support replication from Object Storage
-
Stan Hu authored
Resolve "Web IDE button should fork and open forked project when selected from read-only project" See merge request gitlab-org/gitlab!17672
-
- 15 Oct, 2019 25 commits
-
-
Martin Wortschack authored
Add "edit" button to release blocks on Releases page See merge request gitlab-org/gitlab!18411
-
Russell Dickenson authored
Make clear new feature available from 12.4 See merge request gitlab-org/gitlab!18555
-
Evan Read authored
-
Thong Kuah authored
Update DAST report fixture, Fix deduplication logic See merge request gitlab-org/gitlab!17778
-
Pulkit Sharma authored
Renaming the old fixture to `gl-dast-report-legacy.json`
-
Thong Kuah authored
As it is a Gitlab specific lint Also, enable in .rubocop.yml
-
Thong Kuah authored
Fix the one constant passed into BackgroundMigration which was fully qualified.
-
Thong Kuah authored
Also fix specs to define the constants for the :entry class, not the ancestor class Simplifiable
-
Thong Kuah authored
QA.const_get("QA::#{version}::Strategy") was really (accidentally?) relying on the QA::EE::Strategy being inherited. So might as well switch it to Object.const_get.
-
Thong Kuah authored
Don't have time to debug why specs are failing for these
-
Thong Kuah authored
-
Thong Kuah authored
There should be no cases where we need to inherit=true.
-
Thong Kuah authored
The default of inherit=true as the 2nd arg for const_get leads to some confusing situations when `const_get` is called in development where some modules are not yet loaded. See https://gitlab.com/gitlab-org/gitlab-ce/issues/59719 for examples.
-
Evan Read authored
Document gitlab:graphql:compile_docs See merge request gitlab-org/gitlab!18548
-
Mario de la Ossa authored
-
Stan Hu authored
-
Himanshu Kapoor authored
Add a link to the WebIDE on project page in case the user doesn't have write access to the repo. Clicking the link will actually create a fork first and then redirect to the WebIDE in the forked repo. A confirm modal is shown before forking the project. The button would not appear if the user cannot create a fork or an MR in the fork.
-
Stan Hu authored
Raise issuable text limits See merge request gitlab-org/gitlab!18605
-
Stan Hu authored
There was some confusion over whether `code` or `content` is the right parameter for snippets. Internally, the database stores `content`. However: 1. Project snippets use `code`. `code` gets remapped in `content` in `lib/api/project_snippets.rb`. 2. Personal snippets use `content`. In GitLab 12.3, https://gitlab.com/gitlab-org/gitlab-foss/merge_requests/32296 standardized the APIs to use `content` while allowing the deprecated `code` field to be used for project snippets.
-
Evan Read authored
Explain how to protect manual jobs Closes #15819 See merge request gitlab-org/gitlab!18561
-
Marcel Amirault authored
-
Stan Hu authored
The 16,000 and 48,000-byte description and description HTML limits were a bit too low. In some of our onboarding tasks, the text took close to 170K. Our API limits the description to be 1 megabyte, so update the limit to match that. From https://gitlab.com/gitlab-org/gitlab/merge_requests/16181, the estimated description HTML multiple was 3x, so make this limit 5x to give some leeway.
-
Stan Hu authored
Avoid unnecessary locks on internal_ids (remove feature flag) Closes #30515 See merge request gitlab-org/gitlab!18328
-
Martin Wortschack authored
Implement dismissal behavior when dismissed vulnerabilities are hidden See merge request gitlab-org/gitlab!16207
-
Paul Slaughter authored
Front-End UI for design deletion See merge request gitlab-org/gitlab!15034
-