Ayaz Salikhov
af0a8af287
style: Add typos pre-commit hook ( #2041 )
2025-04-29 09:59:11 +01:00
Ayaz Salikhov
9c92a2b51b
style: Use pre-commit tool and add simple config ( #2029 )
...
I started with really simple pre-commit hooks and will add more on top.
Important files:
- `.pre-commit-config.yaml` - the config for pre-commit
- `.github/workflows/pre-commit.yml` - runs pre-commit hooks in branches
and `develop`
- `.github/workflows/pre-commit-autoupdate.yml` - autoupdates pre-commit
hooks once in a month
2025-04-24 17:59:43 +01:00
Peter Chen
98ff72be66
fix: change math/rand to crypto/rand ( #1941 )
2025-03-05 10:12:50 -05:00
Peter Chen
d04331d244
fix: Support Delete NFT ( #1695 )
...
Fixes #1677
2024-10-25 11:27:02 -04:00
Peter Chen
11192c362e
fix: deletion script will not OOM ( #1679 )
...
fixes #1676 and #1678
2024-10-09 12:11:55 -04:00
Alex Kremer
bea905adcd
feat: Delete-before support in data removal tool ( #1649 )
...
Fixes #1650
2024-09-16 16:47:29 +01:00
cyan317
1fe42c88c3
Fix deletion script ( #1357 )
...
Because the slice has not done deep clone. All the _Data_ in
_deleteInfo_ will eventually refer to the last item in partition.
Please refer to "reuse slice session" from:
https://pkg.go.dev/github.com/gocql/gocql#hdr-Reusing_slices
2024-04-12 15:06:51 +01:00
Alex Kremer
8f89a5913d
Fix paging bug in range deletion tool ( #1150 )
2024-02-02 16:29:17 +00:00
Alex Kremer
3fda74e3f7
Cassandra data removal tool ( #1142 )
...
Fixes #1143
2024-01-30 13:27:42 +00:00