summaryrefslogtreecommitdiffstats
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-0183-83/+83
* Ruby 3.2: `Changeset.normalize_comments` raises Encoding::CompatibilityError ...Go MAEDA2022-12-261-1/+1
* Do not break when setting enabled_module_names on a project without a default...Go MAEDA2022-12-211-1/+1
* Query display types should accept only known types (#37925).Marius Balteanu2022-11-281-1/+1
* Reverts r21958 and r21959 (#1739).Go MAEDA2022-11-181-12/+0
* Add the ability to change the author of an issue (#1739).Go MAEDA2022-11-161-0/+12
* Remove unnecessary disabling of RuboCop Rails/Pluck (#37248).Go MAEDA2022-10-291-1/+1
* Fix RuboCop offense Rails/Pluck (#37248).Go MAEDA2022-10-283-3/+3
* Fix RuboCop offense Style/RedundantStringEscape (#36919).Go MAEDA2022-10-261-1/+1
* Adds visible? method to journal (#37772).Go MAEDA2022-10-201-0/+4
* Fix undefined method when auth source name column is added as column (#37674).Marius Balteanu2022-09-271-0/+4
* Adds missing join when ordering by authsource (#37674).Go MAEDA2022-09-271-0/+12
* Cleanup Repository::Git#clear_extra_info_of_changesets (#37614).Go MAEDA2022-09-251-3/+1
* Use the safe navigation operator instead of checking if an object is nil (#37...Go MAEDA2022-09-251-6/+3
* Fix RuboCop offense Style/GuardClause (#37614).Go MAEDA2022-09-251-4/+4
* Fix RuboCop offense Style/IfUnlessModifier (#37614).Go MAEDA2022-09-251-9/+3
* Fix RuboCop offense Style/SymbolProc (#37614).Go MAEDA2022-09-251-4/+4
* Fix RuboCop offense Rails/Blank (#37614).Go MAEDA2022-09-251-2/+2
* Fix perfomance issue when objects are filtered by custom field values (#37268).Marius Balteanu2022-09-231-4/+5
* Unify duplicate codes (#37687).Go MAEDA2022-09-231-1/+1
* Retrieve attachments with a single query when rendering a journal (#37687).Go MAEDA2022-09-231-1/+2
* Introduces a UserQuery model for admin/users (#37674).Go MAEDA2022-09-202-1/+158
* Ignore statuses if workflow only defines identity transition (#37636).Go MAEDA2022-09-171-0/+1
* Consider only roles with either add_issues or edit_issues permissions for any...Go MAEDA2022-09-171-4/+7
* Rename Repository#supports_all_revisions? to Repository#supports_history? (#3...Go MAEDA2022-09-152-1/+6
* Check visibility for passed user in IssueQuery.default (#37499, #37608).Go MAEDA2022-08-261-1/+1
* Use the classes whitelist configured in application.rb instead of hardcoded c...Go MAEDA2022-08-251-1/+1
* Add default spent time activity per role (#29286).Go MAEDA2022-08-093-6/+40
* Default query should not be applied if the query is not allowed to be set as ...Go MAEDA2022-07-312-7/+12
* Better validation error message when the domain of email is not allowed (#354...Go MAEDA2022-07-271-1/+9
* Psych::DisallowedClass exception when loading default plugin settings (#37450...Go MAEDA2022-07-211-1/+1
* Don't use YAML.unsafe_load (#37450).Go MAEDA2022-07-201-2/+1
* Mark edited journal notes as "Edited" (#31505).Go MAEDA2022-07-171-0/+2
* Make the only enabled activity in a project the default one for time entry (#...Go MAEDA2022-07-172-0/+10
* Fix RuboCop offense Lint/NonAtomicFileOperation (#36919).Go MAEDA2022-06-301-3/+1
* Fix chained custom field filter doesn't work for User fields (#36940).Marius Balteanu2022-06-271-1/+1
* Revert undesired change (#37349).Marius Balteanu2022-06-271-1/+1
* Fix filter for chained User custom fields returns 500 internal server error w...Marius Balteanu2022-06-271-2/+2
* Refactor @TimeEntryActivity.default()@ method (#33914).Marius Balteanu2022-06-201-2/+3
* Fix time entry activity is not set as default when the default activity exist...Marius Balteanu2022-06-202-1/+10
* Respect field visibility when filtering/sorting by associated issue fields (#...Marius Balteanu2022-06-162-2/+6
* Respect field visibility when showing associated issue fields (#37255).Marius Balteanu2022-06-161-2/+4
* Setting @--no-permission-check@ in the mail receiver should not allow creatin...Marius Balteanu2022-06-161-3/+17
* Improved @fixed_version_id@ validation (#37171).Marius Balteanu2022-06-161-2/+2
* Ensure @category_id@ is valid within the issue's project (#37171).Marius Balteanu2022-06-161-0/+6
* The done ratio of a parent issue may not be 100% even if all subtasks have a ...Go MAEDA2022-06-081-6/+7
* Reduce extra queries in @ProjectQuery.default@ (#37135).Marius Balteanu2022-05-281-3/+6
* Issue#last_notes fallback does not respect notes visibility (#37155).Marius Balteanu2022-05-281-1/+1
* Background job for project deletion (#36691).Marius Balteanu2022-05-172-1/+7
* Attachment activity provider SQL optimization (#37057).Go MAEDA2022-05-141-0/+1