-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AO3-6328 Allow tags to be sorted by number of uses (#4632)
* AO3-6328 Allow tags to be sorted by number of uses * AO3-6328 Added tests and fixed comparison bug * AO3-6328 Added sort by uses code and tests * AO3-6328 Fixed uses sort test and added default direction * AO3-6328 Speed up test, fix test format, Hound recs * AO3-6328 Hound fixes for tests, revert unrelated * AO3-6328 Hound fix for instance variables, fix comment * AO3-6328 Cleaned up rspec and added step to ensure reindex * AO3-6328 Hound fix, removed unnecessary comments * Made spacing more consistent with spec tests * AO3-6328 Add tests for reindexing, fix IndexQueue key computing * AO3-6328 Hound fixes * AO3-6328 Use base_class in IndexQueue * AO3-6328 Feedback fixes * AO3-6328 Fix incorrect merge conflict resolution * AO3-6328 Houndilocks * AO3-6328 Fix outdated code and tests * AO3-6328 Feedback * AO3-6328 Fix broken step * AO3-6328 hound --------- Co-authored-by: tararosenthal <[email protected]>
- Loading branch information
1 parent
f21f823
commit e611623
Showing
11 changed files
with
144 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -409,6 +409,7 @@ def tag_search_params | |
:type, | ||
:canonical, | ||
:created_at, | ||
:uses, | ||
:sort_column, | ||
:sort_direction | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters