summaryrefslogtreecommitdiffstats
path: root/app/models/version.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize Version#behind_schedule? by avoiding the call to completed_percent w...Go MAEDA2024-06-171-8/+5
* Optimize FixedIssuesExtension#closed_percent by bypassing issues_progress whe...Go MAEDA2024-06-171-0/+1
* Optimize Version model by reducing redundant SQL count queries (#40798).Go MAEDA2024-06-171-14/+10
* Fix RuboCop offense Rails/ActiveRecordCallbacksOrder (#39889).Go MAEDA2024-06-171-1/+1
* Suppress RuboCop false positive for Security/Open (#39887).Go MAEDA2024-06-061-1/+1
* Fix RuboCop offense Naming/MemoizedInstanceVariableName (#37862, #1671).Go MAEDA2024-06-051-1/+1
* Adds estimated remaining time to version page (#37862, #1671).Marius Balteanu2024-06-041-0/+12
* Fix RuboCop offense Style/SuperArguments (#39887).Go MAEDA2024-05-231-1/+1
* Fixes RuboCop offense Performance/Sum (#24457, #4682).Marius Balteanu2024-05-021-3/+3
* Progress of version should be calculated the same way as parent tasks (#24457...Marius Balteanu2024-05-021-6/+11
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use ApplicationRecord instead of ActiveRecord::Base (#38975).Marius Balteanu2024-01-231-1/+1
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-0/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-1/+1
* DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensiti...Go MAEDA2021-04-011-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/version.rbToshi MARUYAMA2020-11-121-6/+6
* add empty line after guard clause to app/models/version.rbToshi MARUYAMA2020-11-051-2/+1
* remove spaces inside {} of app/models/version.rbToshi MARUYAMA2020-10-031-2/+2
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Reverts r19478 (#32897).Go MAEDA2020-01-301-1/+1
* Fix 'DEPRECATION WARNING: Uniqueness validator will no longer enforce case se...Go MAEDA2020-01-281-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in app/models/version.rbToshi MARUYAMA2019-11-061-9/+9
* code cleanup: rubocop: fix Layout/EmptyLineBetweenDefs in app/models/version.rbToshi MARUYAMA2019-10-151-1/+1
* Reject version custom field values not visible for the user (#31954, #23997).Go MAEDA2019-08-271-0/+28
* Per role visibility settings for version custom fields (#23997).Go MAEDA2019-08-241-0/+7
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Fix that deleting a version silently deletes its attachments (#31087).Go MAEDA2019-03-261-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
* Moved Version#fixed_issues extension to a module (#30115).Jean-Philippe Lang2018-12-161-82/+84
* Dangerous query method deprecation warnings (#23630).Jean-Philippe Lang2018-06-231-1/+1
* Filter for version name should be case-insensitive (#27122).Go MAEDA2018-04-281-1/+1
* Performance opt - cache AR Proxy for Version#fixed_issues.visible (#27676).Jean-Philippe Lang2017-11-291-0/+5
* Moves issue calculations into the fixed_issues relation (#27676).Jean-Philippe Lang2017-11-291-69/+97
* Merged rails-5.1 branch (#23630).Jean-Philippe Lang2017-07-231-4/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* remove trailing white space from app/models/version.rbToshi MARUYAMA2017-01-081-1/+1
* Add length validations for string fields (#24283).Jean-Philippe Lang2016-11-191-1/+1
* Add option to set a new version as default directly from New Version page (#2...Jean-Philippe Lang2016-10-231-0/+26
* Enable filtering versions on Project -> Settings -> Versions (#22608).Jean-Philippe Lang2016-08-301-0/+11
* 2 spaces instead of a tab.Jean-Philippe Lang2016-07-021-1/+1
* Group versions by status in issue filters (#10412).Jean-Philippe Lang2016-07-021-0/+11
* Replace Date.today with User.current.today (#22320).Jean-Philippe Lang2016-05-071-3/+3
* Additional CSS class for version status (#21434).Jean-Philippe Lang2016-03-201-0/+7
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Closed versions should be marked as completed (#21433).Jean-Philippe Lang2016-01-091-2/+2
* Default target version for new issues (#1828).Jean-Philippe Lang2015-11-011-0/+7