summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | Update badgeKamil Trzcinski2015-12-111-2/+4
| | | | | |
| * | | | | Finishing touchesKamil Trzcinski2015-12-115-19/+5
| | | | | |
| * | | | | Fix triggers testsKamil Trzcinski2015-12-113-20/+14
| | | | | |
| * | | | | Rename columns and rename migrationsKamil Trzcinski2015-12-116-3/+5
| | | | | |
| * | | | | Reimplement Trigger APIKamil Trzcinski2015-12-116-5/+140
| | | | | |
| * | | | | Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-1133-267/+269
| | | | | |
| * | | | | Add runners tokenKamil Trzcinski2015-12-1112-29/+23
| | | | | |
| * | | | | Migrate CI::Project to ProjectKamil Trzcinski2015-12-11161-2660/+972
| | | | | |
* | | | | | Merge branch 'ci-services-migrate' into 'master' Kamil Trzciński2015-12-1476-1742/+756
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ci Services migrate See merge request !1985
| * | | | | Fix migrations [ci skip]Kamil Trzcinski2015-12-144-10/+19
| |/ / / /
| * | | | Fix indentation and BuildsEmailServiceci-services-migrateKamil Trzcinski2015-12-112-6/+5
| | | | |
| * | | | Change default valuesKamil Trzcinski2015-12-115-11/+29
| | | | |
| * | | | Enhance migrate CI emailsKamil Trzcinski2015-12-111-4/+23
| | | | |
| * | | | Fix issue tracker serviceKamil Trzcinski2015-12-101-11/+7
| | | | |
| * | | | Fix specsKamil Trzcinski2015-12-105-11/+12
| | | | |
| * | | | Migrate SlackService and HipChat serviceKamil Trzcinski2015-12-107-1/+72
| | | | |
| * | | | Migrate CI WebHooks and Emails to new tablesKamil Trzcinski2015-12-106-6/+55
| | | | |
| * | | | Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-1073-1750/+602
| | | | |
* | | | | Merge branch 'use-gitlab-workhorse-in-doc' into 'master' Stan Hu2015-12-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename mention of gitlab-git-http-server to gitlab-workhorse [ci skip] Closes https://github.com/gitlabhq/gitlabhq/issues/9904 See merge request !2092
| * | | | | Rename mention of gitlab-git-http-server to gitlab-workhorseStan Hu2015-12-141-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | [ci skip] Closes https://github.com/gitlabhq/gitlabhq/issues/9904
* | | | | Merge branch 'improve_emoji'Valery Sizov2015-12-142-1/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add hover-state for emoji in emoji-pickerimprove_emojiValery Sizov2015-12-112-1/+21
| | |/ / | |/| |
* | | | Merge branch 'fix-shared-runner-wording' into 'master' Robert Speicher2015-12-121-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wording on "runners" page An attempt to be a bit more specific and clear on the "runners" page. [ci skip] See merge request !2066
| * | | | Fix wording on runner setup pagePelle2015-12-121-2/+2
| | | | |
* | | | | Merge branch 'requires-redis-2.6' into 'master' Gabriel Mazetto2015-12-124-5/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Redis requirement to 2.8 for Sidekiq 4 GitLab Omnibus already uses Redis 2.8. There is also a plan to upgrade to Sidekiq 4, which needs Redis 2.8. Closes #3649 See merge request !1888
| * | | | | Bump Redis requirement to 2.8 for Sidekiq 4 requirementsStan Hu2015-12-124-5/+22
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3649 [ci skip]
* | | | | Merge branch 'custom-saml-button-label' into 'master' Achilleas Pipinellis2015-12-121-2/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add details on how to change saml button label Instructions on how to customize SAML login button text. See merge request !2079
| * | | | | add details on how to change saml button labelBen Bodenmiller2015-12-111-2/+3
| | | | | |
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceStan Hu2015-12-111-0/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'clarify_ci_caching' into 'master' Achilleas Pipinellis2015-12-111-0/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify cache behavior After chatting with @ayufan about CI caching, I added some info to the documentation. This should make it clear how caching currently works. cc/ @ayufan Is this accurate? See merge request !2072
| | * | | | | Clarify cache behaviorDrew Blessing2015-12-111-0/+3
| | | | | | |
* | | | | | | Merge pull request #9839 from huacnlee/fix/add-author-info-into-note-messagesStan Hu2015-12-111-0/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Make sure notify email always has author info.
| * | | | | | Make sure notify email always has author info.Jason Lee2015-11-181-0/+2
| | | | | | |
* | | | | | | Merge branch 'ui-right-sidebar' into 'master' Dmitriy Zaporozhets2015-12-1120-298/+364
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement new sidebar for issue and merge request pages This is first step in implementing #3981. We don't have new dropdowns yet so I used some workarounds. Also I did it from linux machine without having access to design materials. So some colors/paddings might not match - but I will improve it with next iteration. cc @creamzy @JobV See merge request !2058
| * | | | | | | Fix testsDmitriy Zaporozhets2015-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Move awards back to gray panel and few improvements to sidebarDmitriy Zaporozhets2015-12-117-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Few UI improvements to new sidebar implementationDmitriy Zaporozhets2015-12-113-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Fix tests for new issuable sidebarDmitriy Zaporozhets2015-12-112-14/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Update changelogDmitriy Zaporozhets2015-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Implement new sidebar for merge request pageDmitriy Zaporozhets2015-12-1110-92/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Make edit link on issuable sidebar worksDmitriy Zaporozhets2015-12-111-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Redesign issue page for new sidebarDmitriy Zaporozhets2015-12-116-198/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Move awards css to separate fileDmitriy Zaporozhets2015-12-111-0/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | | Implement issuable sidebar partialDmitriy Zaporozhets2015-12-111-0/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | | Merge branch 'fix-typo' into 'master' Robert Speicher2015-12-111-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo [ci skip] See merge request !2035
| * | | | | | | Fix typoZeger-Jan van de Weg2015-12-101-1/+1
| | | | | | | |
* | | | | | | | Update CHANGELOGRobert Speicher2015-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'mr-statuses' into 'master' Robert Speicher2015-12-116-1/+59
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display referenced merge request statuses in the issue description See gitlab-org/gitlab-ce#3180 for original issue. Previously discussed in !1941 and in !1771 before that. * [x] Show a "Related Merge Requests" list on the issue page under the Description as given by the UI mockup * [x] Display `all_references.merge_requests` and `note.all_references.merge_requests` * [x] Consider displaying the merge request status in addition to the CI status to enable complete merge request status understanding. See merge request !1991
| * | | | | | | | display referenced merge requests in issue description with CI statusgsmethells/gitlab-ce-mr-statusesGreg Smethells2015-12-116-1/+59
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'revert-2037' into 'master' Dmitriy Zaporozhets2015-12-114-2/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert removal of RedCloth Revert !2037. See merge request !2071