{"id":15603463,"url":"https://github.com/hidakatsuya/redmine_default_custom_query","last_synced_at":"2025-04-15T22:50:09.703Z","repository":{"id":19184021,"uuid":"22416761","full_name":"hidakatsuya/redmine_default_custom_query","owner":"hidakatsuya","description":"Redmine plugin for setting default custom query of Issues for each project","archived":false,"fork":false,"pushed_at":"2021-10-25T01:48:00.000Z","size":69,"stargazers_count":73,"open_issues_count":11,"forks_count":20,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-04-15T22:50:01.683Z","etag":null,"topics":["redmine","redmine-plugin","ruby"],"latest_commit_sha":null,"homepage":"http://www.redmine.org/plugins/redmine_default_custom_query","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"processing/p5.js-website","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hidakatsuya.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-30T08:15:07.000Z","updated_at":"2024-10-31T19:56:55.000Z","dependencies_parsed_at":"2022-09-22T16:52:59.490Z","dependency_job_id":null,"html_url":"https://github.com/hidakatsuya/redmine_default_custom_query","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fredmine_default_custom_query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fredmine_default_custom_query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fredmine_default_custom_query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hidakatsuya%2Fredmine_default_custom_query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hidakatsuya","download_url":"https://codeload.github.com/hidakatsuya/redmine_default_custom_query/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249167434,"owners_count":21223505,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["redmine","redmine-plugin","ruby"],"created_at":"2024-10-03T03:03:27.955Z","updated_at":"2025-04-15T22:50:09.685Z","avatar_url":"https://github.com/hidakatsuya.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redmine Default Custom Query [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hidakatsuya/redmine_default_custom_query?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge)\n\n\n[![Build Status](http://img.shields.io/travis/hidakatsuya/redmine_default_custom_query.svg?style=flat)](https://travis-ci.org/hidakatsuya/redmine_default_custom_query)\n[![Code Climate](http://img.shields.io/codeclimate/github/hidakatsuya/redmine_default_custom_query.svg?style=flat)](https://codeclimate.com/github/hidakatsuya/redmine_default_custom_query)\n\nRedmine plugin for setting the default custom query of Issues for each project.\n\n![Configure the default query per projects](https://raw.githubusercontent.com/wiki/hidakatsuya/redmine_default_custom_query/images/select-default-query-per-projects.png)\n\n![Apply the default query](https://raw.githubusercontent.com/wiki/hidakatsuya/redmine_default_custom_query/images/issues-with-default-query.png)\n\n## Usage\n\n  1. Enable the Default Custom Query module in your project\n  2. Select a custom query to set to default in setting for your project\n\n## Supported versions\n\n  * Redmine 4.0\n  * Ruby 2.2, 2.3, 2.4, 2.5, 2.6\n\n## Install\n\n`git clone` or copy an unarchived plugin(archived file is [here](https://github.com/hidakatsuya/redmine_default_custom_query/releases)) to `plugins/redmine_default_custom_query` on your Redmine path.\n\n```\n$ git clone https://github.com/hidakatsuya/redmine_default_custom_query.git /path/to/your-redmine/plugins/redmine_default_custom_query\n```\n\nInstall dependencies:\n\n```\n$ bundle install\n```\n\nThen, migrate:\n\n```\n$ cd /path/to/your-redmine\n$ rake redmine:plugins:migrate NAME=redmine_default_custom_query RAILS_ENV=production\n```\n\nThat's all.\n\n## Uninstall\n\nAt first, rollback schema:\n\n```\n$ cd /path/to/your-redmine\n$ rake redmine:plugins:migrate NAME=redmine_default_custom_query VERSION=0 RAILS_ENV=production\n```\n\nThen, remove `plugins/redmine_default_custom_query` directory.\n\n## Contribute\n\n### How to test\n\n```\n$ cd /path/to/redmine\n$ bundle install\n$ bundle exec rake redmine:plugins:test NAME=redmine_default_custom_query\n```\n\n### Pull Request\n\n  1. Fork it\n  2. Create your feature branch: `git checkout -b new-feature`\n  3. Commit your changes: `git commit -am 'add some new feature'`\n  4. Push to the branch: `git push origin new-feature`\n  5. Create new Pull Request\n\n### Report bugs\n\nPlease report from [here](https://github.com/hidakatsuya/redmine_default_custom_query/issues/new).\n\n## Copyright\n\n\u0026copy; Katsuya Hidaka. See MIT-LICENSE for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidakatsuya%2Fredmine_default_custom_query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhidakatsuya%2Fredmine_default_custom_query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhidakatsuya%2Fredmine_default_custom_query/lists"}