Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3006 from jweslley/master | Dmitriy Zaporozhets | 2013-09-29 | 2 | -0/+96 |
|\ | | | | | add rake tasks for web hooks management | ||||
| * | add help page for web hooks management using rake tasks | Jonhnny Weslley | 2013-06-05 | 1 | -0/+31 |
| | | |||||
| * | add rake tasks for web hooks management | Jonhnny Weslley | 2013-02-15 | 1 | -0/+65 |
| | | |||||
* | | Update databases.md | Denix | 2013-09-27 | 1 | -0/+3 |
| | | | | | | | | run mysql_secure_installation to secure the freshly installed mysql server | ||||
* | | Merge pull request #5191 from jojosch/fix-check-script-sidekiq | Jacob Vosmaer | 2013-09-27 | 1 | -2/+1 |
|\ \ | | | | | | | [gitlab:check] Fix detecting the status of sidekiq | ||||
| * | | [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. | ||||
* | | rewrite issues search test to prevent ajax requests running after test | Dmitriy Zaporozhets | 2013-09-27 | 2 | -18/+15 |
| | | |||||
* | | Merge branch 'only_one_sidekiq' of /home/git/repositories/gitlab/gitlabhq | Dmitriy Zaporozhets | 2013-09-27 | 1 | -1/+26 |
|\ \ | |||||
| * | | Check whether only one sidekiq is running | Jacob Vosmaer | 2013-09-27 | 1 | -1/+26 |
|/ / | |||||
* | | Merge branch 'patch-2' of https://github.com/zzet/gitlabhq into zzet-patch-2 | Dmitriy Zaporozhets | 2013-09-26 | 1 | -6/+9 |
|\ \ | | | | | | | | | | | | | Conflicts: app/controllers/projects/merge_requests_controller.rb | ||||
| * | | Update logic for validates_merge_request for tree of MR | Andrew Kumanyaev | 2013-07-31 | 1 | -6/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | For case: Merge request №1: branch "feature" to "release" and remove "feature" branch Merge request №2: branch "release" to "master" and remove "release" branch Merge request №1 - broken :( | ||||
* | | | Merge pull request #5192 from zshannon/patch-1 | Dmitriy Zaporozhets | 2013-09-26 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Fixed grammatical mistake in init.d status output. | ||||
| * | | | Fixed grammatical mistake in init.d status output. | Zane Shannon | 2013-09-26 | 1 | -1/+1 |
|/ / / | | | | | | | "its" not "it's". | ||||
* | | | Explain on dashboard that limit amount of projects displayed | Dmitriy Zaporozhets | 2013-09-26 | 3 | -15/+26 |
| | | | |||||
* | | | Dont test 1.9 with travis | Dmitriy Zaporozhets | 2013-09-26 | 1 | -1/+0 |
| | | | |||||
* | | | Fix issues search test | Dmitriy Zaporozhets | 2013-09-26 | 2 | -0/+14 |
| | | | |||||
* | | | Add sleep in tests to prevent random failing when next test starts before ↵ | Dmitriy Zaporozhets | 2013-09-26 | 1 | -0/+3 |
| | | | | | | | | | | | | ajax requests for old one in progress | ||||
* | | | Remove issues search rspec since we test it with spinach too | Dmitriy Zaporozhets | 2013-09-26 | 2 | -35/+0 |
| | | | |||||
* | | | Merge branch 'refactor/group_owners' of /home/git/repositories/gitlab/gitlabhq | Dmitriy Zaporozhets | 2013-09-26 | 27 | -114/+136 |
|\ \ \ | |||||
| * | | | Mention permissions table on Group#members page | Dmitriy Zaporozhets | 2013-09-26 | 1 | -0/+3 |
| | | | | |||||
| * | | | Mention group permissions on Help#permissions page | Dmitriy Zaporozhets | 2013-09-26 | 1 | -0/+50 |
| | | | | |||||
| * | | | Ignore owner_id for Group in tests | Dmitriy Zaporozhets | 2013-09-26 | 8 | -21/+36 |
| | | | | |||||
| * | | | Group ownership completely based on users_groups relation now | Dmitriy Zaporozhets | 2013-09-26 | 12 | -66/+32 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Namespaces.owner_id can be null | Dmitriy Zaporozhets | 2013-09-26 | 2 | -2/+11 |
| | | | | |||||
| * | | | Remove project transfer page since we already have multiple owners for group | Dmitriy Zaporozhets | 2013-09-26 | 2 | -22/+1 |
| | | | | |||||
| * | | | Group owner or admin can remove other group owners | Dmitriy Zaporozhets | 2013-09-26 | 2 | -3/+3 |
|/ / / | |||||
* | | | Group has multiple owners so no sense to show one at dashboard list | Dmitriy Zaporozhets | 2013-09-26 | 2 | -5/+8 |
| | | | |||||
* | | | Fix remove snippet test | Dmitriy Zaporozhets | 2013-09-25 | 2 | -3/+3 |
| | | | |||||
* | | | Merge branch '6-1-stable' | Dmitriy Zaporozhets | 2013-09-25 | 5 | -2/+109 |
|\ \ \ | | | | | | | | | | | | | | | | | Conflicts: lib/tasks/gitlab/check.rake | ||||
| * \ \ | Merge pull request #5174 from johannesbecker/service-pivotaltracker | Dmitriy Zaporozhets | 2013-09-25 | 4 | -1/+81 |
| |\ \ \ | | | | | | | | | | | PivotalTracker Source Commits Endpoint | ||||
| | * | | | Syntax cleanup | Johannes Becker | 2013-09-25 | 1 | -12/+16 |
| | | | | | |||||
| | * | | | Added spinach Tests for pivotaltracker service | Johannes Becker | 2013-09-25 | 2 | -0/+20 |
| | | | | | |||||
| | * | | | Remove not needed attr_accessible | Johannes Becker | 2013-09-25 | 1 | -2/+0 |
| | | | | | |||||
| | * | | | Simple PivotalTracker Source Commits Service | Johannes Becker | 2013-09-25 | 2 | -1/+59 |
| |/ / / | |||||
| * | | | Merge pull request #5163 from hiroponz/update-check-script-in-stable-branch | Dmitriy Zaporozhets | 2013-09-24 | 1 | -1/+28 |
| |\ \ \ | | | | | | | | | | | Update check script in stable branch | ||||
| | * | | | 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) | ||||
| * | | | Merge pull request #5149 from hiroponz/fix-api-merge-request | Dmitriy Zaporozhets | 2013-09-22 | 2 | -27/+27 |
| |\ \ \ | | | | | | | | | | | Fix API::MergeRequest in 6-1-stable | ||||
| | * | | | Fix API::MergeRequest | Hiroyuki Sato | 2013-09-22 | 2 | -27/+27 |
| |/ / / | | | | | | | | | | | | | Refs #5145 | ||||
| * | | | Merge pull request #5109 from spudstud/6-1-stable | Dmitriy Zaporozhets | 2013-09-22 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | Corrects the update document to match the version of gitshell specified ... | ||||
| | * | | | Corrects the update document to match the version of gitshell specified in ↵ | Spencer Owen | 2013-09-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | the install document (1.7.1) | ||||
* | | | | | Hide new issue button if not authorized | Dmitriy Zaporozhets | 2013-09-25 | 1 | -3/+4 |
| | | | | | |||||
* | | | | | Fixed styling for delete button of snippet | Dmitriy Zaporozhets | 2013-09-25 | 1 | -3/+3 |
| | | | | | |||||
* | | | | | Tree files use normal font-weight | Dmitriy Zaporozhets | 2013-09-25 | 2 | -2/+2 |
| | | | | | |||||
* | | | | | Merge pull request #5146 from karlhungus/feature-api-search-for-projects-by-name | Dmitriy Zaporozhets | 2013-09-25 | 4 | -20/+86 |
|\ \ \ \ \ | | | | | | | | | | | | | Added search for projects by name to api | ||||
| * | | | | | Used pagnation function from api helpers | Izaak Alpert | 2013-09-24 | 2 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1bdd3608d3b46924b5da3ae282c99f85ee4e0dab | ||||
| * | | | | | Added missing API documentation | Izaak Alpert | 2013-09-23 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I1337ee7ff51d018d6f62d447345032597e84269f | ||||
| * | | | | | Added search for projects by name to api | Izaak Alpert | 2013-09-23 | 3 | -20/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GITLAB-1283 (GITLAB-869) Change-Id: I611e7e93f6292de08e1edc8d3ea77cf9087b6ded Conflicts: config/initializers/1_settings.rb | ||||
* | | | | | | Hide some filters if current_user is nil | Dmitriy Zaporozhets | 2013-09-25 | 1 | -10/+11 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhq | Dmitriy Zaporozhets | 2013-09-25 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge pull request #4800 from Rovanion/patch-1 | Jacob Vosmaer | 2013-09-25 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Remove -y option when removing ruby1.8 |