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

Merging the latest updates from develop #5

Merged
merged 88 commits into from
Dec 8, 2023
Merged

Merging the latest updates from develop #5

merged 88 commits into from
Dec 8, 2023

Conversation

ek-nag
Copy link
Owner

@ek-nag ek-nag commented Dec 8, 2023

No description provided.

cdunbar13 and others added 30 commits November 14, 2023 17:43
…e-api-script

Creation of script to check upcoming maintenance on nodes
…ugin-type

Fix: variable takes structured data when set
…x-distance

Add documentation how to use max_hops plugin
Updated testing procedure to mock out subprocess calls which may not always be available and are slow
…_filestore

Add Zonal with lower capacity band support for filestore instance
```sh
=== RUN   Test
2023/11/21 21:21:28 Oopsy
FAIL    hpc-toolkit/pkg/config  0.058s
```

```sh
=== RUN   Test

----------------------------------------------------------------------
FAIL: /usr/local/google/home/orlov/wp/hpc-toolkit/pkg/config/config_test.go:1069: MySuite.TestFatal

/usr/local/google/home/orlov/wp/hpc-toolkit/pkg/config/config_test.go:1070:
    c.Fatal("Oopsy")
... Error: Oopsy

OOPS: 38 passed, 1 FAILED
```
Reduce usage of `log.Fatal` in tests, use `c.Fatal` instead
…pc-deploy-output

Implement Custom Logging
* Stop using `TestMain`, see `lib/google-golang/src/testing/testing.go` :

```go
// TestMain is a low-level primitive and should not be necessary for casual
// testing needs, where ordinary test functions suffice.
```

* Use `c.Fatal` instead of `log.Fatal`, see GoogleCloudPlatform#1985 for motivation;

* Reduce usage of bloated `get*DeploymentConfigForTest` methods;

* Split setup-free tests into separate `zeroSuite`.
* Stop using `TestMain`, see `lib/google-golang/src/testing/testing.go` :

```go
// TestMain is a low-level primitive and should not be necessary for casual
// testing needs, where ordinary test functions suffice.
```

* Use `c.Fatal` instead of `log.Fatal`, see GoogleCloudPlatform#1985 for motivation;
Remove usage of `log.Fatal` from non-tests files
* Stop using `TestMain`, see `lib/google-golang/src/testing/testing.go` :

```go
// TestMain is a low-level primitive and should not be necessary for casual
// testing needs, where ordinary test functions suffice.
```

* Use `c.Fatal` instead of `log.Fatal`, see GoogleCloudPlatform#1985 for motivation;
…ique-bucket-name

Front End Deployment Unique Bucket Name
…e-api-testing

Initial testing scripts with new folder for unittests
dependabot bot and others added 29 commits December 4, 2023 11:45
Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.14.0 to 0.15.0.
- [Commits](golang/sys@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: golang.org/x/sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…main

Merge v1.26.0 into development branch
…dependabot/go_modules/develop/golang.org/x/sys-0.15.0

Bump golang.org/x/sys from 0.14.0 to 0.15.0
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.151.0 to 0.152.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.151.0...v0.152.0)

---
updated-dependencies:
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/go_modules/develop/google.golang.org/api-0.152.0

Bump google.golang.org/api from 0.151.0 to 0.152.0
Bumps [github.com/spf13/afero](https://github.com/spf13/afero) from 1.10.0 to 1.11.0.
- [Release notes](https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.10.0...v1.11.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/afero
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/go_modules/develop/github.com/spf13/afero-1.11.0

Bump github.com/spf13/afero from 1.10.0 to 1.11.0
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.10.0 to 5.10.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.10.0...v5.10.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
…dependabot/go_modules/develop/github.com/go-git/go-git/v5-5.10.1

Bump github.com/go-git/go-git/v5 from 5.10.0 to 5.10.1
…dependabot/pip/community/front-end/ofe/cryptography-41.0.6

Bump cryptography from 41.0.4 to 41.0.6 in /community/front-end/ofe
Legacy metadata to be removed, added comment.
…s_test

Don't test metadata services against legacy ones.
…er_access

Document permissions around manual usage of Spack installation
…d-image-examples

Adding snippet of commonly used images to make it easy to modify a blueprint
Use older release until we address the code changes required by
terraform-linters/tflint-ruleset-terraform#133
…e-api-slurm

Slurm flag for maintenance API script
…ocal_ssd_warning

Eliminate local SSD warning
Exclude `pkg/*` from `packer-readme` hook.
@ek-nag ek-nag merged commit 2a02353 into ek-cloudsql Dec 8, 2023
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants