- 17 Nov, 2016 3 commits
-
-
Z.J. van de Weg authored
This commit includes a couple of thing: - A chatops controller - Mattermost::CommandService - Mattermost::Commands::(IssueService|MergeRequestService) The controller is the point where mattermost, and later slack will have to fire their payload to. This in turn will execute the CommandService. Thats where the authentication and authorization should happen. So far this is not yet implemented. This should happen in later commits. Per subcommand, in case of `/gitlab issue show 123` issue whould be the subcommand, there is a service to parse the data, and fetch the resource. The resource is passed back to the CommandService which structures the data.
-
Kamil Trzcinski authored
-
Kamil Trzcinski authored
-
- 16 Nov, 2016 1 commit
-
-
Adam Niedzielski authored
-
- 15 Nov, 2016 1 commit
-
-
Akram FARES authored
-
- 12 Nov, 2016 1 commit
-
-
Fu Xu authored
-
- 11 Nov, 2016 4 commits
-
-
Josep Llaneras authored
-
Josep Llaneras authored
-
Alex Sanford authored
Previously, they were only being loaded on the actual `show` action, but not the actions representing the tabs (commits, builds, etc).
-
Patricio Cano authored
It is needed for the `lfs_check_access!` callback when the repository size limit is enabled (EE only).
-
- 10 Nov, 2016 4 commits
-
-
gfyoung authored
-
Patricio Cano authored
-
Patricio Cano authored
-
Adam Niedzielski authored
In this case comparing old_path and new_path is not enough because there are two entires that match.
-
- 09 Nov, 2016 4 commits
-
-
Toon Claes authored
It adds a button to the branches page that the user can use to delete all the branches that are already merged. This can be used to clean up all the branches that were forgotten to delete while merging MRs. Fixes #21076.
-
Alejandro Rodriguez authored
Restore unauthenticated access to public container registries Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/24284 See merge request !2025 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Respect project visibility settings in the contributions calendar This MR fixes a number of bugs relating to access controls and date selection of events for the contributions calendar Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23403 See merge request !2019 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
Ensure external users are not able to clone disabled repositories. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/23788 See merge request !2017 Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 08 Nov, 2016 1 commit
-
-
Valery Sizov authored
-
- 07 Nov, 2016 7 commits
-
-
Hiroyuki Sato authored
-
Robert Speicher authored
-
tiagonbotelho authored
reactivates all tests and writes more tests for it
-
Douwe Maan authored
email token be reset
-
Dmitriy Zaporozhets authored
Signed-off-by:
Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Grzegorz Bizon authored
-
Hiroyuki Sato authored
-
- 06 Nov, 2016 3 commits
-
-
Hiroyuki Sato authored
-
Hiroyuki Sato authored
-
Hiroyuki Sato authored
-
- 04 Nov, 2016 7 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rodolfo Santos authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
-
Jacob Vosmaer authored
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Valery Sizov authored
-
Nick Thomas authored
-
- 01 Nov, 2016 4 commits
-
-
Yar authored
It is not possible to search for a user by his secondary email address in the Users search bar in the admin interface(/admin/users). A use-case could be that an admin wants to remove a specific secondary email address of an user, because it interferes with another user. Issue #23761 This commit adds ability to search not only by main email, but also by any secondary email in the admin interface.
-
Yar authored
The parameter is used to search users by several criretia was called :name. This request renames it to :search_query which closer to it actual perpose
-
Adam Niedzielski authored
Refers to #23806.
-
Valery Sizov authored
-