File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 21
21
name : " GitHub CI"
22
22
on :
23
23
push :
24
- branches : ["main "]
24
+ branches : ["devel "]
25
25
pull_request :
26
- branches : ["main "]
26
+ branches : ["devel "]
27
27
jobs :
28
28
plugin_tests :
29
29
runs-on : ubuntu-latest
66
66
bundle exec rake generate_secret_token
67
67
bundle exec rake db:migrate
68
68
bundle exec rake redmine:load_default_data
69
+ bundle exec rake assets:precompile
69
70
env :
70
71
REDMINE_LANG : en
71
72
- name : Standard tests
Original file line number Diff line number Diff line change 1
1
Changelog for Redmine OAuth
2
2
==========================
3
3
4
+ 3.0.2 * ????-??-??*
5
+ ------------------
6
+
4
7
3.0.1 * 2024-12-06*
5
8
------------------
6
9
Original file line number Diff line number Diff line change 1
- ## Redmine OAuth plugin 3.0.1
1
+ ## Redmine OAuth plugin 3.0.2 devel
2
2
3
3
[ ![ GitHub CI] ( https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml/badge.svg?branch=main )] ( https://github.com/kontron/redmine_oauth/actions/workflows/rubyonrails.yml )
4
4
[ ![ Support Ukraine Badge] ( https://bit.ly/support-ukraine-now )] ( https://github.com/support-ukraine/support-ukraine )
@@ -116,7 +116,7 @@ Example:
116
116
rake redmine_oauth:email:receive_imap username=
' [email protected] ' RAILS_ENV=
" production"
117
117
```
118
118
119
- ** Prior accessing IMAP via OAuth, it is necessary to grant flow to authenticate IMAP connections.**
119
+ ** Prior to accessing IMAP via OAuth, it is necessary to grant flow to authenticate IMAP connections.**
120
120
121
121
Here is a procedure how to do that in Azure:
122
122
Original file line number Diff line number Diff line change 25
25
name 'Redmine OAuth plugin'
26
26
author 'Karel Pičman'
27
27
description 'Redmine OAuth plugin'
28
- version '3.0.1 '
28
+ version '3.0.2 devel '
29
29
url 'https://github.com/kontron/redmine_oauth'
30
30
author_url 'https://github.com/kontron/redmine_oauth/graphs/contributors'
31
31
You can’t perform that action at this time.
0 commit comments