summaryrefslogtreecommitdiff
path: root/spec/models
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into 15041-Add-Custom-CI-Confi...15041-Add-Custom-CI-Config-PathLin Jen-Shin2017-06-28192-6251/+19004
|\
| * Merge branch 'bugfix/ruby2.4-compat' into 'master'Douwe Maan2017-06-274-20/+23
| |\
| | * rm use of deprecated webmock api in teamcity_service_spechttp://jneen.net/2017-06-261-2/+4
| | * rm use of deprecated webmock api in campfire_service_spechttp://jneen.net/2017-06-261-5/+6
| | * rm use of deprecated webmock api in jira model spechttp://jneen.net/2017-06-261-11/+11
| | * rm use of deprecated webmock api in bamboo_service_spechttp://jneen.net/2017-06-261-2/+2
| * | Merge branch '34052-store-mr-ref-fetched-in-database' into 'master'Sean McGivern2017-06-271-0/+36
| |\ \ | | |/ | |/|
| | * Store merge request ref_fetched status in the database34052-store-mr-ref-fetched-in-databaseAdam Niedzielski2017-06-261-0/+36
| * | Merge branch '33933-fix-deployment-indicator-date' into 'master'Robert Speicher2017-06-261-2/+5
| |\ \
| | * | Fix bug where Service `created_at` time was used instead of deployment time.33933-fix-deployment-indicator-datePawel Chojnacki2017-06-221-2/+5
| | |/
| * | Merge branch 'fix/gb/fix-skipped-pipeline-with-allowed-to-fail-jobs' into 'ma...Kamil Trzciński2017-06-262-1/+36
| |\ \
| | * | Check warnings when building compound status SQL queryGrzegorz Bizon2017-06-201-1/+1
| | * | Fix specs for a concern that implements CI/CD statusesGrzegorz Bizon2017-06-201-1/+1
| | * | Add test for using overridden status method with scopesGrzegorz Bizon2017-06-201-0/+11
| | * | Move custom compound status method to commit statusGrzegorz Bizon2017-06-201-0/+24
| * | | Add User#full_private_access? to check if user has Private accesstc-refactor-projects-finder-init-collectionToon Claes2017-06-231-0/+14
| | |/ | |/|
| * | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...28717-additional-metrics-review-branchPawel Chojnacki2017-06-2238-459/+525
| |\ \
| | * \ Merge branch '34008-fix-CI_ENVIRONMENT_URL-2' into 'master'Kamil Trzciński2017-06-211-37/+11
| | |\ \
| | | * | Move expanded_environment_url to CreateDeploymentServiceLin Jen-Shin2017-06-211-36/+0
| | | * | Don't expand CI_ENVIRONMENT_URL so runner would doLin Jen-Shin2017-06-211-3/+13
| | * | | Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon2017-06-2132-367/+367
| | |/ /
| | * | Merge branch 'refactor-projects-finder-init-collection' into 'master'Rémy Coutable2017-06-202-0/+44
| | |\ \
| | | * | Refactor GroupProjectsFinder#init_collectionYorick Peterse2017-06-191-0/+32
| | | * | Refactor Project.with_feature_available_for_userYorick Peterse2017-06-161-0/+12
| | * | | Merge branch 'dm-chat-message-backticks' into 'master'Sean McGivern2017-06-202-13/+13
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Remove backticks from chat messages because they're not rendered as codedm-chat-message-backticksDouwe Maan2017-06-192-13/+13
| | * | | Merge branch '30725-reset-user-limits-when-unchecking-external-user' into 'ma...Douwe Maan2017-06-191-0/+34
| | |\ \ \ | | | |/ / | | |/| |
| | | * | refactors user model validations30725-reset-user-limits-when-unchecking-external-userTiago Botelho2017-06-191-0/+2
| | | * | Ensures default user limits when external user is uncheckedTiago Botelho2017-06-161-0/+32
| | * | | Add table for files in merge request diffsSean McGivern2017-06-162-1/+13
| | * | | Merge branch '27070-rename-slash-commands-to-quick-actions' into 'master'Sean McGivern2017-06-161-12/+12
| | |\ \ \
| | | * | | Rename "Slash commands" to "Quick actions"Eric Eastwood2017-06-151-12/+12
| | * | | | Improve method names and add more specsFelipe Artur2017-06-162-10/+5
| | * | | | Remove old specs and add new onesFelipe Artur2017-06-163-29/+36
| | | |_|/ | | |/| |
| * | | | move additional_metrics.yaml into prometheus/ config folderPawel Chojnacki2017-06-161-1/+1
| * | | | Move Prometheus service to project modelPawel Chojnacki2017-06-161-3/+4
| * | | | Merge remote-tracking branch 'upstream/master' into 28717-additional-metrics-...Pawel Chojnacki2017-06-1655-208/+825
| |\ \ \ \ | | |/ / /
| | * | | Deserialise existing custom notification settingsdeserialize-custom-notificationsSean McGivern2017-06-151-0/+30
| | * | | #13336 - display multiple messages in both the UI and git outputMike Ricketts2017-06-151-6/+13
| | * | | Merge branch 'fix-manual-actions' into 'master'Grzegorz Bizon2017-06-153-3/+19
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Do not show manual actions that cannot be runfix-manual-actionsKamil Trzcinski2017-06-133-3/+19
| | * | | Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-1442-124/+388
| | | |/ | | |/|
| | * | Merge branch 'dm-diff-viewers' into 'master'Sean McGivern2017-06-142-0/+186
| | |\ \
| | | * | Implement diff viewersDouwe Maan2017-06-142-0/+186
| | * | | Backport EE changes to the Kubernetes serviceNick Thomas2017-06-141-26/+46
| | |/ /
| | * | Handle legacy jobs without namezj-commit-status-sortable-nameZ.J. van de Weg2017-06-131-0/+11
| | |/
| | * Merge branch '29010-perf-bar' into 'master'Robert Speicher2017-06-121-1/+1
| | |\
| | | * Fix linting, route, and specsRémy Coutable2017-06-091-1/+1
| | | * Fix spec failures and add a feature flag for the performance barRémy Coutable2017-06-091-1/+1
| | * | Use :request_store hooks on specsuse-request-store-helper-instead-actual-codeOswaldo Ferreira2017-06-092-20/+2
| | |/