Commit Graph

2163 Commits

Author SHA1 Message Date
David Dworken
3b7f943d55 Release v0.290 2024-04-14 17:32:35 -07:00
David Dworken
ba21e1c2dd
Add index of start time so that queries with a LIMIT clause can avoid a full table scan (for #202) 2024-04-14 10:19:46 -07:00
David Dworken
7e4ca84da5
Add benchmarking for searching for #202 2024-04-14 09:57:44 -07:00
David Dworken
44b4cc6df6
Backup and restore .zhistory file in tests 2024-04-14 09:57:05 -07:00
David Dworken
239d767ae0
Release v0.289 2024-04-14 09:26:32 -07:00
David Dworken
998bcbfced
Revert "Add mouse scrolling support for #200" since it breaks the ability to highlight text
This reverts commit 7d9bb6654d.
2024-04-14 09:26:14 -07:00
David Dworken
7d9bb6654d
Add mouse scrolling support for #200 2024-04-13 10:28:43 -07:00
David Dworken
7df61ab070
Clean up: Remove duplicated code by calling existing utility function 2024-04-13 09:53:00 -07:00
David Dworken
ce080b7ecb
Add support for forcing init without prompting via --force flag for #198 2024-04-13 09:51:07 -07:00
David Dworken
0e835c0640
Add test for horizontal scrolling other columns for #188 2024-04-05 16:21:37 -07:00
David Dworken
c616dd7862
Continue-on-error for the DD setup since it will also fail if colima fails 2024-04-05 16:05:37 -07:00
David Dworken
6aea2cb4d9
Remove minor version numbers from os versions for golden files for tests 2024-04-03 19:04:49 -07:00
David Dworken
6065068f9b
Enable colored golden tests for linux (#184)
* Enable golden tests for linux and ensure all goldens get saved as outputs

* Swap in OS specific goldens

* Update colored goldens to take into account OS version, since different macos versions have different behavior here

* Update goldens

* Re-enable golden tests

* Add missing golden

* Empty commit

* Remove linux kernel version from OS name
2024-03-28 08:03:04 -07:00
David Dworken
2979205ee1
Release v0.288 2024-03-26 22:14:11 -07:00
David Dworken
21b401bc14
Add ability to configure custom OpenAI API endpoint for #186 (#194)
* Add ability to configure custom OpenAI API endpoint for #186

* Ensure the AiCompletionEndpoint field is always initialized
2024-03-26 22:13:57 -07:00
dependabot[bot]
46e92803be
Bump github.com/sigstore/rekor from 1.0.0 to 1.2.0 (#91)
Bumps [github.com/sigstore/rekor](https://github.com/sigstore/rekor) from 1.0.0 to 1.2.0.
- [Release notes](https://github.com/sigstore/rekor/releases)
- [Changelog](https://github.com/sigstore/rekor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sigstore/rekor/compare/v1.0.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/sigstore/rekor
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 20:48:38 -07:00
dependabot[bot]
ac3764511a
Bump github.com/docker/docker (#193)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 16:08:17 -07:00
David Dworken
9ae99ea9d2
Add support for horizontal scrolling of all columns for #188 (#195) 2024-03-26 11:40:25 -07:00
dependabot[bot]
674b3fb6e4
Bump gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3 (#197)
Bumps gopkg.in/go-jose/go-jose.v2 from 2.6.1 to 2.6.3.

---
updated-dependencies:
- dependency-name: gopkg.in/go-jose/go-jose.v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 11:39:54 -07:00
David Dworken
4dc97291c3
Release v0.287 2024-03-25 21:19:07 -07:00
David Dworken
cef2633675
Remove tmate session for debugging 2024-03-25 20:03:10 -07:00
David Dworken
835a7f6d61
Add SLSA failure warning for versions broken by SLSA 2024-03-25 19:59:39 -07:00
David Dworken
e666881dc6
Set up tmate session to debug slsa releaser 2024-03-25 19:43:21 -07:00
David Dworken
35f9ad28a8
Add SLSA validation with current binary built by SLSA 2024-03-24 21:48:01 -07:00
David Dworken
25e982603a
Disable validation with local build since it seems to fail for some reason 2024-03-24 21:45:28 -07:00
David Dworken
cae0f424e6
Release v0.286 2024-03-24 20:54:55 -07:00
David Dworken
17f0c5720f
Re-enable SLSA verification now that we've updated the SLSA version throughout the repo 2024-03-24 20:54:48 -07:00
David Dworken
d552e95054
Release v0.285 2024-03-24 20:42:15 -07:00
David Dworken
b5740b4fc9
Update go.sum after cosign update 2024-03-24 20:42:01 -07:00
David Dworken
215a1c0d3b
Fix go.mod version after cosign upgrade 2024-03-24 19:01:31 -07:00
David Dworken
065d88d3c6
Release v0.284 2024-03-24 18:52:32 -07:00
David Dworken
39e5f38888
Release v0.283 2024-03-24 18:52:22 -07:00
David Dworken
e64931e5ad
Update cosign too to fix slsa breakage from https://blog.sigstore.dev/tuf-root-update/ 2024-03-24 18:51:55 -07:00
David Dworken
eaa2c55052
Release v0.282 2024-03-24 14:50:48 -07:00
David Dworken
e7c2cf1883
Fully disable validation to allow an emergency release due to SLSA breakage 2024-03-24 14:50:00 -07:00
David Dworken
79ce5369f1
Release v0.281 2024-03-24 14:41:11 -07:00
David Dworken
6626567814
Disable validation so we can push out a working binary even though SLSA is broken 2024-03-24 14:41:04 -07:00
David Dworken
ff01d6f818
Add better error message for SLSA failures 2024-03-24 14:34:54 -07:00
David Dworken
5ca8c04b2d
Release v0.280 2024-03-24 14:24:57 -07:00
David Dworken
24b2fe1dcc
Release v0.279 2024-03-24 14:16:41 -07:00
David Dworken
b3a3c61225
Update slsa-verifier to attempt to fix SLSA breakage 2024-03-24 14:16:08 -07:00
David Dworken
89fb39c721
Release v0.278 2024-03-24 10:27:01 -07:00
David Dworken
c8d1b2caff
Upgrade SLSA releaser due to github.com/slsa-framework/slsa-github-generator/issues/3350 2024-03-24 10:26:55 -07:00
dependabot[bot]
8431b272f9
Bump google.golang.org/protobuf from 1.28.1 to 1.33.0 (#191)
Bumps google.golang.org/protobuf from 1.28.1 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 17:40:06 -07:00
dependabot[bot]
396e4ec111
Bump github.com/jackc/pgx/v4 from 4.14.1 to 4.18.2 (#189)
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.14.1 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v4.14.1...v4.18.2)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-23 17:39:54 -07:00
David Dworken
ef05dc4707
Delete an unused file 2024-02-25 07:48:54 -08:00
David Dworken
7c55bf7a26
Delete temporarily unused goldens 2024-02-24 09:53:31 -08:00
David Dworken
6b75bb543f
Add updated goldens 2024-02-24 08:02:29 -08:00
David Dworken
df09bf074a
Disable colored output tests 2024-02-24 08:00:15 -08:00
David Dworken
8ae404a50b
Update golden 2024-02-23 22:54:36 -08:00