Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add issues and merge-requests classes and use to find in rspecfix-sidebar-block-ref-test | Luke "Jared" Bennett | 2017-04-28 | 1 | -3/+2 |
| | |||||
* | Add board_move slash command | Alex Sanford | 2017-04-28 | 1 | -8/+78 |
| | |||||
* | Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb" | Dosuken shinya | 2017-04-28 | 6 | -14/+477 |
| | |||||
* | Merge branch 'dm-blob-viewers' into 'master' | Tim Zallmann | 2017-04-28 | 10 | -153/+1066 |
|\ | | | | | | | | | | | | | Refactor rich blob viewers and add Code|Rendered switch Closes #24287 See merge request !10566 | ||||
| * | Use new renamed markup methoddm-blob-viewers | Douwe Maan | 2017-04-27 | 1 | -0/+2 |
| | | |||||
| * | Address feedback | Douwe Maan | 2017-04-27 | 3 | -28/+34 |
| | | |||||
| * | Added specs for JS method to switch views | Phil Hughes | 2017-04-27 | 1 | -2/+39 |
| | | |||||
| * | Fixed failing JS tests | Phil Hughes | 2017-04-27 | 1 | -3/+7 |
| | | |||||
| * | Satisfy Rubocop | Douwe Maan | 2017-04-27 | 2 | -2/+0 |
| | | |||||
| * | Add specs | Douwe Maan | 2017-04-27 | 9 | -45/+898 |
| | | |||||
| * | Render viewer error synchronously so that 'view the source' link will work | Douwe Maan | 2017-04-27 | 5 | -12/+7 |
| | | |||||
| * | Add test stubs | Douwe Maan | 2017-04-27 | 7 | -191/+31 |
| | | |||||
| * | Fix some specs | Douwe Maan | 2017-04-27 | 2 | -5/+5 |
| | | |||||
| * | Add specs | Douwe Maan | 2017-04-27 | 3 | -13/+191 |
| | | |||||
* | | Merge branch 'dm-fix-ghost-user-validation' into 'master' | Robert Speicher | 2017-04-27 | 1 | -0/+10 |
|\ \ | | | | | | | | | | | | | Skip validation when creating internal (ghost, service desk) users See merge request !10949 | ||||
| * | | Skip validation when creating internal (ghost, service desk) usersdm-fix-ghost-user-validation | Douwe Maan | 2017-04-26 | 1 | -0/+10 |
| | | | |||||
* | | | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵ | Douwe Maan | 2017-04-27 | 3 | -29/+75 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886 | ||||
| * | | | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projects | Tiago Botelho | 2017-04-27 | 3 | -29/+75 |
| | | | | |||||
* | | | | Make api/v3/deployments_spec to actually tests v3dz-fix-v3-api-deployments-spec | Dmitriy Zaporozhets | 2017-04-27 | 1 | -6/+6 |
| |_|/ |/| | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | Merge branch 'remove-invalid-services' into 'master' | Douwe Maan | 2017-04-27 | 5 | -24/+38 |
|\ \ \ | | | | | | | | | | | | | | | | | Remove invalid services with nil or empty type See merge request !10847 | ||||
| * | | | tadds migration to remove invalid services | Tiago Botelho | 2017-04-27 | 5 | -25/+35 |
| | | | | |||||
| * | | | remove invalid services | Tiago Botelho | 2017-04-26 | 1 | -0/+4 |
| | | | | |||||
* | | | | Merge branch ↵ | Sean McGivern | 2017-04-27 | 1 | -0/+24 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '31292-milestone-sidebar-display-incorect-number-of-mr-when-minimized' into 'master' Resolve "Milestone sidebar display incorect number of MR when minimized" Closes #31292 See merge request !10933 | ||||
| * | | | | Added test31292-milestone-sidebar-display-incorect-number-of-mr-when-minimized | Luke "Jared" Bennett | 2017-04-26 | 1 | -0/+24 |
| | | | | | |||||
* | | | | | Merge branch '30973-fix-network-graph-ordering' into 'master' | Douwe Maan | 2017-04-27 | 2 | -0/+50 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix ordering of commits in the network graph. Closes #30973 See merge request !10936 | ||||
| * | | | | | Fix ordering of commits in the network graph. | Timothy Andrew | 2017-04-27 | 2 | -0/+50 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1 - Prior to this upgrade, the default sort order for commits returned by `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the graph relied on. - While upgrading `rugged`, the MR also changed this default to `Rugged::SORT_NONE`, which broke commit ordering in the graph. - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort by date, and changes the graph builder `Network::Graph` so it explictly requests the `:date` sort order | ||||
* | | | | | Merge branch '2246-uuid-is-nil-for-new-installation' into 'master' | Sean McGivern | 2017-04-27 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lazily set UUID in ApplicationSetting for new installations Closes gitlab-ee#2246 See merge request !10893 | ||||
| * | | | | | Lazily sets UUID in ApplicationSetting for new installations | Douglas Barbosa Alexandre | 2017-04-26 | 1 | -0/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'dz-add-cohort-spec' into 'master' | Sean McGivern | 2017-04-27 | 1 | -0/+15 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Increase code coverage for admin/cohorts page See merge request !10964 | ||||
| * | | | | | | Increase code coverage for admin/cohorts pagedz-add-cohort-spec | Dmitriy Zaporozhets | 2017-04-27 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | | | | | | | Remove unused code | Filipa Lacerda | 2017-04-27 | 1 | -0/+64 |
| | | | | | | | |||||
* | | | | | | | Use vue files for vue components. | Filipa Lacerda | 2017-04-27 | 2 | -2/+7 |
| | | | | | | | |||||
* | | | | | | | Merge branch 'tc-make-user-master-project-by-admin' into 'master' | Rémy Coutable | 2017-04-27 | 1 | -0/+16 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make namespace owner master of project upon creation Closes #29446 See merge request !10910 | ||||
| * | | | | | | | Make namespace owner master of project upon creationtc-make-user-master-project-by-admin | Toon Claes | 2017-04-27 | 1 | -0/+16 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an admin creates a project in the namespace of a user, that user automatically gains master access to that project. | ||||
* | | | | | | | Merge branch '26585-remove-readme-view-caching' into 'master' | Douwe Maan | 2017-04-27 | 8 | -57/+34 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove view fragment caching for project READMEs Closes #26585 and #29594 See merge request !8838 | ||||
| * | | | | | | | Remove the unnecessary ApplicationSetting stubbing | Toon Claes | 2017-04-27 | 1 | -1/+0 |
| | | | | | | | | |||||
| * | | | | | | | Remove unused optional parameter `asciidoc_opts` | Toon Claes | 2017-04-27 | 1 | -19/+2 |
| | | | | | | | | |||||
| * | | | | | | | Fix failing specs | Toon Claes | 2017-04-27 | 2 | -2/+2 |
| | | | | | | | | |||||
| * | | | | | | | Refactor MarkupHelper | Douwe Maan | 2017-04-27 | 1 | -10/+10 |
| | | | | | | | | |||||
| * | | | | | | | Cache the rendered README, but post-process on show | Toon Claes | 2017-04-27 | 3 | -31/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed. | ||||
| * | | | | | | | Move some methods from ApplicationHelper to MarkupHelper | Toon Claes | 2017-04-27 | 1 | -2/+0 |
| | | | | | | | | |||||
| * | | | | | | | Rename GitlabMarkdownHelper -> MarkupHelper | Toon Claes | 2017-04-27 | 4 | -4/+4 |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | It does more than solely GitLab Markdown, so rename to MarkupHelper. | ||||
* | | | | | | | Merge branch '29505-allow-admins-sudo-to-blocked-users' into 'master' | Rémy Coutable | 2017-04-27 | 1 | -1/+27 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | Allow admins to sudo to blocked users See merge request !10842 | ||||
| * | | | | | | Allow admins to sudo to blocked users.29505-allow-admins-sudo-to-blocked-users | Timothy Andrew | 2017-04-26 | 1 | -1/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Currently, (for example) admins can't delete snippets for blocked users, which is an unexpected limitation. - We modify `authenticate!` to conduct the `access_api` policy check against the `initial_current_user`, instead of the user being impersonated. - Update CHANGELOG for !10842 | ||||
* | | | | | | | Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser' | Sean McGivern | 2017-04-27 | 4 | -5/+38 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix rendering emoji inside a string | blackst0ne | 2017-04-25 | 4 | -5/+38 |
| | | | | | | | | |||||
* | | | | | | | | Add button to delete filters from filtered search bar | Clement Ho | 2017-04-26 | 4 | -7/+81 |
| |_|/ / / / / |/| | | | | | | |||||
* | | | | | | | Merge branch 'gl-version-backup-file' into 'master' | Rémy Coutable | 2017-04-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add GitLab version to backup file name See merge request !10901 | ||||
| * | | | | | | | Fix failing specgl-version-backup-file | Achilleas Pipinellis | 2017-04-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://rubular.com/r/op7TI9UX6K | ||||
* | | | | | | | | Resolve "Jobs dropdown in mini graph should close when we receive an error" | Filipa Lacerda | 2017-04-26 | 2 | -46/+75 |
| | | | | | | | |