- 23 Jun, 2017 1 commit
-
-
James Lopez authored
-
- 21 Jun, 2017 2 commits
-
-
Grzegorz Bizon authored
-
Kamil Trzcinski authored
-
- 20 Jun, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 16 Jun, 2017 2 commits
-
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 15 Jun, 2017 4 commits
-
-
Sean McGivern authored
Create a post-deployment migration to update all existing notification settings with at least one custom level enabled to the new format. Also handle the same conversion when updating settings, to catch any stragglers.
-
Sean McGivern authored
Add columns for each custom notification level, defaulting to null. Read from those columns if non-null, otherwise fall back to the serialized column. Writing will write to the new column if `events` isn't manually set.
-
Eric Eastwood authored
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/27070 Deprecate "chat commands" in favor of "slash commands" We looked for things like: - `slash commmand` - `slash_command` - `slash-command` - `SlashCommand`
-
Toon Claes authored
When a user is authorized to a group, they are also authorized to see all the ancestor groups and descendant groups. When a user is authorized to a project, they are authorized to see all the ancestor groups too. Closes #32135 See merge request !11764
-
- 14 Jun, 2017 1 commit
-
-
Robert Speicher authored
-
- 13 Jun, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 10 Jun, 2017 1 commit
-
-
Stan Hu authored
Previously it was possible when an issue was updated and Akismet flagged it as spam that the reCAPTCHA configuration was not loaded. Closes #33532
-
- 09 Jun, 2017 3 commits
-
-
Oswaldo Ferreira authored
-
Douwe Maan authored
-
Phil Hughes authored
Closes #33477
-
- 08 Jun, 2017 5 commits
-
-
Oswaldo Ferreira authored
-
DJ Mountney authored
Allow users autocomplete by author_id only for authenticated users See merge request !2100
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
Sean McGivern authored
They can admin group labels anyway, we weren't checking the more specific permission.
-
DJ Mountney authored
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
-
- 07 Jun, 2017 5 commits
-
-
Robin Bobbitt authored
-
Alfredo Sumaran authored
-
Jarka Kadlecova authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
-
- 06 Jun, 2017 6 commits
-
-
Paul Charlton authored
-
Lin Jen-Shin authored
in the tests
-
Nick Thomas authored
-
Pawel Chojnacki authored
-
Pawel Chojnacki authored
+ add missing prometheus_controller tests!
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 05 Jun, 2017 3 commits
-
-
Nick Thomas authored
-
Pawel Chojnacki authored
-
Nick Thomas authored
-
- 03 Jun, 2017 1 commit
-
-
Kamil Trzcinski authored
-
- 02 Jun, 2017 3 commits
-
-
Maxime Besson authored
This commit lets a user bypass the automatic signin on the login form, in order to login with a technical (admin, etc) account Closes #3786 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Pawel Chojnacki authored
+ rename controler method to #index from #metrics + remove assertion from nullMetric
-
Pawel Chojnacki authored
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
-