Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3006 from jweslley/master | Dmitriy Zaporozhets | 2013-09-29 | 1 | -0/+65 |
|\ | | | | | add rake tasks for web hooks management | ||||
| * | add rake tasks for web hooks management | Jonhnny Weslley | 2013-02-15 | 1 | -0/+65 |
| | | |||||
* | | [gitlab:check] Fix detecting the status of sidekiq | Johannes Schleifenbaum | 2013-09-27 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | 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. | ||||
* | | Check whether only one sidekiq is running | Jacob Vosmaer | 2013-09-27 | 1 | -1/+26 |
| | | |||||
* | | Fixed grammatical mistake in init.d status output. | Zane Shannon | 2013-09-26 | 1 | -1/+1 |
| | | | | | | "its" not "it's". | ||||
* | | Merge branch '6-1-stable' | Dmitriy Zaporozhets | 2013-09-25 | 1 | -1/+28 |
|\ \ | | | | | | | | | | | | | Conflicts: lib/tasks/gitlab/check.rake | ||||
| * | | Update check script | Hiroyuki Sato | 2013-09-24 | 1 | -1/+28 |
| | | | | | | | | | | | | | | | * GitLab Shell 1.7.1 is required * Global projects are not supported (refs #5152) | ||||
| * | | Fix API::MergeRequest | Hiroyuki Sato | 2013-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Refs #5145 | ||||
* | | | Merge pull request #5146 from karlhungus/feature-api-search-for-projects-by-name | Dmitriy Zaporozhets | 2013-09-25 | 1 | -19/+32 |
|\ \ \ | | | | | | | | | Added search for projects by name to api | ||||
| * | | | Used pagnation function from api helpers | Izaak Alpert | 2013-09-24 | 1 | -6/+4 |
| | | | | | | | | | | | | | | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab | ||||
| * | | | Added search for projects by name to api | Izaak Alpert | 2013-09-23 | 1 | -19/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GITLAB-1283 (GITLAB-869) Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded Conflicts: config/initializers/1_settings.rb | ||||
* | | | | Add gitlab-shell/bin/check to rake gitlab:check | Jacob Vosmaer | 2013-09-24 | 1 | -0/+18 |
|/ / / | | | | | | | | | | | | | | | | | | | We sometimes encounter connectivity issues where gitlab-shell cannot make API calls to the Rails application. There is a self-test script `gitlab-shell/bin/check` that tries to connect to the API; this commit runs that script as part of `rake gitlab:check`. | ||||
* | | | Update for readability | Izaak Alpert | 2013-09-22 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | fixed a test a broke in the configurable theme PR Change-Id: Id894506941bc01ab0d259d48ca7ff9b80bb2c57e | ||||
* | | | Allows username only updates to ldap properties | Izaak Alpert | 2013-09-22 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | -when logging in if users are allowed to login with just usernames in ldap we will update uid of the user if their uid is out of date Conflicts: spec/lib/auth_spec.rb Change-Id: Ia171b3d5133da86edc18c0d08ecfaf6a174f2574 | ||||
* | | | Fix API::MergeRequest | Hiroyuki Sato | 2013-09-22 | 1 | -1/+1 |
|/ / | | | | | | | Fixes #5144 Refs #4996 | ||||
* | | Merge pull request #4996 from hiroponz/drop-support-of-root-namespace | Dmitriy Zaporozhets | 2013-09-14 | 1 | -1/+1 |
|\ \ | | | | | | | [WIP]Drop support of root namespace in routing | ||||
| * | | Drop support of root namespace in routing | Hiroyuki Sato | 2013-09-13 | 1 | -1/+1 |
| | | | |||||
* | | | Remove code that was accidently added in ↵ | Dmitriy Zaporozhets | 2013-09-14 | 1 | -66/+0 |
|/ / | | | | | | | 5dae40f579f66fdc060de633b183ede7bd8b2ce4 | ||||
* | | Rescue an error if group doesn't exist | Marin Jankovski | 2013-09-12 | 2 | -3/+9 |
| | | |||||
* | | Removed private scope | Izaak Alpert | 2013-09-11 | 1 | -1/+1 |
| | | | | | | | | Change-Id: Ia723321a5cb05deb626d34c7d8d78194e049b1f0 | ||||
* | | Update to only provide one way to get a default user | Izaak Alpert | 2013-09-11 | 2 | -3/+68 |
| | | | | | | | | | | | | -calling build_user will now apply defaults and only override them if as: :admin is set Change-Id: Id1d938c0967752ecc14370af54f2d88128d18c44 | ||||
* | | Update User api to respect default settings | Izaak Alpert | 2013-09-11 | 1 | -1/+1 |
| | | | | | | | | | | | | -API now respects default_projects_limit, default_can_create_group, and default_can_create_team Change-Id: I059d060d576df1050e5371e707381c5e8c608a7a | ||||
* | | Merge pull request #5012 from jeffb-bt/master | Jacob Vosmaer | 2013-09-11 | 1 | -1/+1 |
|\ \ | | | | | | | -i flag allows sudo to work for git users using rvm that is not being us... | ||||
| * | | -i flag allows sudo to work for git users using rvm that is not being used by | Jeff '2 bits' Bachtel | 2013-09-06 | 1 | -1/+1 |
| | | | | | | | | | | | | root user (su might be better) | ||||
* | | | Some of the requested updates, rebase on master | Izaak Alpert | 2013-09-09 | 1 | -15/+8 |
| | | | | | | | | | | | | Change-Id: I305266fe9acbbb5136adeeb52e7e4e1d6629a30a | ||||
* | | | API: admin users can sudo commands as other users | Izaak Alpert | 2013-09-09 | 1 | -5/+39 |
| | | | | | | | | | | | | -Specifying a header of SUDO or adding a :sudo with either user id, or username of the user will set the current_user to be that user if your identifying private_token/PRIVATE_TOKEN is an administrator token | ||||
* | | | Forgot to fix the comment instructions. | C. Walker | 2013-09-06 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed description. | C. Walker | 2013-09-06 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4990 from karlhungus/feature_group_membership_api | Dmitriy Zaporozhets | 2013-09-05 | 2 | -6/+74 |
|\ \ | | | | | | | Add group membership api | ||||
| * | | Fixes for @randx | Izaak Alpert | 2013-09-05 | 1 | -3/+4 |
| | | | | | | | | | | | | Change-Id: I3b15ae34c0957a0f4026e1886c92a9770e9d170e | ||||
| * | | Add group membership api | Izaak Alpert | 2013-09-04 | 2 | -6/+73 |
| | | | | | | | | | | | | Change-Id: I5b174bba02856ede788dcb51ec9b0d598ea7d0df | ||||
* | | | Improve commit diff | Dmitriy Zaporozhets | 2013-09-04 | 1 | -2/+14 |
|/ / | | | | | | | | | * show highlights when replace empty line with content * show inline diff when replace line with spaces with content | ||||
* | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2013-09-04 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #4969 from Razer6/update_path_blacklist | Dmitriy Zaporozhets | 2013-09-03 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Add 'notes' to path blacklist, fixes #4967 | ||||
| | * | | Add 'notes' to path blacklist, fixes #4967 | Robert Schilling | 2013-09-03 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge branch 'refactor/oauth' of /home/git/repositories/gitlab/gitlabhq | Dmitriy Zaporozhets | 2013-09-04 | 5 | -108/+167 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Refactor Gitlab::Auth | Dmitriy Zaporozhets | 2013-09-04 | 1 | -54/+1 |
| | | | | |||||
| * | | | Inherit Gitlab::LDAP::User from Gitlab::OAuth::User | Dmitriy Zaporozhets | 2013-09-04 | 1 | -67/+33 |
| | | | | |||||
| * | | | Added Gitlab::OAuth::User class | Dmitriy Zaporozhets | 2013-09-04 | 1 | -0/+85 |
| | | | | | | | | | | | | | | | | Authenticate or create users from OAuth providers | ||||
| * | | | Remove include of grack_ldap | Dmitriy Zaporozhets | 2013-09-02 | 1 | -2/+0 |
| | | | | |||||
| * | | | Move ldap auth to LDAP::User. Removed unused code | Dmitriy Zaporozhets | 2013-09-02 | 3 | -40/+28 |
| | | | | |||||
| * | | | Mode User+LDAP functionality from Gitlab::Auth | Dmitriy Zaporozhets | 2013-09-02 | 2 | -17/+92 |
| |/ / | |||||
* | | | Merge pull request #4920 from Rovanion/init-rewrite | Jacob Vosmaer | 2013-09-03 | 1 | -77/+201 |
|\ \ \ | |/ / |/| | | Rewrote init script. | ||||
| * | | Made script path flexible | Rovanion | 2013-09-03 | 1 | -1/+1 |
| | | | |||||
| * | | Restart works again, grammar mistakes corrected. | Rovanion | 2013-08-29 | 1 | -5/+16 |
| | | | |||||
| * | | Fixed failure to stop and added handling of failure to remove stale pid | Rovanion | 2013-08-28 | 1 | -7/+17 |
| | | | |||||
| * | | Corrections suggested by jacobvosmaer | Rovanion | 2013-08-28 | 1 | -8/+15 |
| | | | |||||
| * | | Changes recommended by @axilleas | Rovanion | 2013-08-27 | 1 | -5/+5 |
| | | | |||||
| * | | Rewrote init script. | Rovanion | 2013-08-27 | 1 | -78/+174 |
| | | | |||||
* | | | Merge pull request #4906 from alexvh/standardize_diff_api_url | Dmitriy Zaporozhets | 2013-08-29 | 1 | -4/+20 |
|\ \ \ | | | | | | | | | Standardize recently added commit diff api url |