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

replace kubeapps org vmware tanzu #4538

Merged
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
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ local_e2e_steps: &local_e2e_steps

jobs:
test_go:
working_directory: /home/circleci/go/src/github.com/kubeapps/kubeapps
working_directory: /home/circleci/go/src/github.com/vmware-tanzu/kubeapps
environment:
CGO_ENABLED: "0"
<<: *common_envars
Expand All @@ -622,7 +622,7 @@ jobs:
docker run -d --name postgresql --rm --publish 5432:5432 -e ALLOW_EMPTY_PASSWORD=yes bitnami/postgresql:${POSTGRESQL_VERSION}
docker run --network container:postgresql -d --name tests cimg/go:${GOLANG_VERSION} tail -f /dev/null
docker cp /home/circleci/go tests:/
docker exec -it tests /bin/sh -c "cd /go/src/github.com/kubeapps/kubeapps/ && make test-db"
docker exec -it tests /bin/sh -c "cd /go/src/github.com/vmware-tanzu/kubeapps/ && make test-db"
test_dashboard:
environment:
# Note that the max old space setting is per worker, so running the tests
Expand Down Expand Up @@ -670,7 +670,7 @@ jobs:
build_go_images:
docker:
- image: cimg/go:<< pipeline.parameters.GOLANG_VERSION >>
working_directory: /home/circleci/go/src/github.com/kubeapps/kubeapps
working_directory: /home/circleci/go/src/github.com/vmware-tanzu/kubeapps
environment:
GOPATH: ${HOME}/.go_workspace
IMAGES: "kubeops apprepository-controller asset-syncer assetsvc kubeapps-apis"
Expand Down
6 changes: 3 additions & 3 deletions GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This document defines the project governance for Kubeapps.

The following code repositories are governed by Kubeapps community and maintained under the `kubeapps\kubeapps` organization.

