- Aug 02, 2018
-
-
Adam Liter authored
-
- Aug 01, 2018
-
-
Richard Hancock authored
-
Bob Van Landuyt authored
-
Jamie Schembri authored
-
Ævar Arnfjörð Bjarmason authored
Why and how to enable this is covered in the docs being changed here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for SSH certificate authentication", 2018-06-14) which has been merged in and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped. Merging this closes gitlab-org/gitlab-ce#34572 see gitlab-org/gitlab-shell!207 for the gitlab-shell MR. Implementation notes: - The APIs being changed here are all internal, and their sole consumer is gitlab-shell. - Most of the changed code is a MR to gitlab-shell, see the gitlab-org/gitlab-shell!207 MR. That change covers why only some of the internal methods get a new "username" parameter, and why some others only get a "user_id".
-
- Jul 31, 2018
-
-
Jose Ivan Vargas Lopez authored
-
Jose Ivan Vargas Lopez authored
-
John Burak authored
-
Michael Kozono authored
-
Francisco Javier López authored
-
Zeger-Jan van de Weg authored
While reviewing this branch it was noted that this task was broken. Given the limited value this task brings, and given the fact that much of the old behaviour has been moved to be automatically fixed, removing was a good option. Suggestion in: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20806#note_91261001
-
Zeger-Jan van de Weg authored
These tasks are happening through housekeeping right now, by default ever 10th push. This removes the need for these tasks. Side note, this removes one of my first contributions to GitLab, as back than I introduced these tasks through: 54e6c004 Closes https://gitlab.com/gitlab-org/gitaly/issues/768
-
Peter Sowah authored
-
- Jul 30, 2018
-
-
Stan Hu authored
Closes #49733
-
Joshua Lambert authored
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Francisco Javier López authored
-
Stan Hu authored
The Unicorn master resets any signal handlers and prevents rbtrace from working properly as a result. Move the `require 'rbtrace'` call to the Unicorn `after_fork` block and keep the initializer only for Sidekiq.
-
Filipa Lacerda authored
-
Winnie Hellmann authored
-
Bob Van Landuyt authored
This can be done trough the API for the current user, or on the profile page.
-
Francisco Javier López authored
-
Jan Beckmann authored
-
- Jul 29, 2018
-
-
Frank Sauerburger authored
The link to "GitLab Cycle Analytics" pointed to /user/project/cycle_analytics.md and not /help/user/project/cycle_analytics.md. This is caused by an issue with the markdown renderer. This temporary fix corrects the link by inserting a line break.
-
Zeger-Jan van de Weg authored
These checks were a no op on Cloud native environments, and the checks were migrated as part of: https://gitlab.com/gitlab-org/gitaly/merge_requests/767 Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49725
-
- Jul 28, 2018
-
-
Stan Hu authored
-
Stan Hu authored
The previous implementation would hit the database each time and provide a dummy response. If the database goes down, this means all application workers would be taken out of service. Simplify this check by using a Rails middleware that intercepts this endpoint and returns a 200 response.
-
- Jul 27, 2018
-
-
Bob Van Landuyt authored
-
Sean McGivern authored
This reverts merge request !20679
-
Bob Van Landuyt authored
-
- Jul 25, 2018
-
-
Resolve "API endpoint that returns all members, including the inherited membership through ancestor group"
-
Bob Van Landuyt authored
This is mainly the setup of mutations for GraphQL. Including authorization and basic return type-structure.
-
Francisco Javier López authored
-
Stan Hu authored
This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Achilleas Pipinellis authored
-
-
- Jul 24, 2018
-
-
Michael Kozono authored
-