stash/pkg/scraper
WithoutPants f39fa416a9
Fix database locked errors (#3153)
* Make read-only operations use WithReadTxn
* Allow one database write thread
* Add unit test for concurrent transactions
* Perform some actions after commit to release txn
* Suppress some errors from cancelled context
2022-11-21 06:49:10 +11:00
..
stashbox Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
action.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
autotag.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
cache.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
config.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
cookies.go Restructure go project (#2356) 2022-03-17 11:33:59 +11:00
country.go Change performer country value to be ISO code (#1922) 2022-10-28 16:37:57 +11:00
freeones.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
gallery.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
group.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
image.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
json.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
json_test.go Fix identify and script scraper bugs (#2375) 2022-03-15 09:42:22 +11:00
mapped.go Add unix timestamp parsing to scrapers parseDate (#2817) 2022-09-30 15:35:56 +10:00
mapped_test.go Add unix timestamp parsing to scrapers parseDate (#2817) 2022-09-30 15:35:56 +10:00
movie.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
performer.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
postprocessing.go Fix database locked errors (#3153) 2022-11-21 06:49:10 +11:00
query_url.go [Feature] Add fields `director` and (studio) `code` to scenes (#3051) 2022-11-07 18:16:52 +11:00
scene.go [Feature] Add fields `director` and (studio) `code` to scenes (#3051) 2022-11-07 18:16:52 +11:00
scraper.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
script.go Separate graphql API from rest of the system (#2503) 2022-09-06 07:03:40 +00:00
stash.go Use basename as title if empty when scraping by fragment (#3040) 2022-10-24 14:36:22 +11:00
url.go Resolve hostname for chromium RDP requests (#2174) 2022-01-04 15:47:39 +11:00
xpath.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00
xpath_test.go Restructure data layer (#2532) 2022-09-06 07:03:40 +00:00