This project is mirrored from https://gitee.com/NQL886/community-edition.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 14 Apr, 2022 18 commits
-
-
Nicholas Seemiller authored
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Ryan Collins authored
* Separate App-Toolkit example yamls into more explicit groupings * Fix App-Toolkit tests and mdlint * Change App-Toolkit example's service account and kpack builder usage - rely on kpack's default service account in the kpack namespace - correct usage of workload-user sa (which was not being used) - change kpack Builder to ClusterBuilder to be namespace agnostic * Remove unneccessary artifacts from App-Toolkit tests * Fix typo in App Toolkit README
-
Nicholas Seemiller authored
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Jun Wang authored
-
Alka chaudhary authored
Co-authored-by:
calka <calka@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Nicholas Seemiller authored
-
John McBride authored
- Kind libraries expects port mapping protocols to be uppercase. So instead of "tcp" it expects "TCP" Signed-off-by:
John McBride <jmcbride@vmware.com>
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
David vonThenen authored
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Ryan Collins authored
* Add suggested changes to App-Toolkit README.md * Make suggested changes to App-Toolkit README - addresses suggestions made in issue #3924 * Fix typo and mdlint suggestions
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Ciro S. Costa authored
* cartographer: bump to 0.3.0 - `vendir` the latest 0.3.0 release from `vmware-tanzu/package-for-cartographer` - copy smoke tests from 0.2.2 to 0.3.0 (no change in the smoke tests) Signed-off-by:
Ciro S. Costa <ciroscosta@vmware.com> * tests: run smoke tests for cartographer 0.3.0 with the inclusion of the new 0.3.0 package for cartographer, bump it up to 0.3.0. Signed-off-by:
Ciro S. Costa <ciroscosta@vmware.com> * cartographer: consume release contents from tgz given that the repository where does bits come from (vmware-tanzu/package-for-cartographer) is aimed towards the generation of packages for multiple projects targetted at multiple distributions (e.g., TAP _and_ TCE), now for each projects and distribution, a `.tgz` is included in the release so that `package.yaml` for each can be fetched. note that previous releases (0.2.2) have been updated to conform to the same pattern. Signed-off-by:
Ciro S. Costa <ciroscosta@vmware.com>
-
- 13 Apr, 2022 10 commits
-
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Nicholas Seemiller authored
- corrects the namespace for 1.8.0 - updates comments in tests - removes versions 1.3.3 and 1.4.4 Signed-off-by:
Nicholas Seemiller <nseemiller@vmware.com>
-
Tyler Phelan authored
* Add kpack-dependencies package - Initial release version 0.0.9 - Bundle is distributed from projects.registry.vmware.com/kpack/dependencies
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
David vonThenen authored
-
Ben Petersen authored
Signed-off-by:
Benjamin A. Petersen <ben@benjaminapetersen.me>
-
David vonThenen authored
-
Mohit Sharma authored
* "Adding Run Id and Attempt no in Diagnostics Data for e2e test workflow * Adding Run Id and Attempt no in Diagnostics Data for e2e test workflow
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
- 12 Apr, 2022 12 commits
-
-
Sean McGinnis authored
Our urllinter currently performs a GET request on each URL found in the repo. Since that will actually return the full page content of the site, and all we need to know is if the page exists, this results in data being sent over the wire that we just end up ignoring. This changes the link checking to use a HEAD request instead. That will tell us if the page exists or not, while not sending any unnecessary data with the response. For whatever reason, the k8s testgrid site does not allow HEAD requests and returns a 405. This is the only site out of the list of URLs that behaves this way. To allow us to use the more optimal HEAD request for the majority of sites, this will detect if a 405 is returned and retry the link check using the full GET request. This makes the checking slightly more robust. Also sets the user-agent on these requests so there is some indication where all these requests are coming from in case a site operator notices a burst of requests and wants to investigate. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
dependabot[bot] authored
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.21.0 to 1.22.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/spanner/v1.21.0...spanner/v1.22.0 ) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Sean McGinnis authored
The current `make check` runs all of our linters, which is great, but they take so long to run that it almost guarantees no one will actually run this locally more than once. We really do want folks running the tests before proposing PRs and then needing to address issues after the fact. To try to make it faster and easier, and make it more likely to be used, this separates out the checks into: - `make check` - runs a subset of all linters for the most common things - `make check-full` - runs all the linter checks for full coverage Our CI will continue to run the full suite of tests, but by default a local user can just run the tests that are most likley to uncover any concerns in their changes. This also changes the async lint run to stream the output immediately to the log file. This is useful to be able to tail a log while a linter is running to get some visiblity into what is happening. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
Nicholas Seemiller authored
`informaiton` -> `information`
-
Fang Han authored
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-
dependabot[bot] authored
Bumps [github.com/vmware-tanzu/carvel-kapp-controller](https://github.com/vmware-tanzu/carvel-kapp-controller) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/vmware-tanzu/carvel-kapp-controller/releases) - [Commits](https://github.com/vmware-tanzu/carvel-kapp-controller/compare/v0.34.0...v0.35.0 ) --- updated-dependencies: - dependency-name: github.com/vmware-tanzu/carvel-kapp-controller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Nicholas Seemiller authored
- 1.5.5 - 1.6.3 - 1.7.2 - 1.8.0 Also adds unit and e2e tests for 1.7.2 and 1.8.0. Signed-off-by:
Nicholas Seemiller <nseemiller@vmware.com>
-
Josh Rosso authored
profile. Signed-off-by:
joshrosso <rossoj@vmware.com>
-
Josh Rosso authored
Signed-off-by:
joshrosso <rossoj@vmware.com>
-
TCE Automation authored
Signed-off-by:
github-actions <github-actions@github.com> Co-authored-by:
github-actions <github-actions@github.com>
-