Skip to content
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

fix duplicate pipeline versions #9966

Closed
wants to merge 38 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
57a4f86
fix duplicate pipeline versions
acohen4 Apr 22, 2024
02063a2
[PPS] CreateDatum hierarchical input types (#9928)
smalyala Apr 22, 2024
679e781
fix: close file (#9964)
testwill Apr 22, 2024
4e79ede
[CORE-2220] Add service (app) log query to pachctl (#9965)
robert-uhl Apr 23, 2024
fb4cc1e
update det helm chart (#9940)
BOsterbuhr Apr 23, 2024
e83d948
Migration test
acohen4 Apr 23, 2024
e899cb5
[CORE-1860] Hide logs2 for the 2.10 release (#9974)
robert-uhl Apr 23, 2024
1cf0d54
pachctl logs for container, pod, and app (#9972)
acohen4 Apr 23, 2024
515fbf3
Fix Det startupHook (#9975)
BOsterbuhr Apr 23, 2024
3ea1618
[CORE-1860] Return testloki error (#9976)
robert-uhl Apr 23, 2024
a91173f
[INT-1234] Refactor to use client MountedRepo state (#9954)
emmajsadams Apr 24, 2024
97dfa3a
implement leftover logs API options (#9973)
acohen4 Apr 24, 2024
84eca98
Add a parser for the metadata CLI (#9908)
jrockway Apr 24, 2024
9569e42
Add peek functionality to index reader and use it in the file source …
brycemcanally Apr 24, 2024
a7f25ad
fix aws release env test (#9983)
molinamelendezj Apr 24, 2024
79ff80d
[PFS-241] Require storageURL if gocdkEnabled: true (#9978)
BOsterbuhr Apr 24, 2024
06fe0af
[INT-1171] Add Copy Pachyderm File URI command (#9963)
emmajsadams Apr 24, 2024
68da377
Add JobDatum GetLogs option (#9986)
acohen4 Apr 24, 2024
05a6179
use storageURL for aws release test envs (#9977)
molinamelendezj Apr 25, 2024
7417323
avoid deployTarget=LOCAL (#9990)
jrockway Apr 25, 2024
ed133bc
iter
acohen4 Apr 25, 2024
84a3c0a
Instrument Storage Layer (#9958)
FahadBSyed Apr 25, 2024
d89598d
iterate
acohen4 Apr 25, 2024
4cde2ba
fix
acohen4 Apr 25, 2024
8af1d23
latest
acohen4 Apr 25, 2024
07bc31b
Make collections methods take a context (#9989)
jrockway Apr 25, 2024
6570ebd
[PFS-221] Fix Bad Refactor (#9991)
FahadBSyed Apr 26, 2024
bcf35a6
Bump github.com/docker/docker from 20.10.17+incompatible to 20.10.27+…
dependabot[bot] Apr 26, 2024
b984b40
update deps with gazelle
zmajeed Apr 26, 2024
289a1fd
Improve database and RPC logging (#9948)
jrockway Apr 26, 2024
18d8297
fix duplicate pipeline versions
acohen4 Apr 22, 2024
4ecbbeb
Migration test
acohen4 Apr 23, 2024
2ca319d
iter
acohen4 Apr 25, 2024
462b306
iterate
acohen4 Apr 25, 2024
50c33c5
fix
acohen4 Apr 25, 2024
16caf12
latest
acohen4 Apr 25, 2024
c6a0e96
update deps with gazelle
zmajeed Apr 26, 2024
2a499ab
Merge branch 'acohen4/fix-dup-pip-versions' of https://github.com/pac…
zmajeed Apr 29, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ use_repo(
go_deps,
"com_github_adrg_xdg",
"com_github_alecthomas_jsonschema",
"com_github_alecthomas_participle_v2",
"com_github_alessio_shellescape",
"com_github_aws_aws_lambda_go",
"com_github_aws_aws_sdk_go",
Expand Down
71 changes: 57 additions & 14 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions etc/helm/examples/aws-gp2-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ etcd:

pachd:
storage:
storageURL: s3://blah
amazon:
bucket: blah
region: some-region
Expand Down
1 change: 1 addition & 0 deletions etc/helm/examples/aws-gp3-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ etcd:

pachd:
storage:
storageURL: s3://blah
amazon:
bucket: blah
region: some-region
Expand Down
2 changes: 2 additions & 0 deletions etc/helm/examples/enterprise-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ pachd:
enterpriseLicenseKey: ""
oauthClientID: "enterprise-pach"
oauthRedirectURI: "http://localhost:31657/authorization-code/callback"
storage:
storageURL: s3://blah
1 change: 1 addition & 0 deletions etc/helm/examples/enterprise-member-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pachd:
oauthClientSecret: "oauth-secret"

storage:
storageURL: s3://pachyderm-test
backend: MINIO
minio:
bucket: "pachyderm-test"
Expand Down
1 change: 1 addition & 0 deletions etc/helm/examples/gcp-tls-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ingress:

pachd:
storage:
storageURL: gs://fake-bucket
google:
bucket: "fake-bucket"
cred: ""
Expand Down
1 change: 1 addition & 0 deletions etc/helm/examples/gcp-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ deployTarget: GOOGLE

pachd:
storage:
storageURL: gs://fake-bucket
google:
bucket: "fake-bucket"
# You can also pass the creds on the command line using helm install --set-file storage.google.cred=creds.json
Expand Down
1 change: 1 addition & 0 deletions etc/helm/examples/hub-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ pachd:
apiGRPCPort: 31400
s3GatewayPort: 30600
storage:
storageURL: "gs://test-bucket"
google:
# bucket is configured per workspace.
bucket: "test-bucket"
Expand Down
5 changes: 2 additions & 3 deletions etc/helm/examples/int-test-values-with-det.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ pachd:
rootToken: "pizza"
enterpriseLicenseKey: ""
storage:
storageURL: "s3://pachyderm-test?endpoint=minio.default.svc.cluster.local:9000&disableSSL=true&region=dummy-region"
backend: AMAZON
amazon:
gocdkEnabled: "true"
storageURL: "s3://pachyderm-test?endpoint=minio.default.svc.cluster.local:9000&disableSSL=true&region=dummy-region"
id: "minioadmin"
secret: "minioadmin"

Expand Down Expand Up @@ -63,7 +62,7 @@ determined:
enabled: true
enterpriseEdition: true
useNodePortForMaster: true
detVersion: 0.27.1
detVersion: 0.31.0
masterPort: 8282
masterCpuRequest: 250m
masterMemRequest: 512M # turn requests way down for automated smoke tests
Expand Down
5 changes: 2 additions & 3 deletions etc/helm/examples/local-dev-values-with-det.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ pachd:
enterpriseLicenseKey: ""
oauthRedirectURI: "http://localhost:8283/authorization-code/callback"
storage:
storageURL: "s3://pachyderm-test?endpoint=minio.default.svc.cluster.local:9000&disableSSL=true&region=dummy-region"
backend: AMAZON
amazon:
gocdkEnabled: "true"
storageURL: "s3://pachyderm-test?endpoint=minio.default.svc.cluster.local:9000&disableSSL=true&region=dummy-region"
id: "minioadmin"
secret: "minioadmin"

Expand Down Expand Up @@ -78,7 +77,7 @@ determined:
enterpriseEdition: true
useNodePortForMaster: false
useNodePortForDB: false
detVersion: 0.27.1 # set to latest in tests
detVersion: 0.31.0 # set to latest in tests
masterPort: 8282
masterCpuRequest: 250m
masterMemRequest: 256M
Expand Down
1 change: 1 addition & 0 deletions etc/helm/examples/microsoft-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ deployTarget: MICROSOFT

pachd:
storage:
storageURL: azblob://foo
microsoft:
container: "foo"
id: "bar"
Expand Down
1 change: 1 addition & 0 deletions etc/helm/examples/minio-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ deployTarget: CUSTOM

pachd:
storage:
storageURL: s3://foo
backend: MINIO
minio:
bucket: "foo"
Expand Down