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-14Update the mysql2 gem to v0.4.5Nick Thomas
2017-07-12Merge branch '34858-bump-scss-lint-to-0-54-0' into 'master'Rémy Coutable
Bump scss-lint to 0.54.0 Closes #34858 See merge request !12733
2017-07-11Merge branch '34867-remove-net-ssh-gem' into 'master'Rémy Coutable
Remove net-ssh gem Closes #34867 See merge request !12736
2017-07-11Revert "Merge branch '34902-bump-knapsack-to-1-14-0' into 'master'"Rémy Coutable
This reverts merge request !12753
2017-07-11Merge branch '34902-bump-knapsack-to-1-14-0' into 'master'Rémy Coutable
Bump knapsack to 1.14.0 Closes #34902 See merge request !12753
2017-07-11Bump knapsack to 1.14.0Takuya Noguchi
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-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-04Instrument Unicorn with Ruby exporterPaweł 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 '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-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-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-02Add Prometheus metrics configurationPawel Chojnacki
+ Cleanup Gemfile
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
2017-05-23Upgrade to task_list v2Jared Deckard
2017-05-13Add support for deltas_only under GitalyAhmad Sherif
Closes gitaly#199
2017-05-10Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler ↵Dosuken shinya
from 3.1.10 to 3.4.0"
2017-05-08Re-enable Gitaly commit_raw_diff featureAhmad Sherif