- 27 Jan, 2016 1 commit
-
-
Achilleas Pipinellis authored
-
- 26 Jan, 2016 21 commits
-
-
Dmitriy Zaporozhets authored
Merge branch 'search-box-in-group-members-view-is-too-small-for-placeholder-in-chrome' into 'master' Fixes: Search box in Group Members view is too small for placeholder in Chrome Fixes #2498 ![Screen_Shot_2016-01-25_at_11.55.57_PM](/uploads/de4fda98cd8552641208b3a7a9277e35/Screen_Shot_2016-01-25_at_11.55.57_PM.png) See merge request !2609
-
Dmitriy Zaporozhets authored
Monkey patch for mysql 5.7 See merge request !2597
-
Dmitriy Zaporozhets authored
Clicks the edit button instead of opening the dropdown Fixes #2307 Instead of opening the menu, this clicks the `edit` button. See merge request !2607
-
Douwe Maan authored
Fix visibility level texts on application settings Introduced by me through !2005 Before: ![Screenshot_from_2016-01-26_09-34-09](/uploads/fa3e8f2522a1d26372c7a06a81119e6f/Screenshot_from_2016-01-26_09-34-09.png) After: ![Screenshot_from_2016-01-26_09-34-27](/uploads/7955003dd02dd5376c9966aafdf4c50b/Screenshot_from_2016-01-26_09-34-27.png) See merge request !2611
-
Zeger-Jan van de Weg authored
Introduced by me through !2005
-
Douwe Maan authored
Save button on app settings now btn-save Some save buttons where `btn-primary` where throughout the application these usually are `btn-save`. Before (Application settings) ![Screenshot_from_2016-01-26_09-44-32](/uploads/f4019349c8bac6e0c91e23252a70d334/Screenshot_from_2016-01-26_09-44-32.png) After ![Screenshot_from_2016-01-26_09-45-20](/uploads/8e59a2b180832f44e3908b22187549af/Screenshot_from_2016-01-26_09-45-20.png) See merge request !2612
-
Douwe Maan authored
Track project import failure Fixes #12512 This also help us on identify why the import process is returning the wrong status when the project was successfully imported. Like mentioned in the issue #12450 See merge request !2538
-
Douwe Maan authored
Add tests for clicking a row in build artifacts browser This adds a feature tests for clicking a row, which is handled by javascript event. /cc @ayufan See merge request !2551
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douwe Maan authored
Update text_color_for_bg helper to support RGB triplet color codes Closes #12677 See merge request !2587
-
Douwe Maan authored
Make the `/groups` route behave as expected The route is supposed to redirect the Groups#index request based on whether or not a user was logged in. If they are, we redirect them to their groups dashboard; if they're not, we redirect them to the public Explore page. But due to overly aggressive `before_action`s that weren't excluding (or including) the `index` action, the request always resulted in a 404, whether a user was logged in or not. Closes #12660 See merge request !2580
-
Zeger-Jan van de Weg authored
-
Stan Hu authored
Update Slack integration configuration Adjusted to the current Slack version (as of I 2016). See merge request !2595
-
Robert Speicher authored
[ci skip]
-
Jacob Schatz authored
Fixes #2498
-
Jacob Schatz authored
Fixes #2307
-
Douglas Barbosa Alexandre authored
-
Robert Speicher authored
Fix import redirect loop Fixes #11864 See merge request !2606
-
Douglas Barbosa Alexandre authored
Correct arity for instrumented methods w/o args This should fix the problem of imports not working. See https://gitlab.com/gitlab-org/gitlab-ce/issues/12450#note_3380730 for the details/context of these changes. See merge request !2602
-
- 25 Jan, 2016 18 commits
-
-
Robert Speicher authored
Highlight note code and edit preview More highlighting fixes! Highlighting wasn't applied all the way for code in notes, diff notes diffs and diff preview (on the file edit page). The CSS changes further unify the styling for file-content highlighting, diff highlighting and note code highlighting. See merge request !2594
-
Robert Speicher authored
Update rails, rails-html-sanitizer, and nokogiri for security fixes See https://dev.gitlab.org/gitlab/gitlabhq/issues/2643 See merge request !2603
-
Achilleas Pipinellis authored
Refactor JIRA documentation Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/12680 ## TODO - [x] Move JIRA docs from `integration/` to `project_services/` - [x] Split old JIRA info - [x] Add note on document migration - [x] Change references to new location - [x] Add new images - [x] Clean-up `jira.md` See merge request !2592
-
Douglas Barbosa Alexandre authored
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
-
Robert Speicher authored
-
Achilleas Pipinellis authored
-
Sytse Sijbrandij authored
Add references to the rouge gem library Give the props to this awesome library we use for syntax highlighting. See merge request !2605
-
Robert Speicher authored
Prioritize previewable over plain README files Fixes #12441 See merge request !2521
-
Achilleas Pipinellis authored
[ci skip]
-
-
Achilleas Pipinellis authored
[ci skip]
-
Robert Speicher authored
Substituted deprecated forum link with project issues link. Within the promo partial template we had a Requests link to the deprecated Forum which is now directing to the project's Issue page. See merge request !2255
-
Yorick Peterse authored
This ensures that an instrumented method that doesn't take arguments reports an arity of 0, instead of -1. If Ruby had a proper method for finding out the required arguments of a method (e.g. Method#required_arguments) this would not have been an issue. Sadly the only two methods we have are Method#parameters and Method#arity, and both are equally painful to use. Fixes gitlab-org/gitlab-ce#12450
-
Achilleas Pipinellis authored
[ci skip]
-
Achilleas Pipinellis authored
- Add GitLab configuration steps - Add example workflow - Replace old images with new ones
-
Jose Torres authored
-