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-07-10Revert "Merge branch 'update_bootsnap_1.1.1' into 'master'"Marin Jankovski
This reverts commit 83ec509ce43c56da601335de5b9ea4422c785560, reversing changes made to 57f0677ad854b7b17bd57e1e3b0ef542ce322b56.
2017-07-09Remove net-ssh gemTakuya Noguchi
2017-07-08Bump scss-lint to 0.54.0Takuya Noguchi
2017-07-07Add gitaly_git_blob_raw featureJacob Vosmaer
2017-07-07Remove coffee-rails gemTakuya Noguchi
2017-07-07Merge branch 'feature/migrate-commit-count-to-gitaly' into 'master'Robert Speicher
Migrate Gitlab::Git::Repository#commit_count to Gitaly Closes gitaly#355 See merge request !12688
2017-07-07Migrate Gitlab::Git::Repository#commit_count to GitalyAhmad Sherif
Closes gitaly#355
2017-07-05Merge branch 'update-raven-253' into 'master'Sean McGivern
Update sentry-raven from 2.4.0 to 2.5.3 See merge request !12605
2017-07-04Merge branch 'master' into ↵Paweł Chojnacki
'bump-prometheus-version-to-fix-text-representation-problem' # Conflicts: # Gemfile.lock
2017-07-04Instrument Unicorn with Ruby exporterPaweł Chojnacki
2017-07-04Update prometheus client gemPawel Chojnacki
2017-07-03Update sentry-raven from 2.4.0 to 2.5.3Gabriel Mazetto
2.5.x branch have updated performance and additional fixes
2017-06-27Merge branch '34221-fix-missing-method-in-mmap2-gem' into 'master'Douwe Maan
Update mmap2 gem to fix missing symbol error that happens on some installations from source Closes #34221 See merge request !12492
2017-06-27Update mmap2 gem tha disables mmap_obj.gsub! as current implementation uses ↵Pawel Chojnacki
method that is no longer part of Ruby API
2017-06-27Merge branch 'bugfix/ruby2.4-compat' into 'master'Douwe Maan
ruby 2.4 compat: update to webmock 2.3.2 See merge request !12471
2017-06-27Merge branch 'update_bootsnap_1.1.1' into 'master'Robert Speicher
Bump bootsnap to 1.1.1 Closes #34084 See merge request !12425
2017-06-27ruby 2.4 compat: update to webmock 2.3.2http://jneen.net/
2017-06-27Bump bootsnap to 1.1.1blackst0ne
2017-06-26Bump premailer-rails gem to 1.9.7 and its dependencies to prevent network ↵Stan Hu
retrieval of assets Since asset compilation was disabled in GitLab 9.3, the premailer-rails gem would fall back to fetching assets via HTTP(s) since the Sidekiq working directory was not the Rails root. In some instances, SSL verification would fail, preventing e-mails from being sent. premailer-rails 1.9.7 has a fix (https://github.com/fphilipe/premailer-rails/pull/195) that uses an absolute directory to load assets from the filesystem so that the assets can be fetched locally instead of over the network. Closes #34231
2017-06-23Use grpc 1.4.0Jacob Vosmaer
2017-06-23Merge branch '31574-bootstrap-form-builder' into 'master'Phil Hughes
Add bootstrap_form gem See merge request !10985
2017-06-22Revert "Merge branch 'rs-bootsnap' into 'master'"Robert Speicher
This reverts commit 95138a9c16a2d1905354d0f46381b3822b37863d, reversing changes made to 66aad16d1aaa426237e52ef19385385566f194dc.
2017-06-22Add bootstrap_form gemNick Thomas
2017-06-21Migrate Gitlab::Git::Blob.find to GitalyAhmad Sherif
2017-06-20Add rails-i18n for some common translationsLin Jen-Shin
2017-06-20Merge branch 'cs-update-rainbow' into 'master'Rémy Coutable
Update rainbow from 2.1.0 to 2.2.2. See merge request !12289
2017-06-20Merge branch 'cs-update-paranoia' into 'master'Rémy Coutable
Update paranoia from 2.2 to 2.3.1. See merge request !12288
2017-06-20Update carrierwave from 1.0.0 to 1.1.0.Connor Shea
Changelog: https://github.com/carrierwaveuploader/carrierwave/blob/f2f8569b1013f601fe7be4b3a616359acd27240d/CHANGELOG.md#110---2017-04-30 Adds support for Rails 5.1
2017-06-20Update rainbow from 2.1.0 to 2.2.2.Connor Shea
Changelog: https://github.com/sickill/rainbow/blob/master/Changelog.md#222-2017-04-21 Adds support for Ruby 2.4.
2017-06-20Update paranoia from 2.2 to 2.3.1.Connor Shea
https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md#230-2017-04-14 Adds support for Rails 5.1.
2017-06-12Merge branch '29010-perf-bar' into 'master'Robert Speicher
Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439
2017-06-10Merge branch 'sh-bump-oauth2-gem' into 'master'Robert Speicher
Bump Faraday and dependent OAuth2 gem version to support no_proxy variable Closes omnibus-gitlab#1714 See merge request !12074
2017-06-10Merge branch 'bugfix/upgrade-ruby-parser' into 'master'Douwe Maan
Bugfix/upgrade ruby parser See merge request !11861
2017-06-10Bump Faraday and dependent OAuth2 gem version to support no_proxy variableStan Hu
Closes gitlab-org/omnibus-gitlab#1714
2017-06-09ruby 2.4 support: upgrade ruby_parser to 3.9http://jneen.net/
2017-06-09Don't use Pygment,rb, use Rouge instead, and put peek-pg in the :postgres groupRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09New performance bar that can be enabled with the `p b` shortcutRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-06-09Add Bootsnap to all environments to reduce application startup timeRobert Speicher
2017-06-08update rouge to 2.1.0http://jneen.net/
2017-06-07Merge branch 'instrument-infra' into 'master'Grzegorz Bizon
Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553
2017-06-02Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master'Robert Speicher
Use the new Gitaly CommitDiff RPC See merge request !11826
2017-06-02Move Prometheus presentation logic to PrometheusTextPawel Chojnacki
+ Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
2017-06-02Correctly handle temporary folder for testing multiproces metricsPawel Chojnacki
2017-06-02Bump prometheus client versionPawel Chojnacki
2017-06-02Use the gem for the ruby prometheus client.Kevin Lyda
2017-06-02Initial pass at prometheus monitoring.Kevin Lyda
This is a step for #29118. Add a single metric to count successful logins. Summary types are not supported so remove Collector. Either we need to support the summary type or we need to create a multiprocess-friendly Collector. Add config to load prometheus and set up the Collector and the Exporter. Fix `Gemfile` as current prometheus-client gemspec is missing the `mmap2` dependency.
2017-06-02Add the prometheus gem.Kevin Lyda
2017-06-02Use the new Gitaly CommitDiff RPCAhmad Sherif
2017-06-01Add fog-aliyun as backup storage providerYuanfei Zhu
2017-06-01Add feature toggles through FlipperAlejandro Rodríguez