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.
- 26 Apr, 2022 1 commit
-
-
Sean McGinnis authored
Go 1.16 deprecated ioutil [0]. This replaces its usage with the recommended replacements so we don't get errors once this deprecation is fully enforced or it is removed. [0] https://go.dev/doc/go1.16#ioutil Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
- 15 Apr, 2022 1 commit
-
-
Aman Sharma authored
- Installing TCE using make release - Creating Unmanaged cluster - Checking repository - Checking Pods - Deleting cluster Signed-off-by:
Aman Sharma <amansh@vmware.com>
-
- 08 Apr, 2022 2 commits
-
-
MinerYang authored
adjust description update imgpkg bunble Co-authored-by:
yminer <yminer@vmmware.com>
-
MinerYang authored
misspell lint rename ut file & add description update image package digest simplify unittes values yaml adding comments on values.yaml update package bundle Co-authored-by:
yminer <yminer@vmmware.com>
-
- 01 Apr, 2022 1 commit
-
-
Shengwen YU authored
Signed-off-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 31 Mar, 2022 1 commit
-
-
Shengwen YU authored
Signed-off-by:
Shengwen Yu <yshengwen@vmware.com> Co-authored-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 28 Mar, 2022 1 commit
-
-
Sean McGinnis authored
PR https://github.com/vmware-tanzu/community-edition/pull/3729 was merged with failing lint checks caused by an extra line in the code. This removes the line to get things passing again. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
- 26 Mar, 2022 1 commit
-
-
MinerYang authored
adjust for lint liint underscore et available storage class getDefaultStorageClass adjust get getDefaultStorageClass adjust timeout and get csidriver wait local-path-provisioner ready go get k8s.io/api and go mod tidy Co-authored-by:
yminer <yminer@vmmware.com>
-
- 16 Mar, 2022 1 commit
-
-
Sean McGinnis authored
During restructuring to add a root go.mod, some debugging was left in the Makefile definition for the "lint" target, leaving anything but the root linting off by having it just echo the command. This reenables linting for those submodules and addresses some of the things that have crept in since then. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com>
-
- 15 Mar, 2022 1 commit
-
-
MinerYang authored
update configContourYamlFile remove print msg adjust using configContourYamlFile Co-authored-by:
yminer <yminer@vmmware.com>
-
- 08 Mar, 2022 1 commit
-
-
MinerYang authored
Co-authored-by:
yminer <yminer@vmmware.com>
-
- 26 Feb, 2022 1 commit
-
-
MinerYang authored
Co-authored-by:
yminer <yminer@vmmware.com>
-
- 23 Feb, 2022 1 commit
-
-
Sean McGinnis authored
* Move plugin definition locally (#3021) This moves the PluginDescriptor and some helper functions to be light weight, locally defined interfaces with the community-edition repo. Signed-off-by:
Sean McGinnis <smcginnis@vmware.com> * Update next branch with TF 0.16.0 (#3149) Co-authored-by:
github-actions <github-actions@github.com> * Unmanaged-cluster: resolve kbld images (#3133) - Using kbld libs, resolves the `image:` tags correctly from the `.imgpkg/images.yaml` files found in the kapp bundle - `Image` struct now has MergedManifest instead of ResolvedBytes. MergedManifest is a single slice of bytes that represents the resolved complete resolved, merged ytt / kbld manifest Signed-off-by:
John McBride <jmcbride@vmware.com> * Fix update GCP buckets (#3162) Co-authored-by:
github-actions <github-actions@github.com> * Revert publish for normal builds, remove distro on gcp bucket (#3164) Co-authored-by: github-a...
-
- 08 Feb, 2022 1 commit
-
-
Nicholas Seemiller authored
-
- 10 Jan, 2022 1 commit
-
-
Karuppiah Natarajan authored
Most get-deps targets were using "go mod download", which isn't as accurate as "go mod tidy" for evaluating dependencies. From one of the go maintainers: ``` go mod download is downloading all of the modules in the dependency graph, which it can determine from reading only the go.mod files. It doesn't know which of those modules are actually needed to satisfy a build, so it doesn't pull in the checksums for those modules (because they may not be relevant). On the other hand, go mod tidy has to walk the package graph in order to ensure that all imports are satisfied. So it knows, for a fact, without doing any extra work, that the modules it walks through are needed for a go build in some configuration. ``` Signed-off-by:
Sean McGinnis <smcginnis@vmware.com> Signed-off-by:
Karuppiah Natarajan <karuppiahn@vmware.com> Co-authored-by:
Sean McGinnis <smcginnis@vmware.com>
-
- 17 Dec, 2021 1 commit
-
-
MinerYang authored
Co-authored-by:
yminer <yminer@vmmware.com>
-
- 09 Dec, 2021 2 commits
-
-
Karuppiah Natarajan authored
* update the outdated `go.mod` and `go.sum` files Signed-off-by:
Karuppiah Natarajan <karuppiahn@vmware.com>
-
MinerYang authored
add harbor2.2.3 configuration doc 2.3.3 adjustment 2.3.3 adjustment02 add harbor2.3.3 configuration doc typo correction Co-authored-by:
yminer <yminer@vmmware.com>
-
- 06 Dec, 2021 1 commit
-
-
MinerYang authored
update get harbor template using imgpkg in README.md adjustment adjust words correct missspelling adjustment shell Co-authored-by:
yminer <yminer@vmmware.com>
-
- 03 Dec, 2021 2 commits
-
-
John Kjell authored
Co-authored-by:
John Kjell <kjelljo@kjelljo-a02.vmware.com>
-
Shengwen YU authored
Signed-off-by:
Shengwen Yu <yshengwen@vmware.com> Co-authored-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 02 Dec, 2021 1 commit
-
-
Kay ORiordan authored
* Minor correction in Harbor readme. Signed-off-by:
kcoriordan <koriordan@vmware.com> * Minor correction in Harbor readme. Signed-off-by:
kcoriordan <koriordan@vmware.com>
-
- 30 Nov, 2021 1 commit
-
-
Shengwen YU authored
Configuring timeout for httpproxy in Harbor package. Signed-off-by:
Shengwen Yu <yshengwen@vmware.com> Co-authored-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 22 Nov, 2021 1 commit
-
-
MinerYang authored
update package yaml & unittest reset oci registry rebase & push images to registry yaml lint update/ harbor_test upddate update yaml for lint update package image bundle url fix gcs stoarge overlay Co-authored-by:
yminer <yminer@vmmware.com>
-
- 18 Nov, 2021 1 commit
-
-
Shengwen YU authored
harbor package 2.3.3 support tlsCertificateSecretName Signed-off-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 16 Nov, 2021 2 commits
-
-
tiffany jernigan authored
-
Shengwen YU authored
Signed-off-by:
Shengwen Yu <yshengwen@vmware.com> Co-authored-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 05 Nov, 2021 1 commit
-
-
Shengwen YU authored
Signed-off-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 01 Nov, 2021 1 commit
-
-
Shengwen YU authored
Signed-off-by:
Shengwen Yu <yshengwen@vmware.com> Co-authored-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 29 Oct, 2021 1 commit
-
-
Shengwen YU authored
Signed-off-by:
Shengwen Yu <yshengwen@vmware.com> Co-authored-by:
Shengwen Yu <yshengwen@vmware.com>
-
- 27 Oct, 2021 1 commit
-
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 26 Oct, 2021 1 commit
-
-
Rajas Kakodkar authored
Signed-off-by:
Rajas Kakodkar <rkakodkar@vmware.com>
-
- 25 Oct, 2021 2 commits
-
-
MinerYang authored
modified no need for jstorage==filesystem in jobservice Co-authored-by:
yminer <yminer@vmmware.com>
-
He Weiwei authored
1. Install the contour components to a fixed namespace. 2. Install the harbor package with available version contains '2.2.3'. 3. Clean up the package in AfterSuite stage only it's installed in BeforeSuite stage. 4. Use the host ip when the load balancer ip is empty for contour. Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 21 Oct, 2021 1 commit
-
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 04 Oct, 2021 1 commit
-
-
John McBride authored
Signed-off-by:
John McBride <jmcbride@vmware.com>
-
- 23 Sep, 2021 3 commits
-
-
John McBride authored
Fixes a linting issue in main for harbor makefile license header Signed-off-by:
John McBride <jmcbride@vmware.com>
-
Kay ORiordan authored
Signed-off-by:
kcoriordan <koriordan@vmware.com>
-
He Weiwei authored
Signed-off-by:
He Weiwei <hweiwei@vmware.com>
-
- 21 Sep, 2021 1 commit
-
-
Rajas Kakodkar authored
-