summaryrefslogtreecommitdiffstats
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22833 to 5.1-stable (#40693).Go MAEDA2024-05-181-0/+1
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* <=> operator should return nil when invoked with an incomparable object (#387...Go MAEDA2023-06-291-0/+2
* Fix RuboCop offense Style/RedundantSelfAssignmentBranch (#36919).Go MAEDA2023-06-291-2/+2
* "Cannot delete enumeration" error may occur when attempting to delete a proje...Go MAEDA2023-03-251-2/+2
* Improve index usability for Project#project_condition (#38198).Go MAEDA2023-01-211-5/+7
* Introduce permission to set a project public (#38048).Go MAEDA2023-01-121-1/+16
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Do not break when setting enabled_module_names on a project without a default...Go MAEDA2022-12-211-1/+1
* Background job for project deletion (#36691).Marius Balteanu2022-05-171-1/+6
* Skip validation of required custom fields when creating a project if user doe...Marius Balteanu2022-03-211-0/+11
* Replace Member.find_or_new with ActiveRecord's find_or_initialize_by (#36730).Go MAEDA2022-03-141-1/+1
* Destroy overridden time entry activities and rows from the habtm join table @...Marius Balteanu2022-02-241-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Explicitly specify escape character using an ESCAPE on SQLite (#35073).Marius Balteanu2021-10-091-1/+1
* Use sanitize_sql_like in like scopes (#35073).Marius Balteanu2021-10-031-1/+1
* Locked users should not be displayed in the members box of the project overvi...Go MAEDA2021-07-271-1/+1
* Default issue query (#7360).Go MAEDA2021-07-061-0/+6
* Remove deprecated Project#members_by_role (#35031).Go MAEDA2021-05-151-8/+0
* 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
* Reverts r20653.Go MAEDA2021-03-181-2/+2
* place the '.' on the previous line of the method call at app/models/project.rbToshi MARUYAMA2020-12-171-2/+2
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-121-11/+24
* shorten long line of app/models/project.rbToshi MARUYAMA2020-12-091-31/+97
* Use sum { ... } instead of map { ... }.sum (#34399).Go MAEDA2020-12-061-2/+2
* use "do end" instead of {} at ActiveRecord scope lambda of app/models/project.rbToshi MARUYAMA2020-11-121-8/+8
* add empty line after guard clause to app/models/project.rbToshi MARUYAMA2020-11-031-1/+7
* use "do end" instead of {} at app/models/project.rbToshi MARUYAMA2020-09-261-4/+10
* remove spaces inside {} of app/models/project.rbToshi MARUYAMA2020-09-241-6/+6
* Allow normal users to delete a project (#33945).Go MAEDA2020-09-151-0/+8
* Show groups in members box on project overview page (#33174).Go MAEDA2020-04-221-4/+10
* 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-0/+9
* 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/SpaceInsidePercentLiteralDelimiters in app/model...Toshi MARUYAMA2019-11-241-1/+1
* cleanup: rubocop: fix Layout/IndentFirstArrayElement in app/models/project.rbToshi MARUYAMA2019-11-091-10/+12
* cleanup: rubocop: fix Layout/BlockAlignment in app/models/project.rbToshi MARUYAMA2019-11-091-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in app/models/project.rbToshi MARUYAMA2019-11-091-6/+9
* code cleanup: rubocop: fix Style/ParenthesesAroundCondition in app/models/pro...Toshi MARUYAMA2019-10-221-2/+2
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/models/project.rbToshi MARUYAMA2019-10-191-1/+2
* Reject project custom field values not visible for the user (#31954, #31925).Go MAEDA2019-08-271-0/+17
* Code cleanup: RuboCop: Fix Style/IdenticalConditionalBranches in app/models/p...Go MAEDA2019-08-201-8/+2
* Per role visibility settings for project custom fields (#31925).Go MAEDA2019-08-201-0/+7
* Code cleanup: RuboCop: Rails/ActiveRecordAliasesGo MAEDA2019-08-171-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-2/+2
* Support frozen_string_literal in app/**/*.rb (#26561).Go MAEDA2019-03-171-3/+3
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2