- 05 Apr, 2017 9 commits
-
-
Douwe Maan authored
-
Alfredo Sumaran authored
-
Luke "Jared" Bennett authored
-
Kamil Trzciński authored
-
James Lopez authored
-
Phil Hughes authored
The search emojis title had the same class as the search input which caused a duplicated icon. Closes #30416
-
James Lopez authored
[ci skip]
-
Stan Hu authored
Notice what happens when a user adds a key with a space in between: ``` irb(main):004:0> 'ssh-rsa foobar'.split(/ /) => ["ssh-rsa", "", "foobar"] ``` This would cause gitlab-shell to receive a blank argument for the actual key, leading to users unable to login.
-
blackst0ne authored
-
- 04 Apr, 2017 4 commits
-
-
Felipe Artur authored
-
James Lopez authored
-
mhasbini authored
-
Z.J. van de Weg authored
-
- 03 Apr, 2017 12 commits
-
-
blackst0ne authored
-
Tiago Botelho authored
-
Douglas Barbosa Alexandre authored
-
Bryce Johnson authored
-
Nick Thomas authored
-
Joren De Groof authored
The MergeRequestsFinder uses the milestone_title instead of the milestone_id
-
Jose Ivan Vargas authored
-
Robin Bobbitt authored
-
Adam Niedzielski authored
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
-
Sean McGivern authored
1. Never send a pipeline email to anyone other than the user who created the pipeline. 2. Only send pipeline success emails to people with the custom notification setting for enabled. Watchers and participants will never receive this. 3. When custom settings are unset (for new settings and legacy ones), act as if failed_pipeline is set.
-
Gabriel Mazetto authored
-
Filipa Lacerda authored
-
- 02 Apr, 2017 7 commits
-
-
mhasbini authored
-
mhasbini authored
-
Stan Hu authored
If a subdirectory contains spaces, GitLab would be unable to generate the route in the sidebar, resulting in an Error 500. Closes #30357
-
Stan Hu authored
When deleting a user, the following sequence could happen: 1. Project `mygroup/myproject` is scheduled for deletion 2. The group `mygroup` is deleted 3. Sidekiq worker runs to delete `mygroup/myproject`, but the namespace and routes have been destroyed. Closes #30334
-
mhasbini authored
-
Grzegorz Bizon authored
-
mhasbini authored
-
- 31 Mar, 2017 7 commits
-
-
Tiago Botelho authored
-
tauriedavis authored
-
Danilo Bargen authored
-
Yorick Peterse authored
These changes are ported over from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1502 to reduce the number of merge conflicts that may occur.
-
Kushal Pandya authored
-
Jarka Kadlecova authored
-
Sebastian Reitenbach authored
infos on admin->monitoring->background
-
- 30 Mar, 2017 1 commit
-
-
tauriedavis authored
fix lint issues
-