- 27 Jan, 2016 8 commits
-
-
James Lopez authored
-
James Lopez authored
-
James Lopez authored
-
Kamil Trzciński authored
Use generic method to checks if artifacts are available Closes #12626 See merge request !2576
-
Achilleas Pipinellis authored
Fix typo on artifacts doc See merge request !2622
-
Achilleas Pipinellis authored
[ci skip]
-
Robert Speicher authored
[ci skip]
-
Robert Speicher authored
Update ExternalIssue regex for JIRA integration The pattern in the `::reference_pattern` class method in the `ExternalIssue` model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used. See merge request !2598
-
- 26 Jan, 2016 32 commits
-
-
Blake Hitchcock authored
The pattern in the `::reference_pattern` class method in the ExternalIssue model does not match all valid forms of JIRA project names. I have updated the regex to match JIRA project names with numbers and underscores. More information on valid JIRA project names can be found here: https://confluence.atlassian.com/jira/changing-the-project-key-format-192534.html * The first character must be a letter, * All letters used in the project key must be from the Modern Roman Alphabet and upper case, and * Only letters, numbers or the underscore character can be used.
-
Dmitriy Zaporozhets authored
Bug/jschatz1/file browser lines Fixes #12725 ![Screen_Shot_2016-01-26_at_11.19.39_AM](/uploads/c5f5a143926600e02de4cfc0687ed8dd/Screen_Shot_2016-01-26_at_11.19.39_AM.png) See merge request !2615
-
Jacob Schatz authored
-
Robert Speicher authored
Bump Workhorse version to 0.6.2 Fix for #12634 has been introduced in gitlab-org/gitlab-workhorse!34. See merge request !2616
-
Jacob Schatz authored
-
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
-
Grzegorz Bizon authored
This has been fixed in Workhorse [ci skip]
-
Grzegorz Bizon authored
Fix for #12634 has been introduced in gitlab-org/gitlab-workhorse!34.
-
Dmitriy Zaporozhets authored
Monkey patch for mysql 5.7 See merge request !2597
-
Jacob Schatz authored
Uses `$border-color`
-
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
-
Jacob Schatz authored
This reverts commit a1408948.
-
Jacob Schatz authored
This reverts commit 11183488.
-
Jacob Schatz authored
Fixes #12725
-
James Lopez authored
-
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
-
Grzegorz Bizon authored
-
Zeger-Jan van de Weg authored
Introduced by me through !2005
-
Jacob Schatz authored
New download btn WIP.
-
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
-
James Lopez authored
-
Zeger-Jan van de Weg authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
-