Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to latest version of direct_verifications #49

Merged
merged 1 commit into from
Oct 26, 2020

Conversation

sauloperez
Copy link
Contributor

This brings in the changes introduced by Platoniq/decidim-verifications-direct_verifications#4.

@sauloperez sauloperez self-assigned this Oct 23, 2020
@sauloperez sauloperez temporarily deployed to decidim-coopcat October 23, 2020 12:08 Inactive
@sauloperez
Copy link
Contributor Author

sauloperez commented Oct 23, 2020

It fails in staging 🙈

2020-10-23T12:15:06.804589+00:00 app[web.1]: I, [2020-10-23T12:15:06.804520 #19]  INFO -- : [d197291f-ea5e-4bf1-9ecd-068fa620880a] {"method":"GET","path":"/admin/direct_verifications/authorizations","format":"html","controller":"Decidim::DirectVerifications::Verification::Admin::AuthorizationsController","action":"index","status":500,"error":"ActionView::Template::Error: The asset \"decidim/direct_verifications/authorizations.css\" is not present in the asset pipeline.\n","duration":2.41,"view":0.0,"db":0.0
,"remote_ip":"109.69.11.78","params":{},"user_id":4,"organization_id":1,"referer":"https://decidim-coopcat.herokuapp.com/admin/direct_verifications/"}                                                                                                          
2020-10-23T12:15:06.829572+00:00 app[web.1]: I, [2020-10-23T12:15:06.829465 #19]  INFO -- : [d197291f-ea5e-4bf1-9ecd-068fa620880a] Sending event c43a993f47624ea88049c665317f1492 to Sentry
2020-10-23T12:15:07.378079+00:00 app[web.1]: F, [2020-10-23T12:15:07.377967 #19] FATAL -- : [d197291f-ea5e-4bf1-9ecd-068fa620880a]
2020-10-23T12:15:07.378112+00:00 app[web.1]: F, [2020-10-23T12:15:07.378066 #19] FATAL -- : [d197291f-ea5e-4bf1-9ecd-068fa620880a] ActionView::Template::Error (The asset "decidim/direct_verifications/authorizations.css" is not present in the asset pipeline
.
2020-10-23T12:15:07.378112+00:00 app[web.1]: ):
2020-10-23T12:15:07.378264+00:00 app[web.1]: F, [2020-10-23T12:15:07.378206 #19] FATAL -- : [d197291f-ea5e-4bf1-9ecd-068fa620880a]     1: <%= stylesheet_link_tag "decidim/direct_verifications/authorizations" %>
2020-10-23T12:15:07.378265+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a]     2:
2020-10-23T12:15:07.378266+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a]     3: <div class="card">
2020-10-23T12:15:07.378266+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a]     4:   <div class="card-divider">
2020-10-23T12:15:07.378302+00:00 app[web.1]: F, [2020-10-23T12:15:07.378255 #19] FATAL -- : [d197291f-ea5e-4bf1-9ecd-068fa620880a]
2020-10-23T12:15:07.379059+00:00 app[web.1]: F, [2020-10-23T12:15:07.378359 #19] FATAL -- : [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/sprockets-rails-3.2.2/lib/sprockets/rails/helper.rb:84:in `compute_asset_path'
2020-10-23T12:15:07.379061+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/actionview-5.2.4.4/lib/action_view/helpers/asset_url_helper.rb:200:in `asset_path'
2020-10-23T12:15:07.379061+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/actionview-5.2.4.4/lib/action_view/helpers/asset_url_helper.rb:345:in `stylesheet_path'
2020-10-23T12:15:07.379062+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/actionview-5.2.4.4/lib/action_view/helpers/asset_tag_helper.rb:143:in `block in stylesheet_link_tag'
2020-10-23T12:15:07.379062+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/actionview-5.2.4.4/lib/action_view/helpers/asset_tag_helper.rb:142:in `map'
2020-10-23T12:15:07.379062+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/actionview-5.2.4.4/lib/action_view/helpers/asset_tag_helper.rb:142:in `stylesheet_link_tag'
2020-10-23T12:15:07.379062+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/sprockets-rails-3.2.2/lib/sprockets/rails/helper.rb:186:in `block in stylesheet_link_tag'
2020-10-23T12:15:07.379064+00:00 app[web.1]: [d197291f-ea5e-4bf1-9ecd-068fa620880a] vendor/bundle/ruby/2.6.0/gems/sprockets-rails-3.2.2/lib/sprockets/rails/helper.rb:184:in `map'

@sauloperez sauloperez force-pushed the update-direct-verifications branch from 939ba31 to a5bdecf Compare October 26, 2020 09:15
@sauloperez sauloperez temporarily deployed to decidim-coopcat October 26, 2020 09:15 Inactive
@sauloperez sauloperez force-pushed the update-direct-verifications branch from a5bdecf to 69242b7 Compare October 26, 2020 09:30
@sauloperez sauloperez temporarily deployed to decidim-coopcat October 26, 2020 09:40 Inactive
@sauloperez sauloperez temporarily deployed to decidim-coopcat October 26, 2020 12:03 Inactive
@sauloperez sauloperez force-pushed the update-direct-verifications branch 2 times, most recently from fd7bd3d to 9b6c9a2 Compare October 26, 2020 13:09
@sauloperez sauloperez temporarily deployed to decidim-coopcat October 26, 2020 13:10 Inactive
@sauloperez
Copy link
Contributor Author

This ☝️ got fixed by Platoniq/decidim-verifications-direct_verifications#7

@sauloperez sauloperez force-pushed the update-direct-verifications branch from 9b6c9a2 to bc1f7b4 Compare October 26, 2020 14:41
@sauloperez sauloperez merged commit 216d003 into master Oct 26, 2020
@sauloperez sauloperez deleted the update-direct-verifications branch October 26, 2020 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant