summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add tests and changelog item for language graphslanguages-graphDmitriy Zaporozhets2015-12-083-0/+15
* Implement languages graph pageDmitriy Zaporozhets2015-12-084-0/+55
* Merge branch 'fix-random-test' into 'master' Dmitriy Zaporozhets2015-12-083-4/+16
|\
| * Fix random failing test - delete attachmentfix-random-testDmitriy Zaporozhets2015-12-073-4/+16
|/
* Merge branch 'rs-spec-failure' into 'master' Robert Speicher2015-12-071-1/+1
|\
| * Fix spec failure introduced by 9d03bc6fa31f123e070bab4a58b67dbb008e75e9Robert Speicher2015-12-071-1/+1
* | Merge branch 'fix-random-failing-test' into 'master' Dmitriy Zaporozhets2015-12-072-2/+8
|\ \ | |/ |/|
| * Fix random failing testDmitriy Zaporozhets2015-12-072-2/+8
* | Merge branch 'pberndt:master' into 'master' Robert Speicher2015-12-071-1/+1
|\ \
| * | time_ago_with_tooltip javascript snippet: Don't reinitialize older elementsPhillip Berndt2015-12-031-1/+1
* | | Merge branch 'fix-parallel-merge' into 'master' Dmitriy Zaporozhets2015-12-072-2/+3
|\ \ \
| * | | Dont use cached collection for Repository find_branch and find_tag methodsDmitriy Zaporozhets2015-12-072-2/+3
* | | | Merge branch 'report-ssl-errors' of https://gitlab.com/stanhu/gitlab-ceDmitriy Zaporozhets2015-12-075-23/+29
|\ \ \ \
| * | | | Fix specStan Hu2015-12-041-3/+1
| * | | | Handle and report SSL errors in Web hook test. Check for status 200 for success.Stan Hu2015-12-044-20/+28
* | | | | Merge branch 'add_assign_to_me' into 'master' Dmitriy Zaporozhets2015-12-070-0/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Filter current user to the top of issue assignee listDrew Blessing2015-12-031-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'fix-api-private-project-update' into 'master' Dmitriy Zaporozhets2015-12-073-2/+19
|\ \ \ \
| * | | | Fix API setting of 'public' attribute to false will make a project privateStan Hu2015-12-053-2/+19
* | | | | Merge branch 'minimize-readme' into 'master' Dmitriy Zaporozhets2015-12-072-2/+6
|\ \ \ \ \
| * | | | | Move release cycle comments to the documentation.minimize-readmeSytse Sijbrandij2015-12-052-2/+6
* | | | | | Merge branch 'feature/sidekiq-cron' into 'master' Dmitriy Zaporozhets2015-12-076-21/+49
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Migrate from Sidetiq to Sidekiq-cronfeature/sidekiq-cronGabriel Mazetto2015-12-046-21/+49
* | | | | | Merge branch 'fix-docker-syntax' into 'master' Kamil TrzciƄski2015-12-071-1/+1
|\ \ \ \ \ \
| * | | | | | Update Docker SyntaxMichael A. Smith2015-12-071-1/+1
|/ / / / / /
* | | | | | Merge branch 'webhook_payload_with_changes' into 'master' Valery Sizov2015-12-077-45/+58
|\ \ \ \ \ \
| * | | | | | fixes after reviewwebhook_payload_with_changesValery Sizov2015-12-073-18/+11
| * | | | | | fox specsValery Sizov2015-12-074-17/+28
| * | | | | | Add added, modified and removed properties to commit object in webhookValery Sizov2015-12-046-42/+51
* | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlabhqStan Hu2015-12-071-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #9892 from stetskevych/fix_nginx_ssl_configJacob Vosmaer2015-12-071-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | Fix gitlab-ssl nginx config to work when multiple server_names are served ove...Vyacheslav Stetskevych2015-12-061-1/+1
* | | | | | | | | Merge branch 'gsmethells/gitlab-ce-sort-by-due-date'Douwe Maan2015-12-078-10/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Satisfy RubocopDouwe Maan2015-12-071-1/+1
| * | | | | | | | | Merge branch 'master' into gsmethells/gitlab-ce-sort-by-due-dategsmethells/gitlab-ce-sort-by-due-dateDouwe Maan2015-12-07201-1253/+2168
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / /
| * | | | | | | | | sort milestones by due_dateGreg Smethells2015-12-038-11/+49
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'fix/award-emoji-conflict-in-notes' into 'master' Grzegorz Bizon2015-12-0711-43/+129
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Simplify `contains_emoji_only?` method in `Note`fix/award-emoji-conflict-in-notesGrzegorz Bizon2015-12-071-2/+1
| * | | | | | | | | Remove space before exclamation mark in award alertGrzegorz Bizon2015-12-051-1/+1
| * | | | | | | | | Refactor note awards to reuse `emoji_pattern` and improve validatorGrzegorz Bizon2015-12-051-18/+14
| * | | | | | | | | Make method `supports_award?` public in `Note`Grzegorz Bizon2015-12-031-2/+2
| * | | | | | | | | Combine new javascript Flash methods into oneGrzegorz Bizon2015-12-032-7/+3
| * | | | | | | | | Support emoji awards also in merge requestsGrzegorz Bizon2015-12-031-3/+4
| * | | | | | | | | Add feature test for emoji-only diff notesGrzegorz Bizon2015-12-032-0/+23
| * | | | | | | | | Pin flash message to top if award note is invalidGrzegorz Bizon2015-12-031-1/+3
| * | | | | | | | | Add new features to javascript flash messageGrzegorz Bizon2015-12-032-6/+23
| * | | | | | | | | Show flash message instead of alert when note is invalidGrzegorz Bizon2015-12-031-1/+2
| * | | | | | | | | Add test for award-emoji being added as regular commentGrzegorz Bizon2015-12-032-13/+24
| * | | | | | | | | Notify user when award-emoji comment is invalidGrzegorz Bizon2015-12-032-1/+10
| * | | | | | | | | Render json message with errors if note didn't pass validationGrzegorz Bizon2015-12-031-10/+14