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
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable
services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
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-20Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński
Make it possible to auto retry a failed CI/CD job Closes #3442 See merge request !12909
2017-07-20Fix CI/CD job auto-retry specsGrzegorz Bizon
2017-07-19Use hash to return multiple objectsLin Jen-Shin
2017-07-19Update piplines created metric nameBen Kochie
* Use `_total` naming convention. * Add to metrics documentation.
2017-07-18Instead of adding master, stub_not_protect_default_branchLin Jen-Shin
2017-07-17Add specs for pipeline process with auto-retriesGrzegorz Bizon
This also resolve a possible race condition - a next stage should not start until are retries are done in a previous one.
2017-07-17Add specs seeding jobs with auto-retries configuredGrzegorz Bizon
2017-07-05Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin
2017-07-04Update tests due to permission changesLin Jen-Shin
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-20Fix pipeline status when allowed to fail jobs presentGrzegorz Bizon
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-08Add test for prom metric gatheringZ.J. van de Weg
2017-06-07Fix retry build service specs related to the stageGrzegorz Bizon
2017-06-06Still allow legacy triggers, feedback:Lin Jen-Shin
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11910#note_31632911
2017-06-06Clone stage_id when retrying a CI/CD jobGrzegorz Bizon
2017-06-06Try to report why it's failing and fix testsLin Jen-Shin
2017-06-06Disallow legacy trigger without a ownerLin Jen-Shin
Feedback: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/11910#note_31594492 https://gitlab.com/gitlab-org/gitlab-ce/issues/30634#note_31601001
2017-06-05Don't check permission, only protected ref if no userLin Jen-Shin
2017-06-05Forbid creating pipeline if it's protected andLin Jen-Shin
cannot create the tag if it's a tag, and cannot merge the branch if it's a branch.
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-05Revert invalid changes in new pipeline service specsGrzegorz Bizon
2017-06-05Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński
Add `$CI_ENVIRONMENT_URL` as a job variable Closes #25680 See merge request !11695
2017-06-02Only deploy if environment exists; Update tests accordinglyLin Jen-Shin
2017-06-02Fix invalid conditional in pipeline create serviceGrzegorz Bizon
2017-06-01Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan
2017-06-01Merge branch 'feature/gb/migrate-pipeline-stages' into ↵Grzegorz Bizon
feature/gb/persist-pipeline-stages * feature/gb/migrate-pipeline-stages: Use stage_id column in code that needs to know about it
2017-06-01Use stage_id column in code that needs to know about itGrzegorz Bizon
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Fix pipeline retry specs related to protected actionsGrzegorz Bizon
2017-05-31Fix job play service specs related to protected actionsGrzegorz Bizon
2017-05-31Fix pipeline processing specs related to protected actionsGrzegorz Bizon
2017-05-30Implement CI/CD config attributes for persisted stagesGrzegorz Bizon
2017-05-29Set head pipeline when creating merge requestsFelipe Artur
2017-05-24Sanity check pipeline sha before saving merge request head pipelineFelipe Artur
2017-05-15[Spec optimization] Joining one-line 'it' blocksValery Sizov
2017-05-11Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot
Retried in database Closes #25737 See merge request !11115
2017-05-09Merge branch 'issue_27168_2' into 'master' Sean McGivern
Preloads head pipeline for each merge request Closes #27168 See merge request !10064
2017-05-09Small code improvements and add migration specFelipe Artur
2017-05-08Preloads head pipeline for each merge requestFelipe Artur
2017-05-08Fix skipped manual actions issue in pipeline processingGrzegorz Bizon
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-05-05Do not reprocess actions when user retries pipelineGrzegorz Bizon
User who is not allowed to trigger manual actions should not be allowed to reprocess / retrigger / retry these actions.
2017-05-02Merge branch 'master' into ↵Grzegorz Bizon
feature/gb/manual-actions-protected-branches-permissions * master: (314 commits) Better Explore Groups view Update Carrierwave and fog-core Add specs for Gitlab::RequestProfiler Add scripts/static-analysis to run all the static analysers in one go Shorten and improve some job names Group static-analysis jobs into a single job Don't blow up when email has no References header Update CHANGELOG.md for 9.1.2 Add changelog Add changelog Show Raw button as Download for binary files Use blob viewers for snippets Fix typo Fixed transient failure related to dropdown animations Revert "Merge branch 'tc-no-todo-service-select' into 'master'" fix link to MR 10416 Another change from .click -> .trigger('click') to make spec pass Change from .click -> .trigger('click') to make spec pass Disable AddColumnWithDefaultToLargeTable cop for pre-existing migrations Add AddColumnWithDefaultToLargeTable cop ... Conflicts: spec/requests/api/jobs_spec.rb
2017-04-24Properly expire cache for **all** MRs of a pipelineToon Claes
Turn ExpirePipelineCacheService into Worker so it can fetch all the merge requests for which the pipeline runs or did run against.
2017-04-13Merge branch 'master' into ↵Grzegorz Bizon
feature/gb/manual-actions-protected-branches-permissions * master: (641 commits) Revert "Fix registry for projects with uppercases in path" Fix registry for projects with uppercases in path Move event icons into events_helper Reset New branch button when issue state changes Add link to environments on kubernetes.md Indent system notes on desktop screens Improve webpack-dev-server compatibility with non-localhost setups. Add changelog entry Fix recent searches icon alignment in Safari Use preload to avoid Rails using JOIN Fix NUMBER_OF_TRUNCATED_DIFF_LINES re-definition error Prepare for zero downtime migrations Fix filtered search input width for IE Fix the `gitlab:gitlab_shell:check` task Fixed random failures with Poll spec Include CONTRIBUTING.md file when importing .gitlab-ci.yml templates Let uses hide verbose output by default Separate examples for each other Collapse similar sibling scenarios Use empty_project for resources that are independent of the repo ... Conflicts: app/views/projects/ci/builds/_build.html.haml