summaryrefslogtreecommitdiffstats
path: root/app/models/changeset.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* Fix RuboCop offense Performance/ConstantRegexp (#38146).Go MAEDA2023-01-111-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Ruby 3.2: `Changeset.normalize_comments` raises Encoding::CompatibilityError ...Go MAEDA2022-12-261-1/+1
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-281-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-2/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* remove redundant 'return' from app/models/changeset.rbToshi MARUYAMA2020-12-191-1/+1
* shorten long line of app/models/changeset.rbToshi MARUYAMA2020-12-101-10/+23
* remove spaces inside {} of app/models/changeset.rbToshi MARUYAMA2020-11-171-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/changes...Toshi MARUYAMA2020-11-121-2/+2
* Evaluate acts_as_activity_provider's scope lazily (#33664).Go MAEDA2020-10-171-1/+1
* fix source indent of app/models/changeset.rbToshi MARUYAMA2020-09-261-2/+2
* fix source indent of app/models/changeset.rbToshi MARUYAMA2020-09-121-7/+8
* add empty line after guard clause to app/models/changeset.rbToshi MARUYAMA2020-07-211-0/+2
* remove spaces inside {} of app/models/changeset.rbToshi MARUYAMA2020-07-211-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix logging time via a commit message for project specific activities (#29838).Go MAEDA2020-02-111-7/+3
* Reverts r19478 (#32897).Go MAEDA2020-01-301-2/+2
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-2/+2
* code cleanup: rubocop: fix Layout/ElseAlignment in app/models/changeset.rbToshi MARUYAMA2019-10-091-5/+1
* code cleanup: fix source code comment in r18607Toshi MARUYAMA2019-10-071-1/+1
* code cleanup: rubocop: fix Lint/UselessAccessModifier in app/models/changeset.rbToshi MARUYAMA2019-10-071-8/+9
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-1/+0
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Make sure that the journal is not created if issue is saved.Jean-Philippe Lang2017-06-031-0/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* find_referenced_issue_by_id fails with RangeError for large numbers (#21071).Jean-Philippe Lang2015-10-291-1/+1
* Keywords in commit messages: journal entries are created even if nothing was ...Jean-Philippe Lang2015-04-121-2/+5
* revert r13896 (#14534)Toshi MARUYAMA2015-03-201-11/+3
* Use attribute writers instead of before_create callback to normalize comments...Jean-Philippe Lang2015-01-181-3/+11
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Rewrites search engine to properly paginate results (#18631).Jean-Philippe Lang2014-12-121-2/+2
* Code cleanup.Jean-Philippe Lang2014-10-251-1/+1
* remove unneeded "references" of joinsToshi MARUYAMA2014-10-241-1/+0
* Fixed an SQL error with SQLServer (#14534).Jean-Philippe Lang2014-10-221-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+6
* Don't link multiple changesets from the same commit multiple times (#17931).Jean-Philippe Lang2014-10-051-1/+7
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Fixed Changeset#text_tag for changeset with hash and repository identifier (#...Jean-Philippe Lang2014-01-121-5/+6
* Rails4: replace deprecated find_by_id at Changeset classToshi MARUYAMA2013-12-291-1/+1
* code format cleanup app/models/changeset.rbToshi MARUYAMA2013-10-241-2/+6
* Ability to define commit keywords per tracker (#7590).Jean-Philippe Lang2013-10-131-5/+7
* Don't update issues nor log time when importing old changesets (#4823).Jean-Philippe Lang2013-10-051-2/+5
* Pass the commit keyword used to update the issue to the plugin hook.Jean-Philippe Lang2013-10-051-1/+1
* Support for multiple issue update keywords/rules in commit messages (#4911).Jean-Philippe Lang2013-10-051-13/+8