- 14 Nov, 2019 40 commits
-
-
Walmyr Lima e Silva Filho authored
Simplify and shorten before block of a test See merge request gitlab-org/gitlab!20071
-
Marcia Ramos authored
Document Milestone <> Release feature Closes #34231 See merge request gitlab-org/gitlab!19581
-
Nathan Friend authored
Adds documentation about our new Milestone <> Release feature.
-
Filipa Lacerda authored
Move package details vue app to dedicated subfolder See merge request gitlab-org/gitlab!20167
-
Nicolò Maria Mezzopera authored
- app.vue - code_instruction.vue - information.vue - installation.vue - constants.js - index.js - update tests path and folder
-
Marcia Ramos authored
Docs - Update Admin and ChatOps docs with inspiration for GitLab.com team See merge request gitlab-org/gitlab!18907
-
Kenny Johnston authored
-
Paul Slaughter authored
Update GitLab Packages See merge request gitlab-org/gitlab!19777
-
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.
-
Lukas Eipert authored
-
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
-