summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed timeago re-rendering every elementtimeago-perf-fixPhil Hughes2016-12-072-1/+7
* Merge branch 'dz-fix-group-label-404' into 'master' Rémy Coutable2016-12-072-11/+32
|\
| * Fix 404 error when visit group label edit pagedz-fix-group-label-404Dmitriy Zaporozhets2016-12-062-11/+32
* | Merge branch 'remove-has-visible-content-caching' into 'master' Douwe Maan2016-12-073-42/+7
|\ \
| * | Remove caching of Repository#has_visible_content?remove-has-visible-content-cachingYorick Peterse2016-12-063-42/+7
* | | Merge branch 'cleanup-7180' into 'master' Robert Schilling2016-12-061-9/+6
|\ \ \
| * | | A simpler implementation of finding a merge requestBob Van Landuyt2016-12-061-9/+6
| | |/ | |/|
* | | Merge branch 'remove-pages-css' into 'master' Jacob Schatz2016-12-065-35/+6
|\ \ \
| * \ \ Merge branch 'master' into 'remove-pages-css'remove-pages-cssAnnabel Dunstone Gray2016-12-0619-250/+192
| |\ \ \
| * | | | Remove confirmation.scssAnnabel Dunstone Gray2016-12-062-35/+4
| * | | | Move award emojis to framworkAnnabel Dunstone Gray2016-12-062-0/+2
| * | | | Move image styles to frameworkAnnabel Dunstone Gray2016-12-061-0/+0
* | | | | Merge branch 'remove-dashboard-css' into 'master' Jacob Schatz2016-12-062-49/+0
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove dashboard.scssAnnabel Dunstone Gray2016-12-062-49/+0
* | | | | Merge branch 'remove-tags-scss' into 'master' Jacob Schatz2016-12-064-57/+60
|\ \ \ \ \
| * | | | | Remove tags.scssremove-tags-scssAnnabel Dunstone Gray2016-12-064-57/+60
| | |/ / / | |/| | |
* | | | | Merge branch 'admin-scss' into 'master' Jacob Schatz2016-12-0613-193/+127
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Remove admin.scssadmin-scssAnnabel Dunstone Gray2016-12-0511-139/+99
| * | | | Truncate fix, remove unneeded admin-specific cssAnnabel Dunstone Gray2016-12-055-54/+28
* | | | | Merge branch 'patch-7' into 'master' Sean McGivern2016-12-061-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Encourage bug reporters to mention if they use GitLab.com [ci skip]Adam Niedzielski2016-12-061-0/+2
|/ / / /
* | | | Merge branch 'deleted-source-branch-comment' into 'master' Sean McGivern2016-12-061-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Explain "js: true" in "deleted_source_branch_spec.rb" [ci skip]Adam Niedzielski2016-12-061-0/+3
* | | | Merge branch '23589-open-issue-for-mr' into 'master' Sean McGivern2016-12-0628-22/+670
|\ \ \ \
| * | | | Feature: delegate all open discussions to IssueBob Van Landuyt2016-12-0528-22/+670
* | | | | Merge branch '24733-archived-project-merge-request-count' into 'master' Sean McGivern2016-12-068-9/+62
|\ \ \ \ \
| * | | | | Fix Archived project merge requests add to group's Merge RequestsJacopo2016-12-058-9/+62
* | | | | | Merge branch 'zj-guest-reads-public-builds' into 'master' Sean McGivern2016-12-0611-12/+95
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Update effected testszj-guest-reads-public-buildsZ.J. van de Weg2016-12-047-47/+45
| * | | | | Guests can read builds if those are publicZ.J. van de Weg2016-12-047-10/+95
* | | | | | Merge branch 'refine-ci-statuses' into 'master' Kamil Trzciński2016-12-0629-7/+698
|\ \ \ \ \ \
| * | | | | | Add text example for pipeline status without actionrefine-ci-statusesGrzegorz Bizon2016-12-061-1/+3
| * | | | | | Use detailed status as CSS class in pipelines listGrzegorz Bizon2016-12-061-1/+1
| * | | | | | Use status text when redering pipelines listGrzegorz Bizon2016-12-061-1/+1
| * | | | | | Improve support for icons in new detailed statusesGrzegorz Bizon2016-12-063-2/+5
| * | | | | | Add status label information to pipeline headerGrzegorz Bizon2016-12-061-0/+1
| * | | | | | Untangle status label and text in ci status helperGrzegorz Bizon2016-12-062-2/+21
| * | | | | | Simplify ci status helper with detailed statusGrzegorz Bizon2016-12-061-22/+22
| * | | | | | Remove unsued variable from merge request widgetGrzegorz Bizon2016-12-061-2/+1
| * | | | | | Restore legacy statuses support in ci status helpersGrzegorz Bizon2016-12-061-0/+4
| * | | | | | Add support for detailed status to status helpersGrzegorz Bizon2016-12-053-24/+36
| * | | | | | Expose pipeline detailed status using status factoryGrzegorz Bizon2016-12-052-0/+74
| * | | | | | Extend tests for pipeline status factoryGrzegorz Bizon2016-12-051-3/+16
| * | | | | | Implement pipeline status factory with extended statusGrzegorz Bizon2016-12-052-0/+76
| * | | | | | Fold core/extended status modules to reduce nestingGrzegorz Bizon2016-12-0523-60/+54
| * | | | | | Implement extended pipeline - status with warningsGrzegorz Bizon2016-12-022-0/+77
| * | | | | | Add implementation of common pipeline extended statusGrzegorz Bizon2016-12-023-4/+28
| * | | | | | Add information about badge test to core statusesGrzegorz Bizon2016-12-0215-0/+60
| * | | | | | Add scaffold for remaining statuses-related classesGrzegorz Bizon2016-12-028-0/+64
| * | | | | | Implement the rest of core CI statuses with specsGrzegorz Bizon2016-12-0215-8/+160