two-pack / redmine_xlsx_format_issue_exporter

This is Redmine plugin which exports issue list to XLSX format file.
GNU General Public License v2.0
58 stars 26 forks source link

Redmine 5.1.x compatibility #100

Closed denisnovak1 closed 9 months ago

denisnovak1 commented 9 months ago

Hi, are you planning to add Redmine 5.1.x compatibility for this plugin? Thanks

two-pack commented 9 months ago

I haven't checked it yet, but what kind of problem are you having? I'll check it out this weekend, if I have a enough time😅

two-pack commented 9 months ago

I've tried a bit, and it seems to be causing an error when exporting the user list, but everything else appears to be working. However, there are failures in the test code, so there might be some other error as well. I will continue the investigation, but it will take some time.

My env:

Environment:
  Redmine version                5.1.1.stable
  Ruby version                   3.2.3-p157 (2024-01-18) [x86_64-linux]
  Rails version                  6.1.7.6
  Environment                    test
  Database adapter               SQLite
  Mailer queue                   ActiveJob::QueueAdapters::InlineAdapter
  Mailer delivery                test
Redmine settings:
  Redmine theme                  Default
SCM:
  Git                            2.34.1
  Filesystem                     
Redmine plugins:
  redmine_xlsx_format_issue_exporter 0.2.0
two-pack commented 9 months ago

@denisnovak1 I fixed to ensure compatibility with Redmine 5.1. I tested on Redmine 5.1.1, 5.07, 4.2.11. Thank you for contacting :)

NOTE: my env.

Environment:
  Redmine version                5.1.1.stable
  Ruby version                   3.2.3-p157 (2024-01-18) [x86_64-linux]
  Rails version                  6.1.7.6
  Environment                    production
  Database adapter               SQLite
  Mailer queue                   ActiveJob::QueueAdapters::AsyncAdapter
  Mailer delivery                smtp
Redmine settings:
  Redmine theme                  Default
SCM:
  Git                            2.34.1
  Filesystem                     
Redmine plugins:
  redmine_xlsx_format_issue_exporter 0.2.1
denisnovak1 commented 9 months ago

Thank you for the information, I will do my tests now on the compatibility :)