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-11Added tests and fixed a typoJose Ivan Vargas
2017-04-11Fix typo on the class merge-when-pipeline_succeedsJose Ivan Vargas
2017-04-11Merge branch '30678-improve-dev-server-process' into 'master' Jacob Schatz
Make webpack-dev-server process more resilient when switching branches. Closes #30678 See merge request !10581
2017-04-11Merge branch 'fix_cache_expiration_in_repository' into 'master' Robert Speicher
Fix redundant cache expiration in Repository Closes #30146 See merge request !10575
2017-04-11Merge branch 'dm-remove-copy-link-on-svgs' into 'master' Robert Speicher
Don't show 'Copy content' button on text files that are not rendered as text See merge request !10563
2017-04-11Don't show 'Copy content' button on text files that are not rendered as textDouwe Maan
2017-04-11Merge branch 'rs-fix-doc-anchor-link' into 'master' Achilleas Pipinellis
Fix "Generate new recovery codes using SSH" documentation link See merge request !10512
2017-04-10Merge branch 'dewet-do-disclaimer' into 'master' Achilleas Pipinellis
Disclaimer for testing guide not be be used in prod See merge request !10468
2017-04-10Merge branch '1595-ee-backport-environments-tests' into 'master' Clement Ho
Backport of EE changes in environments tests See merge request !10528
2017-04-10add CHANGELOG.md entry for !10581Mike Greiling
2017-04-10add license approbals for nodemon dependenciesMike Greiling
2017-04-10use nodemon to watch for changes to webpack config and restart the dev ↵Mike Greiling
server when necessary
2017-04-10add license approval for ansi-htmlMike Greiling
2017-04-10watch node_modules for changes when a module is missingMike Greiling
2017-04-10Merge 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-10Merge branch 'document-polling-interval' into 'master' Stan Hu
Document how polling interval multiplier is used Closes #30686 See merge request !10592
2017-04-10Merge branch 'add-vue-loader' into 'master' Filipa Lacerda
Add vue loader Closes #29519 See merge request !10517
2017-04-10Update CHANGELOG.md for 9.0.5James Lopez
[ci skip]
2017-04-10Merge branch 'merge-request-parser-merge-requests-for-nodes' into 'master' Douwe Maan
Reuse "merge_requests_for_nodes" in "MergeRequestParser" See merge request !10585
2017-04-10Merge branch '25274-gitlab_flow-md-broken-download-link-in-resources' into ↵Achilleas Pipinellis
'master' Remove broken link on gitlab_flow.md Closes #25274 See merge request !10590
2017-04-10Document how polling interval is usedAdam Niedzielski
2017-04-10Merge branch 'todos-docs-update' into 'master' Sean McGivern
Update todos.md Closes #30528 See merge request !10557
2017-04-10Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Retrieve Git-specific env in Gitlab::Git::Repository#ruggedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Set Git-specific env in /api/internal/allowedRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Add a Gitlab::Git::Env to store Git-specific env thread-safelyRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Merge branch 'ci-favicon-back-in' into 'master' Filipa Lacerda
Added back in the CI status favicon See merge request !10534
2017-04-10Merge branch 'file-view-container' into 'master' Jacob Schatz
Remove limited container on file view See merge request !10542
2017-04-10Merge branch 'alkuzad/gitlab-ce-namespaces_encoding_docs' into 'master' Achilleas Pipinellis
Add information about namespace encoding to API docs Closes #25722 See merge request !10536
2017-04-10Add URL encoding link to issues APIAchilleas Pipinellis
[ci skip]
2017-04-10Remove broken linkSean Packham (GitLab)
2017-04-10Merge branch 'spec_for_schema' into 'master' Rémy Coutable
Add spec for schema.rb Closes #21978 See merge request !10580
2017-04-10Reuse "merge_requests_for_nodes" in "MergeRequestParser"Adam Niedzielski
2017-04-10Merge 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-10Merge branch '30676-project-export-email' into 'master' Sean McGivern
Fix email not being sent after project export Closes #30676 See merge request !10578
2017-04-10Fixed karmaPhil Hughes
2017-04-10Fix wrong copy edits for URL-encoded substitutions in API docsAchilleas Pipinellis
2017-04-10Added back in the CI status faviconPhil Hughes
Looks like it was removed with a bad merge conflict resolution
2017-04-10Add spec for schema.rbblackst0ne
2017-04-10Test all enabled routes in ETag caching middleware and fix pipeline routesAdam Niedzielski
Extract route matching logic to Gitlab::EtagCaching::Router. Fix pipeline routes: 1. "project_pipelines" has to come after "commit_pipelines" and "merge_request_pipelines" because it is more generic 2. "commit_pipelines": "\s" (any whitespace character) => "\S" (any non-whitespace character).
2017-04-10Merge branch 'clean_carrierwave_tempfiles' into 'master'Rémy Coutable
Clean carrierwave tempfiles Closes #28540 See merge request !9466
2017-04-10Fix redundant cache expiration in Repositoryblackst0ne
2017-04-10Periodically clean up temporary upload files to recover storage spaceblackst0ne
2017-04-09Merge branch 'refactor-behaviors' into 'master' Alfredo Sumaran
Refactor javascript behaviors directory See merge request !10439
2017-04-09add license approvals for vue-loaderMike Greiling
2017-04-09fix closing tags of async_button componentMike Greiling
2017-04-09add CHANGELOG.md entry for !10517Mike Greiling
2017-04-09add eslint support to vue filesMike Greiling
2017-04-09convert pipeline async_button component to vue templateMike Greiling