- 21 Apr, 2020 40 commits
-
-
Amy Qualls authored
Change reference links to inline in admin docs See merge request gitlab-org/gitlab!29867
-
Stan Hu authored
Praefect load balancer documentation Closes gitaly#2597 See merge request gitlab-org/gitlab!29865
-
Dmytro Zaporozhets authored
Expose vulnerability occurrence evidence Closes #37027 See merge request gitlab-org/gitlab!29224
-
Cameron Swords authored
-
Dmytro Zaporozhets authored
Add new scopes to the deploy_tokens table See merge request gitlab-org/gitlab!29383
-
Steve Abrams authored
Add read_package_registry and write_package_registry scopes to deploy tokens. Add deploy token access to NPM.
-
Nathan Friend authored
Merge branch 'migrate_ee_spec_javascripts_vue_mr_widget_components_mr_widget_pipeline_container_spec_js' into 'master' Migrate ee mr_widget_pipeline_container_spec to Jest See merge request gitlab-org/gitlab!27120
-
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
-