Aurel Branzeanu
Aurel Branzeanu
^^ Provide a general summary of the issue in the title above. ^^ ## Description In the APM Summary dashboard, CPU utilization and Memory usage by host missing on frontend...
It is an AWS Ruby SDK bug, as stated in this closed issue - https://github.com/dtan4/terraforming/issues/235 Indeed, it is an old one - https://github.com/aws/aws-sdk-ruby/issues/1256, let's temporarily fix it here with this...
The ivar memoization with 'if defined?' is giving a false positive 'InstanceVariableAssumption: GoogleAuth assumes too much for instance variable '@refresh_token'. ```ruby attr_reader :refresh_token def refresh_token return @refresh_token if defined? @refresh_token...
### Environment Provide at least: * Ruby 2.7.6 * Semantic Logger Version 4.11.0 * Rails 6.1.6.1, Puma 5.6.4 * Rails Semantic Logger Version 4.10.0 * Rails configuration. Only need the...
3 years since last release. Although most changes are dependencies updated and some documentation changes, a minor version bump would be great!
From [this post](https://discuss.rubyonrails.org/t/guide-to-rails-7-and-the-asset-pipeline/80851/10) ``` The default (without node/yarn) Rails 7: Import Maps + Sprockets Rails 8: Import Maps + Propshaft The “choose your own bundler” (with node/yarn) Rails 7: Bundling...
Added the call to Doorkeeper's authenticate_admin initializer block to valid_doorkeeper_token? method. This make it possible to define the block in such a way in config/initializers/doorkeeper.rb: ``` admin_authenticator do |doorkeeper_token| User.find(doorkeeper_token.resource_owner_id).admin?...
When setting oauth2 'admin' scope, only the access_token scope is analyzed, returning error if the 'admin' scope is missing. Woluld be better to, also, analyze user's role. Didn't quite get...
This is a second stab at enabling ngrok persistence support, based on the https://github.com/bogdanovich/ngrok-tunnel/pull/11 by @scottmartinnet Is now correctly working, launching ngrok as a background process if persistence key is...