| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| | |
Added authentiq provider to tests and updated documentation, gem and config file.
See merge request !12952
|
| |
| |
| |
| | |
file.
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Bump peek-performance_bar to 1.3.0 and get rid of a monkey-patch
See merge request !12939
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This introduces JSON logging for Rails views saved to a file called
`development_json.log`, `production_json.log`, etc.
For example, instead of this unparsable log:
```
Started GET "/" for 127.0.0.1 at 2012-03-10 14:28:14 +0100
Processing by HomeController#index as HTML
Rendered text template within layouts/application (0.0ms)
Rendered layouts/_assets.html.erb (2.0ms)
Rendered layouts/_top.html.erb (2.6ms)
Rendered layouts/_about.html.erb (0.3ms)
Rendered layouts/_google_analytics.html.erb (0.4ms)
Completed 200 OK in 79ms (Views: 78.8ms | ActiveRecord: 0.0ms)
```
We get a single line with this:
```
{"method":"GET","path":"/,"format":"html","controller":"HomeController","action":"index","status":200,"duration":79,"view":78.8,"db":0.0,"location":"http://localhost/","time":"2017-07-18 09:35:17 -0700"}
```
Part of #20060
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Remove coffee-rails gem
Closes #34831
See merge request !12715
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bump scss-lint to 0.54.0
Closes #34858
See merge request !12733
|
| | |/
| |/| |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove net-ssh gem
Closes #34867
See merge request !12736
|
| |/ / |
|
| | |
| | |
| | | |
This reverts merge request !12753
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bump knapsack to 1.14.0
Closes #34902
See merge request !12753
|
| |/ / |
|
|/ /
| |
| |
| |
| | |
This reverts commit 83ec509ce43c56da601335de5b9ea4422c785560, reversing
changes made to 57f0677ad854b7b17bd57e1e3b0ef542ce322b56.
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Migrate Gitlab::Git::Repository#commit_count to Gitaly
Closes gitaly#355
See merge request !12688
|
| |
| |
| |
| | |
Closes gitaly#355
|
|\ \
| |/
|/|
| |
| | |
Update sentry-raven from 2.4.0 to 2.5.3
See merge request !12605
|
| |
| |
| |
| | |
2.5.x branch have updated performance and additional fixes
|
|/ |
|
|\
| |
| |
| |
| | |
ruby 2.4 compat: update to webmock 2.3.2
See merge request !12471
|
| | |
|
|\ \
| |/
|/|
| |
| |
| |
| | |
Bump bootsnap to 1.1.1
Closes #34084
See merge request !12425
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
|\ \
| |/
|/|
| |
| | |
Add bootstrap_form gem
See merge request !10985
|
| | |
|
|/
|
|
|
| |
This reverts commit 95138a9c16a2d1905354d0f46381b3822b37863d, reversing
changes made to 66aad16d1aaa426237e52ef19385385566f194dc.
|
| |
|
| |
|
|\
| |
| |
| |
| | |
Update rainbow from 2.1.0 to 2.2.2.
See merge request !12289
|
| |
| |
| |
| |
| |
| | |
Changelog: https://github.com/sickill/rainbow/blob/master/Changelog.md#222-2017-04-21
Adds support for Ruby 2.4.
|
|\ \
| | |
| | |
| | |
| | | |
Update paranoia from 2.2 to 2.3.1.
See merge request !12288
|
| |/
| |
| |
| |
| |
| | |
https://github.com/rubysherpas/paranoia/blob/core/CHANGELOG.md#230-2017-04-14
Adds support for Rails 5.1.
|
|/
|
|
|
|
| |
Changelog: https://github.com/carrierwaveuploader/carrierwave/blob/f2f8569b1013f601fe7be4b3a616359acd27240d/CHANGELOG.md#110---2017-04-30
Adds support for Rails 5.1
|
|\
| |
| |
| |
| |
| |
| | |
Add an optional performance bar to view performance metrics for the current page
Closes #29010
See merge request !11439
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| |
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Bump Faraday and dependent OAuth2 gem version to support no_proxy variable
Closes omnibus-gitlab#1714
See merge request !12074
|
| |/
| |
| |
| | |
Closes gitlab-org/omnibus-gitlab#1714
|
|\ \
| |/
|/|
| |
| | |
Bugfix/upgrade ruby parser
See merge request !11861
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Add Prometheus metrics endpoint and basic infrastructure to meter code
See merge request !11553
|
| |
| |
| |
| |
| |
| |
| |
| | |
+ 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
|