summaryrefslogtreecommitdiffstats
path: root/app/models/time_entry_query.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Optimize query models by replacing `map` with `pluck` (#39837).Go MAEDA2023-12-291-1/+1
* Fix RuboCop offense Style/SuperWithArgsParentheses (#39887).Go MAEDA2023-12-201-1/+1
* Add Parent task filter and column to Spent time (#37623).Go MAEDA2023-04-111-0/+29
* "Issue's subject" filter for spent time (#27821).Go MAEDA2023-04-091-0/+9
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix time entries of sub-projects are not listed when activity is specified in...Marius Balteanu2022-02-201-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Spent time details are displayed in incorrect order when sorted by week and d...Go MAEDA2020-12-121-1/+1
* remove spaces inside {} of app/models/time_entry_query.rbToshi MARUYAMA2020-11-161-13/+13
* add empty line after guard clause to app/models/time_entry_query.rbToshi MARUYAMA2020-11-051-0/+1
* Fix that totals of custom fields may not be sorted as configured (#33281).Go MAEDA2020-05-081-3/+3
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/EmptyLinesAroundClassBody in app/models/time_ent...Toshi MARUYAMA2019-11-201-1/+0
* Add support for grouping by issue on timelog view (#32436).Jean-Philippe Lang2019-11-101-1/+1
* Adds "Target Version" column to the list of "Available columns" in "Spent tim...Go MAEDA2019-11-101-0/+4
* cleanup: rubocop: fix Layout/AlignArguments in app/models/time_entry_query.rbToshi MARUYAMA2019-11-091-19/+23
* Issues in paginated views may be lost because sorting criteria are not unique...Jean-Philippe Lang2019-06-201-0/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Remove useless code in TimeEntryQuery#sql_for_activity_id_field (#31088).Go MAEDA2019-04-031-2/+0
* Group time entries by created date (#30233).Go MAEDA2019-03-241-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
* Adds a permission to log time for another user (#3848).Jean-Philippe Lang2018-12-161-0/+5
* Filter time entries after project status (#20081).Go MAEDA2018-10-291-0/+10
* Column Project is no longer added by default to the list of default columns f...Jean-Philippe Lang2018-09-231-3/+2
* Adds issue category column to spent time queries (#28391).Go MAEDA2018-04-011-0/+4
* Adds issue category filter to spent time queries (#28391).Go MAEDA2018-04-011-0/+8
* Fix filter after multiple version ids (#26667).Jean-Philippe Lang2017-10-151-1/+1
* Fix filter values for fixed version id (#26667).Jean-Philippe Lang2017-10-151-1/+1
* Filtering time entries after issue's target version doesn't work as expected ...Jean-Philippe Lang2017-10-151-2/+1
* Translation for label_week in time report is not working (#26780).Jean-Philippe Lang2017-10-151-1/+1
* Fill the issue id when logging time from the time log list of an issue (#26520).Jean-Philippe Lang2017-07-301-0/+7
* Adds created_on as available column on timelog list (#26396).Jean-Philippe Lang2017-07-161-0/+1
* Set default configuration for the timelog list (#26356).Jean-Philippe Lang2017-07-121-1/+1
* Error displaying time entries filtered by Activity (#26387).Jean-Philippe Lang2017-07-091-3/+3
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Show the same trackers and statuses on time entry queries (#5385).Jean-Philippe Lang2017-05-271-2/+2
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2017-04-251-1/+1
* Adds a scope to left join the issue.Jean-Philippe Lang2017-04-041-1/+1
* Query through multiple projects by issue custom field not possible anymore (#...Jean-Philippe Lang2017-04-031-8/+0
* Make project custom fields available as columns on time logs (#24157).Jean-Philippe Lang2017-03-181-0/+2
* Get rid of sort_helper when using queries.Jean-Philippe Lang2017-03-131-1/+5
* Don't preload all query filters (#24787).Jean-Philippe Lang2017-01-091-41/+14
* Don't show project column by default when inside a project.Jean-Philippe Lang2016-12-031-1/+5
* Consider custom fields that correspond to the project only (#24014).Jean-Philippe Lang2016-10-081-2/+12
* Adds issue tracker and status columns and filters on spent time list (#23401).Jean-Philippe Lang2016-08-201-3/+39
* remove trailing white-space from app/models/time_entry_query.rbToshi MARUYAMA2016-07-191-1/+1
* Make time entries groupable (#16843).Jean-Philippe Lang2016-07-131-2/+15