summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Backport EE changes for productivity analyticsPavel Shutsin2019-09-042-3/+13
* Merge branch '66741-remove-spec-rails_helper-rb' into 'master'Grzegorz Bizon2019-09-0339-39/+39
|\
| * Replace rails_helper.rb with spec_helper.rb66741-remove-spec-rails_helper-rbAsh McKenzie2019-08-3039-39/+39
* | Preload routes informationab-routable-nplus1Andreas Brandl2019-09-031-0/+7
* | Added relationships between Release and MilestoneEtienne Baqué2019-09-033-0/+71
* | Merge branch 'add-pipeline-type-key-in-pipeline-entity' into 'master'Kamil Trzciński2019-09-032-1/+97
|\ \
| * | Add pipeline.type key to PipelineEntityadd-pipeline-type-key-in-pipeline-entityShinya Maeda2019-09-032-1/+97
* | | Merge branch 'change-role-system-hook' into 'master'Rémy Coutable2019-09-031-2/+21
|\ \ \ | |/ / |/| |
| * | Add system hooks for project/group membership updatesBrandon Williams2019-09-021-2/+21
* | | Fixing #65389Massimeddu Cireddu2019-09-021-3/+23
* | | Merge branch 'remove-ignorable-column-concern' into 'master'Michael Kozono2019-08-301-44/+0
|\ \ \
| * | | Remove dependency on IgnorableColumn concerndineshpanda2019-08-301-44/+0
* | | | Limit access request email to 10 most recently active owners/maintainersManoj MJ2019-08-302-0/+39
* | | | Install cert-manager v0.9.1James Fargher2019-08-301-7/+20
* | | | Perform two-step Routable lookup by pathAndreas Brandl2019-08-301-1/+19
* | | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhqRobert Speicher2019-08-296-0/+173
|\ \ \ \
| * \ \ \ Merge branch 'security-enable-image-proxy' into 'master'GitLab Release Tools Bot2019-08-291-0/+65
| |\ \ \ \
| | * | | | Add support for using a Camo proxy serverBrett Walker2019-08-231-0/+65
| * | | | | Merge branch 'security-epic-notes-api-reveals-historical-info-ce-master' into...GitLab Release Tools Bot2019-08-291-2/+3
| |\ \ \ \ \
| | * | | | | Use `stub_full_request` to fix spec failureHeinrich Lee Yu2019-08-281-2/+3
| | |/ / / /
| * | | | | Merge branch 'security-fix-html-injection-for-label-description-ce-master' in...GitLab Release Tools Bot2019-08-291-0/+7
| |\ \ \ \ \
| | * | | | | Fix HTML injection for label descriptionPatrick Derichs2019-08-051-0/+7
| * | | | | | Merge branch 'security-61974-limit-issue-comment-size' into 'master'GitLab Release Tools Bot2019-08-292-0/+27
| |\ \ \ \ \ \
| | * | | | | | Limit the size of issuable description and commentsAlexandru Croitor2019-08-222-0/+27
| * | | | | | | Merge branch 'security-sarcila-fix-weak-session-management' into 'master'GitLab Release Tools Bot2019-08-291-0/+41
| |\ \ \ \ \ \ \
| | * | | | | | | Add User#will_save_change_to_login? to clear reset_password_tokensSebastian Arcila Valenzuela2019-08-211-0/+41
| * | | | | | | | Merge branch 'security-ssrf-kubernetes-dns-12-3' into 'master'GitLab Release Tools Bot2019-08-291-0/+33
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| | * | | | | | | Override hostname when connecting via KubeclientThong Kuah2019-08-211-0/+33
* | | | | | | | | Revert "Cache branch and tag names as Redis sets"Nick Thomas2019-08-291-41/+11
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Handle invalid mirror urlLee Tickett2019-08-291-0/+7
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Save board lists collapsed settingFelipe Artur2019-08-282-0/+101
* | | | | | | Adding NOT NULL constraint to private_profileAdam Hegyi2019-08-281-1/+1
* | | | | | | Merge branch 'id-change-total-notes-calculation' into 'master'Ash McKenzie2019-08-281-0/+18
|\ \ \ \ \ \ \
| * | | | | | | Change the way totalNotes is calculatedid-change-total-notes-calculationIgor Drozdov2019-08-281-0/+18
* | | | | | | | Merge branch 'sh-fix-issue-move-api' into 'master'Grzegorz Bizon2019-08-281-0/+18
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Fix moving issues API failing when text includes commit URLssh-fix-issue-move-apiStan Hu2019-08-281-0/+18
| |/ / / / / /
* | | | | | | Merge branch 'todos/include-issue-mr-titles' into 'master'Stan Hu2019-08-281-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add Issue and Merge Request titles to Todo itemsArun Kumar Mohan2019-08-271-2/+2
* | | | | | | Use `stub_full_request` to fix spec failure66641-broken-master-real-http-connections-are-disabled-unregistered-requestHeinrich Lee Yu2019-08-271-2/+3
* | | | | | | Using before_save method instead of setterAishwarya Subramanian2019-08-261-0/+20
* | | | | | | Remove the object pools feature flagZeger-Jan van de Weg2019-08-261-22/+9
| |/ / / / / |/| | | | |
* | | | | | Merge branch '66037-deployment-user' into 'master'Tim Zallmann2019-08-231-0/+26
|\ \ \ \ \ \
| * | | | | | Extract logic who created deployment into Deployment#deployed_by66037-deployment-userKrasimir Angelov2019-08-221-0/+26
| | |/ / / / | |/| | | |
* | | | | | Implement validation logic to ProjectStageAdam Hegyi2019-08-231-0/+14
* | | | | | Merge branch 'optimise-build-queue-service' into 'master'Grzegorz Bizon2019-08-231-0/+7
|\ \ \ \ \ \
| * | | | | | Optimise build queue serviceoptimise-build-queue-serviceKamil Trzciński2019-08-221-0/+7
| |/ / / / /
* | | | | | Expose namespace storage statistics with GraphQLAlessio Caiazza2019-08-221-0/+13
| |/ / / / |/| | | |
* | | | | Merge branch 'avoid-race-condition-of-archive-trace-cron-worker' into 'master'Kamil Trzciński2019-08-221-0/+50
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Avoid conflicts between ArchiveTraceWorkersavoid-race-condition-of-archive-trace-cron-workerShinya Maeda2019-08-221-0/+50
| |/ / /
* | | | Add service classes for mutating AwardEmojiLuke Duncalfe2019-08-212-10/+23
|/ / /