- 06 Dec, 2016 30 commits
-
-
Jacob Schatz authored
Remove dashboard.scss See merge request !7960
-
Jacob Schatz authored
Remove tags.scss Remove `tags.scss` See merge request !7935
-
Jacob Schatz authored
Remove admin.scss Removes admin-specific CSS See merge request !7932
-
Annabel Dunstone Gray authored
-
Sean McGivern authored
Encourage bug reporters to mention if they use GitLab.com [ci skip] See merge request !7954
-
Adam Niedzielski authored
-
Sean McGivern authored
Explain "js: true" in "deleted_source_branch_spec.rb" See merge request !7949
-
Adam Niedzielski authored
-
Annabel Dunstone Gray authored
-
Sean McGivern authored
Create an issue for all unresolved discussions in an MR See merge request !7180
-
Sean McGivern authored
Fix Archived project merge requests add to group's Merge Requests Closes #24733 See merge request !7790
-
Sean McGivern authored
Guests can read builds if those are public See merge request !6842
-
Kamil Trzciński authored
Refine CI Statuses ## What does this MR do? This MR introduces classes for each relevant CI status. ## What are the relevant issue numbers? Closes #24273 See merge request !7889
-
Rémy Coutable authored
Use `--extended-regexp` in lint-doc for compatibility with Darwin grep Now it should work on all platforms. See merge request !7943
-
Sean McGivern authored
GLM shorthand reference for projects from the same namespace Closes #21679 See merge request !7255
-
Sean McGivern authored
Authorize users into imported GitLab project https://gitlab.com/gitlab-com/support-forum/issues/1313 See merge request !7936
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Robert Speicher authored
-
Jacob Schatz authored
Fixed MR widget content wrapping for XS viewports Centers the "Accept Merge Request" button within the MR widget (and adds a bit of right/left padding) for viewports smaller than 768px. BEFORE: ![Screen_Shot_2016-12-02_at_8_53_01_AM](/uploads/fcdae5302a1407090483dd3cff868c51/Screen_Shot_2016-12-02_at_8_53_01_AM.png) AFTER: ![Screen_Shot_2016-12-02_at_9_43_37_AM](/uploads/f7d1dce082b79d263f05cea3c90e870a/Screen_Shot_2016-12-02_at_9_43_37_AM.png) cc: @markglenfletcher @annabeldunstone Closes #25202 See merge request !7900
-
Robert Speicher authored
-
Douwe Maan authored
Ensure state param has a valid value when filtering issuables. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/25064 This fix makes sure we only call safe methods on issuable when filtering by state. See merge request !2038
-
Douwe Maan authored
Document the public Project API and document `GET /projects/:id/users` Documentation was not updated in !7843. Also the `GET /projects/:id/users` endpoint was not documented at all! See merge request !7897
-
- 05 Dec, 2016 10 commits
-
-
Jacob Schatz authored
Remove unused errors css `.error-page` isn't being used anywhere as far as I can see so I removed it See merge request !7933
-
Jacob Schatz authored
Remove unused votes.scss `.votes-inline` isn't being used anywhere See merge request !7934
-
Achilleas Pipinellis authored
NIGNX -> Nginx This shouldn't be in all caps, and it should be spelled correctly! See merge request !7929
-
Achilleas Pipinellis authored
It's secret variables, not secure See merge request !7939
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
Refactor CI variables docs See merge request !7751
-
Achilleas Pipinellis authored
[ci skip]
-
Alfredo Sumaran authored
Make the 'Group projects' links clickable in the admin screens ## What does this MR do? This MR makes the group links within the 'users' section of the admin interface clickable. Currently, to view the details of groups a user is a member of, you have to go back to the 'groups' tab (which isn't ideal). ## Are there points in the code the reviewer needs to double check? No ## Why was this MR needed? It's a UX improvement - it saves going back to the 'groups' a user is a member of and then clicking the group to view the group details. ## Screenshots (if relevant) ### Before ![Screenshot_from_2016-11-21_14-25-01](/uploads/2a6b75efd4c700e5760c64f0db17e847/Screenshot_from_2016-11-21_14-25-01.png) ### After ![Screenshot_from_2016-11-21_14-24-42](/uploads/9be288c1d9e4cf818c96e11e24790860/Screenshot_from_2016-11-21_14-24-42.png) ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? See merge request !7620
-
Ahmad Sherif authored
-
Allison Whilden authored
Document button secondary states ## What does this MR do? Document the changes from #24145 and !7797. It also updates the icons and color section in the basics page. ## Does this MR meet the acceptance criteria? - [ ] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added - [ ] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md) - [ ] API support added - Tests - [ ] Added for this feature/bug - [ ] All builds are passing - [ ] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [ ] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [ ] Branch has no merge conflicts with `master` (if it does - rebase it please) - [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #24145 cc @awhildy See merge request !7924
-