Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
65dbaad
WG885 Cluster count needs to include mg cluster
AlinaGoaga May 31, 2022
dbf2812
Fix conflicts
AlinaGoaga Jun 6, 2022
56cd0f1
Create individual cluster page
AlinaGoaga Jun 6, 2022
925e1cd
Remove capi status show icon
AlinaGoaga Jun 6, 2022
08febd8
Update tests
AlinaGoaga Jun 6, 2022
26c00ec
Update tests - 2
AlinaGoaga Jun 6, 2022
df9707d
Update cluster details path
AlinaGoaga Jun 7, 2022
4ddfdf2
Solve conflicts with main
AlinaGoaga Jun 8, 2022
c320e70
Indiv cluster page with sections - WIP
AlinaGoaga Jun 8, 2022
1f8fda8
Indiv cluster page with sections - WIP2
AlinaGoaga Jun 9, 2022
51acb70
Indiv cluster page with sections - WIP3
AlinaGoaga Jun 13, 2022
3b1388c
Update style in CAPIStatusTable
AlinaGoaga Jun 14, 2022
81f44de
Update style in CAPIStatusTable - 2
AlinaGoaga Jun 14, 2022
53eed9f
Update style in CAPIStatusTable - 3
AlinaGoaga Jun 14, 2022
f6924e9
Merge branch 'main' into indiv-cluster-page
AlinaGoaga Jun 14, 2022
b6e4a8f
refactor filters on filterable table as they introduce a breaking change
Jun 15, 2022
9de5521
Link cluster dashboard with apps
AlinaGoaga Jun 16, 2022
5ea6e5a
Update to latest Core
AlinaGoaga Jun 17, 2022
29f096c
Merge branch 'main' into indiv-cluster-page
AlinaGoaga Jun 17, 2022
cc02b6b
Fix up "filter by cluster" link
foot Jun 21, 2022
f8a9ac1
Merge remote-tracking branch 'origin/main' into indiv-cluster-page
foot Jun 21, 2022
ec16f9a
Corrects kubeconfig link
foot Jun 21, 2022
e739407
Back to clusters page to delete it
foot Jun 21, 2022
e7d7db4
went from div -> a tags in the UI
foot Jun 21, 2022
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
25 changes: 11 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.2
github.com/weaveworks/weave-gitops v0.8.1
github.com/weaveworks/weave-gitops v0.9.0-rc.3
github.com/weaveworks/weave-gitops-enterprise-credentials v0.0.2
github.com/weaveworks/weave-gitops-enterprise/common v0.0.0
gopkg.in/yaml.v3 v3.0.1 // indirect
Expand All @@ -40,7 +40,7 @@ require (
github.com/mkmik/multierror v0.3.0
github.com/onsi/ginkgo/v2 v2.1.3
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.10.1
github.com/spf13/viper v1.11.0
github.com/weaveworks/cluster-controller v0.0.0-20220329095024-22c0a57802a4
github.com/weaveworks/go-checkpoint v0.0.0-20220223124739-fd9899e2b4f2
github.com/weaveworks/policy-agent/api v1.0.3
Expand All @@ -62,15 +62,15 @@ require (
)

require (
cloud.google.com/go v0.99.0 // indirect
cloud.google.com/go/compute v1.5.0 // indirect
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.11.20 // indirect
github.com/Azure/go-autorest/autorest/adal v0.9.15 // indirect
github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
github.com/Azure/go-autorest/logger v0.2.1 // indirect
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
github.com/BurntSushi/toml v1.0.0 // indirect
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
Expand All @@ -85,7 +85,6 @@ require (
github.com/acomagu/bufpipe v1.0.3 // indirect
github.com/alecthomas/chroma v0.9.2 // indirect
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
Expand Down Expand Up @@ -114,7 +113,7 @@ require (
github.com/fluxcd/pkg/apis/kustomize v0.3.3 // indirect
github.com/fluxcd/pkg/runtime v0.14.1 // indirect
github.com/fluxcd/pkg/ssa v0.15.2 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/ghodss/yaml v1.0.0 // indirect
github.com/go-asset/generics v0.0.0-20220317100214-d5f632c68060 // indirect
github.com/go-errors/errors v1.4.0 // indirect
Expand Down Expand Up @@ -155,22 +154,20 @@ require (
github.com/json-iterator/go v1.1.12 // indirect
github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
github.com/lib/pq v1.10.4 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/magiconair/properties v1.8.5 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/matryer/is v1.4.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/mitchellh/reflectwalk v1.0.2 // indirect
github.com/moby/locker v1.0.1 // indirect
github.com/moby/spdystream v0.2.0 // indirect
Expand All @@ -182,20 +179,20 @@ require (
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/opencontainers/go-digest v1.0.0 // indirect
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
github.com/pelletier/go-toml v1.9.4 // indirect
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/pelletier/go-toml/v2 v2.0.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_model v0.2.0 // indirect
github.com/prometheus/common v0.32.1 // indirect
github.com/prometheus/procfs v0.7.3 // indirect
github.com/rivo/uniseg v0.2.0 // indirect
github.com/rogpeppe/go-internal v1.8.1 // indirect
github.com/rubenv/sql-migrate v1.1.1 // indirect
github.com/russross/blackfriday v1.5.2 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sethvargo/go-limiter v0.7.2 // indirect
github.com/shopspring/decimal v1.2.0 // indirect
github.com/spf13/afero v1.6.0 // indirect
github.com/spf13/afero v1.8.2 // indirect
github.com/spf13/cast v1.4.1 // indirect
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
Expand All @@ -219,7 +216,7 @@ require (
gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.66.2 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
Expand Down
Loading