summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed hover background that wasn't neededissue-sidebar-overlapPhil Hughes2016-03-231-4/+3
|
* Fixed failing testsPhil Hughes2016-03-232-75/+60
| | | | Moved the scss out of a mixin as it was really confusing the hell out of the CSS
* Issue sidebar overlaps on tabletPhil Hughes2016-03-231-16/+7
|
* Merge branch 'issue_14453' into 'master' Robert Speicher2016-03-231-1/+1
|\ | | | | | | | | | | | | Strip commit title when creating revert commit. Fixes #14453 See merge request !3352
| * Sanitize commit title when creating revert commit.issue_14453Rubén Dávila2016-03-221-1/+1
| |
* | Merge branch 'fix-milestone-upcoming' into 'master' Robert Speicher2016-03-231-1/+1
|\ \ | | | | | | | | | | | | | | | | | | Fix Milestone.upcoming The order wasn't happening because of `default_scope`. Blegh. See merge request !3364
| * | Fix Milestone.upcomingDouwe Maan2016-03-231-1/+1
| | |
* | | Merge branch 'dropdown-right-align' into 'master' Jacob Schatz2016-03-232-2/+2
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Dropdown alignment Hopefully the JS will stop this happening in future as well! Closes #14386 ![Screen_Shot_2016-03-18_at_12.54.32](/uploads/d11b51d3577df3a19b8b3a0fd7b69788/Screen_Shot_2016-03-18_at_12.54.32.png) See merge request !3298
| * | Removed dropdown JS to align instead favours HTML classdropdown-right-alignPhil Hughes2016-03-223-12/+2
| | |
| * | Added JS to fix dropdown alignmentPhil Hughes2016-03-181-0/+10
| | | | | | | | | | | | Closes #14386
* | | Updated 8.6.1 changelogRémy Coutable2016-03-231-6/+14
| | | | | | | | | | | | [ci skip]
* | | Merge branch 'doc/technical-debt-label' into 'master' Achilleas Pipinellis2016-03-231-0/+23
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add description of technical debt label in docs Description for a technical debt label and workflow, as discussed in https://dev.gitlab.org/gitlab/organization/issues/714. See merge request !3265
| * | | Change capitalizationdoc/technical-debt-labelDouwe Maan2016-03-181-4/+4
| | | |
| * | | Fix typos and add a paragraph to urge people to mention the relevant MRAchilleas Pipinellis2016-03-181-10/+13
| | | | | | | | | | | | | | | | [ci skip]
| * | | Add description of technical debt label in docsGrzegorz Bizon2016-03-171-0/+20
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge branch 'split-with-2' into 'master' Douwe Maan2016-03-231-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure we get only two returns @DouweM The other change I made which has nothing to do with Gitlab::Email::Receiver See merge request !3360
| * | | | Make sure we get only two returnsLin Jen-Shin2016-03-231-1/+1
| | | | |
* | | | | Merge branch 'avoid-name-shadowing' into 'master' Douwe Maan2016-03-231-7/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid using the same name between methods and variables @DouweM This is the one with renaming. See merge request !3359
| * | | | | Avoid using the same name between methods and variablesLin Jen-Shin2016-03-231-7/+7
| |/ / / /
* | | | | Merge branch 'fix/issue-move-preserve-update-time' into 'master' Douwe Maan2016-03-233-3/+22
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Preserve time notes has been updated at when moving issue Closes #14490 See merge request !3356
| * | | | Add Changelog entry for preserving timestamps when moving issueGrzegorz Bizon2016-03-231-0/+1
| | | | |
| * | | | Preserve time notes has been updated at when moving issueGrzegorz Bizon2016-03-232-3/+21
| | | | |
* | | | | Merge branch 'fix-build-dependencies' into 'master' Rémy Coutable2016-03-233-4/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix build dependencies, when the dependency is a string Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/14485 See merge request !3344
| * | | | | Update CHANGELOGKamil Trzcinski2016-03-231-1/+1
| | | | | |
| * | | | | Test dependencies defined as symbolsKamil Trzcinski2016-03-231-0/+6
| | | | | |
| * | | | | Fix build dependencies, when the dependency is a stringKamil Trzcinski2016-03-233-5/+6
|/ / / / /
* | | | | Merge branch 'fix/14505' into 'master' Rémy Coutable2016-03-2311-41/+62
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix an issue causing the Dashboard/Milestones page to be blank Fixes #14505 and #14514. See merge request !3348
| * | | | Add CHANGELOG itemRémy Coutable2016-03-231-0/+1
| | | | |
| * | | | Add missing Dashboard::LabelsControllerRémy Coutable2016-03-232-0/+38
| | | | |
| * | | | Use respond_to instead of a conditional to paginate milestonesRémy Coutable2016-03-233-8/+9
| | | | |
| * | | | Fix an issue causing the Dashboard/Milestones page to be blankRémy Coutable2016-03-237-39/+20
|/ / / /
* | | | Merge branch 'fix-sorting-by-votes-on-groups-page' into 'master' Douwe Maan2016-03-233-3/+59
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix sorting issues/mrs by votes on the groups page Closes #14394 The `non_archived` scope applied here https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/controllers/concerns/issues_action.rb#L5 overrides the previous `ORDER BY` applied inside the IssuesFinder, with the default scope of the Project model, resulting in SQL errors. ```ruby Issue.reorder(created_at: :desc).joins(:project).to_sql => "SELECT issues.* FROM issues INNER JOIN projects ON projects.id = issues.project_id ORDER BY issues.created_at DESC" Issue.reorder(created_at: :desc).joins(:project).merge(Project.non_archived).to_sql => "SELECT issues.* FROM issues INNER JOIN projects ON projects.id = issues.project_id WHERE projects.archived = 'f' ORDER BY projects.id DESC" Issue.reorder(created_at: :desc).joins(:project).merge(Project.non_archived.only(:where)).to_sql => "SELECT issues.* FROM issues INNER JOIN projects ON projects.id = issues.project_id WHERE projects.archived = 'f' ORDER BY issues.created_at DESC" ``` /cc @yorickpeterse See merge request !3333
| * | | | Fix sorting issues/mrs by votes on the groups pagefix-sorting-by-votes-on-groups-pageDouglas Barbosa Alexandre2016-03-213-3/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `non_archived` scope applied here https://gitlab.com/gitlab-org/gitlab-ce/blob/master/app/controllers/conc erns/issues_action.rb#L5 overrides the previous `ORDER BY` applied inside the IssuesFinder, with the default scope of the Project model, resulting in SQL errors.
* | | | | Merge branch 'notifications-for-subscribers-confidential-issue-labels' into ↵Douwe Maan2016-03-235-7/+110
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Restrict notifications for confidential issues Closes #14468 /cc @rymai See merge request !3334
| * | | | | Fix issues count on labels pagenotifications-for-subscribers-confidential-issue-labelsDouglas Barbosa Alexandre2016-03-222-5/+5
| | | | | |
| * | | | | Restrict notifications for confidential issuesDouglas Barbosa Alexandre2016-03-223-2/+105
| | | | | |
* | | | | | Merge branch ↵Douwe Maan2016-03-235-2/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'move-issue-section-should-not-be-displayed-in-the-new-issue-form-14489' into 'master' Moving of issuables only when the record already exists Closes #14489 See merge request !3340
| * | | | | | Do not allow to move issue if it has not been persistedmove-issue-section-should-not-be-displayed-in-the-new-issue-form-14489Grzegorz Bizon2016-03-236-3/+17
| | | | | | |
| * | | | | | Moving of issuables only when the record already existsZeger-Jan van de Weg2016-03-231-1/+1
|/ / / / / /
* | | | | | Merge branch 'scss-lint-enable' into 'master' Robert Speicher2016-03-236-22/+29
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes last remaining lints and enables scss-lint test for GitLab CI. With this, builds will now fail if they break the SCSS style guide (at least, the parts enabled by the linter). Discussed in #14299. See merge request !3353
| * | | | | | Fixes last remaining lints and enables scss-lint test for GitLab CI.connorshea2016-03-226-22/+29
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this, builds will now fail if they break the SCSS style guide (at least, the parts enabled by the linter). Discussed in #14299.
* | | | | | Merge branch 'css-selector-format' into 'master' Robert Speicher2016-03-221-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task passing sooner. SelectorFormat enforces that CSS classes and IDs use lowercase hyphenated style, `like-this`, but a not-insignificant amount of selectors in the codebase are `like_this`. Fixing the selectors that break this rule would require changing HTML as well, and potentially break JavaScript hooks, among other things. So I decided to disable this rule for the time being, hopefully making it easier to fix all the remaining warnings SCSS Lint is giving by removing the most problematic rule. Discussed in #14299. See merge request !3309
| * | | | | | Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task ↵connorshea2016-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passing sooner. Discussed in #14299. [ci skip]
* | | | | | | Merge branch 'merge-request-sidebar' into 'master' Jacob Schatz2016-03-224-31/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug where participants would not work correctly on merge requests Also fixed alignment bug with can't merge badge Closes #14478, #14494 See merge request !3329
| * | | | | | | Fixed bug where participants would not work correctly on merge requestsmerge-request-sidebarPhil Hughes2016-03-214-31/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed alignment bug with can't merge badge
* | | | | | | | Merge branch 'header-mobile-overflow' into 'master' Jacob Schatz2016-03-223-4/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue with signin button overflowing on mobile Closes #14477 ![Screen_Shot_2016-03-22_at_13.52.51](/uploads/7c9b2c38be7d497c690a7d17ae0ca76d/Screen_Shot_2016-03-22_at_13.52.51.png) ![Screen_Shot_2016-03-22_at_13.52.43](/uploads/8b2432aeb4afec455286fced11c5490c/Screen_Shot_2016-03-22_at_13.52.43.png) See merge request !3342
| * | | | | | | | Fixes issue with signin button overflowing on mobileheader-mobile-overflowPhil Hughes2016-03-223-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #14477
* | | | | | | | | Merge branch 'auto-collapse-nav' into 'master' Jacob Schatz2016-03-221-2/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Auto collapses the navigation when resizing Closes #14475 ![auto-collapse](/uploads/332c6261acb6bc30d7d30cbdfafe92eb/auto-collapse.gif) See merge request !3343
| * | | | | | | | | Auto collapses the navigation when resizingauto-collapse-navPhil Hughes2016-03-221-2/+9
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Closes #14475
* | | | | | | | | Merge branch 'issue_13885' into 'master' Jacob Schatz2016-03-227-4/+50
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Display nav controls on mobile Set inputs inside .nav-controls to full-width on viewports below 600px Fixes #13885 **Affected pages** /dashboard/groups /admin/builds /dashboard/projects /dashboard/issues /dashboard/merge_requests /dashboard/milestones /dashboard/todos /explore /groups/{group-name}/issues /groups/{group-name} /groups/{group-name}/milestones /{group-name}/{project-name}/builds /{group-name}/{project-name}/forks /{group-name}/{project-name}/issues /{group-name}/{project-name}/labels /{group-name}/{project-name}/merge_requests /{group-name}/{project-name}/milestones /{group-name}/{project-name}/wikis/home /{group-name}/{project-name}/wikis/pages Some Screenshots **Groups** ![Screen_Shot_2016-03-15_at_2.22.23_PM](/uploads/b55348676693cc3ff67cddc4528f7f6c/Screen_Shot_2016-03-15_at_2.22.23_PM.png) **Admin > Builds** ![admin-builds](/uploads/2e84119660f4895a1530883412c4b728/admin-builds.png) **TODOs** ![todos](/uploads/84344c43011e22f902701038932d3eaa/todos.png) **Dashboard > Projects** ![dashboards-projects](/uploads/f508d9107598038798aa10485d3d5cfe/dashboards-projects.png) **Project Issues** ![issues](/uploads/d6c69a8f81ee07da95b2a3b99b81cf51/issues.png) **Project Merge Requests** ![merge_requests](/uploads/b3c1a537f28931bd38077c36627a0d7a/merge_requests.png) See merge request !3214