Skip to content
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

catch up #2

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
e386298
Fix issue where email notification checkbox is not honoured. (#51573)
byw Mar 9, 2015
69ce4ad
Add comment for email notification fix. (#51573)
byw Mar 9, 2015
da03c2d
Allow import of multivalue fields
byw Feb 23, 2015
6c68636
Add .gitignore entry for Emacs temp files
byw Feb 23, 2015
a923b94
Added some code left out in last commit for multivalue import. Added …
byw Feb 23, 2015
7e58ab8
Add test for creating new issue and handling single-value fields.
byw Feb 24, 2015
688dbdb
Fix test for create new issue, add mapping for required fields.
byw Feb 24, 2015
80f7967
Fix controller test to match amended CSV values.
byw Feb 24, 2015
1c131ae
Add test for list-type custom fields (eg. Tags). Clean up sample emai…
byw Feb 25, 2015
fff7ad6
Fix faulty test logic for multivalue fields.
byw Feb 25, 2015
a9a3283
Refactor tests a bit
byw Feb 25, 2015
edff812
Add tests for email notification fix. (#51573)
byw Mar 10, 2015
3593a4d
Refactor import controller. (#54510)
byw Mar 18, 2015
cf21127
Tell git to ignore emacs temp files.
byw Mar 18, 2015
a9f0a03
Upgrade to Redmine 3. Fix handling of issue watchers.
byw Apr 20, 2015
cfdc32b
FIX to allow importing shared versions (#70961)
go2null May 1, 2015
7a34dcd
FIX NoIssueForUniqueValue does not check for nil
go2null May 4, 2015
1841e31
Merge pull request #5 from stateio/redmine3-3
phillmv May 22, 2015
e665667
Merge pull request #6 from go2null/master
phillmv May 22, 2015
ca67793
FIX typo in NoIssueForUniqueValue fix
go2null Jun 4, 2015
c233c07
Merge pull request #8 from go2null/master
go2null Jul 5, 2015
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.~lock*
*~
#*#
Loading