Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2024-01-17 | [chore] update viper version (#2539) | 1 | ||
* update viper version * removes our last uses of the slice package * fix tests | ||||
2023-11-13 | [chore] update otel -> v1.20.0 (#2358) | 1 | ||
2023-03-06 | [chore]: Bump golang.org/x/crypto from 0.6.0 to 0.7.0 (#1593) | 1 | ||
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.6.0 to 0.7.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | ||||
2022-08-15 | [chore] Update bun / sqlite versions; update gtsmodels (#754) | 1 | ||
* upstep bun and sqlite versions * allow specific columns to be updated in the db * only update necessary columns for user * bit tidier * only update necessary fields of media_attachment * only update relevant instance fields * update tests * update only specific account columns * use bool pointers on gtsmodels includes attachment, status, account, user * update columns more selectively * test all default fields on new account insert * updating remaining bools on gtsmodels * initialize pointer fields when extracting AP emoji * copy bools properly * add copyBoolPtr convenience function + test it * initialize false bool ptrs a bit more neatly |