Skip to content

eXolnet/redmine_queries_count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c0417e · Jan 9, 2025

History

87 Commits
Feb 28, 2024
Feb 27, 2024
Dec 18, 2018
Aug 8, 2019
Apr 25, 2023
Feb 28, 2024
Dec 18, 2018
Apr 25, 2023
Dec 18, 2018
Oct 15, 2020
Jul 17, 2018
Dec 18, 2018
Feb 27, 2024
Jan 9, 2025
Jan 9, 2025
Feb 28, 2024

Repository files navigation

Redmine Queries Count

Latest Release Redmine Compatibility Software License Build Status Maintainability

This plugin allow user to add queries item count in the sidebar.

Compatibility

This plugin version is compatible only with Redmine 5.1 and later.

Installation

  1. Download the .ZIP archive, extract files and copy the plugin directory to #{REDMINE_ROOT}/plugins/redmine_queries_count.

  2. From the directory #{REDMINE_ROOT}, install the plugin's dependencies:

    bundle install
  3. Make a backup of your database, then run the following command to update it:

    bundle exec rake redmine:plugins:migrate NAME=redmine_queries_count RAILS_ENV=production
  4. Restart Redmine.

Uninstall

  1. Make a backup of your database, then run the following command:

    bundle exec rake redmine:plugins:migrate NAME=redmine_queries_count VERSION=0 RAILS_ENV=production
  2. Remove the plugin's folder from #{REDMINE_ROOT}/plugins.

  3. Restart Redmine.

Testing

Run tests using the following command:

bundle exec rake redmine:plugins:test NAME=redmine_queries_count RAILS_ENV=development

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

Security

If you discover any security related issues, please email security@exolnet.com instead of using the issue tracker.

Credits

License

Copyright © eXolnet. All rights reserved.

This code is licensed under the MIT license. Please see the license file for more information.