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
2018-06-19Rebase and Squash in progress are Gitaly onlyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/865 Closes https://gitlab.com/gitlab-org/gitaly/issues/1018
2018-06-18Merge branch 'bvl-i18n-validation' into 'master'Rémy Coutable
Updates to `.po` & `.pot` linting Closes #46096 et #39292 See merge request gitlab-org/gitlab-ce!18779
2018-06-18Merge branch 'dm-blockquote-trailing-whitespace' into 'master'Sean McGivern
Allow trailing whitespace on blockquote fence lines See merge request gitlab-org/gitlab-ce!19960
2018-06-18Merge branch 'dm-favicon-redirect' into 'master'Sean McGivern
Redirect favicon.(png|ico) to actual favicon asset or upload Closes #47840 See merge request gitlab-org/gitlab-ce!19956
2018-06-18Merge branch 'rails5-fix-db-check' into 'master'Yorick Peterse
Rails5 fix db check: connection execute returns integer instead of string See merge request gitlab-org/gitlab-ce!19901
2018-06-18Merge branch ↵Yorick Peterse
'blackst0ne-rails5-invalid-single-table-inheritance-type-group-is-not-a-subclass-of-namespace' into 'master' Resolve "[Rails5] Invalid single-table inheritance type: Group is not a subclass of Namespace" Closes #48014 See merge request gitlab-org/gitlab-ce!19918
2018-06-18Allow trailing whitespace on blockquote fence linesDouwe Maan
2018-06-18Redirect favicon.(png|ico) to actual favicon asset or uploadDouwe Maan
2018-06-18Merge branch 'expose-clean-backtrace-method-from-profiler' into 'master'Rémy Coutable
Expose a clean_backtrace method from Gitlab::Profiler See merge request gitlab-org/gitlab-ce!19894
2018-06-18Make Gitaly wiki RPC's mandatoryJacob Vosmaer (GitLab)
2018-06-17Optimised paused runners to not re-query every 3sKamil Trzciński
We have long polling mechanism which is not being used by paused runners. This makes the paused runner to generate a request every 3s, where it could be fired only every 1h.
2018-06-16[Rails5] Disable inheritance_column for ↵blackst0ne
Gitlab::Database::RenameReservedPathsMigration::V1::MigrationClasses::Namespace
2018-06-15Rails5 fix connection execute return integer instead of stringJasper Maes
2018-06-15Merge branch 'dm-remove-favicon-main-version' into 'master'Robert Speicher
Remove FaviconUploader favicon_main version See merge request gitlab-org/gitlab-ce!19891
2018-06-15Correctly translate all forms in testsBob Van Landuyt
2018-06-15Add Polish as a supported languageBob Van Landuyt
We already had some Polish translations, that were currently not available to users. Adding it here because it helps me debug some issues regarding language with more than one form.
2018-06-15Validate if changed translations are checked inBob Van Landuyt
2018-06-15Validate PO-variable usage in message idsBob Van Landuyt
That way we can detect incorrect usage before the strings are added to Crowdin for translation
2018-06-15Forbids combining named and unnamed variables in `gitlab.pot`Bob Van Landuyt
This would break with an argument error when interpolating using `sprintf` in ruby.
2018-06-15Expose a clean_backtrace method from Gitlab::ProfilerSean McGivern
This method makes it easier for other parts of the app to get clean backtraces, as well as console users.
2018-06-15Remove FaviconUploader favicon_main versionDouwe Maan
See https://gitlab.com/gitlab-org/gitlab-ce/issues/47677 for more information
2018-06-14Rails5 fix passing Group objects array into for_projects_and_groups ↵Jasper Maes
milestone scope
2018-06-14Resolve "Performance bar Gitaly modal is hard to read"Annabel Gray
2018-06-14Merge branch 'rails5-database' into 'master'Sean McGivern
Fix table_exists? to be Rails5 compatible Closes #45107 See merge request gitlab-org/gitlab-ce!19418
2018-06-14Merge branch 'zj-mandatory-batch' into 'master'Sean McGivern
Move Gitaly RPCs to mandatory Closes gitaly#217, gitaly#389, gitaly#390, gitaly#220, gitaly#376, and gitaly#354 See merge request gitlab-org/gitlab-ce!19759
2018-06-14Merge branch '6419-unify-setup_postgresql.rake' into 'master'Douwe Maan
Bring `rake postgresql_md5_hash` to CE Closes gitlab-ee#6419 See merge request gitlab-org/gitlab-ce!19830
2018-06-14Deny repository disk access in development and testJacob Vosmaer (GitLab)
2018-06-14Merge branch 'unify-simple_executor' into 'master'Douwe Maan
Bring changes from EE for lib/system_check/simple_executor.rb See merge request gitlab-org/gitlab-ce!19782
2018-06-14Bring `rake postgresql_md5_hash` to CELin Jen-Shin
2018-06-14Local branches go through GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/217
2018-06-14HasLocalBranches check is done by Gitaly onlyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/217
2018-06-14enable CommonMark as the defaultBrett Walker
2018-06-14Branches are fully migrated to GitalyZeger-Jan van de Weg
Closes: https://gitlab.com/gitlab-org/gitaly/issues/389
2018-06-14Tags are migrated to GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/390
2018-06-14Move TagNames to mandatory through GitalyZeger-Jan van de Weg
Closes: https://gitlab.com/gitlab-org/gitaly/issues/220
2018-06-14Tag names returned through GitalyZeger-Jan van de Weg
Migration: https://gitlab.com/gitlab-org/gitaly/issues/220
2018-06-14Default branch detection happens through GitalyZeger-Jan van de Weg
Migration: https://gitlab.com/gitlab-org/gitaly/issues/220
2018-06-14Use data_source_exists? instead of table_exists?Jarka Kadlecová
Use data_source_exists? where possible instead of table_exists? in order to be Rails5 compatible
2018-06-14Rails5 fix no implicit conversion of Hash into String. ↵Jasper Maes
ActionController::Parameters no longer returns an hash in Rails 5
2018-06-13Merge branch 'unify-parallel_importer' into 'master'Stan Hu
Bring changes from EE for parallel_importer.rb See merge request gitlab-org/gitlab-ce!19779
2018-06-13Bring changes from EE for lib/system_check/simple_executor.rbLin Jen-Shin
2018-06-13Bring changes from EE for parallel_importer.rbLin Jen-Shin
2018-06-13Add support for verifying remote uploads, artifacts, and LFS objects in ↵Michael Kozono
check rake tasks
2018-06-13Merge branch 'zj-empty-batch-no-rpc' into 'master'Rémy Coutable
ListCommitByOid isn't called with an empty batch See merge request gitlab-org/gitlab-ce!19753
2018-06-13RawBlame only called through GitalyZeger-Jan van de Weg
Closes https://gitlab.com/gitlab-org/gitaly/issues/376
2018-06-13ListCommitByOid isn't called with an empty batchZeger-Jan van de Weg
Batching commits for performance improvements, might lead to empty batches being used. This isn't the case yet, but to guard against this in future cases, a guard clause is added.
2018-06-13Merge branch 'sql-buckets' into 'master'Stan Hu
Adjust SQL and transaction Prometheus buckets See merge request gitlab-org/gitlab-ce!19650
2018-06-13Resolve "Provide ability to retrieve `visibility` level via Snippets API"Jan
2018-06-13Resolve "Quick actions are case sensitive"Jan
2018-06-13Merge branch '47735-milestone-regression' into 'master'Phil Hughes
Resolve "Regressions for assigning group milestone from ancestor" Closes #47735 See merge request gitlab-org/gitlab-ce!19721