yay/pkg/query
Jo 8916cd174b
refactor(yay): move cfg inside of runtime (#2259)
* rework relationship between runtime and cfg

* separate runtime from cfg

* simplify instantiation logic

* move installer to appropriate package

* move operator to sync package

* add tests for srcinfo service

* consolidate srcinfo service in sync

* add logger to srcinfo

* add logger to preparer

* remove unused text functions

* remove remaining text.* from srcinfo

* remove global logger parts

* remove global org method exports

* remove global logger

* move text->input

* add rule to prevent fmt.Print

* update golangci go version

* remove outdated FAQs

* remove outdated FAQs
2023-08-06 21:39:41 +02:00
..
aur_warnings.go refactor(yay): move cfg inside of runtime (#2259) 2023-08-06 21:39:41 +02:00
errors.go feat(yay): simplify sort mode and use it for calculating number menu indices, fixes #1627 2021-11-07 00:18:26 +01:00
filter.go refactor(yay): move cfg inside of runtime (#2259) 2023-08-06 21:39:41 +02:00
metric.go feat(search): improve exact match for separate source (#2044) 2023-04-02 00:23:02 +00:00
query_builder.go refactor(yay): move cfg inside of runtime (#2259) 2023-08-06 21:39:41 +02:00
query_builder_test.go Fix sorting by name in package search (#2198) 2023-06-03 14:01:17 +00:00
source.go Fix sorting by name in package search (#2198) 2023-06-03 14:01:17 +00:00
types.go chore(yay): lift legacy engine (#2189) 2023-05-24 08:22:18 +00:00
version_diff.go Fix version diff word detection (#2124) 2023-04-27 07:23:25 +00:00
version_diff_test.go ci(yay): add integration test framework (#2178) 2023-05-22 21:38:02 +00:00