Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
Change package path to kubepack/swift
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jul 13, 2019
1 parent 81dab2f commit bce2e66
Show file tree
Hide file tree
Showing 38 changed files with 455 additions and 349 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ go:
- 1.x
- tip

cache:
directories:
- $HOME/.cache/go-build
- $GOPATH/pkg/mod

go_import_path: kubepack.dev/swift

install: true

script:
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/appscode/swift)](https://goreportcard.com/report/github.com/appscode/swift)
[![Go Report Card](https://goreportcard.com/badge/kubepack.dev/swift)](https://goreportcard.com/report/kubepack.dev/swift)
[![Build Status](https://travis-ci.org/appscode/swift.svg?branch=master)](https://travis-ci.org/appscode/swift)
[![codecov](https://codecov.io/gh/appscode/swift/branch/master/graph/badge.svg)](https://codecov.io/gh/appscode/swift)
[![Docker Pulls](https://img.shields.io/docker/pulls/appscode/swift.svg)](https://hub.docker.com/r/appscode/swift/)
Expand All @@ -14,15 +14,15 @@ Kubernetes 1.5+ . Helm Tiller server [checks for version compatibility](https://

| Swift Version | Docs | Helm/Tiller Version |
|-----------------------------------------------------------------|-----------------------------------------------------------------|---------------------|
| [0.11.1](https://github.com/appscode/swift/releases/tag/0.11.1) | [User Guide](https://appscode.com/products/swift/0.11.1/) | 2.13.0 |
| [0.10.0](https://github.com/appscode/swift/releases/tag/0.10.0) | [User Guide](https://appscode.com/products/swift/0.10.0/) | 2.12.0 |
| [0.9.0](https://github.com/appscode/swift/releases/tag/0.9.0) | [User Guide](https://appscode.com/products/swift/0.9.0/) | 2.11.0 |
| [0.8.1](https://github.com/appscode/swift/releases/tag/0.8.1) | [User Guide](https://appscode.com/products/swift/0.8.1/) | 2.9.0 |
| [0.7.3](https://github.com/appscode/swift/releases/tag/0.7.3) | [User Guide](https://appscode.com/products/swift/0.7.3/) | 2.8.0 |
| [0.5.2](https://github.com/appscode/swift/releases/tag/0.5.2) | [User Guide](https://appscode.com/products/swift/0.5.2/) | 2.7.0 |
| [0.3.2](https://github.com/appscode/swift/releases/tag/0.3.2) | [User Guide](https://github.com/appscode/swift/tree/0.3.2/docs) | 2.5.x, 2.6.x |
| [0.2.0](https://github.com/appscode/swift/releases/tag/0.2.0) | [User Guide](https://github.com/appscode/swift/tree/0.2.0/docs) | 2.5.x, 2.6.x |
| [0.1.0](https://github.com/appscode/swift/releases/tag/0.1.0) | [User Guide](https://github.com/appscode/swift/tree/0.1.0/docs) | 2.5.x, 2.6.x |
| [0.11.1](https://github.com/kubepack/swift/releases/tag/0.11.1) | [User Guide](https://appscode.com/products/swift/0.11.1/) | 2.13.0 |
| [0.10.0](https://github.com/kubepack/swift/releases/tag/0.10.0) | [User Guide](https://appscode.com/products/swift/0.10.0/) | 2.12.0 |
| [0.9.0](https://github.com/kubepack/swift/releases/tag/0.9.0) | [User Guide](https://appscode.com/products/swift/0.9.0/) | 2.11.0 |
| [0.8.1](https://github.com/kubepack/swift/releases/tag/0.8.1) | [User Guide](https://appscode.com/products/swift/0.8.1/) | 2.9.0 |
| [0.7.3](https://github.com/kubepack/swift/releases/tag/0.7.3) | [User Guide](https://appscode.com/products/swift/0.7.3/) | 2.8.0 |
| [0.5.2](https://github.com/kubepack/swift/releases/tag/0.5.2) | [User Guide](https://appscode.com/products/swift/0.5.2/) | 2.7.0 |
| [0.3.2](https://github.com/kubepack/swift/releases/tag/0.3.2) | [User Guide](https://github.com/kubepack/swift/tree/0.3.2/docs) | 2.5.x, 2.6.x |
| [0.2.0](https://github.com/kubepack/swift/releases/tag/0.2.0) | [User Guide](https://github.com/kubepack/swift/tree/0.2.0/docs) | 2.5.x, 2.6.x |
| [0.1.0](https://github.com/kubepack/swift/releases/tag/0.1.0) | [User Guide](https://github.com/kubepack/swift/tree/0.1.0/docs) | 2.5.x, 2.6.x |


## Installation
Expand All @@ -43,4 +43,4 @@ Want to help improve Swift? Please start [here](https://appscode.com/products/sw
## Support
We use Slack for public discussions. To chit chat with us or the rest of the community, join us in the [AppsCode Slack team](https://appscode.slack.com/messages/C0XQFLGRM/details/) channel `#general`. To sign up, use our [Slack inviter](https://slack.appscode.com/).

If you have found a bug with Searchlight or want to request for new features, please [file an issue](https://github.com/appscode/swift/issues/new).
If you have found a bug with Searchlight or want to request for new features, please [file an issue](https://github.com/kubepack/swift/issues/new).
4 changes: 2 additions & 2 deletions _proto/hack/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Debian package
# https://gist.github.com/rcrowley/3728417

REPO_ROOT = expandvars("$GOPATH/src/github.com/appscode/swift/_proto")
REPO_ROOT = expandvars("$GOPATH/src/kubepack.dev/swift/_proto")
VALID_FORMATS = ['date-time',
'email',
'hostname',
Expand Down Expand Up @@ -372,7 +372,7 @@ def generate_url_summary():
for root, dirnames, filenames in os.walk(REPO_ROOT):
for filename in fnmatch.filter(filenames, '*.proto'):
proto = os.path.join(root, filename)
rel_proto = proto[proto.index('github.com/appscode/swift/_proto') + len('github.com/appscode/swift/_proto'):]
rel_proto = proto[proto.index('kubepack.dev/swift/_proto') + len('kubepack.dev/swift/_proto'):]
with open(proto) as f:
content = f.read()
apis = re.findall(URL_REGREX, content, re.MULTILINE)
Expand Down
4 changes: 2 additions & 2 deletions chart/swift/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ description: 'Swift by AppsCode - Ajax friendly Helm Tiller Proxy'
name: swift
version: 0.11.1
appVersion: 0.11.1
home: https://github.com/appscode/swift
home: https://github.com/kubepack/swift
icon: https://cdn.appscode.com/images/icon/swift.png
sources:
- https://github.com/appscode/swift
- https://github.com/kubepack/swift
maintainers:
- name: appscode
email: support@appscode.com
4 changes: 2 additions & 2 deletions chart/swift/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# swift
[swift by AppsCode](https://github.com/appscode/swift) - Ajax friendly Helm Tiller Proxy
[swift by AppsCode](https://github.com/kubepack/swift) - Ajax friendly Helm Tiller Proxy

## TL;DR;

Expand All @@ -11,7 +11,7 @@ $ helm install appscode/swift

## Introduction

This chart bootstraps a [Helm Tiller Proxy](https://github.com/appscode/swift) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
This chart bootstraps a [Helm Tiller Proxy](https://github.com/kubepack/swift) deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.

## Prerequisites

Expand Down
2 changes: 1 addition & 1 deletion client/js/hack/browserify.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def reindex(root):
if len(sys.argv) > 1:
reindex(os.path.abspath(sys.argv[1]))
else:
reindex(os.path.expandvars('$GOPATH') + '/src/github.com/appscode/swift/client/js')
reindex(os.path.expandvars('$GOPATH') + '/src/kubepack.dev/swift/client/js')
2 changes: 1 addition & 1 deletion client/js/hack/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ROOT=$DIR/..

rm -rf $ROOT/apis $ROOT/schemas

pushd $GOPATH/src/github.com/appscode/swift/_proto
pushd $GOPATH/src/kubepack.dev/swift/_proto
# copy files
mkdir -p $ROOT/apis $ROOT/schemas
./hack/make.sh js
Expand Down
6 changes: 3 additions & 3 deletions client/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/appscode/swift.git"
"url": "git+https://github.com/kubepack/swift.git"
},
"keywords": [
"helm",
Expand All @@ -19,9 +19,9 @@
"author": "AppsCode Inc.",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appscode/swift/issues"
"url": "https://github.com/kubepack/swift/issues"
},
"homepage": "https://github.com/appscode/swift#readme",
"homepage": "https://github.com/kubepack/swift#readme",
"dependencies": {
"fs": "0.0.1-security",
"grpc-xhr": "^1.0.9",
Expand Down
Loading

0 comments on commit bce2e66

Please sign in to comment.