Conversation
|
Triggered from #76 by @crozzy. Checking if we can fast forward Target branch ( commit 6e7a451a9aeb3bcb6d428cc575185d61a9aec0b1 (HEAD -> main, origin/main, origin/HEAD)
Author: Joseph Crosland <jcroslan@redhat.com>
Date: Fri Jan 3 11:38:34 2025 -0800
migrations: add missing index creating migration
While the sql command was added to claircore (and the admin command was
added to clairctl) to create an index it was never actually reference in
the migrations. This should be a no-op for all instances that ran the
associated clairctl admin command. Also, added a test to try and avoid
this in the future.
Signed-off-by: crozzy <joseph.crosland@gmail.com>Pull request ( commit eefbbc2fa15e412c536f9dc405397e7236ba53cf (pull_request/indexer-additional-data)
Author: Joseph Crosland <jcroslan@redhat.com>
Date: Mon Mar 17 13:28:55 2025 -0700
dev: todo: indexer data API
Need to split and update.
Signed-off-by: crozzy <joseph.crosland@gmail.com>Can't fast forward * eefbbc2fa15e412c536f9dc405397e7236ba53cf dev: todo: indexer data API
| * 6e7a451a9aeb3bcb6d428cc575185d61a9aec0b1 migrations: add missing index creating migration
| * 3854c8596729f048fba403ebf99cb86fc0d69464 chore: remove toolchain from go.mod
| * 13595e38cd749d4ced2d07ae6d7782c9e66253e1 chore(deps): bump modernc.org/sqlite from 1.36.0 to 1.36.1
|/
* 9174d3a5b1bb814da1bba21dd2c2b19941f70f1b chore(deps): bump github.com/prometheus/client_golang
commit 9174d3a5b1bb814da1bba21dd2c2b19941f70f1b
Author: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Date: Mon Mar 10 15:50:18 2025 +0000
chore(deps): bump github.com/prometheus/client_golang
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.21.0 to 1.21.1.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prometheus/client_golang/compare/v1.21.0...v1.21.1)
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>Rebase locally, and then force push to |
eefbbc2 to
1aad2fc
Compare
Need to split and update. Signed-off-by: crozzy <joseph.crosland@gmail.com>
1aad2fc to
004dd39
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Need to split and update.