- 21 Apr, 2020 40 commits
-
-
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
-
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
-
Marin Jankovski authored
Update Git to 2.26.2 See merge request gitlab-org/gitlab!30030
-
Ramya Authappan authored
Fix Jenkins spec by asserting on logs in .console-output element Closes #213953 See merge request gitlab-org/gitlab!29918
-
Sanad Liaquat authored
Wait and assert on text in .console-output class Also fix a flakiness where alert was kept open
-
Donique Smit authored
-
David Kim authored
-
Christian Couder authored
-
James Lopez authored
Refactor CI processable delegation specs See merge request gitlab-org/gitlab!29605
-
Martin Wortschack authored
Cleanup Legacy Geo Errors See merge request gitlab-org/gitlab!29823
-