
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
An admin interface for the queue_classic gem.
IMPORTANT: this branch is for queue_classic 3.1. Support for queue_classic-later has been removed and replaced by queue_classic 3.1's implementation of scheduling instead. See the queueclassic-2-support and queueclassic-3-support branches for prior version support.
Copy and run the migrations
rake queue_classic_admin:install:migrations
rake db:migrate
Mount in your rails app config/routes.rb file
mount QueueClassicAdmin::Engine => "/queue_classic_admin"
Add the following asset dependencies to your Gemfile
gem "twitter-bootstrap-rails"
gem "jquery-rails"
QueueClassicJob.searchable_columns << :my_custom_fields
QueueClassicAdmin.add_custom_action "Retry" do |job|
job.q_name = "low"
job.save!
end
QueueClassicAdmin.add_bulk_custom_action "Retry" do |jobs|
jobs.update_all(q_name: "low")
end
git clone git@github.com:rainforestapp/queue_classic_admin.git
You can develop with POW by configuring it like so:
ln -s $PWD/spec/dummy ~/.pow/qc-admin
(cd spec/dummy && bundle exec rake db:create:all db:migrate)
# Run the engine's migration.
bundle exec rake db:migrate
(cd spec/dummy && bundle exec rake db:schema:dump)
Then go to http://qc-admin.dev/.
FAQs
Unknown package
We found that queue_classic_admin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.