summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Do not show LFS object when LFS is disabledChristopher Bartz2017-03-133-30/+70
* | | | | | | | Merge branch 'handle-failure-when-deleting-tags' into 'master' Douwe Maan2017-03-131-6/+21
|\ \ \ \ \ \ \ \
| * | | | | | | | Display error message when deleting tag in web UI failshandle-failure-when-deleting-tagsAdam Niedzielski2017-03-131-6/+21
* | | | | | | | | Merge branch '19742-permalink-blame-button-line-number-hash-links' into 'mast...Alfredo Sumaran2017-03-132-14/+101
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Update permalink/blame buttons with line number fragment hash19742-permalink-blame-button-line-number-hash-linksEric Eastwood2017-03-132-14/+101
* | | | | | | | | | Merge branch '25515-delegate-single-discussion-to-new-issue' into 'master' Douwe Maan2017-03-1311-106/+487
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rename variableBob Van Landuyt2017-03-138-34/+34
| * | | | | | | | | | Separate flash messages for resolving one or multiple discussionsBob Van Landuyt2017-03-131-12/+12
| * | | | | | | | | | Show correct message when user cannot resolve discussionsBob Van Landuyt2017-03-132-77/+109
| * | | | | | | | | | Make sure the for a merge request only gets executed once.Bob Van Landuyt2017-03-131-0/+19
| * | | | | | | | | | Add a flash messages when an issue resolving discussions is createdBob Van Landuyt2017-03-132-0/+24
| * | | | | | | | | | Build link to discussions to resolve in a helperBob Van Landuyt2017-03-131-0/+32
| * | | | | | | | | | Correctly indent quotes in new issue descriptionBob Van Landuyt2017-03-131-4/+4
| * | | | | | | | | | No need to look up the notable separately in the ResolveServiceBob Van Landuyt2017-03-131-1/+1
| * | | | | | | | | | Finding discussions in NotesFinder is no longer required.Bob Van Landuyt2017-03-131-11/+0
| * | | | | | | | | | Move functionality for resolving discussions into a concernBob Van Landuyt2017-03-131-3/+12
| * | | | | | | | | | Add a button to delegate all discussions in a merge requestBob Van Landuyt2017-03-131-20/+45
| * | | | | | | | | | Always require MR-iid for resolving discussionsBob Van Landuyt2017-03-138-102/+57
| * | | | | | | | | | Delegate a single discussion to a new issueBob Van Landuyt2017-03-1312-75/+371
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '29242-fix-api-specs-potential-weird-failures-on-retries' into '...Robert Speicher2017-03-134-6/+24
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Retry only on feature specs that use JS, on CI29242-fix-api-specs-potential-weird-failures-on-retriesRémy Coutable2017-03-131-0/+7
| * | | | | | | | | Implement `json_response` as a `let` variableRémy Coutable2017-03-134-6/+17
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '24501-new-file-existing-branch' into 'master'Sean McGivern2017-03-136-0/+384
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | New file from interface on existing branchJacopo2017-03-136-0/+384
| |/ / / / / / /
* | | | | | | | Merge branch 'dz-blacklist--names' into 'master' Douwe Maan2017-03-131-0/+47
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Reserve few project and nested group pathsDmitriy Zaporozhets2017-03-131-0/+47
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '27114-add-undo-to-todos-in-the-done-tab' into 'master' Sean McGivern2017-03-131-5/+38
|\ \ \ \ \ \ \
| * | | | | | | Add 'Undo' to Todos in the Done tabJacopo2017-03-101-5/+38
* | | | | | | | Backport changes from gitlab-org/gitlab-ee!1406adam-backport-ee-1406Adam Niedzielski2017-03-131-2/+10
| |/ / / / / / |/| | | | | |
* | | | | | | Merge branch 'refactor/global-permissions-for-internal-users' into 'master' Sean McGivern2017-03-135-21/+25
|\ \ \ \ \ \ \
| * | | | | | | add a spec that the ghost user cannot log inhttp://jneen.net/2017-03-091-0/+12
| * | | | | | | spec the new behavior of .class_forhttp://jneen.net/2017-03-091-4/+6
| * | | | | | | spec the behavior of nil subjectshttp://jneen.net/2017-03-091-0/+6
| * | | | | | | fix a brittle stubhttp://jneen.net/2017-03-091-1/+1
| * | | | | | | don't require ghost users to be blockedhttp://jneen.net/2017-03-091-16/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch '24137-issuable-permalink' into 'master' Rémy Coutable2017-03-132-0/+21
|\ \ \ \ \ \ \
| * | | | | | | link issuable reference to itself in headermhasbini2017-03-092-0/+21
* | | | | | | | Resolve transient failure in spec/models/user_spec.rbGeorge Andrinopoulos2017-03-131-2/+3
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge branch '29046-fix-github-importer-open-prs' into 'master' Douwe Maan2017-03-102-33/+95
|\ \ \ \ \ \ \
| * | | | | | | Using guard clause and added more specs29046-fix-github-importer-open-prsGabriel Mazetto2017-03-102-49/+87
| * | | | | | | Fix GitHub Import for open PRs from a forkGabriel Mazetto2017-03-101-0/+24
* | | | | | | | Merge branch 'add-frequently-used-emojis-back-to-menu' into 'master' Filipa Lacerda2017-03-101-5/+45
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add frequently used emojis back to awards menuadd-frequently-used-emojis-back-to-menuEric Eastwood2017-03-091-5/+45
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch '29137-bulk-perform-async-should-specify-queue' into 'master' Douwe Maan2017-03-101-5/+20
|\ \ \ \ \ \ \
| * | | | | | | adds queue option to push bulk in authorized projects worker29137-bulk-perform-async-should-specify-queueTiago Botelho2017-03-101-5/+20
| |/ / / / / /
* | | | | | | Merge branch 'tc-fix-project-create-500' into 'master'Douwe Maan2017-03-102-0/+16
|\ \ \ \ \ \ \
| * | | | | | | Fix for creating a project through API when import_url is niltc-fix-project-create-500Toon Claes2017-03-102-0/+16
* | | | | | | | Merge branch '28307-update-projects-edit-feature-spec' into 'master' Rémy Coutable2017-03-101-19/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | Update feature visibility spec for projects edit pageDavid Piegza2017-03-091-19/+11
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'adam-prevent-two-issue-trackers' into 'master' Sean McGivern2017-03-101-0/+32
|\ \ \ \ \ \ \ \