| Commit message (Expand) | Author | Age | Files | Lines |
* | code cleanup: rubocop: fix Layout/EmptyLinesAroundBlockBody in test/unit/chan... | Toshi MARUYAMA | 2019-09-30 | 1 | -4/+0 |
* | Update copyright year. | Go MAEDA | 2019-05-25 | 1 | -1/+1 |
* | Support frozen_string_literal in test/**/*.rb (#26561). | Go MAEDA | 2019-03-21 | 1 | -1/+1 |
* | Use #b shortcut instead of #force_encoding (#31059). | Go MAEDA | 2019-03-20 | 1 | -6/+6 |
* | Decode hexadecimal-encoded literals in order to be frozen string literals fri... | Go MAEDA | 2019-03-19 | 1 | -14/+9 |
* | Remove unnecessary encoding magic comment (#31034). | Go MAEDA | 2019-03-16 | 1 | -2/+0 |
* | Add "frozen_string_literal: false" for all files (#26561). | Go MAEDA | 2019-03-15 | 1 | -0/+2 |
* | Set User.current to nil before unit tests. | Jean-Philippe Lang | 2018-12-16 | 1 | -0/+4 |
* | Send individual emails for each mail recipient (#26791). | Jean-Philippe Lang | 2018-10-06 | 1 | -1/+1 |
* | Update copyright. | Jean-Philippe Lang | 2017-06-25 | 1 | -1/+1 |
* | Use assert_nil instead of assert_equal. | Jean-Philippe Lang | 2016-12-11 | 1 | -1/+1 |
* | Updates copyright for 2016. | Jean-Philippe Lang | 2016-03-13 | 1 | -1/+1 |
* | Adds a test for #21100. | Jean-Philippe Lang | 2015-11-08 | 1 | -1/+19 |
* | find_referenced_issue_by_id fails with RangeError for large numbers (#21071). | Jean-Philippe Lang | 2015-10-29 | 1 | -0/+12 |
* | add missing fixtures to test/unit/changeset_test.rb | Toshi MARUYAMA | 2015-04-30 | 1 | -0/+2 |
* | Keywords in commit messages: journal entries are created even if nothing was ... | Jean-Philippe Lang | 2015-04-12 | 1 | -0/+24 |
* | add missing fixtures | Toshi MARUYAMA | 2015-01-21 | 1 | -0/+1 |
* | Copyright update. | Jean-Philippe Lang | 2015-01-11 | 1 | -1/+1 |
* | Merged rails-4.1 branch (#14534). | Jean-Philippe Lang | 2014-10-22 | 1 | -31/+16 |
* | Don't link multiple changesets from the same commit multiple times (#17931). | Jean-Philippe Lang | 2014-10-05 | 1 | -0/+11 |
* | add missing fixtures to ChangesetTest | Toshi MARUYAMA | 2014-07-16 | 1 | -1/+2 |
* | Changeset comments set to longtext for handling comments > 64KB with Mysql (#... | Jean-Philippe Lang | 2014-02-28 | 1 | -0/+11 |
* | update copyright year (#15977) | Toshi MARUYAMA | 2014-01-29 | 1 | -1/+1 |
* | Fixed Changeset#text_tag for changeset with hash and repository identifier (#... | Jean-Philippe Lang | 2014-01-12 | 1 | -0/+10 |
* | code format cleanup ChangesetTest | Toshi MARUYAMA | 2014-01-09 | 1 | -1/+2 |
* | remove unneeded Relation#all from ChangesetTest#test_ref_keywords_closing_wit... | Toshi MARUYAMA | 2014-01-09 | 1 | -1/+1 |
* | Rails4: replace deprecated Relation#first with finder options at ChangesetTest | Toshi MARUYAMA | 2014-01-09 | 1 | -1/+1 |
* | Rails4: replace deprecated Relation#first with finder options at ChangesetTest | Toshi MARUYAMA | 2014-01-08 | 1 | -1/+1 |
* | remove extra empty lines from test/unit/changeset_test.rb | Toshi MARUYAMA | 2013-12-06 | 1 | -3/+0 |
* | Ability to define commit keywords per tracker (#7590). | Jean-Philippe Lang | 2013-10-13 | 1 | -20/+41 |
* | Don't update issues nor log time when importing old changesets (#4823). | Jean-Philippe Lang | 2013-10-05 | 1 | -0/+22 |
* | Support for multiple issue update keywords/rules in commit messages (#4911). | Jean-Philippe Lang | 2013-10-05 | 1 | -8/+26 |
* | Cleanup of finders with :conditions option. | Jean-Philippe Lang | 2013-06-12 | 1 | -4/+2 |
* | Copyright for 2013 (#12788). | Jean-Philippe Lang | 2013-01-12 | 1 | -1/+1 |
* | remove empty setup method from test/unit/changeset_test.rb | Toshi MARUYAMA | 2012-09-26 | 1 | -3/+0 |
* | set default_language en at test_commit_closing_a_subproject_issue of unit cha... | Toshi MARUYAMA | 2012-09-26 | 1 | -1/+2 |
* | Copyright update. | Jean-Philippe Lang | 2012-05-05 | 1 | -1/+1 |
* | Adds the repository identifier to Changeset#text_tag (#779). | Jean-Philippe Lang | 2012-03-24 | 1 | -0/+11 |
* | Fixed magic link in the note added when closing an issue by a commit from a s... | Jean-Philippe Lang | 2012-02-20 | 1 | -0/+38 |
* | Adds a setting that allows to reference/fix issues of all projects (#3087). | Jean-Philippe Lang | 2012-02-02 | 1 | -0/+30 |
* | scm: use save instead of scan_comment_for_issue_ids at test_commit_referencin... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+1 |
* | scm: add dummy revision at test_commit_referencing_a_parent_project_issue of ... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+2 |
* | scm: use save instead of scan_comment_for_issue_ids at test_commit_referencin... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+1 |
* | scm: add dummy revision at test_commit_referencing_a_subproject_issue of unit... | Toshi MARUYAMA | 2011-08-29 | 1 | -1/+2 |
* | scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allo... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+1 |
* | scm: add dummy revision at test_ref_keywords_allow_brackets_around_multiple_i... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+2 |
* | scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_allo... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+1 |
* | scm: add dummy revision at test_ref_keywords_allow_brackets_around_a_issue_nu... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+2 |
* | scm: use save instead of scan_comment_for_issue_ids at test_ref_keywords_any_... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+1 |
* | scm: add dummy revision at test_ref_keywords_any_line_start of unit changeset... | Toshi MARUYAMA | 2011-08-29 | 1 | -2/+2 |