Skip to content

Commit

Permalink
Merge pull request #34 from rabobank/fork-merge
Browse files Browse the repository at this point in the history
Fork merge
  • Loading branch information
metskem authored Dec 4, 2023
2 parents 6636a1c + 5c30d99 commit 64c89bc
Show file tree
Hide file tree
Showing 535 changed files with 86,361 additions and 5,690 deletions.
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ config_tests
.envrc
.vscode
cf-mgmt-*
.idea/
/cf-mgmt
dist/
dist/
test_configuration
publish-develop.sh
make-binary.sh
.idea
test-for-pagination.sh
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM concourse/buildroot:git

MAINTAINER Caleb Washburn "[email protected]"
FROM ubuntu:latest

COPY cf-mgmt-linux /usr/bin/cf-mgmt
COPY cf-mgmt-config-linux /usr/bin/cf-mgmt-config
Expand Down
22 changes: 8 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
| TAS version | Compatible? |
|-------------|----------------------------------------------------------------------------------------------------------------|
| 2.13 | ![CI](https://ci.cryo.cf-app.com/api/v1/teams/cf-mgmt/pipelines/cf-mgmt/jobs/test-against-tas-2_13/badge) |
| 2.12 | ![CI](https://ci.cryo.cf-app.com/api/v1/teams/cf-mgmt/pipelines/cf-mgmt/jobs/test-against-tas-2_12/badge) |
| 2.11 | ![CI](https://ci.cryo.cf-app.com/api/v1/teams/cf-mgmt/pipelines/cf-mgmt/jobs/test-against-tas-2_11_lts2/badge) |
| 2.10 | ![CI](https://ci.cryo.cf-app.com/api/v1/teams/cf-mgmt/pipelines/cf-mgmt/jobs/test-against-tas-2_10/badge) |
| 2.7 | ![CI](https://ci.cryo.cf-app.com/api/v1/teams/cf-mgmt/pipelines/cf-mgmt/jobs/test-against-tas-2_7_lts/badge) |
| TAS version | Compatible |
|-------------|------------|
| 4.0 | |
| 3.0 | |
| 2.13 | |
| 2.11 | |

# Note for Rabobank version of cf-mgmt
[![Test, Build and Release](https://github.com/rabobank/cf-mgmt/actions/workflows/test-build-release.yml/badge.svg)](https://github.com/rabobank/cf-mgmt/actions/workflows/test-build-release.yml)
Expand Down Expand Up @@ -233,13 +232,8 @@ RUN_INTEGRATION_TESTS=true go test ./integration/...

### Code Generation

Some portions of this code are autogenerated. To regenerate them, install the prerequisites:

- `go get -u github.com/jteeuwen/go-bindata/...`
- `go get -u github.com/maxbrunsfeld/counterfeiter`

And then run `go generate ./...` from the project directory, or `go generate .`
from a specific directory.
Some portions of this code are autogenerated.
To regenerate run `go generate ./...` from the project directory, or `go generate .` from a specific directory.

## Contributing

Expand Down
31 changes: 0 additions & 31 deletions ci/dev-build-pipeline.yml

This file was deleted.

Loading

0 comments on commit 64c89bc

Please sign in to comment.