summaryrefslogtreecommitdiffstats
path: root/test/unit/user_query_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merged r22746 from trunk to 5.1-stable (#40043).Marius Balteanu2024-02-271-1/+1
* API compatibility to legacy status and name query params (#39181, #37674)Go MAEDA2023-10-151-0/+23
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix failing test on PostgreSQL by ordering by only non null values (#37674).Marius Balteanu2022-09-271-3/+10
* Adds missing join when ordering by authsource (#37674).Go MAEDA2022-09-271-0/+13
* Fix random test failure (#37674).Go MAEDA2022-09-241-1/+1
* Adds tests for UserQuery model (#37674).Go MAEDA2022-09-211-0/+175