- 14 Nov, 2019 40 commits
-
-
Gabriel Mazetto authored
Fix old_disk_path when re-executing it after a failed attachment migration
-
Gabriel Mazetto authored
We are also doing some extra work to prevent data-loss by instead of removing a folder, doing a rename appending a timestamp
-
Phil Hughes authored
Fix template selector filename bug Closes #34443 See merge request gitlab-org/gitlab!19376
-
Payton Burdette authored
Instead of calling selector config name directly, destructure the key for reuse and readablility.
-
Ray Paik authored
Fix typo in start-using-git.md See merge request gitlab-org/gitlab!20163
-
Tim Zallmann authored
Add npm / yarn install commands to package details Closes #31843 See merge request gitlab-org/gitlab!18999
-
Nick Kipling authored
Added new installation component Added code_instruction component Updated page to display these
-
Marcia Ramos authored
Add documentation for new "edit release" feature/page Closes #35355 See merge request gitlab-org/gitlab!19595
-
Marcia Ramos authored
Fix permission docs for guest Design Management See merge request gitlab-org/gitlab!20125
-
Marcia Ramos authored
Publish Feature flag API See merge request gitlab-org/gitlab!19547
-
Marcia Ramos authored
Added documentation for evidence collection See merge request gitlab-org/gitlab!19866
-
Etienne Baqué authored
Added what release evidence is about. Added summary json sample.
-
Martin Wortschack authored
Remove var from syntax_highlight_spec.js See merge request gitlab-org/gitlab!20086
-
Lee Tickett authored
-
Phil Hughes authored
Remove var from merge request tabs spec js See merge request gitlab-org/gitlab!20087
-
Lee Tickett authored
-
Martin Wortschack authored
Remove var from weight_select.js Closes #36263 See merge request gitlab-org/gitlab!20102
-
Douglas Barbosa Alexandre authored
Upgrade acts-as-taggable-on to 6.5 See merge request gitlab-org/gitlab!19845
-
Phil Hughes authored
Remove var from compare_autocomplete.js Closes #36267 See merge request gitlab-org/gitlab!20107
-
Achilleas Pipinellis authored
HA Docs Object Storage Updates See merge request gitlab-org/gitlab!18866
-
Grant Young authored
Updates Scaling and High Availability README with latest information such as: - More details on Object Storage & NFS recommendations - Updates corresponding Gitaly page with latest Object Storage links - Additional details on what is required for a HA install of GitLab (more LB info, etc...)
-
Dmitriy Zaporozhets authored
Remove obsolete vulnerability_findings_api feature flag See merge request gitlab-org/gitlab!19935
-
Victor Zagorodny authored
Add comments to the security dashboards' controllers that explain their behavior and usage in different states of the first_class_vulnerabilities feature flag.
-
Walmyr Lima e Silva Filho authored
Simplify it block of a test See merge request gitlab-org/gitlab!20067
-
Stan Hu authored
Fix a deprecation warning See merge request gitlab-org/gitlab!20037
-
Kushal Pandya authored
Remove var from preview_markdown.js See merge request gitlab-org/gitlab!20115
-
Lee Tickett authored
-
Martin Wortschack authored
Remove var from new_commit_form.js See merge request gitlab-org/gitlab!20095
-
Lee Tickett authored
-
Utkarsh Gupta authored
-
Sean McGivern authored
Execute limited request for diff commits instead of preloading See merge request gitlab-org/gitlab!19485
-
Igor authored
The number of diff commits can be overwhelming sometimes and preloading them and iterating over them using map can be very expensive We'd better make multiple limited requests (even if it's N+1) then running into a subtle case when thousands of elements are loaded into memory and iterated
-
Filipa Lacerda authored
Only show previewable files in Vue file listing Closes #36150 See merge request gitlab-org/gitlab!19966
-
Filipa Lacerda authored
Revert "Merge branch 'ff-user-ids-per-scope-fe' into 'master'" See merge request gitlab-org/gitlab!20084
-
Filipa Lacerda authored
GraphQL commit type correctly return pipeline for ref See merge request gitlab-org/gitlab!19758
-
Jan Provaznik authored
Move some project routes under - scope See merge request gitlab-org/gitlab!19954
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Thong Kuah authored
Enable frozen string for fogbugz import See merge request gitlab-org/gitlab!20133
-
Achilleas Pipinellis authored
Add docs for Container Scanning Scheduled pipeline See merge request gitlab-org/gitlab!19800
-
Adam Cohen authored
- include details to explain how to interact with both the GitLab Docker registry as well as a custom private docker registry
-