stash/pkg/scene
WithoutPants 2b29207f1e
Upgrade go to 1.25.9 and golangci-lint (#6869)
* Bump go version in go.mod
* Update compiler image.

Changed github download url since existing one didn't have version 12 of the SDK.

* Update macOS requirements in README for v0.32.0
* Update lint action
* Bump golangci-lint version
* Migrate golangci-lint config
* Fix QF1012 errors

(Use fmt.Fprintf(...) instead of WriteString(fmt.Sprintf(...)))

* Fix QF1003 errors

(could use tagged switch)

* Fix ST1005 errors

(error string capitalisation)

* Fix ST1011 errors

(seconds suffix)

* Fix QF1006 errors

(lift into loop condition)

* Fix QF1002 errors

(switch condition)

* Fix gocritic error

(deprecated paragraph)

* Fix incorrect nolint directive

* Ignore specific checks

noctx should be addressed in a later PR
---------
Co-authored-by: DogmaDragon <103123951+DogmaDragon@users.noreply.github.com>
Co-authored-by: feederbox826 <me@feederbox.cc>
2026-04-29 10:13:58 +10:00
..
generate Upgrade go to 1.25.9 and golangci-lint (#6869) 2026-04-29 10:13:58 +10:00
create.go Scene custom field backend support (#6584) 2026-02-18 16:50:32 +11:00
delete.go FR: Add Interfaces to Destroy File Database Entries (#6437) 2026-01-27 16:02:47 +11:00
export.go Scene custom field backend support (#6584) 2026-02-18 16:50:32 +11:00
export_test.go Scene custom field backend support (#6584) 2026-02-18 16:50:32 +11:00
filename_parser.go Match tag names/aliases exactly when testing uniqueness (#6809) 2026-04-08 13:11:12 +10:00
filter.go Selective clean (#2125) 2021-12-16 13:28:44 +11:00
find.go Ignore missing scenes when submitting fingerprints (#5799) 2025-04-02 15:48:07 +11:00
fingerprints.go Refactor stashbox package (#5699) 2025-03-25 10:30:51 +11:00
hash.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
import.go Scene custom field backend support (#6584) 2026-02-18 16:50:32 +11:00
import_test.go Scene custom field backend support (#6584) 2026-02-18 16:50:32 +11:00
marker_import.go Add marker end seconds import/export (#5777) 2025-03-28 16:50:26 +11:00
marker_import_test.go File storage rewrite (#2676) 2022-09-06 07:03:42 +00:00
marker_query.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
merge.go FR: Add Interfaces to Destroy File Database Entries (#6437) 2026-01-27 16:02:47 +11:00
migrate_hash.go Don't try to migrate non-existent vtt files (#5216) 2024-09-05 11:25:56 +10:00
migrate_screenshots.go Model refactor (#3915) 2023-09-01 10:39:29 +10:00
query.go Containing Group/Sub-Group relationships (#5105) 2024-08-30 11:43:44 +10:00
scan.go Upgrade go to 1.25.9 and golangci-lint (#6869) 2026-04-29 10:13:58 +10:00
scan_test.go Fix stale browser-cached thumbnails after file content changes during scan. (#6622) 2026-03-02 15:53:02 +11:00
service.go Add package docs and project vision/goals (#5169) 2024-08-28 09:01:39 +10:00
update.go Model refactor, part 2 (#4092) 2023-09-11 12:24:15 +10:00
update_test.go Add updated_at field to stash_id's (#5259) 2024-10-31 15:56:16 +11:00