-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Simplifying loading of Gemfile.local and plugin Gemfiles #3
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
looks good to me |
ulferts
added a commit
that referenced
this pull request
Jan 4, 2013
Simplifying loading of Gemfile.local and plugin Gemfiles
myabc
pushed a commit
that referenced
this pull request
Jul 14, 2014
allow our custom register to pass blocks so plugins don't have to rely on the bare-bones Redmine::Plugin
myabc
added a commit
that referenced
this pull request
Oct 1, 2014
…in_wp_overview [Feature] 13954 add edit quote comments in wp overview
myabc
added a commit
that referenced
this pull request
Oct 1, 2014
…in_wp_overview [Feature] 13954 add edit quote comments in wp overview
jonasheinrich
pushed a commit
to jonasheinrich/openproject
that referenced
this pull request
Jun 24, 2015
Fix missing translations
oliverguenther
referenced
this pull request
in oliverguenther/openproject
Aug 12, 2015
Have tests use new work package table rules
ulferts
pushed a commit
that referenced
this pull request
Aug 18, 2015
Fix/dev to rails4 branch merge specs
furinvader
added a commit
that referenced
this pull request
Nov 13, 2015
[22043] WP fullcreate UI improvments
crohr
pushed a commit
to crohr/openproject
that referenced
this pull request
Dec 3, 2015
Add community edition configuration
oliverguenther
pushed a commit
that referenced
this pull request
May 13, 2016
Make description field a field with save controls
klaustopher
added a commit
that referenced
this pull request
Sep 20, 2023
Eric-Guo
added a commit
to Eric-Guo/openproject
that referenced
this pull request
May 19, 2024
# This is the 1st commit message: Link to outside plugin. New labour_tracking modules openproject-labour_tracking update # This is the commit message opf#2: Move th_projects to outside. # This is the commit message opf#3: yarn upgrade # This is the commit message opf#4: gem and yarn upgrade # This is the commit message opf#5: yarn upgrade # This is the commit message opf#6: gem upgrade # This is the commit message opf#7: yarn upgrade # This is the commit message opf#8: yarn upgrade
Eric-Guo
added a commit
to Eric-Guo/openproject
that referenced
this pull request
May 19, 2024
# This is the 1st commit message: Link to outside plugin. New labour_tracking modules openproject-labour_tracking update # This is the commit message opf#2: Move th_projects to outside. # This is the commit message opf#3: yarn upgrade # This is the commit message opf#4: gem and yarn upgrade # This is the commit message opf#5: yarn upgrade # This is the commit message opf#6: gem upgrade # This is the commit message opf#7: yarn upgrade # This is the commit message opf#8: yarn upgrade # This is the commit message opf#9: gem and yarn upgrade # This is the commit message opf#10: yarn upgrade # This is the commit message opf#11: gem and yarn upgrade
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The proposed changes reduce code duplication and remove a feature (debug logging) which was probably never used.