-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Port to Redmine 3.0.0 #354
Comments
This is not very surprising due to the Debian release policy. The package tree is freezed since 3 or 4 months. (https://release.debian.org/jessie/freeze_policy.html) |
Thanks for your help but I think there won't be too much work to port it to Redmine 3.0.0 :) |
So, I've begun work here Trim/redmine_git_hosting and I've found this bug due to Rails4 and Postgresql during install:
I think the solution to rename the auto keys or tables isn't possible for already in production migration database files. The issue is that to modify NAMEDATALEN value we have to recompile PostgreSQL. |
From what I see on StackOverflow it can be an index name :
One solution would be to remove indexes before renaming the table. |
Many thanks, I'll try it this afternoon :) |
Ok, it worked for me after little tweaking of Debian Jessie default redmine Gemfile (just commented the constraint on rails version which were in conflict with grack [they've set it to ~>4.1.4]). |
Hello,
Last week I've upgraded my server to Debian Jessie and I was surprised that Redmine version is the not already released 3.0.0. As this plugin is really useful, I want to help to port it to Redmine 3.0.0 (certainly on a virtual machine first) if I'm able.
The only informations I've found about Redmine 3.0.0 is their roadmap which say the release is due in 14 days. I'll try to view code in their trunk svn repository to see if I can find some clue about big changes.
While upgrading Debian, I've noticed these incompatible gems:
gem "redcarpet", "~> 3.1.2"
gem "rails", "4.2.0"
line) which conflicts with your gitlab-grack repo. I've seen a new pre-version of gitlab-grack 2.0.0 which appears have no more conflictI'll investigate to find which SQL table have been modified since 2.6.1. Which SQL structures do you need for your plugin ?
Hope I can help,
Adrien
The text was updated successfully, but these errors were encountered: