Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-15Remove reduntant method for building pipeline buildsGrzegorz Bizon
2016-06-14Improve code clarity in pipeline create serviceGrzegorz Bizon
2016-06-14Merge branch 'master' into fix/status-of-pipeline-without-buildsGrzegorz Bizon
* 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-07Fix remaining test offensesKamil Trzcinski
2016-06-07Fix tests failuresKamil Trzcinski
2016-06-03Rename remaining ci_commits in specsKamil Trzcinski
2016-06-03Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski
2016-06-03Update CreateCommitBuildsService to pass testsKamil Trzcinski
2016-06-03Update ci commit pipeline specs according to changesGrzegorz Bizon
2016-06-03Add minor improvements in create builds serviceGrzegorz Bizon
2016-06-03Add specs covering case when there are no buildsGrzegorz Bizon
2016-06-03Refactor ci commit pipeline to prevent implicit savesGrzegorz Bizon
2016-06-02Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski
2016-05-24Enable RSpec/NotToNot cop and auto-correct offensesRobert Speicher
Also removes the note from the development/testing.md guide
2015-12-17Don't create CI status for refs that doesn't have .gitlab-ci.yml, even if ↵Kamil Trzcinski
the builds are enabled
2015-12-15Fixed Rubocop offensesGabriel Mazetto
2015-12-11Fix specsKamil Trzcinski
2015-12-11Fix errorsKamil Trzcinski
2015-12-11Remove ci_ prefix from all ci related thingsKamil Trzcinski