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

remove webConsolePlugin from ToolchainClusterConfig (go mod) #1026

Merged
merged 5 commits into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/codeready-toolchain/toolchain-e2e

require (
github.com/codeready-toolchain/api v0.0.0-20240717145630-bb67a632867a
github.com/codeready-toolchain/toolchain-common v0.0.0-20240716065433-8604fe46b96a
github.com/codeready-toolchain/api v0.0.0-20240801160201-ed4387f19137
github.com/codeready-toolchain/toolchain-common v0.0.0-20240801160555-2f18a82d9752
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.12.0
github.com/ghodss/yaml v1.0.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:z
github.com/cockroachdb/datadriven v0.0.0-20200714090401-bf6692d28da5/go.mod h1:h6jFvWxBdQXxjopDMZyH2UVceIRfR84bdzbkoKrsWNo=
github.com/cockroachdb/errors v1.2.4/go.mod h1:rQD95gz6FARkaKkQXUksEje/d9a6wBJoCr5oaCLELYA=
github.com/cockroachdb/logtags v0.0.0-20190617123548-eb05cc24525f/go.mod h1:i/u985jwjWRlyHXQbwatDASoW0RMlZ/3i9yJHE2xLkI=
github.com/codeready-toolchain/api v0.0.0-20240717145630-bb67a632867a h1:La7GOCysmkU+4vnN8lDzXFJwJiA1LWZ9YkX/yQXYnpw=
github.com/codeready-toolchain/api v0.0.0-20240717145630-bb67a632867a/go.mod h1:ie9p4LenCCS0LsnbWp6/xwpFDdCWYE0KWzUO6Sk1g0E=
github.com/codeready-toolchain/toolchain-common v0.0.0-20240716065433-8604fe46b96a h1:HcaJtZCLfYkWZCxIa3iTvq3zgn711JGqPLkunBTfGSc=
github.com/codeready-toolchain/toolchain-common v0.0.0-20240716065433-8604fe46b96a/go.mod h1:8M9k7w2VSyRKSK6P08Jo2ddW3uyGgxCcSitnYa3HK9o=
github.com/codeready-toolchain/api v0.0.0-20240801160201-ed4387f19137 h1:axAZH/Ku+QHu2eQjlx/a7dctWRgj0T3K4gfnq1fzKFo=
github.com/codeready-toolchain/api v0.0.0-20240801160201-ed4387f19137/go.mod h1:ie9p4LenCCS0LsnbWp6/xwpFDdCWYE0KWzUO6Sk1g0E=
github.com/codeready-toolchain/toolchain-common v0.0.0-20240801160555-2f18a82d9752 h1:6cFp7ql7CTdk83GktAbVLYZDHRC63gei27uIFSbq8ho=
github.com/codeready-toolchain/toolchain-common v0.0.0-20240801160555-2f18a82d9752/go.mod h1:VIJaZyLIblt9/HqIsJn7Hlu4RqG9/hNCznE0Uge4H+g=
github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
Expand Down
2 changes: 0 additions & 2 deletions quay.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ There is a set of images that is built and pushed to quay repositories while dep
* https://quay.io/repository/<quay-username>/host-operator-bundle
* https://quay.io/repository/<quay-username>/host-operator-index
* https://quay.io/repository/<quay-username>/member-operator
* https://quay.io/repository/<quay-username>/member-operator-console-plugin
* https://quay.io/repository/<quay-username>/member-operator-webhook
* https://quay.io/repository/<quay-username>/member-operator-bundle
* https://quay.io/repository/<quay-username>/member-operator-index
Expand All @@ -27,7 +26,6 @@ All aforementioned repositories has to be public, so make sure that the visibili
* https://quay.io/repository/<quay-username>/host-operator-bundle?tab=settings
* https://quay.io/repository/<quay-username>/host-operator-index?tab=settings
* https://quay.io/repository/<quay-username>/member-operator?tab=settings
* https://quay.io/repository/<quay-username>/member-operator-console-plugin?tab=settings
* https://quay.io/repository/<quay-username>/member-operator-webhook?tab=settings
* https://quay.io/repository/<quay-username>/member-operator-bundle?tab=settings
* https://quay.io/repository/<quay-username>/member-operator-index?tab=settings
Expand Down
3 changes: 1 addition & 2 deletions test/e2e/parallel/space_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (

toolchainv1alpha1 "github.com/codeready-toolchain/api/api/v1alpha1"
testspace "github.com/codeready-toolchain/toolchain-common/pkg/test/space"
"github.com/codeready-toolchain/toolchain-e2e/testsupport"
. "github.com/codeready-toolchain/toolchain-e2e/testsupport"
. "github.com/codeready-toolchain/toolchain-e2e/testsupport/space"
testsupportsb "github.com/codeready-toolchain/toolchain-e2e/testsupport/spacebinding"
Expand Down Expand Up @@ -250,7 +249,7 @@ func TestPromoteSpace(t *testing.T) {
hostAwait := awaitilities.Host()
memberAwait := awaitilities.Member1()

user := testsupport.NewSignupRequest(awaitilities).
user := NewSignupRequest(awaitilities).
ManuallyApprove().
TargetCluster(memberAwait).
RequireConditions(ConditionSet(Default(), ApprovedByAdmin())...).
Expand Down
Loading