Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/4_1_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ jobs:
bundle exec rake db:create db:migrate
bundle exec rails test:scm:setup:subversion

- name: Checkout dependencies - Base Deface plugin
uses: actions/checkout@v2
with:
repository: jbbarth/redmine_base_deface
path: redmine/plugins/redmine_base_deface

- name: Checkout dependencies - Base StimulusJS plugin
uses: actions/checkout@v2
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/4_2_3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ jobs:
bundle exec rake db:create db:migrate
bundle exec rails test:scm:setup:subversion

- name: Checkout dependencies - Base Deface plugin
uses: actions/checkout@v2
with:
repository: jbbarth/redmine_base_deface
path: redmine/plugins/redmine_base_deface

- name: Checkout dependencies - Base StimulusJS plugin
uses: actions/checkout@v2
with:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,12 +112,6 @@ jobs:
bundle exec rake db:create db:migrate
bundle exec rails test:scm:setup:subversion

- name: Checkout dependencies - Base Deface plugin
uses: actions/checkout@v2
with:
repository: jbbarth/redmine_base_deface
path: redmine/plugins/redmine_base_deface

- name: Checkout dependencies - Base StimulusJS plugin
uses: actions/checkout@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# frozen_string_literal: true

source 'https://rubygems.org'

gem 'redmine_plugin_kit'
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ Please apply general instructions for plugins [here](http://www.redmine.org/wiki

Note that this plugin now depends on:

* **redmine_base_deface** which can be found [here](https://github.com/jbbarth/redmine_base_deface)
* **redmine_base_stimulusjs** which can be found [here](https://github.com/nanego/redmine_base_stimulusjs)

These plugins must be installed first.
Expand All @@ -51,7 +50,7 @@ And finally restart your Redmine instance.

|Plugin branch| Redmine Version | Test Status |
|-------------|-------------------|------------------|
|master | 4.2.3 | [![4.2.3][1]][5] |
|master | 4.2.3 | [![4.2.3][1]][5] |
|master | 4.1.5 | [![4.1.5][2]][5] |
|master | master | [![master][4]][5]|

Expand Down
1 change: 0 additions & 1 deletion init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
version '4.1.1'
url 'https://github.com/nanego/redmine_multiprojects_issue'
author_url 'mailto:contact@vincent-robert.com'
requires_redmine_plugin :redmine_base_deface, :version_or_higher => '0.0.1'
requires_redmine_plugin :redmine_base_stimulusjs, :version_or_higher => '1.0.1'
settings :default => { 'custom_fields' => []},
:partial => 'settings/redmine_plugin_multiprojects_issue_settings'
Expand Down