summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix wiki search results point to raw sourceHiroyuki Sato2016-03-171-1/+17
* Merge branch 'issue_14306' into 'master' Robert Speicher2016-03-161-0/+5
|\
| * Return an empty Array when there aren't lines to parse.Rubén Dávila2016-03-151-0/+5
* | Merge branch 'worker-for-user-deletion' into 'master' Douwe Maan2016-03-163-9/+85
|\ \ | |/ |/|
| * Specs for the DeleteUserServiceworker-for-user-deletionZeger-Jan van de Weg2016-03-152-49/+69
| * Clearify who deletes the userZeger-Jan van de Weg2016-03-152-4/+5
| * Fix broken specsZeger-Jan van de Weg2016-03-151-9/+6
| * Target right release, rebase got it wrongZeger-Jan van de Weg2016-03-151-2/+2
| * Specs on force deleting of a userZeger-Jan van de Weg2016-03-151-6/+42
| * A worker deletes a user, so the request doesn't time outZeger-Jan van de Weg2016-03-151-0/+22
* | Merge branch 'fix-capybara-deprecation-warnings' into 'master' Robert Speicher2016-03-162-2/+2
|\ \ | |/ |/|
| * Fix Capybara 2.6.2 deprecation warningsStan Hu2016-03-152-2/+2
* | Improving the original label-subscribing implementationRémy Coutable2016-03-158-137/+259
* | Original implementation to allow users to subscribe to labelsTimothy Andrew2016-03-157-15/+216
|/
* Merge branch 'fix-activerecord-join-stupidity' into 'master' Robert Speicher2016-03-151-0/+6
|\
| * Ignore eager loading in Project.search UNIONYorick Peterse2016-03-151-0/+6
* | Merge branch 'revert-avatar-cropping' into 'master' Rémy Coutable2016-03-156-39/+6
|\ \
| * | Revert "Merge branch 'avatar-cropping' into 'master' "revert-avatar-croppingRémy Coutable2016-03-156-39/+6
| |/
* | Merge branch 'fix/13928-wrong-iid-of-max-iid' into 'master' Douwe Maan2016-03-151-0/+5
|\ \
| * | Fixes "iid of max iid" in Issuable sidebar for merged MRfix/13928-wrong-iid-of-max-iidRémy Coutable2016-03-081-0/+5
* | | Merge branch 'fix/ensure-no-new_ssh_key_email-dead-jobs' into 'master' Douwe Maan2016-03-151-1/+5
|\ \ \ | |_|/ |/| |
| * | Ensure "new SSH key" email do not ends up as dead Sidekiq jobsfix/ensure-no-new_ssh_key_email-dead-jobsRémy Coutable2016-03-151-1/+5
* | | Merge branch 'auto-gc' into 'master' revert-01160fc0Douwe Maan2016-03-152-0/+87
|\ \ \ | |/ / |/| |
| * | Use an exception to pass messagesJacob Vosmaer2016-03-152-9/+21
| * | Use strings instead of symbolsauto-gcJacob Vosmaer2016-03-141-3/+3
| * | Run 'git gc' every 10 pushesJacob Vosmaer2016-03-142-1/+36
| * | Allow project housekeeping only once an hourJacob Vosmaer2016-03-141-0/+40
* | | Merge branch 'rs-issue-14220' into 'master' Douwe Maan2016-03-151-0/+20
|\ \ \
| * | | Be more intelligent about sanitizing links with unsafe protocolsrs-issue-14220Robert Speicher2016-03-141-0/+20
* | | | Merge branch 'fix-commit-status-rendering' into 'master' Robert Speicher2016-03-152-91/+19
|\ \ \ \
| * | | | Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-141-18/+18
| * | | | Fix commit_spec: invalid validationKamil Trzcinski2016-03-141-1/+1
| * | | | Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-142-75/+3
| | |/ / | |/| |
* | | | Merge branch 'gitlab-ci-yaml-updates' into 'master' Douwe Maan2016-03-141-1/+83
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'master' into gitlab-ci-yaml-updatesAchilleas Pipinellis2016-03-1225-440/+459
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into gitlab-ci-yaml-updatesKamil Trzcinski2016-03-112-3/+42
| |\ \ \ \
| * | | | | Allow to define on which builds the current one depends onKamil Trzcinski2016-03-111-0/+45
| * | | | | Allow to pass name of created artifacts archive in `.gitlab-ci.yml`Kamil Trzcinski2016-03-111-1/+9
| * | | | | Describe special YAML features: the use of anchors and hidden jobsKamil Trzcinski2016-03-111-0/+29
* | | | | | Merge branch 'rs-note-active-spec' into 'master'Robert Speicher2016-03-141-1/+61
|\ \ \ \ \ \
| * | | | | | Add unit specs for `Note#active?`rs-note-active-specRobert Speicher2016-03-111-1/+61
* | | | | | | Merge branch 'share-project-ce' into 'master' Dmitriy Zaporozhets2016-03-145-1/+136
|\ \ \ \ \ \ \
| * | | | | | | Bring share project with group API from EEshare-project-ceDmitriy Zaporozhets2016-03-131-0/+36
| * | | | | | | Bring shared project feature tests from EEDmitriy Zaporozhets2016-03-122-1/+77
| * | | | | | | Bring ProjectGroupLink model and migrations from EEDmitriy Zaporozhets2016-03-112-0/+23
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'rs-snippet-expires-api' into 'master' Robert Speicher2016-03-141-0/+18
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Don't remove `ProjectSnippet#expires_at` from APIrs-snippet-expires-apiRobert Speicher2016-03-091-0/+18
* | | | | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqMarin Jankovski2016-03-141-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fix denting and specZeger-Jan van de Weg2016-03-131-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Revert "Revert "Merge branch 'support-go-subpackages' into 'master' ""Stan Hu2016-03-121-0/+30