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-19Merge branch 'issuable-state-only-notes-and-description' into 'master' Sean McGivern
Display issuable state only in notes and issuable description Closes #30964 See merge request !10789
2017-04-19Merge branch 'fix/gb/container-registry-repository-paths' into 'master' Kamil Trzciński
Fix duplicated container repository names Closes #31117 See merge request !10771
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-18Merge branch 'fix/30961' into 'master' Robert Speicher
Does not remove the GitHub remote when importing from GitHub Closes #30961 See merge request !10750
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-17Merge branch 'sh-fix-base-parser' into 'master' Robert Speicher
Fix regression in rendering Markdown references that do not exist Closes #30972 See merge request !10716
2017-04-14Merge branch 'fix-appending-state-to-issuable-references' into 'master' Robert Speicher
Fix appending state to issuable references Closes #30874 See merge request !10683
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/gb/fix-registry-for-uppercased-project-paths' into 'master' Kamil Trzciński
Fix registry for projects with uppercases in path Closes #30880 See merge request !10674
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-api-fix-build-events' into 'master' Rémy Coutable
Api fix build events rename to Job events Closes #30412 See merge request !10586
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-12Merge branch 'fix/gb/improve-container-registry-clipboard-links' into 'master' Kamil Trzciński
Fix container repository/tag location text copied into the clipboard Closes #30695 See merge request !10587
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