summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make file list more compactcompact-file-listDmitriy Zaporozhets2015-10-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge branch 'hanloong/gitlab-ce-add-dates-snippets-show' into 'master' Dmitriy Zaporozhets2015-10-2220-138/+171
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Update style of snippets pages ![Screen_Shot_2015-10-18_at_13.04.13](/uploads/95d58b64fa81aa4e75568d2d7b4a6b08/Screen_Shot_2015-10-18_at_13.04.13.png) ![Screen_Shot_2015-10-21_at_11.11.10](/uploads/106371d718a07a9ccdad9148812211fd/Screen_Shot_2015-10-21_at_11.11.10.png) Replaces !1567. Fixes #1767 and #2538. See merge request !1637
| * Change dashboard snippet index menu class to match testhanloong/gitlab-ce-add-dates-snippets-showDouwe Maan2015-10-221-1/+1
| |
| * Restyle dashboard snippets visibility level tabs.Douwe Maan2015-10-214-31/+19
| |
| * Merge branch 'master' into hanloong/gitlab-ce-add-dates-snippets-showDouwe Maan2015-10-21162-904/+1994
| |\
| * | Fix specDouwe Maan2015-10-181-1/+1
| | |
| * | Restore dashboard snippets tabs.Douwe Maan2015-10-182-3/+25
| | |
| * | Update style of snippets pagesDouwe Maan2015-10-186-44/+15
| | |
| * | Update style of snippet detail pageDouwe Maan2015-10-185-79/+83
| | |
| * | Merge branch 'master' into add-dates-snippets-showHan Loong Liauw2015-10-17204-1154/+2604
| |\ \
| * | | fix spinach features to use new button wordingsHan Loong Liauw2015-10-155-8/+9
| | | | | | | | | | | | | | | | Also fixed an accidental deletion of pratial
| * | | change capitalisation in buttonsHan Loong Liauw2015-10-154-6/+11
| | | |
| * | | New snippet design for projectsHan Loong Liauw2015-10-147-67/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Split out header into shared partial Used action partials to have unique actions for shared and personal snippets changed back to created date in list view Switched to using existing color classes
| * | | include created_at date in headingHan Loong Liauw2015-10-141-3/+9
| | | |
| * | | Merge branch 'master' into add-dates-snippets-showHan Loong Liauw2015-10-14126-859/+1605
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Also removed fixes to btn-sm as they have appears to be already merged into master
| * | | | Updated the style of the snippets header in #showHan Loong Liauw2015-10-142-28/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It should now more closly match the styles used in issues and merge requests with some small tweaks to be more relevant to snippets
| * | | | Adds modified date to snippets#show #1767Han Loong Liauw2015-10-124-4/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fixed a bug with .btn-sm padding. - Changed created_at to modified_at for snippets#index as it seems to be more relevant.
* | | | | Merge branch 'project-path-case-sensitivity' into 'master' Robert Speicher2015-10-224-12/+35
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prefer project with exact path to differently cased one when both exist. Fixes #3113. See merge request !1649
| * | | | | Only postgres does case sensitive comparesproject-path-case-sensitivityDouwe Maan2015-10-221-1/+1
| | | | | |
| * | | | | Fix Gitlab::Database#mysql?Douwe Maan2015-10-221-1/+1
| | | | | |
| * | | | | Don't load entire spec with MySQLDouwe Maan2015-10-211-8/+10
| | | | | |
| * | | | | Disable case sensitive spec for MySQL.Douwe Maan2015-10-211-0/+3
| | | | | |
| * | | | | Move case sensitivity check to find_with_namespace.Douwe Maan2015-10-212-11/+4
| | | | | |
| * | | | | Prefer project with exact path to differently cased one when both exist.Douwe Maan2015-10-203-13/+38
| | | | | |
* | | | | | Merge branch 'fix-ci-services-editing' into 'master' Robert Speicher2015-10-222-4/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 500 when editing CI services Fixes #3090 See merge request !1663
| * | | | | | Fix 500 when editing CI servicesKamil Trzcinski2015-10-222-4/+5
| | | | | | |
* | | | | | | Merge branch 'fail-on-empty-job-name' into 'master' Robert Speicher2015-10-223-15/+38
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Require jobs to be named This properly presents error for .gitlab-ci.yml having empty job name. See merge request !1662
| * | | | | | | Require jobs to be namedfail-on-empty-job-nameKamil Trzcinski2015-10-223-15/+38
| | | | | | | |
* | | | | | | | Merge branch 'fix-css-for-runner' into 'master' Robert Speicher2015-10-222-27/+26
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix CSS class for runner status Fixes #3117 See merge request !1665
| * | | | | | | Fix CSS class for runner statusKamil Trzcinski2015-10-222-27/+26
|/ / / / / / /
* | | | | | | Update CHANGELOGRobert Speicher2015-10-221-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | Merge branch 'bozaro-empty-repo'Douwe Maan2015-10-223-1/+15
|\ \ \ \ \ \
| * | | | | | Fix changelogDouwe Maan2015-10-221-1/+1
| | | | | | |
| * | | | | | Show empty repository page if repository don't have branchesArtem V. Navrotskiy2015-10-213-1/+15
| | | | | | |
* | | | | | | Merge branch '3147-gitlab-ci-yml-variables-adjust-docs' into 'master' Kamil Trzciński2015-10-221-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed suggestion in documentation resulting in linting error 'variables should be a map of key-valued strings' Documentation now suggests a valid option with the intended result. See #3147 `"yes"`, opposed to `yes` is not casted to a boolean. `variables` only accepts key-valued strings. Better solution would be to change the parsing of `variables` (allow boolean or check the actual value of the string). See merge request !1660
| * | | | | | | Fixed linting error 'variables should be a map of key-valued strings'Sander Boom2015-10-211-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'dm-issue-3140' into 'master' Robert Speicher2015-10-222-28/+49
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure MR refresh service correctly determines newly added commits. Fixes #3140. See merge request !1659
| * | | | | | | | Clean up MR refresh service somewhat.dm-issue-3140Douwe Maan2015-10-212-28/+48
| | | | | | | | |
| * | | | | | | | Make sure MR refresh service correctly determines newly added commits.Douwe Maan2015-10-211-1/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'fix-build-trace-updating' into 'master' Robert Speicher2015-10-223-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build trace updating Fixes #2910 See merge request !1657
| * | | | | | | | Fix build trace updatingfix-build-trace-updatingKamil Trzcinski2015-10-213-2/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'fix-issue-3094' into 'master' Valery Sizov2015-10-222-41/+45
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't show "Add README" link in an empty repository if user doesn't have access to push Reporter users would see this before even though they didn't have access to push: ![image](/uploads/1dd328ab7e58cd00c5b696f079816e16/image.png) It's not complete accurate to include the push command-line instructions, but users may still want the instructions to clone. After: ![image](/uploads/3d214e140916d2f174d0b5fec0ac472d/image.png) Closes #3094 See merge request !1626
| * | | | | | | Don't show "Add README" link in an empty repository if user doesn't have ↵Stan Hu2015-10-212-41/+45
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | access to push Closes #3094
* | | | | | | Merge branch 'remove-ci-migration' into 'master' Robert Speicher2015-10-216-297/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Remove CI migration See merge request !1656
| * | | | | | Remove CI migration taskremove-ci-migrationKamil Trzcinski2015-10-216-297/+1
| | | | | | |
* | | | | | | Merge branch 'markdown-tabs-margin' into 'master' Robert Speicher2015-10-211-4/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix margin around Markdown Write/Preview tabs. Reverts !1354 and uses another fix for #2585. See merge request !1654
| * | | | | | | Fix margin around Markdown Write/Preview tabs.Douwe Maan2015-10-211-4/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'animated-logo' into 'master' Dmitriy Zaporozhets2015-10-215-10/+45
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Animate the logo on hover The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition. Identical to how it looks on about.gitlab.com cc @skyruler See merge request !1557
| * | | | | | | the logo svg should not mess with replacement imgsJob van der Voort2015-10-211-1/+6
| | | | | | | |
| * | | | | | | Animate the logo on hoverJob van der Voort2015-10-215-13/+43
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The logo is now rendered as pure SVG, rather than image referencing a svg. The SVG has an id and the shapes of the logo have a shared class. The shapes change their fill color on hover with a transition.