summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge branch 'rs-remove-text-rendering' into 'master' Robert Speicher2015-11-101-1/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove text-rendering property Continues !1779 Closes #3220 [ci skip] See merge request !1784
| * | | | | | Remove text-rendering propertyRobert Speicher2015-11-101-1/+0
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3220 [ci skip]
* | | | | | Merge branch 'improve-ci-graphs'Dmitriy Zaporozhets2015-11-109-48/+65
|\ \ \ \ \ \
| * | | | | | Fix graph description and textimprove-ci-graphsDmitriy Zaporozhets2015-11-102-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Add changelog itemDmitriy Zaporozhets2015-11-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | | Improve Continuous Integration graphs pageDmitriy Zaporozhets2015-11-107-44/+60
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix commit duration graph * make graphs responsive * fix wrong padding * add a bit of explanation to colors Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-11-102-1/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'fix-tabs-not-rendering-in-chromium-45' into 'master' Robert Speicher2015-11-102-1/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove CSS property preventing hard tabs from rendering in Chromium 45 This is to workaround a bug in Chromium 45 (https://code.google.com/p/chromium/issues/detail?id=446434), which is the default browser in Ubuntu 14.04 and older. Closes #3220 See merge request !1779
| | * | | | | | Remove CSS property preventing hard tabs from rendering in Chromium 45Stan Hu2015-11-102-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is to workaround a bug in Chromium 45 (https://code.google.com/p/chromium/issues/detail?id=446434), which is the default browser in Ubuntu 14.04 and older. Closes #3220
* | | | | | | | Merge pull request #9819 from huacnlee/do-not-use-coffeescript-in-viewDmitriy Zaporozhets2015-11-1030-138/+157
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | Replace CoffeeScript block into JavaScript in Views.
| * | | | | | | Replace CoffeeScript block into JavaScript in Views.Jason Lee2015-11-1030-138/+157
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For example view: shared/issuable/_context CoffeeScript: 190ms JavaScript: 19.7ms
* | | | | | | Merge branch 'fix-dup-changelog' into 'master' Stan Hu2015-11-101-2/+0
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove duplicate CHANGELOG etnries [ci skip] See merge request !1782
| * | | | | | Remove duplicate CHANGELOG etnriesStan Hu2015-11-101-2/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'bump-rugged-version' into 'master' Dmitriy Zaporozhets2015-11-101-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump rugged version to be in line with gitlab_git requirements See merge request !1780
| * | | | | Bump charlock_holmes versionStan Hu2015-11-101-1/+1
| | | | | |
| * | | | | Bump rugged version to be in line with gitlab_git requirementsStan Hu2015-11-101-1/+1
|/ / / / /
* | | | | Merge branch 'issue_3072_target_name' into 'master' Dmitriy Zaporozhets2015-11-105-0/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display target branch on MR list when it is different from project's default Fixes #3072 The screenshot below shows both previous and current UI state: ![branch-mr-both](/uploads/5c1f0519e42bae4655f3eee37edfc356/branch-mr-both.png) First merge request has default branch as a target, second one has non default branch as target. See merge request !1741
| * | | | | Display target branch on MR list when it is different from project's defaultAnton Baklanov2015-11-105-0/+36
| | | | | |
* | | | | | Merge branch 'state-machine-to-state-machines-activerecord' into 'master' Dmitriy Zaporozhets2015-11-103-12/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to state_machines-activerecord (Fixes: #3374) state_machine is unmaintained See merge request !1764
| * | | | | update Gemfile.lockPirate Praveen2015-11-091-2/+8
| | | | | |
| * | | | | remove state_machine_patch.rbPirate Praveen2015-11-091-9/+0
| | | | | |
| * | | | | Switch to state_machines-activerecord (Fixes: #3374)Pirate Praveen2015-11-082-2/+2
| | | | | |
* | | | | | Merge remote-tracking branch 'origin/release-notes'Dmitriy Zaporozhets2015-11-1029-60/+284
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add missing param and title for tagrelease-notesDmitriy Zaporozhets2015-11-093-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Refactor release code a bitDmitriy Zaporozhets2015-11-095-15/+15
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Better englishDmitriy Zaporozhets2015-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add tests to release notes featureDmitriy Zaporozhets2015-11-065-7/+50
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add association and validation for Release modelDmitriy Zaporozhets2015-11-061-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Small UI improvements to new git tag pageDmitriy Zaporozhets2015-11-062-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Fix testDmitriy Zaporozhets2015-11-062-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Fix list rendering issue when dropdown was hidden in rowDmitriy Zaporozhets2015-11-062-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Rewrite remove tag testDmitriy Zaporozhets2015-11-062-27/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add changelog item and remove release labels for tags listDmitriy Zaporozhets2015-11-062-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Retyle tag show pageDmitriy Zaporozhets2015-11-051-14/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Improve UI for tags pageDmitriy Zaporozhets2015-11-055-27/+33
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | After tag is created - redirect to tag pageDmitriy Zaporozhets2015-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add release description to new tag formDmitriy Zaporozhets2015-11-053-1/+28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Create show page for tag and render release notes there and on index pageDmitriy Zaporozhets2015-11-059-20/+47
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add ability to edit and show release notesDmitriy Zaporozhets2015-11-057-9/+60
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | More release related logic to separate resourceDmitriy Zaporozhets2015-11-058-11/+46
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add release modelDmitriy Zaporozhets2015-11-055-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * | | | | Add edit/update tag actions for future release notesDmitriy Zaporozhets2015-11-054-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'master' into 'master' Achilleas Pipinellis2015-11-101-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change documentation of converting a MySQL-Database to a Postgres one The instructions were missleading. See -> https://gitlab.com/gitlab-org/gitlab-ce/issues/2904 closes #2904 See merge request !1549
| * | | | | | Changed documentation of converting a MySQL-Database with Gitlab to a ↵Tim Jabs2015-11-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Postgresdatatabase. The instructions were missleading. See -> https://gitlab.com/gitlab-org/gitlab-ce/issues/2904
* | | | | | | Merge branch 'stanhu/gitlab-ce-bump-gitlab-git-and-other-gems'Douwe Maan2015-11-093-19/+19
|\ \ \ \ \ \ \
| * | | | | | | Upgrade gitlab_git to 7.2.20 and rugged to 0.23.3.Stan Hu2015-11-093-19/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch back to github-linguist
* | | | | | | | Update monthly release issue templateRobert Speicher2015-11-091-35/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Update CHANGELOGRobert Speicher2015-11-091-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceDmitriy Zaporozhets2015-11-0943-63/+1727
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'fix-incoming-email-default' into 'master' Robert Speicher2015-11-092-2/+3
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix incoming email config defaults Fixes #3377. See merge request !1766