Skip to content

Commit

Permalink
Transfer ownership from cs3238-tsuzu to modoki-paas
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuzu committed Sep 16, 2020
1 parent 8be6879 commit 0ced01f
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export GO111MODULE=on
export IMG=docker.pkg.github.com/cs3238-tsuzu/ghapp-controller/controller:latest
export IMG=docker.pkg.github.com/modoki-paas/ghapp-controller/controller:latest
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v1
with:
username: cs3238-tsuzu
username: modoki-paas
password: ${{ secrets.GITHUB_TOKEN }}
registry: docker.pkg.github.com
repository: cs3238-tsuzu/ghapp-controller/controller
repository: modoki-paas/ghapp-controller/controller
dockerfile: Dockerfile
tag_with_ref: true
tag_with_sha: true
push: ${{ github.event_name == 'push' }}
push: ${{ github.event_name == 'push' }}
2 changes: 1 addition & 1 deletion PROJECT
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
domain: tsuzu.dev
layout: go.kubebuilder.io/v2
projectName: ghapp-controller
repo: github.com/cs3238-tsuzu/ghapp-controller
repo: github.com/modoki-paas/ghapp-controller
resources:
- group: ghapp
kind: ClusterGitHubApp
Expand Down
4 changes: 2 additions & 2 deletions api/v1alpha1/clustergithubapp_types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@ import (
"context"
"os"

"github.com/cs3238-tsuzu/ghapp-controller/pkg/ghatypes"
"github.com/modoki-paas/ghapp-controller/pkg/ghatypes"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/githubapp_interface.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/groupversion_info.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/installation_types.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion api/v1alpha1/zz_generated.deepcopy.go

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

6 changes: 3 additions & 3 deletions controllers/installation_controller.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -26,8 +26,8 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"

ghappv1alpha1 "github.com/cs3238-tsuzu/ghapp-controller/api/v1alpha1"
"github.com/cs3238-tsuzu/ghapp-controller/pkg/installations"
ghappv1alpha1 "github.com/modoki-paas/ghapp-controller/api/v1alpha1"
"github.com/modoki-paas/ghapp-controller/pkg/installations"
)

// InstallationReconciler reconciles a Installation object
Expand Down
4 changes: 2 additions & 2 deletions controllers/suite_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -30,7 +30,7 @@ import (
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

ghappv1alpha1 "github.com/cs3238-tsuzu/ghapp-controller/api/v1alpha1"
ghappv1alpha1 "github.com/modoki-paas/ghapp-controller/api/v1alpha1"
// +kubebuilder:scaffold:imports
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cs3238-tsuzu/ghapp-controller
module github.com/modoki-paas/ghapp-controller

go 1.13

Expand Down
4 changes: 2 additions & 2 deletions hack/boilerplate.go.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -12,4 +12,4 @@ distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/
*/
6 changes: 3 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2020 cs3238-tsuzu.
Copyright 2020 modoki-paas.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -28,8 +28,8 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

ghappv1alpha1 "github.com/cs3238-tsuzu/ghapp-controller/api/v1alpha1"
"github.com/cs3238-tsuzu/ghapp-controller/controllers"
ghappv1alpha1 "github.com/modoki-paas/ghapp-controller/api/v1alpha1"
"github.com/modoki-paas/ghapp-controller/controllers"
// +kubebuilder:scaffold:imports
)

Expand Down
6 changes: 3 additions & 3 deletions pkg/installations/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import (
"net/http"
"time"

"github.com/cs3238-tsuzu/ghapp-controller/api/v1alpha1"
"github.com/cs3238-tsuzu/ghapp-controller/pkg/appstransport"
"github.com/cs3238-tsuzu/ghapp-controller/pkg/ghatypes"
"github.com/google/go-github/v30/github"
"github.com/modoki-paas/ghapp-controller/api/v1alpha1"
"github.com/modoki-paas/ghapp-controller/pkg/appstransport"
"github.com/modoki-paas/ghapp-controller/pkg/ghatypes"
"golang.org/x/xerrors"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/errors"
Expand Down
4 changes: 2 additions & 2 deletions pkg/installations/hash.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import (
"encoding/json"
"time"

"github.com/cs3238-tsuzu/ghapp-controller/api/v1alpha1"
"github.com/cs3238-tsuzu/ghapp-controller/pkg/ghatypes"
"github.com/modoki-paas/ghapp-controller/api/v1alpha1"
"github.com/modoki-paas/ghapp-controller/pkg/ghatypes"
corev1 "k8s.io/api/core/v1"
)

Expand Down

0 comments on commit 0ced01f

Please sign in to comment.