- 21 Apr, 2020 40 commits
-
-
Mike Jang authored
Update gitlab docs deploy_tokens index.md to use https as git clone url for better security See merge request gitlab-org/gitlab!29889
-
Natalia Tepluhina authored
Add initial empty state for surface alerts See merge request gitlab-org/gitlab!29775
-
David O'Regan authored
-
Achilleas Pipinellis authored
Remove legacy content from Availability page See merge request gitlab-org/gitlab!29878
-
Wei-Meng Lee authored
-
Andrew Fontaine authored
Add sentry to author select dropdown Closes #213952 See merge request gitlab-org/gitlab!30003
-
Rémy Coutable authored
Move Group Deploy Tokens to new Group-scoped Repository settings See merge request gitlab-org/gitlab!29290
-
Etienne Baqué authored
Created new Repository settings at group level. Moved Group Deploy Tokens to this new section. Adjusted existing controllers, views, routes and spec accordingly.
-
Igor Drozdov authored
Return file name from repo in snippet API endpoints See merge request gitlab-org/gitlab!29785
-
Sean McGivern authored
Remove snippet file_name in snippet lists Closes #215008 See merge request gitlab-org/gitlab!29937
-
Rémy Coutable authored
Fix GITLAB_EDITION for gitlab ce See merge request gitlab-org/gitlab!30036
-
Natalia Tepluhina authored
Fix roadmap progress bars not showing progress completed Closes #215091 See merge request gitlab-org/gitlab!30039
-
Marcel Amirault authored
Further refactoring of Rake task pages Closes #215107 See merge request gitlab-org/gitlab!30010
-
Grzegorz Bizon authored
Create rake task that adds custom dashboard to ops and seeds an anomaly metric See merge request gitlab-org/gitlab!29821
-
Sean McGivern authored
Match Jira keys with trailing characters Closes #214777 See merge request gitlab-org/gitlab!29953
-
Sean McGivern authored
Resolve "Add "remove_label" quick action (more intuitive than "unlabel")" Closes #38022 See merge request gitlab-org/gitlab!24962
-
Kamil Trzciński authored
Start only 1 worker for ActionCable in development See merge request gitlab-org/gitlab!29314
-
Shinya Maeda authored
Fix Style/UnneededCondition offenses See merge request gitlab-org/gitlab!29903
-
Imre Farkas authored
Fix project controller event feed Closes #29990 and #24227 See merge request gitlab-org/gitlab!28054
-
Marcia Ramos authored
Docs: Update documentation MR description template See merge request gitlab-org/gitlab!29913
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
Fix errors in network section See merge request gitlab-org/gitlab!29944
-
Collen authored
-
Martin Wortschack authored
Move type of work vuex code into module Closes #214892 See merge request gitlab-org/gitlab!29674
-
Achilleas Pipinellis authored
Remove uploads processing section for PyPI uploads See merge request gitlab-org/gitlab!29911
-
Martin Wortschack authored
Fixed cancel action on snippet edit form See merge request gitlab-org/gitlab!29993
-
Andreas Brandl authored
Fix final_delay exception in MigrationHelpers See merge request gitlab-org/gitlab!30018
-
James Lopez authored
Add intermediate CAs capability to S/MIME email signature See merge request gitlab-org/gitlab!29352
-
Diego Louzán authored
-
Aishwarya Subramanian authored
-
André Hänsel authored
The ProjectsController currently loads a list of projects the user has access to in the function load_projects. It uses this list to render the actual list of projects, but it also uses this list to render the activity feed in the atom form for the RSS feed. The problem is that load_projects already paginates the list of projects which leads to wrong results (only the first 20 projects are considered) when rendering the RSS feed. This commit uses a different ProjectFinder for loading the events that does not paginate the results and keeps the pagination in load_projects because all the other function need paginated results.
-
Tom Atkins authored
Add change payment method section See merge request gitlab-org/gitlab!30031
-
Achilleas Pipinellis authored
Add guide/tutorial style content to PyPi docs See merge request gitlab-org/gitlab!29914
-
Nick Kipling authored
Added sections on how to create basic package How to upload the package How to install the package
-
Achilleas Pipinellis authored
Update Gitaly auth and source install docs See merge request gitlab-org/gitlab!29721
-
Will Chandler authored
Coalesce gitaly token and gitlab shell secret handling into a single section in the Gitaly docs. Also fix instructions for using TLS on a source install.
-
Phil Hughes authored
Destroy Dropzone hidden input when form is destroyed Closes #209026 See merge request gitlab-org/gitlab!29882
-
Lin Jen-Shin authored
Add comment_detail column to services See merge request gitlab-org/gitlab!29891
-
Justin Ho Tuan Duong authored
- Use enum for efficiency. - Allow passing as parameter in controller.
-
Phil Hughes authored
Add vulnerability location See merge request gitlab-org/gitlab!29407
-