Skip to content
/ spire Public
forked from spiffe/spire
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Db api test2 #39

Merged
merged 56 commits into from
Sep 13, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
716fde0
Populate and prune entry event table
faisal-memon Jul 29, 2023
4466945
Bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.15.1 (#4412)
dependabot[bot] Aug 8, 2023
ac96c15
Bump golang.org/x/sys from 0.10.0 to 0.11.0 (#4409)
dependabot[bot] Aug 8, 2023
bbd4621
[docker buildx] Create tls context if needed (#4405)
zmt Aug 8, 2023
da7124b
Bump golang.org/x/net from 0.13.0 to 0.14.0 (#4413)
dependabot[bot] Aug 8, 2023
6220d65
Add telemetry instrumentation for delegated identity API and add late…
chiragk25 Aug 9, 2023
a8adfd5
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.109.1 to 1.110.1…
dependabot[bot] Aug 9, 2023
099a1aa
Bump actions/setup-go from 4.0.1 to 4.1.0 (#4418)
dependabot[bot] Aug 9, 2023
54d4d92
Bump google.golang.org/api from 0.134.0 to 0.136.0 (#4420)
dependabot[bot] Aug 9, 2023
59f6f07
Bump github.com/sigstore/sigstore from 1.7.1 to 1.7.2 (#4419)
dependabot[bot] Aug 9, 2023
33b1d20
Update msys2/setup-msys2 GitHub Action (#4421)
rturner3 Aug 9, 2023
c14a25b
Bump actions/dependency-review-action from 3.0.6 to 3.0.7 (#4425)
dependabot[bot] Aug 10, 2023
b4a3eea
Bump github.com/aws/aws-sdk-go-v2/service/secretsmanager (#4428)
dependabot[bot] Aug 11, 2023
163d1ca
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.110.1 to 1.111.0…
dependabot[bot] Aug 14, 2023
b67da87
Set up feature flag
faisal-memon Aug 15, 2023
1a9f83d
Bump github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.7.0 to 1.7.1…
dependabot[bot] Aug 15, 2023
70221e1
Bump google.golang.org/api from 0.136.0 to 0.137.0 (#4433)
dependabot[bot] Aug 15, 2023
de032e9
Remove prune events interval from docs
faisal-memon Aug 15, 2023
e0fb7b7
Fix outdated comments
faisal-memon Aug 15, 2023
5963202
Update pkg/server/datastore/sqlstore/sqlstore.go
faisal-memon Aug 15, 2023
54df2c1
Add var names for consistency
faisal-memon Aug 15, 2023
5986e87
Bump version and CHANGELOG after v1.7.2 release (#4441)
MarcosDY Aug 17, 2023
80b06a4
Update golangci-lint and Markdown linter (#4440)
rturner3 Aug 17, 2023
f47f5e4
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.111.0 to 1.112.0…
dependabot[bot] Aug 17, 2023
c5b75d7
Bump actions/dependency-review-action from 3.0.7 to 3.0.8 (#4435)
dependabot[bot] Aug 17, 2023
467b37b
Bump cloud.google.com/go/storage from 1.31.0 to 1.32.0 (#4436)
dependabot[bot] Aug 17, 2023
b77a350
Bump github.com/GoogleCloudPlatform/cloudsql-proxy (#4437)
dependabot[bot] Aug 17, 2023
44cda25
Bump k8s.io/client-go from 0.27.4 to 0.28.0 (#4439)
dependabot[bot] Aug 18, 2023
615115d
Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#4442)
dependabot[bot] Aug 18, 2023
d4cd506
Remove node selector cruft cleanup code (#4443)
azdagron Aug 18, 2023
71e8c72
Remove SDS v2 API (#4444)
rturner3 Aug 18, 2023
db430c4
Bump google.golang.org/api from 0.137.0 to 0.138.0 (#4446)
dependabot[bot] Aug 18, 2023
eabe9cf
Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.112.0 to 1.113.0…
dependabot[bot] Aug 18, 2023
34534df
Add the ability to configure the refresh hint of the local bundle (#4…
sorindumitru Aug 19, 2023
e3dadf8
Upgrade to go1.21.0 (#4450)
azdagron Aug 21, 2023
32392bf
Bump k8s.io/kube-aggregator from 0.27.4 to 0.28.0 (#4447)
dependabot[bot] Aug 21, 2023
dbd24b1
Remove startup entry scan (#4449)
azdagron Aug 22, 2023
b5276d4
Clean up fflag in sqlstore.go
faisal-memon Aug 23, 2023
aaa845e
Remove mysql specifics
faisal-memon Aug 23, 2023
b136c60
Update pruning interval
faisal-memon Aug 23, 2023
59d25b7
Add prune unit tests, sql lite support
faisal-memon Aug 24, 2023
eff8bb3
Make prune test more resillient
faisal-memon Aug 24, 2023
12767b8
Fix postgres issues with pruning
faisal-memon Aug 24, 2023
1e9f012
Add more unit tests for listing events
faisal-memon Aug 31, 2023
939ad99
Add test for prune events task
faisal-memon Aug 31, 2023
7aa0feb
Remove pagination
faisal-memon Aug 31, 2023
bce8751
Remove platform specific prune functions
faisal-memon Sep 2, 2023
dbcd0a8
Update pkg/common/telemetry/server/datastore/event.go
faisal-memon Sep 5, 2023
c1296d0
Add unit tests for configurable
faisal-memon Sep 9, 2023
a2aaa2a
Update pkg/server/endpoints/entryfetcher_test.go
faisal-memon Sep 9, 2023
094a8ad
Add ctx.Done()
faisal-memon Sep 9, 2023
bdfae23
Merge branch 'main' into db-api
faisal-memon Sep 12, 2023
d8f9649
Fix some rebase conflicts
faisal-memon Sep 12, 2023
df60b25
run prune events only when feature flag is active
MarcosDY Sep 13, 2023
79c2e75
Merge branch 'main' into db-api
MarcosDY Sep 13, 2023
117f56c
Merge branch 'main' into db-api
rturner3 Sep 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump github.com/GoogleCloudPlatform/cloudsql-proxy (spiffe#4437)
Bumps [github.com/GoogleCloudPlatform/cloudsql-proxy](https://github.com/GoogleCloudPlatform/cloudsql-proxy) from 1.33.9 to 1.33.10.
- [Release notes](https://github.com/GoogleCloudPlatform/cloudsql-proxy/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-proxy/blob/v1.33.10/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-proxy@v1.33.9...v1.33.10)

---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/cloudsql-proxy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Faisal Memon <fymemon@yahoo.com>
  • Loading branch information
dependabot[bot] authored and faisal-memon committed Sep 12, 2023
commit b77a3503e80526f378b5a7708f2708f4ecec8898
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute v1.0.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork v1.1.0
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.1.1
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.9
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.10
github.com/Microsoft/go-winio v0.6.1
github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129
github.com/armon/go-metrics v0.4.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -792,8 +792,8 @@ github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbi
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/DataDog/datadog-go v3.2.0+incompatible h1:qSG2N4FghB1He/r2mFrWKCaL7dXCilEuNEeAn20fdD4=
github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ=
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.9 h1:YjE60yhoMx231GwDrJgeBWSTbTbazZAuK89H0iuXJlM=
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.9/go.mod h1:+FaFzlKsx+X/2dR5Rjr6EN9ZzuYDW950s4MmFILchJM=
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.10 h1:h2qYaJSDGyVzjGVj3HansB3mJUnyU9wBc/8/nm/kSLs=
github.com/GoogleCloudPlatform/cloudsql-proxy v1.33.10/go.mod h1:+FaFzlKsx+X/2dR5Rjr6EN9ZzuYDW950s4MmFILchJM=
github.com/JohnCGriffin/overflow v0.0.0-20211019200055-46fa312c352c/go.mod h1:X0CRv0ky0k6m906ixxpzmDRLvX58TFUKS2eePweuyxk=
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
Expand Down