summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Properly check for a pre-existing error in `User#namespace_uniq`rs-fix-user-namespace_uniqRobert Speicher2016-02-291-1/+2
| | | | | | | | | | | | | | | Rails adds an empty error to the Errors object even if you just call `#[]` on it: ``` [1] pry(main)> u = User.last [2] pry(main)> u.errors.keys => [] [3] pry(main)> u.errors[:username].present? => false [4] pry(main)> u.errors.keys => [:username] ```
* Merge branch 'issue_13212' into 'master' Jacob Schatz2016-02-293-1/+15
|\ | | | | | | | | | | | | | | | | Fixes padding loss after editing a diff comment Also applies .timeago() to comment datetimes when diff page is entered directly. Also fixes the vertical position of the comment count icon. See merge request !3012
| * Merge branch 'master' into issue_13212issue_13212Alfredo Sumaran2016-02-2956-185/+688
| |\
| * | Comment icon vertically alignedAlfredo Sumaran2016-02-291-0/+1
| | |
| * | Wrap icon with edited timeAlfredo Sumaran2016-02-292-2/+2
| | |
| * | Increase paddingAlfredo Sumaran2016-02-291-1/+1
| | |
| * | Keep edited time on the same line as wellAlfredo Sumaran2016-02-291-1/+1
| | |
| * | Apply nice date when diff page loadsAlfredo Sumaran2016-02-291-0/+1
| | |
| * | Keep date in the same lineAlfredo Sumaran2016-02-291-0/+4
| | |
| * | Prevent content misalignmentAlfredo Sumaran2016-02-291-0/+8
| | |
* | | Merge branch 'revert-6f85eb38' into 'master' Dmitriy Zaporozhets2016-02-291-4/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert "Merge branch 'issue_5854' into 'master'" This reverts merge request !2992 cc @rdavila See merge request !3013
| * | | Revert "Merge branch 'issue_5854' into 'master' "revert-6f85eb38Dmitriy Zaporozhets2016-02-291-4/+2
| | | | | | | | | | | | This reverts merge request !2992
* | | | Merge branch 'fix/project-wiki-ending' into 'master' Robert Speicher2016-02-293-3/+23
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for project paths ending in .wiki This prevents `Git operation was rejected by pre-receive hook` when an actual project ending with .wiki is thought to be a wiki by the `Internal` API. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/13742 See merge request !2960
| * | | fixed merge conflict and refactored specsJames Lopez2016-02-291-6/+2
| | | |
| * | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-2981-378/+4091
| |\ \ \ | | | | | | | | | | | | | | | fix/project-wiki-ending
| * | | | updated internal.rb and spec based on MR feedbackJames Lopez2016-02-262-5/+11
| | | | |
| * | | | fix changelog [ci skip]James Lopez2016-02-251-1/+1
| | | | |
| * | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez2016-02-2413-44/+71
| |\ \ \ \ | | | | | | | | | | | | | | | | | | fix/project-wiki-ending
| * | | | | added changelogJames Lopez2016-02-241-0/+1
| | | | | |
| * | | | | fix for projects ending in .wikiJames Lopez2016-02-242-1/+18
| | | | | |
* | | | | | Merge branch 'issue_5854' into 'master' Dmitriy Zaporozhets2016-02-291-2/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add commit message to JIRA's notification payload. Closes #5854 See merge request !2992
| * | | | | Add commit message to JIRA's notification payload.Rubén Dávila2016-02-261-2/+4
| | | | | |
* | | | | | Merge branch 'issue_13648' into 'master' Dmitriy Zaporozhets2016-02-292-14/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve implementation to check read access to forks and add pagination. Fixes #13648 The following optimizations where made: - Pagination was added. - Code to check for read permissions to forks was optimized, in the past we were doing too many queries for each project. See merge request !2991
| * | | | | | Logged in user should be able to read internal forks.Rubén Dávila2016-02-271-1/+1
| | | | | | |
| * | | | | | Improve implementation to check read access to forks and add pagination.Rubén Dávila2016-02-262-14/+22
| |/ / / / /
* | | | | | Merge branch 'fix-migration' into 'master' Dmitriy Zaporozhets2016-02-291-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken migration Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> For !2927 See merge request !3011
| * | | | | | Fix broken migrationDmitriy Zaporozhets2016-02-291-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | Merge branch 'removed-ngprogress' into 'master' Jacob Schatz2016-02-298-13/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed NGProgress In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820 ![loading](/uploads/8b6ed8982e86e4b94803b56b8cd97737/loading.gif) See merge request !3004
| * | | | | | Removed NGProgressremoved-ngprogressPhil Hughes2016-02-298-13/+8
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | In an effort to get the JS file size down, i've removed NGProgress and replaced with TurboLinks own loading indicator Ref #13820
* | | | | | Merge branch 'too-many-changes-btns' into 'master' Jacob Schatz2016-02-291-6/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed too many changes buttons to white Closes #13751 ![Screen_Shot_2016-02-29_at_09.18.41](/uploads/30f5d11d1a4e1785561597feeeb40f09/Screen_Shot_2016-02-29_at_09.18.41.png) See merge request !3002
| * | | | | | Changed too many changes buttons to whitetoo-many-changes-btnsPhil Hughes2016-02-291-6/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | Closes #13751
* | | | | | Merge branch 'improve-todos-css' into 'master' Dmitriy Zaporozhets2016-02-292-35/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Small css cleanup for todos feature Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Cleanup for !2817 Fixes #13816 cc @jschatz1 @skyruler @dbalexandre See merge request !2996
| * | | | | | Small css cleanup for todos featureimprove-todos-cssDmitriy Zaporozhets2016-02-272-35/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | | | Merge branch 'rs-data-links' into 'master' Douwe Maan2016-02-292-5/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sanitize `data` and `vbscript` links Closes #13625 Closes https://dev.gitlab.org/gitlab/gitlabhq/issues/2660 See merge request !2905
| * | | | | | | Sanitize `vbscript:` linksrs-data-linksRobert Speicher2016-02-232-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://dev.gitlab.org/gitlab/gitlabhq/issues/2660
| * | | | | | | Sanitize `data:` linksRobert Speicher2016-02-212-5/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #13625
* | | | | | | | Merge branch '11489-branded-appearance-to-ce' into 'master' Douwe Maan2016-02-2922-15/+394
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Branded appearance to CE Closes #11489 The difference with the EE version is only that there is no distinction between light and dark logos, though this wasn't used anyway. If this is fine, I'll create a MR on EE too. TODO: - [x] Copy docs - [x] Make new screenshots - [ ] Remove Custom Welcome message feature? @rymai: I was unsure what labels to add to ping you, so I just ping you like this :wink: /cc @DouweM See merge request !2927
| * | | | | | | | Branded login page also in CE11489-branded-appearance-to-ceZeger-Jan van de Weg2016-02-2622-15/+394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The only major difference with the EE version is the change from a light and dark logo to only a header logo The dark logo wasn't used anyway, so it seemed to make sense to me to rename the field to the actual function of it
* | | | | | | | | Merge branch 'issue_13621' into 'master' Douwe Maan2016-02-293-1/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't repeat labels listed on Labels tab. Fixes #13622 See merge request !2924
| * | | | | | | | | Don't repeat labels listed on Labels tab.issue_13621Rubén Dávila2016-02-223-1/+8
| | | | | | | | | |
* | | | | | | | | | Merge branch 'ci_examples' into 'master' Achilleas Pipinellis2016-02-298-75/+89
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve discoverability for CI examples Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/13410 See merge request !3008
| * | | | | | | | | | Link to examples pageAchilleas Pipinellis2016-02-293-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | Reorganize CI sections and give descriptive names to linksAchilleas Pipinellis2016-02-294-65/+65
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ci_examplesAchilleas Pipinellis2016-02-2916-46/+290
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'rs-development-docs' into 'master' Douwe Maan2016-02-292-5/+109
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add "Gotchas" to development docs Also: - Alphabetizes the "Developer" index page - Fixes the broken `db_dump.md` link See merge request !2846
| * | | | | | | | | | Update Gotchas docrs-development-docsRobert Speicher2016-02-171-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | Add "Gotchas" development docRobert Speicher2016-02-162-0/+105
| | | | | | | | | | |
| * | | | | | | | | | Fix the "How to dump production data" linkRobert Speicher2016-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | | | | Alphabetize Development doc indexRobert Speicher2016-02-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | | | | Update CHANGELOGRobert Speicher2016-02-271-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]