summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix UI for pages with panelsfix-ui-paddingDmitriy Zaporozhets2016-01-2211-31/+16
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'speed-up-builds' into 'master' Kamil Trzciński2016-01-223-28/+12
|\ | | | | | | | | | | | | | | | | | | | | | | | | Speed-up docker based builds This adds: - Bundler cache - APT cache - PhantomJS cache It should reduce the time needed for container to prepare docker-based build environment. See merge request !2567
| * Speed-up docker based buildsspeed-up-buildsKamil Trzcinski2016-01-223-28/+12
| | | | | | | | | | | | | | Enable to: - Use APT cache - Use Bundler cache - Use PhantomJS cache
* | Merge branch 'issue_2239' into 'master' Dmitriy Zaporozhets2016-01-221-0/+4
|\ \ | | | | | | | | | | | | | | | | | | Provide a link for fetching merge requests from command line instructions Closes #2239 See merge request !2540
| * | Add link for checkout MRs info.issue_2239Rubén Dávila2016-01-211-0/+4
| | |
* | | Merge branch 'solarized-dark-old-lines' into 'master' Robert Speicher2016-01-221-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Make deleted line background color for Solarized Dark a little darker The difference is very slight, and I don't even _use_ Solarized Dark, but this annoyed me. See merge request !2563
| * | | Make old line background color for Solarized Dark a little more clearsolarized-dark-old-linesDouwe Maan2016-01-221-1/+1
| | | |
* | | | Merge branch 'es_backport' into 'master' Dmitriy Zaporozhets2016-01-225-80/+83
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport some changes from EE See merge request !2548
| * | | | Backport some changes from EEes_backportValery Sizov2016-01-225-80/+83
| | | | |
* | | | | Fix changelogDmitriy Zaporozhets2016-01-221-2/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | | | | Merge branch 'fix-comment-on-diff-ajax-loading'Dmitriy Zaporozhets2016-01-2211-59/+120
|\ \ \ \ \
| * | | | | Fix failing specsfix-comment-on-diff-ajax-loadingRémy Coutable2016-01-212-7/+7
| | | | | |
| * | | | | Fix indentation of methods chaining in CoffeeRémy Coutable2016-01-201-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Merge remote-tracking branch 'origin/master' into ↵Rémy Coutable2016-01-2059-76/+634
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | fix-comment-on-diff-ajax-loading
| * | | | | | Address some JS coding-style and HTML semantic issuesRémy Coutable2016-01-205-32/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Replace 'rel' attributes with 'data' or 'id' attributes - Style jQuery methods chaining according to Jacob's guidelines - Rename a method
| * | | | | | Fix diff comments loaded by AJAX to load comment with diff in discussion tabRémy Coutable2016-01-195-37/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commits also fixes two minor issues: - Ensure notes that the current user is not allowed to see are not returned in the AJAX notes loading - Ensure the notes counter badge is decremented of 1 instead of 2
* | | | | | | Merge branch 'fix-error-500-mr-search' into 'master' Dmitriy Zaporozhets2016-01-221-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Error 500 when doing a search for merge requests Potential fix for #11547 See merge request !2525
| * | | | | | Fix Error 500 when doing a search for merge requestsStan Hu2016-01-201-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Potential fix for #11547
* | | | | | Merge branch 'mysql-password-ci' into 'master' Kamil Trzciński2016-01-221-1/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow empty Mysql password on CI [ci skip] See merge request !2558
| * | | | | More docker stuff in gitlab-ci.ymlJacob Vosmaer2016-01-221-4/+10
| | | | | |
| * | | | | Allow empty Mysql password on CImysql-password-ciJacob Vosmaer2016-01-221-0/+3
| | | | | |
* | | | | | Merge branch 'patch-1' into 'master' Achilleas Pipinellis2016-01-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitLab 8.4 uses gitlab-shell v2.6.10 While upgrading to GitLab 8.3 to 8.4 there was a warning massage for using GitLab 8.3 with gitlab-shell v2.6.9 so I changed gitlab-shell version to v2.6.10 and it worked. See merge request !2555
| * | | | | | GitLab 8.4 uses gitlab-shell v2.6.10Julian Rademacher2016-01-221-1/+1
|/ / / / / /
* | | | | | Merge branch 'doc_codeblock_fix' into 'master' Achilleas Pipinellis2016-01-221-29/+34
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix broken codeblocks in ci/yaml documentation See merge request !2554
| * | | | | Fix broken codeblocks in ci/yaml documentationAchilleas Pipinellis2016-01-221-29/+34
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'changelog_master' into 'master' Marin Jankovski2016-01-221-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove 8.4 unreleased note from changelog See merge request !2553
| * | | | | Remove 8.4 unreleased note from changelogAchilleas Pipinellis2016-01-221-1/+1
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'fix_build_artifacts_doc' into 'master' Achilleas Pipinellis2016-01-221-5/+3
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wording and appearance on build artifacts documentation See merge request !2550
| * | | | | Fix wording and appearance on build artifacts documentationAchilleas Pipinellis2016-01-221-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'minor_fix_2fa_security' into 'master' Achilleas Pipinellis2016-01-222-4/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add image to 2fa security documentation See merge request !2549
| * | | | | Add image to 2fa security documentationAchilleas Pipinellis2016-01-222-4/+11
|/ / / / / | | | | | | | | | | | | | | | [ci skip]
* | | | | Merge branch 'doc_refactor_commits_api' into 'master' Achilleas Pipinellis2016-01-222-84/+188
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor commits API documentation Blocked by https://gitlab.com/gitlab-org/gitlab-ce/issues/10960 which needs to be fixed or documented. Closes #4217 See merge request !2465
| * | | | | Add note about commit status API deprecationAchilleas Pipinellis2016-01-222-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | Merge branch 'master' into doc_refactor_commits_apiAchilleas Pipinellis2016-01-22211-829/+3254
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'issue/spelling' into 'master' Achilleas Pipinellis2016-01-221-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a missing letter in the documentation. Hello, I just found a missing letter in the PHP CI configuration documentation. This MR allow to fix that :smile: See merge request !2519
| * | | | | Fix a missing letter in the documentation.Stéphane HULARD2016-01-201-1/+1
| | | | | |
* | | | | | Merge branch 'fix-mr-diff-edit-button' into 'master' Robert Speicher2016-01-224-29/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix MR diff 'Edit' button It now works and has the right size. See merge request !2542
| * | | | | | Fix MR diff 'Edit' buttonfix-mr-diff-edit-buttonDouwe Maan2016-01-214-29/+27
| | | | | | |
* | | | | | | Merge branch 'fix-diff-comments' into 'master' Robert Speicher2016-01-223-6/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More highlighted diff fixes See merge request !2545
| * | | | | | | Properly highlight right side of parallel difffix-diff-commentsDouwe Maan2016-01-221-1/+3
| | | | | | | |
| * | | | | | | Restore diff commentsDouwe Maan2016-01-222-5/+7
| |/ / / / / /
* | | | | | | Merge branch 'file_finder_doc_fixes' into 'master' Achilleas Pipinellis2016-01-221-6/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix grammar and typos in file finder docs See merge request !2547
| * | | | | | | Fix grammar and typos in file finder docsAchilleas Pipinellis2016-01-221-6/+7
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | Merge branch 'unescaped-diffs' into 'master' Robert Speicher2016-01-223-8/+20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure non-highlighted diffs are still escaped Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/12521 See merge request !2544
| * | | | | | | FixDouwe Maan2016-01-221-2/+2
| | | | | | | |
| * | | | | | | Make sure non-highlighted diffs are still escapedunescaped-diffsDouwe Maan2016-01-223-8/+20
| |/ / / / / /
* | | | | | | Merge branch 'fix_file_finder' into 'master' Achilleas Pipinellis2016-01-211-5/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | File finder can be invoked from anywhere! See merge request !2543
| * | | | | | | File finder can be invoked from anywhere!Achilleas Pipinellis2016-01-221-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | | Merge branch 'ci/recursive-artifacts-entries' into 'master' Robert Speicher2016-01-217-19/+46
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add method to calculate total size of artifacts in subpath See merge request !2500
| * | | | | | | | Add method that calculates total size for artifacts subfolderci/recursive-artifacts-entriesKamil Trzcinski2016-01-207-19/+46
| | | | | | | | |