stash/pkg/sqlite
WithoutPants f69bd8a94f
Restructure go project (#2356)
* Move main to cmd
* Move api to internal
* Move logger and manager to internal
* Move shell hiding code to separate package
* Decouple job from desktop and utils
* Decouple session from config
* Move static into internal
* Decouple config from dlna
* Move desktop to internal
* Move dlna to internal
* Decouple remaining packages from config
* Move config into internal
* Move jsonschema and paths to models
* Make ffmpeg functions private
* Move file utility methods into fsutil package
* Move symwalk into fsutil
* Move single-use util functions into client package
* Move slice functions to separate packages
* Add env var to suppress windowsgui arg
* Move hash functions into separate package
* Move identify to internal
* Move autotag to internal
* Touch UI when generating backend
2022-03-17 11:33:59 +11:00
..
filter.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
filter_internal_test.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
gallery.go Autotag optimisation (#2368) 2022-03-09 12:01:56 +11:00
gallery_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
image.go Autotag optimisation (#2368) 2022-03-09 12:01:56 +11:00
image_test.go Fix image querying (#2119) 2021-12-15 13:56:03 +11:00
movies.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
movies_test.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
performer.go Autotag optimisation (#2368) 2022-03-09 12:01:56 +11:00
performer_test.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
query.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
repository.go Handle unicode characters in autotag (#2336) 2022-02-28 13:12:43 +11:00
saved_filter.go Errorlint sweep + minor linter tweaks (#1796) 2021-10-12 14:03:08 +11:00
saved_filter_test.go Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646) 2021-09-08 15:30:15 +10:00
scene.go Autotag optimisation (#2368) 2022-03-09 12:01:56 +11:00
scene_marker.go Use inner join when getting images in a gallery (#2083) 2021-12-06 12:30:40 +11:00
scene_marker_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
scene_test.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
scraped_item.go Errorlint sweep + minor linter tweaks (#1796) 2021-10-12 14:03:08 +11:00
setup_test.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
sql.go Add Several Media Performer Detail Filters, Scene Filters and Sort (#2257) 2022-02-16 11:11:57 +11:00
stash_id_test.go Apple Silicon Support, Bump Go to 1.17, refactor docker/build/x86_64/Dockerfile (#1646) 2021-09-08 15:30:15 +10:00
studio.go Autotag optimisation (#2368) 2022-03-09 12:01:56 +11:00
studio_test.go Show duration and filesize in results (#1776) 2021-10-25 11:40:13 +11:00
tag.go Autotag optimisation (#2368) 2022-03-09 12:01:56 +11:00
tag_test.go Support Is (not) null for all multi criterions (#1785) 2021-11-07 09:34:33 +11:00
transaction.go Errorlint sweep + minor linter tweaks (#1796) 2021-10-12 14:03:08 +11:00