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
path: root/lib/ci
AgeCommit message (Collapse)Author
2017-09-12move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin
2017-09-12move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin
2017-09-12move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin
2017-09-12move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb`Maxim Rydkin
2017-09-12move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin
2017-09-01Remove an empty line from YAML processor classGrzegorz Bizon
2017-09-01Check if service active when using CI/CD kubernetes policyGrzegorz Bizon
2017-08-31Change kubernetes job policy allowed valuesGrzegorz Bizon
It is now possible to use `kubernetes: configured`.
2017-08-31Make some methods in CI/CD YAML processor privateGrzegorz Bizon
2017-08-31Improve matching kubernetes job in CI/CD processorGrzegorz Bizon
2017-08-31Remove unused method from CI/CD YAML processorGrzegorz Bizon
2017-08-26Check if kubernetes required before creating a jobGrzegorz Bizon
2017-08-26Use new complex only/except policy internal schemeGrzegorz Bizon
2017-08-18Remove CI API v1Zeger-Jan van de Weg
This API was mainly for internal usage, and has been moved to the general API: APIv4. The endpoints have been deprecated since 9.0, and won't see 10.0. :)
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
An upcoming update to rubocop-gitlab-security added additional violations.
2017-08-08Re-enable SqlInjection and CommandInjectionBrian Neel
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-25Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński
Implement "Block pipelines on protected branches" Closes #30634, #34616, and #33130 See merge request !11910
2017-07-22Fix support for old CI API when image or services are not specifiedKamil Trzcinski
2017-07-20Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (130 commits) Change auto-retry count to a correct value in docs Fix background migration cleanup specs Fix CI/CD job auto-retry specs Fix JS; make buttons sr accessibile; fix overlay remove redundant changelog entries Merge branch '24570-use-re2-for-user-supplied-regexp-9-3' into 'security-9-3' Merge branch '33303-404-for-unauthorized-project' into 'security-9-3' Merge branch '33359-pers-snippet-files-location' into 'security-9-3' Merge branch 'bvl-remove-appearance-symlink' into 'security-9-3' Hide description about protected branches to non-member Update CHANGELOG.md for 9.0.11 Update CHANGELOG.md for 9.1.8 Update CHANGELOG.md for 8.17.7 Update CHANGELOG.md for 9.2.8 Update CHANGELOG.md for 9.3.8 Respect blockquote line breaks in markdown 35209 Add wip message to new navigation preference section Add github imported projects count to usage data Add versions to Prometheus metrics doc Add Bulgarian translations of Pipeline Schedules ...
2017-07-20Use struct instead of hashLin Jen-Shin
2017-07-19Use hash to return multiple objectsLin Jen-Shin
2017-07-17Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (638 commits) Simplify background migrations stealing code Expire cached user IDs that can see the performance after 5 minutes Promote visibility level helpers from Group to Namespace Fix off-by-one error in background migration retries Recover from all exceptions when stealing bg migration Fix label creation from new list for subgroup projects move click handler to button. when on the icon it wasn't triggered in firefox Fix incorrect AWS ELB metrics. Fix wrong link to docs in docs styleguide Update issue-related docs Refactor groups docs Add subgroups limitations to Pages docs Update Google launcher details Split docs on IP whitelist for monitoring access Update health check docs Bump fog-core to 1.44.3 and fog providers' plugins to latest Introduce have_gitlab_http_status Remove Repository#search_files Update Pipeline's badge count in Merge Request and Commits view to match real-time content Fixes the user order being overriden in the autocomplete controller ...
2017-07-17Add a new `retry` CI/CD configuration keywordGrzegorz Bizon
2017-07-07Pass before_script and script as-is preserving arraysKamil Trzcinski
2017-06-29Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin
* upstream/master: (1168 commits) Job details won't scroll horizontally to show long lines Bring back branches badge to main project page Limit OpenGraph image size to 64x64 Improve changelog Split up MergeRequestsController Add parent_id back to the tests Make changelog more descriptive Improve tests text Rename members_count to members_count_with_descendants and expose only to group admins Fix a bug where an invalid sort param value was passed to Gitaly Drop default ORDER scope when calling a find method on a Sortable model Add tests for project import state transition: [:started] => [:finished] Add CHANGELOG Perform housekeeping only when an import of a fresh project is completed Strip trailing whitespace in relative submodule URL Adjust projects spec on namespace fields Add "members_count" and "parent_id" data on namespaces API Removes redundant pending delete checks Fix gitaly ref encoding bugs Add ProjectWiki#ensure_repository ...
2017-06-28Fix current feature related specsTiago Botelho
2017-06-23Remove references to build in pipeline chartsZ.J. van de Weg
Being the good boyscouts, but mainly because of [the comment in the review](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/12378#note_33302115) the words used for classes and variables are changed to not use builds anymore.
2017-06-23Improve performance for pipeline chartsZ.J. van de Weg
Achieved by using another table, which both has better indexes and is smaller. Now the data provided for the user is more valueable too.
2017-06-21Enable Style/DotPosition Rubocop :cop:Grzegorz Bizon
2017-06-12Refactor old formad handling in lib/ci/api/entities.rbTomasz Maczukin
2017-06-12Ensure that old API v1 generates still the same outputTomasz Maczukin
2017-06-07use squre bracketShinya Maeda
2017-06-07Use source instead of trigger_requests in stage_seedsShinya Maeda
2017-06-07Remove source.nilShinya Maeda
2017-06-07Fix conditionShinya Maeda
2017-06-07Fix unmatches_pathShinya Maeda
2017-06-07Fix change in behaviorFilip Krakowski
2017-06-07Check if source is nilFilip Krakowski
2017-06-07Fix static-analysis offensesFilip Krakowski
2017-06-07Add all sources as special keywords for only and exceptFilip Krakowski
2017-06-07Use pipeline.source to determine what triggered a pipelineFilip Krakowski
2017-06-07Add 'schedules' keyword to 'only' and 'except'Filip Krakowski
2017-06-06Try to report why it's failing and fix testsLin Jen-Shin
2017-06-05Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon
* master: (524 commits) Improve user experience around slash commands in instant comments Fix LFS timeouts when trying to save large files retryable? is now available for CommitStatus Resolve "Documentation of `.gitlab-ci.yml` states incorrect example for variables" Fix test failures Add slugify project path to CI enviroment variables Fixed typo: craeted -> created 32118 Make New environment empty state btn lowercase Expose import_status in Projects API 32832 Remove overflow from comment form for confidential issues and vertically aligns confidential issue icon Fix test failures Allow manual bypass of auto_sign_in_with_provider Fix keys seed Allow users to be hard-deleted from the API fixup some classnames and media queries Enable the Style/PreferredHashMethods cop Lint our factories creation in addition to their build Don’t schedule workers from inside transactions Allow scheduling from after_commit hooks Forbid Sidekiq scheduling in transactions ... Conflicts: app/serializers/pipeline_entity.rb db/schema.rb spec/factories/ci/stages.rb spec/lib/gitlab/import_export/safe_model_attributes.yml spec/services/ci/create_pipeline_service_spec.rb spec/spec_helper.rb
2017-06-02Enable the Style/PreferredHashMethods copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-02Refine implementation of pipeline stage seedsGrzegorz Bizon
2017-06-01Add missing specsKamil Trzcinski
2017-06-01Fix data inconsistency issue for old artifacts by moving them to a currently ↵Kamil Trzcinski
used path
2017-05-31Return stage seeds object from YAML processorGrzegorz Bizon