summaryrefslogtreecommitdiffstats
path: root/app/helpers/queries_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-2/+2
* Replaces icon-sorted-asc and icon-sorted-desc with SVG icons (#23980).Marius Balteanu2024-09-081-1/+3
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-1/+1
* Use anonymous block forwarding introduced in Ruby 3.1 (#38585).Go MAEDA2024-08-211-1/+1
* Refactor ApplicationHelper#format_object to accept options as a hash (#39997).Go MAEDA2024-07-181-1/+1
* Disable custom query links while loading to prevent multiple requests (#40901).Go MAEDA2024-06-271-1/+2
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-1/+2
* Adds estimated remaining hours issue query column calculated based on estimat...Marius Balteanu2024-05-011-2/+2
* Adds Watcher list to the list of available query columns for issues (#29894).Marius Balteanu2024-04-281-0/+4
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-201-1/+1
* Fix query grouping filter not working for custom field relations (#39714).Marius Balteanu2023-11-261-3/+3
* Add field separator option to CSV export dialog (#37621).Go MAEDA2023-10-211-1/+1
* Add Parent task filter and column to Spent time (#37623).Go MAEDA2023-04-111-5/+5
* Fixed an issue where an empty group could appear in the filter selection list...Go MAEDA2023-04-061-0/+2
* Reorder groups in the filter select list (#38402).Go MAEDA2023-04-051-1/+1
* Group text filters in the filter select list (#38402).Go MAEDA2023-04-051-0/+2
* Ruby 2.7: Fix RuboCop offense Performance/MapCompact (#38134).Go MAEDA2023-01-171-2/+2
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Use query name as the file name when exporting queries (#16207).Go MAEDA2022-08-241-0/+8
* Reuse ProjectQuery filters on the admin project list (#33422).Marius Balteanu2022-04-011-0/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Avoid executing the same SQL statement multiple times to get the default cust...Go MAEDA2021-08-041-1/+4
* Hooks for queries helper (#34743).Go MAEDA2021-07-141-35/+47
* Default issue query (#7360).Go MAEDA2021-07-061-3/+12
* Filter issues by file description (#34715).Go MAEDA2021-06-141-0/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* shorten long line of QueriesHelperToshi MARUYAMA2020-12-021-8/+51
* add empty line after guard clause to QueriesHelperToshi MARUYAMA2020-11-031-0/+3
* use "do end" instead of {} at QueriesHelperToshi MARUYAMA2020-09-211-2/+2
* fix source indent of QueriesHelperToshi MARUYAMA2020-09-211-4/+5
* Total estimated time column shows up as decimal value regardless of time sett...Go MAEDA2020-04-151-2/+2
* Time entries csv export should check issue visibility (#33075).Jean-Philippe Lang2020-04-051-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* cleanup: rubocop: fix Layout/SpaceAfterComma in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-231-1/+1
* code layout clean up app/helpers/queries_helper.rbToshi MARUYAMA2019-11-081-10/+23
* cleanup: rubocop: fix Layout/BlockAlignment in app/helpers/queries_helper.rbToshi MARUYAMA2019-11-081-1/+1
* cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_headerToshi MARUYAMA2019-11-051-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#column_valueToshi MARUYAMA2019-11-051-1/+2
* cleanup: rubocop: fix Layout/AlignArguments in QueriesHelper#query_linksToshi MARUYAMA2019-11-051-1/+2
* Fix display type in query form view (#29482).Go MAEDA2019-10-221-1/+1
* Use radio buttons to choose display type (#29482).Jean-Philippe Lang2019-10-191-3/+4
* Option to switch between table list and board list (#29482).Jean-Philippe Lang2019-10-191-0/+8
* code cleanup: rubocop: fix Style/WhileUntilModifier in app/helpers/queries_he...Toshi MARUYAMA2019-10-191-4/+2
* code cleanup: rubocop: fix Layout/ElseAlignment in app/helpers/queries_helper.rbToshi MARUYAMA2019-10-171-5/+6
* Add clear query icon next to selected query in sidebar (#31640).Go MAEDA2019-09-141-2/+10
* Use "icon icon-*" classes for sort elements (#31433).Go MAEDA2019-05-301-2/+2
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Group time tracking filters in the filter select list (#26826).Go MAEDA2019-04-301-0/+2
* Use Regexp#match? to reduce allocations of MatchData object (#28940).Go MAEDA2019-03-271-1/+1