summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sh-use-delete-worker-spam-logs' into 'master' Robert Speicher2017-04-181-2/+9
|\
| * Use DeleteUserWorker for removing users via spam logssh-use-delete-worker-spam-logsStan Hu2017-04-171-2/+9
* | Merge branch 'dm-git-blob-sizes' into 'master' Robert Speicher2017-04-181-2/+2
|\ \
| * | Fix specsdm-git-blob-sizesDouwe Maan2017-04-171-2/+2
* | | Merge branch 'dm-no-format-suffix' into 'master' Robert Speicher2017-04-181-1/+1
|\ \ \
| * | | Remove format from end of URL for URLs that take a ref or pathDouwe Maan2017-04-171-1/+1
| |/ /
* | | Does not remove the GitHub remote when importing from GitHubDouglas Barbosa Alexandre2017-04-181-0/+9
| |/ |/|
* | Merge branch 'clean-merge_request-diff-notes-specs' into 'master' Robert Speicher2017-04-175-523/+470
|\ \ | |/ |/|
| * Reorganize feature specs for MR notesclean-merge_request-diff-notes-specsRémy Coutable2017-04-145-523/+470
* | Merge branch 'fix-follow-with-multiple-paths' into 'master' Douwe Maan2017-04-171-0/+21
|\ \
| * | Fix following with multiple pathsfix-follow-with-multiple-pathsSean McGivern2017-04-171-0/+21
* | | Merge branch 'dz-remove-repo-version' into 'master' Douwe Maan2017-04-171-1/+0
|\ \ \
| * | | Removes `Repository#version` method and testsdz-remove-repo-versionDmitriy Zaporozhets2017-04-171-1/+0
| |/ /
* | | Fix restricted visibility project settingJames Lopez2017-04-171-0/+23
* | | Merge branch 'sh-add-option-to-hard-delete' into 'master' Douwe Maan2017-04-172-1/+8
|\ \ \
| * | | Hard delete users' associated records deleted from AbuseReportssh-add-option-to-hard-deleteStan Hu2017-04-162-1/+8
* | | | Set the encoding in c'tor and explain why it's finefix-trace-encodingLin Jen-Shin2017-04-171-1/+1
* | | | Restore nil for streamLin Jen-Shin2017-04-171-1/+1
* | | | Only set the encoding before passing to Ansi2htmlLin Jen-Shin2017-04-171-7/+7
* | | | Make sure @stream.each_line would tag Encoding.default_externalLin Jen-Shin2017-04-171-4/+14
* | | | Make sure we're giving Encoding.default_externalLin Jen-Shin2017-04-171-3/+9
| |/ / |/| |
* | | Merge branch '27655-clear-emoji-search-after-selection' into 'master' Alfredo Sumaran2017-04-171-4/+24
|\ \ \
| * | | Clear emoji search in awards menu after picking emoji27655-clear-emoji-search-after-selectionEric Eastwood2017-04-131-4/+24
* | | | Merge branch 'sh-fix-base-parser' into 'master' Robert Speicher2017-04-161-2/+21
|\ \ \ \
| * | | | Fix regression in rendering Markdown references that do not existsh-fix-base-parserStan Hu2017-04-151-2/+21
| | |/ / | |/| |
* | | | Issue Title Vue: convert to .vue - use 'render' with 'createElement' in indexRegis Boudinot2017-04-151-1/+1
|/ / /
* | | Merge branch 'remove-double-newline-for-single-attachments' into 'master' Phil Hughes2017-04-141-2/+2
|\ \ \
| * | | Only add newlines for multiple uploadsremove-double-newline-for-single-attachmentsLuke "Jared" Bennett2017-04-141-2/+2
| | |/ | |/|
* | | Merge branch 'frontend_prevent_authored_awardable_votes' into 'master' Alfredo Sumaran2017-04-141-1/+24
|\ \ \ | |/ / |/| |
| * | frontend prevent authored votesbarthc2017-04-141-1/+24
* | | Merge branch '30349-create-users-build-service' into 'master' Rémy Coutable2017-04-142-66/+67
|\ \ \
| * | | Refactor build_service_specGeorge Andrinopoulos2017-04-131-4/+2
| * | | Implement Users::BuildServicegeoandri2017-04-132-66/+69
| | |/ | |/|
* | | Merge branch 'branch-versions' into 'master' Rémy Coutable2017-04-143-52/+45
|\ \ \ | |_|/ |/| |
| * | Expand components version specification format to allow branchesbranch-versionsAlejandro Rodríguez2017-04-133-52/+45
* | | Merge branch 'sh-improve-logging-for-bad-creations' into 'master'Robert Speicher2017-04-141-0/+14
|\ \ \
| * | | Improve error messages when a record is unable to be created for a projectStan Hu2017-04-131-0/+14
* | | | Merge branch '30907-allow-to-enable-rspec-profile-for-a-given-branch' into 'm...Robert Speicher2017-04-131-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Allow to enable `rspec_profiling` for a branch on the CI30907-allow-to-enable-rspec-profile-for-a-given-branchRémy Coutable2017-04-131-2/+8
* | | | Merge branch 'fix-appending-state-to-issuable-references' into 'master' Robert Speicher2017-04-131-11/+32
|\ \ \ \
| * | | | Fix appending state to issuable referencesfix-appending-state-to-issuable-referencesAdam Niedzielski2017-04-131-11/+32
* | | | | Merge branch 'fix-trace-seeking-readline' into 'master' Kamil Trzciński2017-04-133-6/+34
|\ \ \ \ \
| * | | | | Update tests for the fact that we would skip one linefix-trace-seeking-readlineLin Jen-Shin2017-04-131-3/+3
| * | | | | After Trace#limit, we seek to the next line in caseLin Jen-Shin2017-04-133-3/+31
| | |/ / / | |/| | |
* | | | | Merge branch 'fix/gb/fix-registry-for-uppercased-project-paths' into 'master' Kamil Trzciński2017-04-132-5/+31
|\ \ \ \ \
| * | | | | Sanitize container repository path in model classfix/gb/fix-registry-for-uppercased-project-pathsGrzegorz Bizon2017-04-131-2/+12
| * | | | | Fix registry for projects with uppercases in pathGrzegorz Bizon2017-04-131-3/+19
| | |/ / / | |/| | |
* | | | | Merge branch '30622-resolve-note-loading-icon-gone' into 'master' Filipa Lacerda2017-04-131-0/+2
|\ \ \ \ \
| * | | | | Fix resolve spinner and add testLuke "Jared" Bennett2017-04-111-0/+2
* | | | | | Merge branch '30188-handle-remove-branch-failure' into 'master' Filipa Lacerda2017-04-132-0/+51
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |