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
AgeCommit message (Collapse)Author
2017-04-09Remove the User#is_admin? methodblackst0ne
2017-04-08Merge branch 'master' into new-resolvable-discussionDouwe Maan
2017-04-08Merge branch 'adam-finish-5993-closed-issuable' into 'master' Douwe Maan
Add indication for closed or merged issuables in GFM Closes #1369 See merge request !9462
2017-04-08Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵Robert Speicher
'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448
2017-04-07Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett
2017-04-07Add indication for closed or merged issuables in GFMAdam Buckland
Example: for issues that are closed, the links will now show '[closed]' following the issue number. This is done as post-process after the markdown has been loaded from the cache as the status of the issue may change between the cache being populated and the content being displayed. In order to avoid N+1 queries problem when rendering notes ObjectRenderer populates the cache of referenced issuables for all notes at once, before the post processing phase. As a part of this change, the Banzai BaseParser#grouped_objects_for_nodes method has been refactored to return a Hash utilising the node itself as the key, since this was a common pattern of usage for this method.
2017-04-07Fix rake test to import Github repositoriesDouglas Barbosa Alexandre
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 'microsoft-teams-integration' into 'master' Douwe Maan
adds initial microsoft teams integration See merge request !10412
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-06adds relevant testsTiago Botelho
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-06Use config.toml to configure GitalyJacob Vosmaer
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
2017-04-06Suppress Import/Export function warnings. Add comment for confirmation.Shinya Maeda