summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Make retry_lock to not be infiniteuse-optimistic-lockingKamil Trzcinski2016-10-271-0/+11
* Fix optimistic lockingKamil Trzcinski2016-10-261-0/+2
* Add tests for optimistic lockingKamil Trzcinski2016-10-261-0/+28
* Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-14/+29
* Preserve note_type and position for notes from emailsLin Jen-Shin2016-10-201-11/+13
* Update specs to cope with new label types and prioritiesJames Lopez2016-10-195-9/+51
* Fix GitHub importer specDouglas Barbosa Alexandre2016-10-191-1/+1
* Reuse LabelsFinder on Issueable#add_labels_by_namesDouglas Barbosa Alexandre2016-10-191-3/+4
* fix rubocop warningJames Lopez2016-10-191-2/+4
* Fix import/export labels to cope with project and group labels. Added relevan...James Lopez2016-10-193-6/+66
* Unfold references for group labels when moving issue to another projectDouglas Barbosa Alexandre2016-10-191-3/+23
* Add Label attributes: type, and group_id to safe model attributesDouglas Barbosa Alexandre2016-10-191-0/+2
* Merge branch 'backport-git-access-spec-changes' into 'master' Douwe Maan2016-10-191-6/+6
|\
| * Backport git access spec changes from EEbackport-git-access-spec-changesSean McGivern2016-10-181-6/+6
* | Merge branch '22191-delete-dynamic-envs-mr' into 'master' Rémy Coutable2016-10-191-1/+63
|\ \
| * \ Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-0/+1
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-0/+11
| |\ \ \ | | | |/ | | |/|
| * | | Fix specsKamil Trzcinski2016-10-171-1/+1
| * | | Add specs to test on_stop and action on environmentsKamil Trzcinski2016-10-171-2/+2
| * | | Improve after code reviewKamil Trzcinski2016-10-171-0/+62
* | | | Merge branch 'pipeline-emails' into 'master' Kamil Trzciński2016-10-182-1/+42
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge remote-tracking branch 'upstream/master' into pipeline-emailspipeline-emailsLin Jen-Shin2016-10-181-0/+11
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-142-5/+5
| |\ \ \ | | | |/ | | |/|
| * | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-088-7/+347
| |\ \ \
| * | | | Add pipeline_email_service. Fixes:Lin Jen-Shin2016-10-041-1/+2
| * | | | Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-10-0418-33/+867
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into pipeline-emailsLin Jen-Shin2016-09-2110-48/+531
| |\ \ \ \ \
| * | | | | | Make various trace methods take last_lines argument:Lin Jen-Shin2016-09-211-0/+40
* | | | | | | Merge branch 'master' into issue_19734_2Phil Hughes2016-10-181-0/+11
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Add blob_ace_mode to conflict content responseSean McGivern2016-10-131-0/+11
| | |_|_|_|/ | |/| | | |
* | | | | | Add visibility level to project repositoryissue_19734_2Felipe Artur2016-10-171-0/+1
|/ / / / /
* | | | | Merge branch 'feature/issues-board' into 'master' Sean McGivern2016-10-131-1/+1
|\ \ \ \ \
| * | | | | Add Project#boards to import/export configuration fileDouglas Barbosa Alexandre2016-10-111-1/+1
| | |_|_|/ | |/| | |
* | | | | refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-4/+4
|/ / / /
* | | | Merge branch 'memoize_shell_secret_token' into 'master' Rémy Coutable2016-10-071-3/+6
|\ \ \ \
| * | | | Call ensure_secret_token! in secret token test's before block since it would ...Justin DiPierro2016-10-061-0/+1
| * | | | Load Github::Shell's secret token from file on initialization instead of ever...Justin DiPierro2016-10-061-3/+5
* | | | | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-1/+2
|/ / / /
* | | | Use higher size on Gitlab::Redis connection pool on Sidekiq serversPaco Guzman2016-10-061-0/+34
* | | | Merge branch 'feature/improve-async-pipeline-processing' into 'master' Kamil Trzciński2016-10-061-1/+1
|\ \ \ \
| * | | | Fix pipeline fixtures and calls to removed methodGrzegorz Bizon2016-10-041-1/+1
* | | | | Merge remote-tracking branch 'dev/master'Rémy Coutable2016-10-062-0/+159
|\ \ \ \ \
| * \ \ \ \ Merge branch 'fix/id-claim-import-issue' into 'master' Douwe Maan2016-09-302-0/+159
| |\ \ \ \ \
| | * | | | | Prevent claiming associated model IDs via import and added relevant specsJames Lopez2016-09-272-0/+159
* | | | | | | Merge branch 'test-improve-gitlab-identifier' into 'master' Rémy Coutable2016-10-051-0/+123
|\ \ \ \ \ \ \
| * | | | | | | Refactor Gitlab::IdentifierYorick Peterse2016-10-051-0/+123
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Skip wiki creation when GitHub project has wiki enabledDouglas Barbosa Alexandre2016-10-041-2/+22
|/ / / / / /
* | | | | | Enable Lint/StringConversionInInterpolation cop and autocorrect offensesrs-string-conversion-in-interpolationRobert Speicher2016-10-031-1/+1
| |_|/ / / |/| | | |
* | | | | Merge branch '21983-member-add_user-doesn-t-detect-existing-members-that-have...Robert Speicher2016-10-022-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow Member.add_user to handle access requestersRémy Coutable2016-09-282-6/+6