- 21 Apr, 2020 40 commits
-
-
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
-
Savas Vedova authored
- Retrieve the location from GQL and display it in the list
-
Rémy Coutable authored
Return content from repo in snippet raw endpoint See merge request gitlab-org/gitlab!29781
-
Denys Mishunov authored
-
Bob Van Landuyt authored
Exclude html entities from haml lint Closes #33780 See merge request gitlab-org/gitlab!29847
-
Lee Tickett authored
-
Coung Ngo authored
-
James Lopez authored
Resolve "Change incorrect Entity in Snippet API" See merge request gitlab-org/gitlab!29901
-
Igor Drozdov authored
Fix merge requests stuck in checking state Closes #215109 See merge request gitlab-org/gitlab!30027
-
Ezekiel Kigbo authored
Replaces the state / getters in the base.vue with their respective code from the tasks by type module Update vuex and base specs Fix utils_spec test
-
Ezekiel Kigbo authored
Remove the tasks by type vuex code from the root module
-
Ezekiel Kigbo authored
Moves the vuex related code for the tasks by type chart into a separate module
-