Merge branch 'feature/plugin-workflow-report' into 'master'
REDMINE: workflow report plugin See merge request !8
Showing
| ... | @@ -14,7 +14,7 @@ gem "protected_attributes" | ... | @@ -14,7 +14,7 @@ gem "protected_attributes" |
| gem "actionpack-xml_parser" | gem "actionpack-xml_parser" | ||
| gem "roadie-rails", "~> 1.1.1" | gem "roadie-rails", "~> 1.1.1" | ||
| gem "roadie", "~> 3.2.1" | gem "roadie", "~> 3.2.1" | ||
| gem "mimemagic" | gem 'mimemagic', '~> 0.4.3' | ||
| gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8") | gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8") | ||
| gem "i18n", "~> 0.7.0" | gem "i18n", "~> 0.7.0" | ||
| ... | ... |
extra/sample_plugin/app/controllers/example_controller.rb
100644 → 100755
lib/generators/redmine_plugin_model/templates/model.rb.erb
100644 → 100755
plugins/redmine_agile/app/controllers/agile_boards_controller.rb
100644 → 100755
plugins/redmine_agile/app/controllers/agile_charts_controller.rb
100644 → 100755
plugins/redmine_agile/app/models/agile_charts_query.rb
100644 → 100755
plugins/redmine_agile/app/models/agile_data.rb
100644 → 100755
plugins/redmine_agile/app/models/agile_query.rb
100644 → 100755
plugins/redmine_agile/lib/redmine_agile/patches/issue_patch.rb
100644 → 100755
plugins/redmine_agile/lib/redmine_agile/patches/project_patch.rb
100644 → 100755
plugins/redmine_agile/lib/redmine_agile/patches/user_patch.rb
100644 → 100755
plugins/workflow_report/Gemfile
0 → 100755
| source 'https://rubygems.org' | |||
| gem 'addressable', '~> 2.5', '>= 2.5.2' | |||
| gem 'descendants_tracker', '~> 0.0.4' | |||
| gem 'faraday', '~> 0.17.6' | |||
| gem 'hashie', '~> 3.5', '>= 3.5.7' | |||
| gem 'oauth2', '~> 1.2' | |||
| gem 'github_api', '~> 0.19.0' |
plugins/workflow_report/Gemfile.lock
0 → 100644
plugins/workflow_report/README.rdoc
0 → 100755
plugins/workflow_report/config/routes.rb
0 → 100755
plugins/workflow_report/config/settings.yml
0 → 100644
plugins/workflow_report/init.rb
0 → 100755
plugins/workflow_report/test/test_helper.rb
0 → 100755
Please
register
or
sign in
to comment