- [kubeapps](https://github.com/kubeapps/kubeapps): Main Kubeapps codebase.
- [kubeapps](https://github.com/vmware-tanzu/kubeapps): Main Kubeapps codebase.
- [hub](https://github.com/kubeapps/hub): Kubeapps Hub UI codebase.

## Community Roles

- **Users**: Members that engage with the Kubeapps community via any medium ([Slack](https://kubernetes.slack.com/messages/kubeapps), [GitHub](https://github.com/kubeapps/kubeapps), etc.).
- **Users**: Members that engage with the Kubeapps community via any medium ([Slack](https://kubernetes.slack.com/messages/kubeapps), [GitHub](https://github.com/vmware-tanzu/kubeapps), etc.).
- **Contributors**: Members contributing to projects (documentation, code reviews, responding to issues, participation in proposal discussions, contributing code, etc.).
- **Maintainers**: The Kubeapps project leaders. They are responsible for the overall health and direction of the project; final reviewers of PRs and responsible for releases. Maintainers are expected to contribute code and documentation, review PRs including ensuring the quality of code, triage issues, proactively fix bugs and perform maintenance tasks for Kubeapps components.

Expand All @@ -41,7 +41,7 @@ One of the most important aspects of any open source community is the concept of

Proposals should cover the high-level objectives, use cases, and technical recommendations on how to implement them. In general, the community member(s) interested in implementing the proposal should be either deeply engaged in the proposal process or be an author of the proposal.

The proposal should be documented as a separate markdown file pushed to the root of the [design-proposals](./docs/reference/design-proposals) folder in the [Kubeapps repository](https://github.com/kubeapps/kubeapps) via PR.
The proposal should be documented as a separate markdown file pushed to the root of the [design-proposals](./docs/reference/design-proposals) folder in the [Kubeapps repository](https://github.com/vmware-tanzu/kubeapps) via PR.

### Proposal Lifecycle

Expand Down
2 changes: 1 addition & 1 deletion MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@
| Engineering Manager | Pepe Baena ([ppbaena](https://github.com/ppbaena)) |
| Executive Owner | Arun Goel |

Full list of [Kubeapps contributors](https://github.com/kubeapps/kubeapps/graphs/contributors).
Full list of [Kubeapps contributors](https://github.com/vmware-tanzu/kubeapps/graphs/contributors).
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2017-2022 the Kubeapps contributors.
# SPDX-License-Identifier: Apache-2.0

IMPORT_PATH:= github.com/kubeapps/kubeapps
IMPORT_PATH:= github.com/vmware-tanzu/kubeapps
GO = /usr/bin/env go
GOFMT = /usr/bin/env gofmt
IMAGE_TAG ?= dev-$(shell date +%FT%H-%M-%S-%Z)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ See how to deploy and configure [Kubeapps on VMware Tanzu™ Kubernetes Grid™]

## Troubleshooting

If you encounter issues, review the [troubleshooting docs](./chart/kubeapps/README.md#troubleshooting), review our [project board](https://github.com/kubeapps/kubeapps/projects/11), file an [issue](https://github.com/kubeapps/kubeapps/issues), or talk to us on the [#Kubeapps channel](https://kubernetes.slack.com/messages/kubeapps) on the Kubernetes Slack server.
If you encounter issues, review the [troubleshooting docs](./chart/kubeapps/README.md#troubleshooting), review our [project board](https://github.com/vmware-tanzu/kubeapps/projects/11), file an [issue](https://github.com/vmware-tanzu/kubeapps/issues), or talk to us on the [#Kubeapps channel](https://kubernetes.slack.com/messages/kubeapps) on the Kubernetes Slack server.

- Click [here](https://slack.k8s.io) to sign up to the Kubernetes Slack org.

Expand All @@ -56,4 +56,4 @@ If you are ready to jump in and test, add code, or help with documentation, foll

## Changelog

Take a look at the list of [releases](https://github.com/kubeapps/kubeapps/releases) to stay tuned for the latest features and changes.
Take a look at the list of [releases](https://github.com/vmware-tanzu/kubeapps/releases) to stay tuned for the latest features and changes.
4 changes: 2 additions & 2 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

**About this document**

This document provides a link to the[ Kubeapps Project issues](https://github.com/kubeapps/kubeapps/issues) list that serves as the up to date description of items that are in the Kubeapps release pipeline. This should serve as a reference point for Kubeapps users and contributors to understand where the project is heading, and help determine if a contribution could be conflicting with a longer term plan.
This document provides a link to the[ Kubeapps Project issues](https://github.com/vmware-tanzu/kubeapps/issues) list that serves as the up to date description of items that are in the Kubeapps release pipeline. This should serve as a reference point for Kubeapps users and contributors to understand where the project is heading, and help determine if a contribution could be conflicting with a longer term plan.

###

**How to help?**

Discussion on the roadmap can take place in threads under [Issues](https://github.com/kubeapps/kubeapps/issues). Please open and comment on an issue if you want to provide suggestions and feedback to an item in the roadmap. Please review the roadmap to avoid potential duplicated effort.
Discussion on the roadmap can take place in threads under [Issues](https://github.com/vmware-tanzu/kubeapps/issues). Please open and comment on an issue if you want to provide suggestions and feedback to an item in the roadmap. Please review the roadmap to avoid potential duplicated effort.

###

Expand Down
6 changes: 3 additions & 3 deletions cmd/apprepository-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# syntax = docker/dockerfile:1

FROM bitnami/golang:1.18.0 as builder
WORKDIR /go/src/github.com/kubeapps/kubeapps
WORKDIR /go/src/github.com/vmware-tanzu/kubeapps
COPY go.mod go.sum ./
COPY pkg pkg
COPY cmd cmd
Expand All @@ -13,10 +13,10 @@ ARG VERSION
# https://github.com/golang/go/issues/27719#issuecomment-514747274
RUN --mount=type=cache,target=/go/pkg/mod \
--mount=type=cache,target=/root/.cache/go-build \
CGO_ENABLED=0 go build -installsuffix cgo -ldflags "-X github.com/kubeapps/kubeapps/cmd/apprepository-controller/cmd.version=$VERSION" ./cmd/apprepository-controller
CGO_ENABLED=0 go build -installsuffix cgo -ldflags "-X github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/cmd.version=$VERSION" ./cmd/apprepository-controller

FROM scratch
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /go/src/github.com/kubeapps/kubeapps/apprepository-controller /apprepository-controller
COPY --from=builder /go/src/github.com/vmware-tanzu/kubeapps/apprepository-controller /apprepository-controller
USER 1001
CMD ["/apprepository-controller"]
2 changes: 1 addition & 1 deletion cmd/apprepository-controller/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
"flag"
"strings"

"github.com/kubeapps/kubeapps/cmd/apprepository-controller/server"
"github.com/mitchellh/go-homedir"
"github.com/spf13/cobra"
"github.com/spf13/pflag"
"github.com/spf13/viper"
"github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/server"
corev1 "k8s.io/api/core/v1"
log "k8s.io/klog/v2"
)
Expand Down
2 changes: 1 addition & 1 deletion cmd/apprepository-controller/cmd/root_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"

"github.com/google/go-cmp/cmp"
"github.com/kubeapps/kubeapps/cmd/apprepository-controller/server"
"github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/server"
v1 "k8s.io/api/core/v1"
)

Expand Down
10 changes: 5 additions & 5 deletions cmd/apprepository-controller/hack/update-codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
# and then run: git submodule update --remote
# 2. Run the this script from the apprepository-controller directory: ./hack/update-codegen.sh
# 3. Move the newly generated files over the old ones:
# mv github.com/kubeapps/kubeapps/cmd/apprepository-controller/pkg/apis/apprepository/v1alpha1/zz_generated.deepcopy.go ./pkg/apis/apprepository/v1alpha1/zz_generated.deepcopy.go
# rm -rf pkg/client && mv github.com/kubeapps/kubeapps/cmd/apprepository-controller/pkg/client ./pkg
# mv github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/pkg/apis/apprepository/v1alpha1/zz_generated.deepcopy.go ./pkg/apis/apprepository/v1alpha1/zz_generated.deepcopy.go
# rm -rf pkg/client && mv github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/pkg/client ./pkg
#
# What are the situations when one needs to run update-codegen.sh manually after modifying
# What are the situations when one needs to run update-codegen.sh manually after modifying
# types.go in apprepository-controller?
# Generally if the generated client will change. This can happen for multiple reasons. If you
# change to the `AppRepository.Spec` struct the updated struct is imported by the client (so
# regeneration not needed necessarily) but if your change has a complex type (structs and
# regeneration not needed necessarily) but if your change has a complex type (structs and
# pointers to structs) the generated client will need to be updated as it includes a deep copy
# function. Another cause of your generated client changing is if you update the version of the
# client.go library that your project uses.
Expand All @@ -35,7 +35,7 @@ SCRIPT_ROOT=$(dirname ${BASH_SOURCE})/..
CODEGEN_PKG=${CODEGEN_PKG:-$(cd ${SCRIPT_ROOT}; ls -d -1 ./vendor/k8s.io/code-generator 2>/dev/null || echo ../../../k8s.io/code-generator)}

bash "${CODEGEN_PKG}"/generate-groups.sh "deepcopy,client,informer,lister" \
github.com/kubeapps/kubeapps/cmd/apprepository-controller/pkg/client github.com/kubeapps/kubeapps/cmd/apprepository-controller/pkg/apis \
github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/pkg/client github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/pkg/apis \
apprepository:v1alpha1 \
--output-base "${SCRIPT_ROOT}" \
--go-header-file ${SCRIPT_ROOT}/hack/custom-boilerplate.go.txt
2 changes: 1 addition & 1 deletion cmd/apprepository-controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

package main

import "github.com/kubeapps/kubeapps/cmd/apprepository-controller/cmd"
import "github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/cmd"

func main() {
cmd.Execute()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"

"github.com/kubeapps/kubeapps/cmd/apprepository-controller/pkg/apis/apprepository"
"github.com/vmware-tanzu/kubeapps/cmd/apprepository-controller/pkg/apis/apprepository"
)

// SchemeGroupVersion is group version used to register these objects
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading