summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* rename "Add emoji" and "Award emoji" to "Add reaction" where appropriate32462-award-emoji-tooltip-should-be-add-reactionMike Greiling2017-05-193-4/+4
|
* Add users endpoint to frontend API classWinnie Hellmann2017-05-1912-114/+138
|
* Merge branch 'fix-json-endpoint-redirection' into 'master'Douwe Maan2017-05-191-1/+4
|\ | | | | | | | | Bugfix: don't redirect to JSON endpoints after sign in See merge request !11561
| * Bugfix: don't redirect to JSON endpoints after sign inRuben Davila2017-05-191-1/+4
| |
* | Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet2017-05-196-18/+13
|\ \ | | | | | | | | | | | | Load improvements related to MR widget See merge request !11518
| * | Remove routeOswaldo Ferreira2017-05-191-6/+0
| | |
| * | Stop loading MergeRequestEntity data on sidebar requestOswaldo Ferreira2017-05-183-2/+2
| | |
| * | Remove unnecessary initial requestOswaldo Ferreira2017-05-181-1/+0
| | |
| * | Drop merge_check endpoint and use only MR show insteadOswaldo Ferreira2017-05-182-9/+11
| | |
* | | Merge branch 'winh-dropdown-ajax-cache' into 'master'Clement Ho2017-05-191-28/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Use AjaxCache in Droplab Ajax plugin Closes #31897 See merge request !11171
| * | | Use AjaxCache in Droplab Ajax plugin (!11171)winh-dropdown-ajax-cachewinh2017-05-181-28/+6
| | | |
* | | | Merge branch 'fix-issue-32506' into 'master'Douwe Maan2017-05-196-5/+37
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Fix redirects modifying the host Closes #32506 See merge request !11498
| * | | Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-196-13/+33
| | | | | | | | | | | | | | | | | | | | | | | | In order to avoid string manipulation or modify route params (to make them unambiguous for `url_for`), we are accepting a behavior change: When being redirected to the canonical path for a group, if you requested a group show path starting with `/groups/…` then you’ll now be redirected to the group at root `/…`.
| * | | Fix ensure_canonical_path for top level routesMichael Kozono2017-05-181-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don’t replace a substring of the path if it is part of the top level route. E.g. When redirecting from `/groups/ups` to `/groups/foo`, be careful not to do `/grofoo/ups`. Projects are unaffected by this issue, but I am grouping the `#ensure_canonical_path` tests similar to the group and user tests.
| * | | Fix #32506Michael Kozono2017-05-181-1/+1
| | | | | | | | | | | | | | | | The host should not be modified, nor is it needed for the redirect.
* | | | Refine MR widget styling for buttons and info textKushal Pandya2017-05-193-2/+18
| | | |
* | | | Merge branch '32551-fix-system-note-comparison-and-standardize-note-setup' ↵Filipa Lacerda2017-05-192-13/+11
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Fix system note comparison and standardize note setup Closes #32551 See merge request !11532
| * | | | Fix system note comparison and standardize note setupEric Eastwood2017-05-192-13/+11
| | |_|/ | |/| | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/32551
* | | | Merge branch '32556-side-by-side-mr-discussion-should-stretch-to-max-width' ↵Annabel Dunstone Gray2017-05-191-1/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Side by side MR discussion should stretch to max width" Closes #32556 See merge request !11508
| * | | | Remove width limit from discussion notes32556-side-by-side-mr-discussion-should-stretch-to-max-widthClement Ho2017-05-191-1/+0
| | | | |
* | | | | Merge branch 'patch-21' into 'master'Clement Ho2017-05-191-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix wording in settings / CI/CD Pipelines Closes #32555 See merge request !11516
| * | | | | Update edit.html.hamlpatch-21Fabio Busatto2017-05-181-1/+1
| | | | | | | | | | | | | | | | | | Closes #32555
* | | | | | Replaced duplicate z-index with index of 400Luke "Jared" Bennett2017-05-191-2/+1
| |/ / / / |/| | | |
* | | | | Merge branch 'mr-widget-refresh-failed' into 'master'Filipa Lacerda2017-05-191-1/+27
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add refresh button into MR widget failed state. Closes #32543 See merge request !11519
| * | | | | MRWidget: Make error message bold and red.mr-widget-refresh-failedFatih Acet2017-05-191-1/+1
| | | | | |
| * | | | | MRWidget: Change refresh button place in failed state.Fatih Acet2017-05-191-3/+3
| | | | | |
| * | | | | MRWidget: Add refresh button into MR widget failed state.Fatih Acet2017-05-191-0/+26
| | | | | |
* | | | | | Fixes the 500 for custom apearance header logo and logoAlexis Reigel2017-05-191-0/+2
| | | | | |
* | | | | | Merge branch 'dm-fix-readme-project-view' into 'master'Dmitriy Zaporozhets2017-05-194-45/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove readme project_view option See merge request !11425
| * | | | | | Remove readme project_view optionDouwe Maan2017-05-194-45/+9
| | | | | | |
* | | | | | | Merge branch 'dm-render-plain-readme' into 'master'Rémy Coutable2017-05-192-8/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render plain README using Markup viewer so it is displayed below tree See merge request !11510
| * | | | | | | Render plain README using Markup viewer so it is displayed below treedm-render-plain-readmeDouwe Maan2017-05-182-8/+10
| | | | | | | |
* | | | | | | | Merge branch 'user-avatar-vue-ce' into 'master'Phil Hughes2017-05-1917-70/+307
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Consolidate user avatar Vue logic Closes #31017 See merge request !10718
| * | | | | | | Add s selectors for supported avatars.user-avatar-vue-ceBryce Johnson2017-05-181-0/+2
| | | | | | | |
| * | | | | | | Fixes per feedback on user avatar components.Bryce Johnson2017-05-183-23/+14
| | | | | | | |
| * | | | | | | Consolidate user avatar Vue logicBryce Johnson2017-05-1817-70/+314
| | |_|/ / / / | |/| | | | |
* | | | | | | Fix JavaScript translations that are using a namespacefix-js-translationsRuben Davila2017-05-186-11/+11
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'dm-no-conflicts-when-branches-are-missing' into 'master'Robert Speicher2017-05-182-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stop MR conflict code from blowing up when branches are missing Closes #32544 See merge request !11501
| * | | | | | Stop MR conflict code from blowing up when branches are missingdm-no-conflicts-when-branches-are-missingDouwe Maan2017-05-182-0/+3
| | | | | | |
* | | | | | | Merge branch 'delete-old-mr-widget' into 'master'Fatih Acet2017-05-181-303/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delete merge_request_widget.js See merge request !11452
| * | | | | | | Delete merge_request_widget.jsdelete-old-mr-widgetLuke "Jared" Bennett2017-05-171-303/+0
| | | | | | | |
* | | | | | | | Fix clicking disabled clipboard button toolipLuke "Jared" Bennett2017-05-181-2/+2
| |_|/ / / / / |/| | | | | |
* | | | | | | Fix ProjectCacheWorker for plain READMEsToon Claes2017-05-181-0/+3
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The ProjectCacheWorker refreshes cache periodically, but it runs outside Rails context. So include the ActionView helpers so the `content_tag` method is available.
* | | | | | Fix ability to edit diff notes multiple timesKushal Pandya2017-05-181-3/+3
| |_|/ / / |/| | | |
* | | | | Merge branch 'dm-gemfile-viewer'Rémy Coutable2017-05-1816-3/+268
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | See merge request !11346.
| * | | | Add auxiliary blob viewers to dependency filesDouwe Maan2017-05-1716-3/+268
| |/ / /
* | | | Merge branch 'fix-trailing-space-mr-widget' into 'master'Fatih Acet2017-05-181-4/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactored the anchor tag to remove the trailing space in the target branch Closes #32445 See merge request !11463
| * | | | Refactored the anchor tag to remove the trailing space in the target branchfix-trailing-space-mr-widgetJose Ivan Vargas2017-05-171-4/+1
| | | | |
* | | | | Merge branch 'change-url-in-specific-runners-registration-steps' into 'master'Kamil Trzciński2017-05-181-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Remove references to '/ci' path while describing Runner's registration See merge request !10518
| * | | | Remove references to '/ci' path while describing Runner's registrationchange-url-in-specific-runners-registration-stepsTomasz Maczukin2017-05-151-1/+1
| | | | |