Commit graph

21 commits

Author SHA1 Message Date
Simon Welsh
0550f2a5e7
Add support for "skip ci" too 2016-06-25 11:38:06 +10:00
Simon Welsh
2fc91c4865
Allow "ci skip" to be in any case 2016-06-25 11:36:36 +10:00
Grzegorz Bizon
2d495fce52 Remove reduntant method for building pipeline builds 2016-06-15 14:12:25 +02:00
Grzegorz Bizon
cf292a3f1d Improve code clarity in pipeline create service 2016-06-14 14:22:46 +02:00
Grzegorz Bizon
ab9a8643d8 Merge branch 'master' into fix/status-of-pipeline-without-builds
* master: (538 commits)
  Fix broken URI joining for `teamcity_url` with suffixes
  Factorize duplicated code into a method in BambooService and update specs
  Fix broken URI joining for `bamboo_url` with suffixes
  Honor credentials on calling Bamboo CI trigger
  Update CHANGELOG
  Use Issue.visible_to_user in Notes.search to avoid query duplication
  Project members with guest role can't access confidential issues
  Allow users to create confidential issues in private projects
  Update CHANGELOG
  Remove deprecated issues_tracker and issues_tracker_id from project
  Schema doesn’t reflect the changes of the last 3 migrations
  Apply reviewer notes: update CHANGELOG, adjust code formatting
  Move issue rendering tests into separate contexts
  Move change description to proper release and fix typo
  Add more information into RSS fead for issues
  Revert CHANGELOG
  Also rename "find" in the specs
  Change to new Notes styleguide
  Add guide on changing a document's location
  Change logs.md location in README
  ...

Conflicts:
	app/services/ci/create_builds_service.rb
	app/services/ci/create_pipeline_service.rb
	app/services/create_commit_builds_service.rb
	spec/models/ci/commit_spec.rb
	spec/services/ci/create_builds_service_spec.rb
	spec/services/create_commit_builds_service_spec.rb
2016-06-14 13:44:03 +02:00
Kamil Trzcinski
8988c8743d Fix remaining test offenses 2016-06-07 13:14:37 +02:00
Kamil Trzcinski
dbf235f514 Fix tests failures 2016-06-07 10:25:57 +02:00
Kamil Trzcinski
836061ddfd Rename remaining ci_commits in specs 2016-06-03 16:28:15 +02:00
Kamil Trzcinski
20c7144ed2 Rename all [ci_]commit to [ci_]pipeline in specs and features 2016-06-03 16:22:26 +02:00
Kamil Trzcinski
8e811f2c6c Update CreateCommitBuildsService to pass tests 2016-06-03 11:34:36 +02:00
Grzegorz Bizon
53fe06efde Update ci commit pipeline specs according to changes 2016-06-03 11:34:36 +02:00
Grzegorz Bizon
0d19abf450 Add minor improvements in create builds service 2016-06-03 11:34:36 +02:00
Grzegorz Bizon
1bcb61dd20 Add specs covering case when there are no builds 2016-06-03 11:34:36 +02:00
Grzegorz Bizon
af2f56f8f7 Refactor ci commit pipeline to prevent implicit saves 2016-06-03 11:34:36 +02:00
Kamil Trzcinski
021d3810c3 Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipeline 2016-06-02 16:59:04 +02:00
Robert Speicher
75739e54be Enable RSpec/NotToNot cop and auto-correct offenses
Also removes the note from the development/testing.md guide
2016-05-24 15:40:29 -04:00
Kamil Trzcinski
58a56a0396 Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if the builds are enabled 2015-12-17 16:33:47 +01:00
Gabriel Mazetto
b5291f9599 Fixed Rubocop offenses 2015-12-15 00:53:52 -02:00
Kamil Trzcinski
dd8102f2d1 Fix specs 2015-12-11 18:02:10 +01:00
Kamil Trzcinski
73b04bebad Fix errors 2015-12-11 18:02:09 +01:00
Kamil Trzcinski
64bfd9d71a Remove ci_ prefix from all ci related things 2015-12-11 18:02:09 +01:00