-
### Steps to reproduce
The following initializer and custom Doorkeeper::AccessToken model class work fine when using doorkeeper 5.6.2 within a Rails 7 app, but after upgrading to doorkeeper 5.6.3, …
-
Hello,
Our monitoring report too many process on our ManageIQ instance and a simple 'ps" let show huge amount of 'sss_ssh_knownho' child process. The main process is "MIQ: MiqGenericWorker id: 1116…
-
~~~
$ dnf4 repoquery -q --disablerepo='*' --enablerepo=rawhide-source --arch=src --qf '%{name}' --whatrequires 'ruby' | head -n 2
bindfs
clearsilver
~~~
vs
~~~
$ dnf repoquery -q --disabler…
voxik updated
10 months ago
-
app/controllers/api/v1/pets_controller.rb
```ruby
module Api
module V1
class PetsController < ApiController
resource_description do
tags(["Pets"])
end
end
end
…
-
I got an error on my instance of fab-manager:
![grafik](https://user-images.githubusercontent.com/49386868/118777006-e6130000-b888-11eb-9465-a89b3974edcf.png)
the logs of all containers, except the…
-
Hello!
When I specify my return values like this:
```ruby
api(
:POST,
"/v2/namespace/credentials",
"Generate new credentials"
)
…
-
Foreman version: 3.6.1
Plugins:
- foreman_omaha 5.0.1
- foreman_puppet 5.1.2
Stack Trace generated with foreman-rake errors:fetch_log:
`2023-06-09T10:03:41 [I|app|9c26626c] Started GET "/om…
-
Hi,
I am using https://github.com/lynndylanhurley/devise_token_auth#configuration-cont as auth tool, and I would like to include these endpoints into my documentation. Any idea on how I could do that…
-
After upgrading from v0.9.4 to v1.0.0, I'm getting a `NoMethodError`:
```
NoMethodError:
undefined method `resource_id' for Apipie:Module
# /usr/local/bundle/gems/apipie-rails-1.0.0/lib/apipie/…
-
In the case of an endpoint having multiple required params, would it be possible to include all missing params in the error message? As it is, it looks like these are reported one-by-one in order:
…