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-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
2017-04-06Merge branch 'fix/gh-import-status-check' into 'master' Sean McGivern
Periodically mark projects that are stuck in importing as failed Closes #17709 See merge request !10207
2017-04-06Merge branch 'add_remove_concurrent_index_to_database_helper' into 'master' Yorick Peterse
Add remove_concurrent_index to database helper Closes #30376 See merge request !10441
2017-04-06Issue title realtimeRegis Boudinot
2017-04-06Merge branch 'gitaly-prevent-autoload' into 'master' Rémy Coutable
Deal with Rails autoload instance variable resets See merge request !10338
2017-04-06Add remove_concurrent_index to database helperblackst0ne
2017-04-06Merge branch 'workhorse-1.4.3' into 'master' Sean McGivern
Workhorse 1.4.3 Closes gitaly#167 and gitaly#177 See merge request !10479
2017-04-06Merge branch 'convert-poll-interval-to-string' into 'master' Sean McGivern
Convert value to string before setting Poll-Interval header See merge request !10477
2017-04-05Merge branch 'gitaly-refs' into 'master'Robert Speicher
Implement Gitaly refs client See merge request !9291
2017-04-05Remove deprecated field from workhorse responseJacob Vosmaer
2017-04-05Periodically mark projects that are stuck in importing as failedJames Lopez
Adds import jid to projects Refactor middleware to set custom expiration time via sidekiq options Add completed_jids option to sidekiq status and a few other changes
2017-04-05Use NamespaceValidator::WILDCARD_ROUTES in ETag caching middlewareAdam Niedzielski
NamespaceValidator::WILDCARD_ROUTES is less restrictive than ProjectPathValidator::RESERVED and we really have to avoid only routes that contain wildcard names.
2017-04-05Convert value to string before setting Poll-Interval headerAdam Niedzielski
2017-04-05Deal with Rails autoload instance variable resetsJacob Vosmaer
Rails auto-load (a development feature) can end up resetting instance variables on classes. This breaks Gitlab::GitalyClient, which uses instance variables to keep global hashes to look up channels and addresses. This change adds code that regenerates the hashes if they suddenly become nil.
2017-04-05Handle SSH keys that have multiple spaces between each markerStan Hu
Notice what happens when a user adds a key with a space in between: ``` irb(main):004:0> 'ssh-rsa foobar'.split(/ /) => ["ssh-rsa", "", "foobar"] ``` This would cause gitlab-shell to receive a blank argument for the actual key, leading to users unable to login.
2017-04-04Fix issues importing forked projectsJames Lopez
2017-04-04Merge branch '30400-fix-blob-highlighting-in-search' into 'master' Sean McGivern
Fix blob highlighting in search Closes #30400 See merge request !10420
2017-04-04Merge branch 'workhorse-gitaly-address' into 'master' Sean McGivern
Pass GitalyAddress to workhorse See merge request !10447
2017-04-04Incorporate Gitaly client for refs serviceAlejandro Rodríguez
2017-04-04Pass GitalyAddress to workhorseJacob Vosmaer
2017-04-04Disable support for Gitaly PostReceivePackAhmad Sherif
See https://gitlab.com/gitlab-org/gitaly/issues/172
2017-04-04Merge branch 'fix-github-importer-slowness' into 'master' Robert Speicher
Improve performance of GitHub importer Closes #28183 See merge request !10273
2017-04-03Merge branch 'namespace-race-condition' into 'master' Douwe Maan
Fix race condition in namespace directory creation See merge request !10268
2017-04-03Merge branch 'feature/support-grpc-calls-over-tcp-conn' into 'master' Robert Speicher
Add support for Gitaly calls over TCP connection Closes gitaly#166 See merge request !10410
2017-04-03Merge branch 'feature/add-feature-flags-for-upload-receive-pack' into 'master' Robert Speicher
Add feature flags for enabling (Upload|Receive)Pack Closes gitaly#168 See merge request !10341
2017-04-03Set the right timeout for Gitlab::Shell#fetch_remoteDouglas Barbosa Alexandre
2017-04-03Rename skip_metrics to imported on the importable concernDouglas Barbosa Alexandre
2017-04-03Skip MR metrics when importing projects from GitHubDouglas Barbosa Alexandre
2017-04-03Fetch GitHub project as a mirror to get all refs at onceDouglas Barbosa Alexandre
2017-04-03Fix blob highlighting in searchNick Thomas
2017-04-03Merge branch 'style-proc-cop' into 'master' Rémy Coutable
Enable Style/Proc cop for rubocop See merge request !10382
2017-04-03Add support for Gitaly calls over TCP connectionAhmad Sherif
Closes gitaly#166
2017-04-03Add feature flags for enabling (Upload|Receive)Pack for GitalyAhmad Sherif
Closes gitaly#168
2017-04-03Merge branch '22303-symbolic-in-tree' into 'master' Douwe Maan
#22303 fix mode representation git::tree ( in base 8 ) Closes #22303 See merge request !9780
2017-04-03Merge branch 'introduce-base-polling-interval' into 'master' Sean McGivern
Introduce "polling_interval_multiplier" as application setting Closes #29759 See merge request !10280
2017-04-03Merge branch 'workhorse-gitaly-repository' into 'master' Robert Speicher
Pass Gitaly 'Repository' messages to workhorse for Git HTTP Closes gitaly#148 See merge request !10343
2017-04-03Fix race condition in namespace directory creationRobin Bobbitt
2017-04-03Introduce "polling_interval_multiplier" as application settingAdam Niedzielski
Implement module for setting "Poll-Interval" response header. Return 429 in ETag caching middleware when polling is disabled.
2017-04-03Pass Gitaly Repository messages to workhorseJacob Vosmaer
2017-04-03Minor refactorGabriel Mazetto
2017-04-03Fix BrachFormatter for removed usersDouglas Barbosa Alexandre
2017-04-03One more change to the branch names to preserve metadataGabriel Mazetto
2017-04-03Prefixes source branch name with short SHA to avoid collisionDouglas Barbosa Alexandre
2017-04-03Fix GitHub importer for PRs of deleted forked repositoriesGabriel Mazetto
2017-04-02Merge branch 'use-gitaly-commit-is-ancestor' into 'master' Robert Speicher
Use gitaly commit is ancestor See merge request !9864
2017-04-02Fix symlink icon in project treemhasbini
2017-04-02Enable Style/Proc cop for rubocopmhasbini