Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix changes dropdown ellipsis working across browserschanges-dropdown-ellipsis | Phil Hughes | 2018-01-09 | 1 | -0/+10 |
| | | | | Closes #41561 | ||||
* | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specs | blackst0ne | 2017-12-22 | 2 | -5/+5 |
| | |||||
* | fix the commit diff discussion sending the wrong url | Micaël Bergeron | 2017-12-18 | 1 | -2/+12 |
| | | | | it should now send you to the merge request diff path scoped to the commit. | ||||
* | Merge branch 'rc/use-factory_bot_rails' into 'master' | Robert Speicher | 2017-12-15 | 1 | -3/+3 |
|\ | | | | | | | | | Replace factory_girl_rails with factory_bot_rails See merge request gitlab-org/gitlab-ce!15919 | ||||
| * | Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_rails | Rémy Coutable | 2017-12-14 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | I've followed the [upgrade guide](https://github.com/thoughtbot/factory_bot/blob/4-9-0-stable/UPGRADE_FROM_FACTORY_GIRL.md) and ran these two commands: ``` grep -e FactoryGirl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|FactoryGirl|FactoryBot|" grep -e factory_girl **/*.rake **/*.rb -s -l | xargs sed -i "" "s|factory_girl|factory_bot|" ``` Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch 'lfs-badge' into 'master' | Douwe Maan | 2017-12-15 | 1 | -0/+1 |
|\ \ | |/ |/| | | | | | | | | | Added LFS badge to indicate LFS tracked files Closes #15567 See merge request gitlab-org/gitlab-ce!15845 | ||||
| * | spec fixes | Phil Hughes | 2017-12-14 | 1 | -1/+1 |
| | | |||||
| * | fixed failing tests | Phil Hughes | 2017-12-11 | 1 | -0/+1 |
| | | |||||
* | | Merge branch ↵ | Robert Speicher | 2017-12-12 | 1 | -8/+0 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 'tmlee/gitlab-ce-28004-consider-refactoring-member-view-by-using-presenter' into 'master' Refactor member view by using presenter Closes #28004 See merge request gitlab-org/gitlab-ce!15715 | ||||
| * | | Refactor member view by using presenter | TM Lee | 2017-12-11 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Create MemberPresenter alongside with GroupMemberPresenter and ProjectMemberPresenter - Make Member model Presentable - Move action_member_permission from MembersHelper into the MemberPresenter - Added rspec using double, separate specs for GroupMemberPresenter and ProjectMemberPresenter Fixes #28004. Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | | Hide issues and MRs in labels list if disabledsophie-h/gitlab-ce-patch-15 | Sophie Herold | 2017-12-11 | 1 | -0/+63 |
|/ / | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | | Merge branch '36679-non-authorized-user-may-see-wikis-or-pipeline-page' into ↵ | Douwe Maan | 2017-12-08 | 1 | -9/+65 |
|/ | | | | | | | | | | | 'security-10-2' Fixes project visibility guidelines See merge request gitlab/gitlabhq!2226 (cherry picked from commit 877c42c0aaf3298d6001614c9706bc366ae4014c) e4fd1c26 Ensure project wiki visibility guidelines are met | ||||
* | Merge branch ↵ | Kamil Trzciński | 2017-12-07 | 1 | -100/+0 |
|\ | | | | | | | | | | | | | | | | | '40761-remove-the-checkbox-for-starting-a-new-pipeline-in-auto-devops-settings' into 'master' Resolve "Remove the checkbox for starting a new pipeline in Auto DevOps settings" Closes #40761 See merge request gitlab-org/gitlab-ce!15714 | ||||
| * | Remove Auto DevOps checkboxes - backend | bikebilly | 2017-12-04 | 1 | -100/+0 |
| | | |||||
* | | adding view and feature specs | micael.bergeron | 2017-12-07 | 1 | -0/+17 |
| | | |||||
* | | Merge branch ↵ | Sean McGivern | 2017-12-06 | 1 | -0/+21 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | '39364-in-issue-board-url-doesn-t-take-in-account-hostname-settings' into 'master' Resolve "In Issue board url doesn't take in account hostname settings" Closes #39364 See merge request gitlab-org/gitlab-ce!15703 | ||||
| * | | add boards_helper_spec | Luke Bennett | 2017-12-03 | 1 | -0/+21 |
| |/ | |||||
* | | Fixed clone buttons adding description when append_link is false | Jose Ivan Vargas | 2017-12-05 | 1 | -0/+28 |
| | | |||||
* | | show status of issue links in wiki page | haseeb | 2017-12-04 | 1 | -1/+1 |
|/ | |||||
* | Merge branch '39455-clone-dropdown-should-not-have-a-tooltip' into 'master' | Tim Zallmann | 2017-11-30 | 1 | -13/+42 |
|\ | | | | | | | | | | | | | Resolve "Clone dropdown should not have a tooltip" Closes #39455 See merge request gitlab-org/gitlab-ce!15334 | ||||
| * | Added ssh_button helper specs and addressed ruby code observations | Jose Ivan Vargas | 2017-11-27 | 1 | -14/+41 |
| | | |||||
| * | UX adjustments and spec corrections | Jose Ivan Vargas | 2017-11-27 | 1 | -5/+7 |
| | | |||||
* | | Backport epic tasklist | Clement Ho | 2017-11-29 | 1 | -0/+1 |
| | | |||||
* | | BE for automatic pipeline when enabling Auto DevOps | Matija Čupić | 2017-11-28 | 1 | -0/+100 |
|/ | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38962 | ||||
* | Allow password authentication to be disabled entirely | Markus Koller | 2017-11-23 | 2 | -12/+21 |
| | |||||
* | Disables autocomplete in filtered search | Jacopo | 2017-11-20 | 1 | -0/+4 |
| | | | | Sets `autocomplete=off` to issuable filtered serarch. | ||||
* | Truncate tree to max 1,000 items and display notice to users | Drew Blessing | 2017-11-15 | 1 | -3/+29 |
| | | | | | | | | Rendering ten thousands of tree items consumes a lot of server time and can cause timeouts in extreme cases. Realistically, displaying more than 1,000 files is probably not useful so truncate and show the user a notice instead. 'Find files' can be used to locate specific files beyond the 1,000 limit. | ||||
* | Include child projects a user can manage in namespace dropdowns | Bob Van Landuyt | 2017-11-14 | 1 | -0/+25 |
| | | | | These dropdown options are used for creating and transfering projects. | ||||
* | Merge branch 'tz-no-cdn-for-svg-sprites' into 'master' | Douwe Maan | 2017-11-10 | 1 | -3/+25 |
|\ | | | | | | | | | Icon Sprite URL needs to be local even if asset_host is set See merge request gitlab-org/gitlab-ce!15289 | ||||
| * | Removed Bracketstz-no-cdn-for-svg-sprites | Tim Zallmann | 2017-11-09 | 1 | -1/+1 |
| | | |||||
| * | Fixed Function + Test based on MR | Tim Zallmann | 2017-11-09 | 1 | -9/+7 |
| | | |||||
| * | Missing the local url | Tim Zallmann | 2017-11-09 | 1 | -2/+2 |
| | | |||||
| * | Put Icons Path in Helper | Tim Zallmann | 2017-11-09 | 1 | -6/+9 |
| | | |||||
| * | Fixed URL Matching in Tests | Tim Zallmann | 2017-11-09 | 1 | -6/+6 |
| | | |||||
| * | Icon Sprite URL is also local even if asset_host is set | Tim Zallmann | 2017-11-09 | 1 | -0/+21 |
| | | |||||
* | | Always return full avatar URL for private/internal groups/projects when ↵ | Douwe Maan | 2017-11-09 | 2 | -98/+7 |
|/ | | | | asset host is set | ||||
* | Free up some group reserved words | Bob Van Landuyt | 2017-11-07 | 1 | -1/+1 |
| | |||||
* | Resolve "DashboardController#activity.json is slow due to SQL" | Francisco Javier López | 2017-11-06 | 2 | -114/+127 |
| | |||||
* | Merge branch 'icons-ci-icons' into 'master' | Filipa Lacerda | 2017-11-02 | 1 | -8/+4 |
|\ | | | | | | | | | Convert Icons in CI to SVG Sprite Icons See merge request gitlab-org/gitlab-ce!14567 | ||||
| * | Now one test works lets get the other one green | Tim Zallmann | 2017-10-30 | 1 | -1/+1 |
| | | |||||
| * | CHanged to String Statuses | Tim Zallmann | 2017-10-30 | 1 | -4/+4 |
| | | |||||
| * | Need to render it into String cause its a content_tag | Tim Zallmann | 2017-10-30 | 1 | -2/+2 |
| | | |||||
| * | Fixed SVG Output Test | Tim Zallmann | 2017-10-30 | 1 | -8/+4 |
| | | |||||
* | | CE port of code changed for epicsjk-epic-changes-ce-port | Jarka Kadlecova | 2017-11-02 | 2 | -0/+58 |
|/ | |||||
* | Added ssh fingerprint, gitlab ci and pages information in an instance ↵ | Francisco Lopez | 2017-10-25 | 1 | -0/+51 |
| | | | | | | configuration page Closes #25142 | ||||
* | Prevent ApplicationHelper specs from polluting later ones39253-jobs-fail-because-of-brazilian-portuguese-translations | Sean McGivern | 2017-10-18 | 1 | -3/+3 |
| | | | | | We don't want the locale to be set to Brazilian Portuguese for any subsequent specs! | ||||
* | Build the locale path with an `_` instead of a `-` | Bob Van Landuyt | 2017-10-18 | 1 | -0/+8 |
| | | | | | | | | | The locale code is turned into an asset path with an underscore instead of a dash. The language codes are transformed by `I18n.locale` into a code with a dash. But the resources for translating are always stored in a path using a `_` separating the language and the region code. | ||||
* | Merge branch '38245-private-avatars-are-not-cdn-compatible' into 'master' | Douwe Maan | 2017-10-10 | 2 | -5/+48 |
|\ | | | | | | | | | | | | | Resolve "Private Avatars are not CDN compatible" Closes #38245 and gitlab-com/support-forum#2476 See merge request gitlab-org/gitlab-ce!14443 | ||||
| * | Fixed Tests | Tim Zallmann | 2017-10-04 | 2 | -3/+3 |
| | | |||||
| * | Fixed Test | Tim Zallmann | 2017-10-04 | 1 | -2/+1 |
| | |