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-04-19Merge branch 'fix/improve-gitaly-unsupported-address-error' into 'master' Robert Speicher
Improve gitaly_address error message Closes gitaly#174 See merge request !10532
2017-04-19Merge branch '30696-long-build-log-improvement' into 'master' Phil Hughes
Improves support for long build traces: Closes #30696 See merge request !10660
2017-04-18Merge branch 'enforce-Ansi2html-output-encoding' into 'master' Kamil Trzciński
Just enforce the output encoding for Ansi2html See merge request !10758
2017-04-17Merge branch 'fix-trace-encoding' into 'master' Sean McGivern
Explicitly give Encoding.default_external for trace Closes #30796 See merge request !10728
2017-04-14Merge branch 'zero-downtime-migrations' into 'master' Douwe Maan
Prepare for zero downtime migrations See merge request !9976
2017-04-13Merge branch 'fix-trace-seeking-readline' into 'master' Kamil Trzciński
After Trace#limit, we seek to the next line in case Closes #30796 See merge request !10681
2017-04-13Merge branch 'backport-ee-1525' into 'master' Robert Speicher
Backport Git-env code from EE "Fix push rules on Git 2.11" (gitlab-org/gitlab-ee!1525) See merge request !10547
2017-04-13Merge branch 'zj-fix-coverage-bug' into 'master' Kamil Trzciński
Return nil as coverage instead of a File object See merge request !10633
2017-04-12Merge branch 'test-all-etag-routes' into 'master' Sean McGivern
Test all enabled routes in ETag caching middleware and fix pipeline routes Closes #30563 See merge request !10535
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Merge branch 'bvl-fix-project-ci-status-cache' into 'master' Kamil Trzciński
Fix invalidating Project build status cache to often See merge request !10313
2017-04-07Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan
Protected Tags Closes #18471 See merge request !10356
2017-04-07Take the ref of a pipeline into account when caching statusBob Van Landuyt
2017-04-07Rename `ProjectBuildStatus` -> `ProjectPipelineStatus`Bob Van Landuyt
2017-04-07Wrap updating of cache after pipeline transition in class methodBob Van Landuyt
2017-04-07Rename Ci::PipelineStatus -> Ci::ProjectBuildStatusBob Van Landuyt
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Merge branch 'gitaly-repository-message' into 'master' Sean McGivern
Send more Gitaly::Repository fields See merge request !10499
2017-04-07Merge branch 'feature/service-desk-be-backport' into 'master' Sean McGivern
Backport permissions and multi-line array to CE See merge request !10507
2017-04-07Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Use Gitlab::Git::Repository#gitaly_... moreJacob Vosmaer
2017-04-07Remove spacesJacob Vosmaer
2017-04-07Remove unused codeJacob Vosmaer
2017-04-07Send more Gitaly::Repository fieldsJacob Vosmaer
2017-04-07Add /-/readiness /-/liveness and /-/health_metrics endpoints to track ↵Paweł Chojnacki
application readiness
2017-04-07Backport permissions and multi-line array to CEFelipe Artur
2017-04-07Enable polling for pipelines table other pagesToon Claes
Also poll for pipeline changes on: - Pipeline table on commit page - Pipeline table on merge request page - Pipeline table on new merge request page
2017-04-07In case of Etag cache hit, the body should be emptyToon Claes
2017-04-07Use Etag caching for pipelines jsonToon Claes
Enable caching in the Etag::Middleware and when a pipeline changes status, expire the cache for the project pipelines path.
2017-04-07Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya
# Conflicts: # spec/lib/gitlab/import_export/all_models.yml
2017-04-06Merge branch 'last-green-master' into 18471-restrict-tag-pushes-protected-tagsJames Edwards-Jones
2017-04-06Merge branch 'master' into new-resolvable-discussionDouwe Maan
# Conflicts: # app/assets/javascripts/filtered_search/dropdown_hint.js # app/views/shared/issuable/_search_bar.html.haml
2017-04-06Merge branch ↵Kamil Trzciński
'2989-run-cicd-pipelines-on-a-schedule-idea1-basic-backend-implementation' into 'master' Resolve "Run CI/CD pipelines on a schedule" - "Basic backend implementation" See merge request !10133
2017-04-06Merge branch 'feature/multi-level-container-registry-images' into 'master' Kamil Trzciński
Multi-level container registry images Closes #17801 See merge request !10109
2017-04-06Merge branch 'gitaly-config-toml' into 'master' Sean McGivern
Use config.toml to configure Gitaly See merge request !10496
2017-04-06Merge commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971' into ↵Grzegorz Bizon
feature/multi-level-container-registry-images * commit '46e4ed6bd0c8c256bce6d35b4bb992d77fd09971': (28 commits) Award emoji button smiley animation Introduced empty/error UX states to environments monitoring. Github import rake task Remove individual modal width styles Fix RuboCop for removing index Link to docs site for file in doc/ Disable invalid service templates (again) Show CI status as Favicon on Pipelines, Job and MR pages STL file viewer Wait for the PDF to be loaded before doing anything remove unnecessary lease as cron job Search for opened MRs - include reopened MRs ProjectsFinder should handle more options Clearly show who triggered the pipeline in email Make it possible to preview pipeline success/failed emails Add remove_concurrent_index to database helper Add more tests for subgroups feature Large features by the 1st, small ones by the 3rd Ask people to create EE MRs on the 7th fix project authorizations migration issue ...
2017-04-06Fix rubocop offenceJacob Vosmaer
2017-04-06Optimise trace handling code to use streaming instead of full readKamil Trzciński
2017-04-06Merge branch 'use-gitaly-find-ref-name' into 'master' Sean McGivern
Use Gitaly for Environment#first_deployment_for See merge request !10294
2017-04-06Merge branch 'add-dimension-etag-caching-metrics' into 'master' Sean McGivern
Include endpoint in metrics for ETag caching middleware See merge request !10495
2017-04-06Fix projected import failing on missing relationsJames Edwards-Jones
2017-04-06Improve instantiate recursion in cron_parser.rbShinya Maeda
2017-04-06Add empty line in cron_parser.rbShinya Maeda
2017-04-06Rename cron_time_zone to cron_timezone. Separate add_concurrent_foreign_key.Shinya Maeda
2017-04-06Ommit begin block in try_parse_cronShinya Maeda
2017-04-06Separate cron_valid? and cron_time_zone_valid?Shinya Maeda
2017-04-06Dry up next_time_from. Move cron_parser_spec to appropriate location.Shinya Maeda
2017-04-06Move Ci::CronParser to Gitlab::Ci::CronParserShinya Maeda
2017-04-06Add Import/Export Setting for trigger_schedule. Remove ref validation.Shinya Maeda