Skip to content

Tags: skuid/picard

Tags

v0.0.38

Toggle v0.0.38's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AB#492654 change UUID library (#112)

* Changed uuid library

* Refactor to any

* Refactor interface to any to the rest of files

* changed to github.com/gofrs/uuid/v5

---------

Co-authored-by: German Zapata <germaneduardo@MAC-DRWFNPHHG2.local>

v0.0.37

Toggle v0.0.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
AB#472576 allow custom omit logic (#111)

* AB#472576 Allow custom omit logic

https://nintex.visualstudio.com/Nintex/_workitems/edit/472576

* add test

* test name

* remove print

v0.0.36

Toggle v0.0.36's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.0.35

Toggle v0.0.35's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.0.34

Toggle v0.0.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.0.33

Toggle v0.0.33's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
PLIN-5295: CLI retrieve and deploy for Structured REST datasources (#104

)

* account for string pointer struct fields and more complicated data structures

* fix tests

v0.0.32

Toggle v0.0.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PLIN-4268 add since flag (#103)

* PLIN-4268: adds support for more comparison operators than =

* remove debugging

v0.0.30

Toggle v0.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PLIN-3843: cast join keys, allow foreign keys that do no point to cur…

…rent primary key (#100)

v0.0.29

Toggle v0.0.29's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Nil pointer check (#99)

* Nil pointer check

* Forgotten debugging

v0.0.28

Toggle v0.0.28's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PLIN-3568: found a problem trying to use in warden, did not respect T…

…agKey config (#98)