- 16 Oct, 2019 18 commits
-
-
Evan Read authored
Update index.md See merge request gitlab-org/gitlab!18623
-
Kushal Pandya authored
Remove label from sidebar See merge request gitlab-org/gitlab!18562
-
Russell Dickenson authored
Add note to max artifact size text See merge request gitlab-org/gitlab!18624
-
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 22 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
-
Spell Bot authored
tiny spelling and grammar fixes. -Removed an extra "the". -Added an "is". -Re-arranged the sentence containing "are created" ??? There are a few instances where the phrase --"other than ultimate" is used. Should this read "other than ultimate/gold" ???
-
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
-