Tags: skuid/picard
Tags
AB#447604 Picard audit and update dependencies (#107) * Upgraded versions except squirrel, newer versions cause incompatibility with tests * Downgrade to go 1.23.8 due a bug introduced in go 1.24 in crypto/rand * Removed unnecesary test/method, in the future We should try to avoid override rand.Reader when uses rand.Read due a panic introduced by go team on rand.Read golang/go#66821 * Added Unwrap method for ForeignKeyError and QueryError to let tests that wants to cast to a nested error, can un errors.As instead of casting it directly * Updagraded to go 1.24 * Removed vendor dependency, already tested with warden and clortho * Updated ci to v4 actions and go version to 1.24 * Testing cache actions * Setup go to version 5 * Updated go lint dependency * Downgrade to 1.23 for testign staticcheck-action * Added min-go-version * changed to staticcheck lastest version * Set to the version which works for CI instead of the latest --------- Co-authored-by: German Zapata <germaneduardo@MAC-DRWFNPHHG2.local>
PLIN-5811-Fixed lookups by ForeignKey (#105) * PLIN-5811-Fixed lookups by ForeignKey * PLIN-5811 - Cleanup warnings and fixed foreign lookup order * Fix typo * Keep existing logic for skipping foreign keys without lookup data * Make foreignKeysToLookup more readable --------- Co-authored-by: German Zapata <germaneduardo@192.168.1.6> Co-authored-by: German Zapata <germaneduardo@192.168.1.2> Co-authored-by: acofer <adam_cofer@yahoo.com>
PLIN-5811-Fixed lookups by ForeignKey (#105) * PLIN-5811-Fixed lookups by ForeignKey * PLIN-5811 - Cleanup warnings and fixed foreign lookup order * Fix typo * Keep existing logic for skipping foreign keys without lookup data * Make foreignKeysToLookup more readable --------- Co-authored-by: German Zapata <germaneduardo@192.168.1.6> Co-authored-by: German Zapata <germaneduardo@192.168.1.2> Co-authored-by: acofer <adam_cofer@yahoo.com>
PreviousNext