summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Do not show system notes on commits in the MR page55268-exclude-system-notes-from-commits-in-mrHeinrich Lee Yu2019-04-021-0/+8
* Stop calling UnlinkRepositoryFromObjectPool RPCJacob Vosmaer2019-04-021-3/+3
* Merge branch 'expose-mr-pipeline-parameters-for-merge-widget-ce' into 'master'Kamil Trzciński2019-04-021-42/+0
|\
| * Backport EE changeexpose-mr-pipeline-parameters-for-merge-widget-ceShinya Maeda2019-04-021-42/+0
* | Backport splitting approval changes from CEIgor2019-04-022-28/+13
* | Merge branch 'issue_51789_part_1' into 'master'Sean McGivern2019-04-021-0/+30
|\ \ | |/ |/|
| * Merge masterFelipe Artur2019-03-2759-920/+2547
| |\
| * \ Merge branch 'master' into issue_51789_part_1Felipe Artur2019-02-1914-496/+110
| |\ \
| * | | Add specs for issuable states syncFelipe Artur2019-02-141-0/+30
* | | | Merge branch 'check-mergeability-in-merge-to-ref-service' into 'master'Douglas Barbosa Alexandre2019-04-011-0/+32
|\ \ \ \
| * | | | Check mergeability in merge to ref servicecheck-mergeability-in-merge-to-ref-serviceShinya Maeda2019-04-011-0/+32
* | | | | Fix MergeRequest#has_commits? nil comparisonFrancisco Javier López2019-04-011-3/+10
* | | | | Don't use frozen_string_literal for nowfrozen_string_spec_modelsThong Kuah2019-04-011-2/+0
* | | | | Fix license_template_spec to not modify StringThong Kuah2019-04-011-6/+7
* | | | | Don't modify String in instance_configuration_specThong Kuah2019-04-011-2/+2
* | | | | Fix cert_manager_spec to not modify StringThong Kuah2019-04-011-3/+24
* | | | | Add # frozen_string_literal to spec/modelsThong Kuah2019-04-01276-0/+552
|/ / / /
* | | | Renames Cluster#managed? to provided_by_user?Mayra Cabrera2019-03-292-1/+17
* | | | Handle missing keys in sentry api responseReuben Pereira2019-03-291-2/+26
* | | | Merge branch 'persist-fulll-ref-path-for-mr-pipelines' into 'master'Kamil Trzciński2019-03-293-0/+84
|\ \ \ \
| * | | | Create detached merge request pipelinespersist-fulll-ref-path-for-mr-pipelinesShinya Maeda2019-03-293-0/+84
* | | | | Merge branch 'sh-fix-gitaly-find-commit-caching' into 'master'Kamil Trzciński2019-03-291-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allow ref name caching CommitService#find_commitStan Hu2019-03-271-0/+8
| | |_|/ | |/| |
* | | | Knative version bump 0.2.2 -> 0.3.0Chris Baumbauer2019-03-281-1/+1
* | | | Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern2019-03-281-3/+144
|\ \ \ \
| * | | | Allow external diffs to be used conditionallyNick Thomas2019-03-271-3/+144
| |/ / /
* | | | Merge branch 'fix-routes-n-plus-one-in-user-autocomplete' into 'master'Grzegorz Bizon2019-03-281-0/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Remove N+1 queries from users autocompleteSean McGivern2019-03-251-0/+16
* | | | Optimize /api/v4/projects endpoint for visibility levelStan Hu2019-03-271-1/+48
* | | | Merge branch 'bvl-allow-more-repos-per-resource-ce' into 'master'James Lopez2019-03-271-12/+2
|\ \ \ \
| * | | | Allow multiple repositories per projectBob Van Landuyt2019-03-261-12/+2
* | | | | Merge branch 'osw-multi-assignees-merge-requests-migration' into 'master'Douglas Barbosa Alexandre2019-03-261-0/+25
|\ \ \ \ \
| * | | | | Add multiple assignees migration and table populationOswaldo Ferreira2019-03-251-0/+25
* | | | | | Allow runners to be installed on group clustersTiger Watson2019-03-261-11/+32
* | | | | | Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collectio...Sean McGivern2019-03-262-24/+99
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Scope out merge commits in MergeRequest specLuke Duncalfe2019-03-221-2/+2
| * | | | | Enrich commits with full data in CommitCollectionLuke Duncalfe2019-03-222-22/+97
* | | | | | Merge branch 'update-gitlab-runner-helm-chart-to-0-3-0' into 'master'James Lopez2019-03-251-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update GitLab Runner Helm Chart to 0.3.0Tomasz Maczukin2019-03-221-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'refresh-commit-count-after-head-change' into 'master'Stan Hu2019-03-221-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refresh commit count after repository head changesKamil Trzciński2019-03-221-0/+6
* | | | | Add highest_role method to UserThiago Presa2019-03-221-0/+62
* | | | | Update merge request widget pipeline blockNathan Friend2019-03-213-4/+38
* | | | | Revert "Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-c...Sean McGivern2019-03-212-99/+24
* | | | | Merge branch 'osw-multi-line-suggestions-parsing' into 'master'Grzegorz Bizon2019-03-211-0/+10
|\ \ \ \ \
| * | | | | Implement multi-line suggestions filteringOswaldo Ferreira2019-03-201-0/+10
| | |/ / / | |/| | |
* | | | | Merge branch '58805-allow-incomplete-commit-data-to-be-fetched-from-collectio...Sean McGivern2019-03-212-24/+99
|\ \ \ \ \
| * | | | | Scope out merge commits in MergeRequest specLuke Duncalfe2019-03-181-2/+2
| * | | | | Enrich commits with full data in CommitCollectionLuke Duncalfe2019-03-182-22/+97
* | | | | | Update dashboards to additionally use new environment selectorJames Fargher2019-03-212-5/+6