summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing blob line permalink updater on blob:showfix-missing-blob-permalink-updater-on-blob-showEric Eastwood2017-03-131-23/+21
| | | | | See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9461#note_25288831
* Merge branch 'remove-iifes-1' into 'master' 29399-add-documentation-workflow-to-ciAlfredo Sumaran2017-03-1335-3748/+3683
|\ | | | | | | | | Remove IIFEs for several JS files - Part 1 See merge request !9884
| * fix broken variable referenceremove-iifes-1Mike Greiling2017-03-131-1/+1
| |
| * remove IIFEs in preparation for ES module refactorMike Greiling2017-03-1335-3748/+3683
| |
* | Merge branch 'use-corejs-polyfills' into 'master' Alfredo Sumaran2017-03-1337-238/+125
|\ \ | | | | | | | | | | | | Organize our polyfills and standardize on core-js See merge request !9749
| * | Organize our polyfills and standardize on core-jsMike Greiling2017-03-1337-238/+125
|/ /
* | Merge branch 'feature/custom-lfs' into 'master' Douwe Maan2017-03-138-34/+83
|\ \ | | | | | | | | | | | | | | | | | | Do not show LFS object when LFS is disabled Closes #28817 See merge request !9779
| * | Do not show LFS object when LFS is disabledChristopher Bartz2017-03-138-34/+83
| |/ | | | | | | | | | | Do not display a 404, when a user tries to retrieve the raw content of an LFS file (pointer) if the config option "lfs_enabled" is set to false. Instead, display the LFS pointer file directly.
* | Merge branch ↵Robert Speicher2017-03-134-1/+35
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | '28492-add-dev-documentation-for-using-the-queryrecorder-in-specs' into 'master' Adds docs for QueryRecorder tests Closes #28492 See merge request !9838
| * | Adds docs for QueryRecorder tests28492-add-dev-documentation-for-using-the-queryrecorder-in-specsJames Edwards-Jones2017-03-134-1/+35
| | |
* | | Merge branch 'handle-failure-when-deleting-tags' into 'master' Douwe Maan2017-03-135-11/+48
|\ \ \ | | | | | | | | | | | | | | | | Display error message when deleting tag in web UI fails See merge request !9906
| * | | Display error message when deleting tag in web UI failshandle-failure-when-deleting-tagsAdam Niedzielski2017-03-135-11/+48
| | | |
* | | | Merge branch '19742-permalink-blame-button-line-number-hash-links' into ↵Alfredo Sumaran2017-03-138-28/+157
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update permalink/blame buttons with line number fragment hash Closes #19742 See merge request !9461
| * | | | Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-linksEric Eastwood2017-03-138-28/+157
| | | | | | | | | | | | | | | | | | | | Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/19742
* | | | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-1341-206/+759
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Create a new issue for a single discussion See merge request !8266
| * | | | | Don't instrument `app/services/concerns`Bob Van Landuyt2017-03-131-7/+11
| | | | | |
| * | | | | Make API v3 work with the new param nameBob Van Landuyt2017-03-131-0/+1
| | | | | |
| * | | | | Move `ResolveDiscussions` into `concerns/issues` folderBob Van Landuyt2017-03-132-1/+2
| | | | | |
| * | | | | Check `service.discussion_to_resolve_id` to decide content of flashBob Van Landuyt2017-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | That way the check is the same in the service & the controller
| * | | | | Update copyBob Van Landuyt2017-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | One comments *on* something, not *in* something
| * | | | | Rename variableBob Van Landuyt2017-03-1319-65/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | merge_request_for_resolving_discussions -> merge_request_to_resolve_discussions_of
| * | | | | Pass the discussion to resolve after verifying captchaBob Van Landuyt2017-03-131-0/+1
| | | | | |
| * | | | | Renamed `.js.es6` to `.js`Bob Van Landuyt2017-03-131-0/+0
| | | | | |
| * | | | | Indicate that `single_discussion` is optionalBob Van Landuyt2017-03-131-1/+1
| | | | | |
| * | | | | Separate flash messages for resolving one or multiple discussionsBob Van Landuyt2017-03-132-15/+18
| | | | | |
| * | | | | Show correct message when user cannot resolve discussionsBob Van Landuyt2017-03-133-79/+114
| | | | | |
| * | | | | Replace the warning with an info iconBob Van Landuyt2017-03-133-1/+1
| | | | | |
| * | | | | Make sure the for a merge request only gets executed once.Bob Van Landuyt2017-03-132-1/+22
| | | | | |
| * | | | | Fit 'unresolved discussion widget togetherBob Van Landuyt2017-03-132-2/+4
| | | | | |
| * | | | | Add a flash messages when an issue resolving discussions is createdBob Van Landuyt2017-03-133-1/+31
| | | | | |
| * | | | | Build link to discussions to resolve in a helperBob Van Landuyt2017-03-133-3/+48
| | | | | |
| * | | | | Update copyBob Van Landuyt2017-03-131-2/+2
| | | | | |
| * | | | | Clean up `discussions_to_resolve`-methodBob Van Landuyt2017-03-131-9/+9
| | | | | |
| * | | | | Move `resolve_discussions_with_issue` to `Issues::CreateService`Bob Van Landuyt2017-03-132-9/+9
| | | | | |
| * | | | | Don't filter params and merge them back in laterBob Van Landuyt2017-03-131-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | By building the issue before filtering
| * | | | | Correctly indent quotes in new issue descriptionBob Van Landuyt2017-03-134-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By using `>`-quote style instead of `>>>`. Also: Update documentation images.
| * | | | | Better variable namesBob Van Landuyt2017-03-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | So the title doesn't seem to be set _on_ a merge request.
| * | | | | No need to look up the notable separately in the ResolveServiceBob Van Landuyt2017-03-132-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The merge request will now always be there when the discussion was resolved by creating a new issue.
| * | | | | Finding discussions in NotesFinder is no longer required.Bob Van Landuyt2017-03-132-17/+0
| | | | | | | | | | | | | | | | | | | | | | | | Since the MergeRequest is now a required param for resolving discussions
| * | | | | Optimize finding `discussions_to_resolve`Bob Van Landuyt2017-03-131-5/+9
| | | | | |
| * | | | | Link 'discussion' instead of dateBob Van Landuyt2017-03-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | Since the date would be wrong for people in different timezones.
| * | | | | Make API v3 compatible with the changes in `Issues::CreateService`Bob Van Landuyt2017-03-131-6/+0
| | | | | |
| * | | | | Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-136-42/+54
| | | | | |
| * | | | | Update copy for warning on new issue formBob Van Landuyt2017-03-131-6/+5
| | | | | |
| * | | | | Add a button to delegate all discussions in a merge requestBob Van Landuyt2017-03-136-24/+82
| | | | | |
| * | | | | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-1317-187/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And deduplicate the finding of MR's & discussions. Now the searching is done in the service, istead of the controller & the API.
| * | | | | Simplify NotesFinder discussion queryBob Van Landuyt2017-03-131-1/+1
| | | | | |
| * | | | | Delegate a single discussion to a new issueBob Van Landuyt2017-03-1331-113/+571
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Delegate a discussion in a merge request into a new issue. The discussion wil be marked as resolved and a system note will be added linking to the newly created issue.
* | | | | | Merge branch '29242-fix-api-specs-potential-weird-failures-on-retries' into ↵Robert Speicher2017-03-135-8/+24
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Implement `json_response` as a `let` variable Closes #29242 See merge request !9825
| * | | | | Retry only on feature specs that use JS, on CI29242-fix-api-specs-potential-weird-failures-on-retriesRémy Coutable2017-03-132-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>