Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '29010-perf-bar' into 'master' | Robert Speicher | 2017-06-16 | 1 | -0/+11 |
| | | | | | | | Add an optional performance bar to view performance metrics for the current page Closes #29010 See merge request !11439 | ||||
* | Merge branch 'rs-bootsnap' into 'master' | Rémy Coutable | 2017-06-16 | 1 | -0/+1 |
| | | | | | | | Add Bootsnap to all environments to reduce application startup time Closes #33081 See merge request !12034 | ||||
* | Merge branch 'instrument-infra' into 'master' | Grzegorz Bizon | 2017-06-07 | 1 | -0/+3 |
|\ | | | | | | | | | Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553 | ||||
| * | Move Prometheus presentation logic to PrometheusText | Pawel Chojnacki | 2017-06-02 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | + 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 | ||||
| * | Correctly handle temporary folder for testing multiproces metrics | Pawel Chojnacki | 2017-06-02 | 1 | -2/+2 |
| | | |||||
| * | Add Prometheus metrics configuration | Pawel Chojnacki | 2017-06-02 | 1 | -0/+4 |
| | | | | | | | | + Cleanup Gemfile | ||||
* | | Merge branch 'fix/use-new-gitaly-commit-diff-rpc' into 'master' | Robert Speicher | 2017-06-02 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | Use the new Gitaly CommitDiff RPC See merge request !11826 | ||||
| * | Use the new Gitaly CommitDiff RPCfix/use-new-gitaly-commit-diff-rpc | Ahmad Sherif | 2017-06-02 | 1 | -1/+1 |
| | | |||||
* | | Add fog-aliyun as backup storage provideryuanfeiz/gitlab-ce-aliyun-backup-provider | Yuanfei Zhu | 2017-06-01 | 1 | -0/+1 |
|/ | |||||
* | Add feature toggles through Flipper | Alejandro Rodríguez | 2017-05-31 | 1 | -0/+4 |
| | |||||
* | Upgrade to task_list v2 | Jared Deckard | 2017-05-23 | 1 | -1/+1 |
| | |||||
* | Add support for deltas_only under Gitaly | Ahmad Sherif | 2017-05-13 | 1 | -1/+1 |
| | | | | Closes gitaly#199 | ||||
* | Resolve "Update gem sidekiq-cron from 0.4.4 to 0.6.0 and rufus-scheduler ↵ | Dosuken shinya | 2017-05-10 | 1 | -2/+2 |
| | | | | from 3.1.10 to 3.4.0" | ||||
* | Re-enable Gitaly commit_raw_diff feature | Ahmad Sherif | 2017-05-07 | 1 | -1/+1 |
| | |||||
* | Add ruby_parser gem for all environments.add-ruby-parser-dependency | Ruben Davila | 2017-05-05 | 1 | -0/+1 |
| | | | | | | It was only available for test and development environments and we need it to run the `rake gettext:pack` command in omnibus which doesn't have the test/dev gems installed. | ||||
* | Merge branch 'master' into 28433-internationalise-cycle-analytics-page | Ruben Davila | 2017-05-02 | 1 | -5/+8 |
|\ | |||||
| * | Update Carrierwave and fog-core | Zeger-Jan van de Weg | 2017-05-01 | 1 | -2/+2 |
| | | |||||
| * | Bump Sidekiq to 5.0.0dm-sidekiq-5 | Douwe Maan | 2017-04-26 | 1 | -1/+1 |
| | | |||||
| * | Use rspec-set to speed up examples | Zeger-Jan van de Weg | 2017-04-26 | 1 | -0/+1 |
| | | |||||
| * | Remove unused gems | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+0 |
| | | |||||
| * | Add faraday gem | Douglas Barbosa Alexandre | 2017-04-24 | 1 | -2/+6 |
| | | |||||
* | | Started internationalising cycyle analytics | Phil Hughes | 2017-04-15 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'master' into 28433-internationalise-cycle-analytics-page | Phil Hughes | 2017-04-14 | 1 | -0/+3 |
|\ \ | |/ | |||||
| * | Use the hashie-forbideen_attributes gem | andrew brown | 2017-04-09 | 1 | -0/+3 |
| | | | | | | | | | | This gem prevents Mash from responding to :permitted?, disabling mass assignment protection for the Grape API | ||||
* | | Setup gettext libraries | Ruben Davila | 2017-04-12 | 1 | -0/+4 |
|/ | |||||
* | Update rubocop-rspec 1.12.0 -> 1.15.0 | Robert Speicher | 2017-04-07 | 1 | -1/+1 |
| | |||||
* | Merge branch 'feature/add-rake-task-prints-storage-config-in-toml' into ↵ | Robert Speicher | 2017-04-07 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | | | 'master' Add rake task that prints TOML storage configuration Closes gitaly#173 See merge request !10448 | ||||
| * | Add rake task that prints TOML storage configurationfeature/add-rake-task-prints-storage-config-in-toml | Ahmad Sherif | 2017-04-04 | 1 | -0/+2 |
| | | | | | | | | Closes gitaly#173 | ||||
* | | Add rufus-scheduler to Gemfile | Shinya Maeda | 2017-04-06 | 1 | -0/+3 |
| | | |||||
* | | Refactor test_utils bundle | Mike Greiling | 2017-04-04 | 1 | -1/+1 |
|/ | |||||
* | Enable the `bullet_logger` setting; enable `raise` in test environmentrs-bullet-raise | Robert Speicher | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Use gitaly 0.5.0 | Jacob Vosmaer | 2017-04-03 | 1 | -1/+1 |
| | |||||
* | Update rugged to 0.25.1.1 | Elan Ruusamäe | 2017-03-28 | 1 | -2/+2 |
| | |||||
* | Update sentry-raven 2.0.2 -> 2.4.0 | Robert Speicher | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Update webmock 1.21.0 -> 1.24.6 | Robert Speicher | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Update spring 1.7.2 -> 2.0.1 | Robert Speicher | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Update simplecov 0.12.0 -> 0.14.1 | Robert Speicher | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Update flay 2.6.1 -> 2.8.1 | Robert Speicher | 2017-03-26 | 1 | -1/+1 |
| | |||||
* | Update bullet 5.2.0 -> 5.5.1 | Robert Speicher | 2017-03-25 | 1 | -1/+1 |
| | |||||
* | Update brakeman 3.4.1 -> 3.6.1 | Robert Speicher | 2017-03-25 | 1 | -1/+1 |
| | |||||
* | Remove web-console gem | Robert Speicher | 2017-03-25 | 1 | -1/+0 |
| | |||||
* | Update better_errors 1.0.1 -> 2.1.1 | Robert Speicher | 2017-03-25 | 1 | -1/+1 |
| | |||||
* | Introduce a new middleware for the test environment that can block requests | Rémy Coutable | 2017-03-22 | 1 | -0/+1 |
| | | | | | | | | | | | | The idea is that after each feature spec example, we block all incoming requests at the Rack level, go to the 'about:blank' page, and wait until the current requests reach 0. This should solve the problem where a request would end after database cleaner performed the database truncation. The problem was that a GET request can still lead to records creation (e.g. namespaces or routes). Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Use Gitaly for CommitController#showfeature/use-gitaly-for-commit-show | Ahmad Sherif | 2017-03-15 | 1 | -1/+1 |
| | |||||
* | Remove whitespace in Gemfile | Markus Koller | 2017-03-07 | 1 | -51/+51 |
| | |||||
* | Implement OpenID Connect identity provider | Markus Koller | 2017-03-07 | 1 | -0/+1 |
| | |||||
* | Relax font-awesome-rails dependency to ~> 4.7 | Rémy Coutable | 2017-03-07 | 1 | -1/+1 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update carrierwave 0.10.0 -> 0.11.2 | Robert Speicher | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | Updates Redcarpet (Markdown parser) to 3.4.0 | James Edwards-Jones | 2017-03-06 | 1 | -1/+1 |
| | | | Adds suppport for HTML 5 details and summary tags (https://github.com/vmg/redcarpet/issues/578) | ||||
* | Bump health_check gem to version 2.6.0bump-health-check-gem | Douglas Barbosa Alexandre | 2017-03-03 | 1 | -1/+1 |
| |