mirror of
https://github.com/stashapp/stash.git
synced 2025-12-09 09:53:40 +01:00
* Log 3 unchecked errors Rather than ignore errors, log them at the WARNING log level. The server has been functioning without these, so assume they are not at the ERROR level. * Log errors in concurrency test If we can't initialize the configuration, treat the test as a failure. * Undo the errcheck on configurations for now. * Handle unchecked errors in pkg/manager * Resolve unchecked errors * Handle DLNA/DMS unchecked errors * Handle error checking in concurrency test Generalize config initialization, so we can initialize a configuration without writing it to disk. Use this in the test case, since otherwise the test fails to write. * Handle the remaining unchecked errors * Heed gosimple in update test * Use one-line if-initializer statements While here, fix a wrong variable capture error. * testing.T doesn't support %w use %v instead which is supported. * Remove unused query builder functions The Int/String criterion handler functions are now generalized. Thus, there's no need to keep these functions around anymore. * Mark filterBuilder.addRecursiveWith nolint The function is useful in the future and no other refactors are looking nice. Keep the function around, but tell the linter to ignore it. * Remove utils.Btoi There are no users of this utility function * Return error on scan failure If we fail to scan the row when looking for the unique checksum index, then report the error upwards. * Fix comments on exported functions * Fix typos * Fix startup error |
||
|---|---|---|
| .. | ||
| urlbuilders | ||
| changeset_translator.go | ||
| check_version.go | ||
| context_keys.go | ||
| images.go | ||
| resolver.go | ||
| resolver_model_gallery.go | ||
| resolver_model_image.go | ||
| resolver_model_movie.go | ||
| resolver_model_performer.go | ||
| resolver_model_scene.go | ||
| resolver_model_scene_marker.go | ||
| resolver_model_studio.go | ||
| resolver_model_tag.go | ||
| resolver_mutation_configure.go | ||
| resolver_mutation_dlna.go | ||
| resolver_mutation_gallery.go | ||
| resolver_mutation_image.go | ||
| resolver_mutation_job.go | ||
| resolver_mutation_metadata.go | ||
| resolver_mutation_movie.go | ||
| resolver_mutation_performer.go | ||
| resolver_mutation_plugin.go | ||
| resolver_mutation_saved_filter.go | ||
| resolver_mutation_scene.go | ||
| resolver_mutation_scraper.go | ||
| resolver_mutation_stash_box.go | ||
| resolver_mutation_studio.go | ||
| resolver_mutation_tag.go | ||
| resolver_mutation_tag_test.go | ||
| resolver_query_configuration.go | ||
| resolver_query_dlna.go | ||
| resolver_query_find_gallery.go | ||
| resolver_query_find_image.go | ||
| resolver_query_find_movie.go | ||
| resolver_query_find_performer.go | ||
| resolver_query_find_saved_filter.go | ||
| resolver_query_find_scene.go | ||
| resolver_query_find_scene_marker.go | ||
| resolver_query_find_studio.go | ||
| resolver_query_find_tag.go | ||
| resolver_query_job.go | ||
| resolver_query_logs.go | ||
| resolver_query_metadata.go | ||
| resolver_query_plugin.go | ||
| resolver_query_scene.go | ||
| resolver_query_scraper.go | ||
| resolver_subscription_job.go | ||
| resolver_subscription_logging.go | ||
| routes_downloads.go | ||
| routes_image.go | ||
| routes_movie.go | ||
| routes_performer.go | ||
| routes_scene.go | ||
| routes_studio.go | ||
| routes_tag.go | ||
| server.go | ||
| session.go | ||
| types.go | ||