Add support to configure webhook_timeout in gitlab.yaml
- Oct 09, 2013
-
-
Wes Gurney authored
-
Wes Gurney authored
-
Wes Gurney authored
-
Andrew Kumanyaev authored
Fix error described in https://github.com/gitlabhq/gitlabhq/issues/5185
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Islam Amer authored
Signed-off-by:
Islam Amer <islam.amer@jollamobile.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Dmitriy Zaporozhets authored
Because notes scope was not limited by project in MergeRequest#mr_and_commit_notes it causes comments from project A appears in discussions for MR in project B.
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Jacob Vosmaer (GitLab) authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Sid Sijbrandij authored
-
Jacob Vosmaer (GitLab) authored
-
Boyan Tabakov authored
Make sure the flowdock-git-hook is loaded. Seems it is not autoloader, due to the gem/lib name mismatch.
-
Yatish Mehta authored
-
Marin Jankovski authored
-
Sid Sijbrandij authored
-
Sid Sijbrandij authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Sid Sijbrandij authored
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer (GitLab) authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-
Sid Sijbrandij authored
-
Sid Sijbrandij authored
-
Marin Jankovski authored
-
Chris McKnight authored
-
Chris McKnight authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-
Tobias Bieniek authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Thomas Misilo authored
Changed wording in application.rb and gitlab.yml.example to match unicorn.rb. This is for when using a non-root path
-
Boyan Tabakov authored
Added test for the FlowdockService.
-
Boyan Tabakov authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
* dont allow protect/unprotect branches for users without master permissions * dont allow access to Repository api for guests
-
Dmitriy Zaporozhets authored
-
Boyan Tabakov authored
Also, is_admin and can_create_group are exposed in the user information. Fixed attributes_for_keys to process properly keys with boolean values (since false.present? is false).
-
Thomas Misilo authored
-
Denix authored
run mysql_secure_installation to secure the freshly installed mysql server
-
Johannes Schleifenbaum authored
If you are running another sidekiq instance on your server, e.g. GitLab CI, the check script would parse the output of `ps aux` searching for `sidekiq` and returning success, although the GitLab sidekiq may not be running. Now the `ps` call will only print the processes run by the GitLab user.
-
Dmitriy Zaporozhets authored
-
Thomas Misilo authored
Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it talked about in the gitlab.yml.example
-
Jacob Vosmaer (GitLab) authored
-
Perry Faro authored
-
Zane Shannon authored
"its" not "it's".
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Add sleep in tests to prevent random failing when next test starts before ajax requests for old one in progress
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Before we have only owner_id to determine group owner With multiple owners per group we should get rid of owner_id in group. So from now @group.owner will always be nil but @group.owners return an actual array of users who can admin this group
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Marin Jankovski authored
-
Dmitriy Zaporozhets authored
-
Johannes Becker authored
-
Johannes Becker authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
* Hooks and team pages allowed only for masters/owners * Group page allowed for admin * Corrent authentication for Projects controller * Hide some project elements from visitor
-
Dmitriy Zaporozhets authored
-