Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 2dfab7d

Browse files
authored
Company rename change (#61)
## Summary TSIA ## How was it tested? ## Is this change backwards-compatible?
1 parent b12b15e commit 2dfab7d

File tree

9 files changed

+45
-48
lines changed

9 files changed

+45
-48
lines changed

CONTRIBUTING.md

Lines changed: 28 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,26 @@ When contributing to this repository, please describe the change you wish to mak
55
Please note we have a [code of conduct](CODE_OF_CONDUCT.md), please follow it in all your interactions with the project.
66

77
## Setting Up Development Environment
8+
89
Before making any changes to the source code (documentation excluded) make sure you have installed all the required tools. We use Devbox to manage our development environment.
10+
911
### Prerequisites
10-
* Install [Devbox](https://github.com/jetpack-io/devbox#installing-devbox).
11-
* Clone this repository:
12-
* ```bash
13-
git clone [email protected]:jetpack-io/launchpad.git go.jetpack.io/launchpad
12+
13+
- Install [Devbox](https://github.com/jetify/devbox#installing-devbox).
14+
- Clone this repository:
15+
- ```bash
16+
git clone [email protected]:jetify/launchpad.git go.jetify.com/launchpad
1417
```
15-
* Use devbox to init your development environment:
16-
* ```bash
17-
cd go.jetpack.io/launchpad
18+
- Use devbox to init your development environment:
19+
- ```bash
20+
cd go.jetify.com/launchpad
1821
```
19-
* ```bash
20-
devbox shell
22+
- ```bash
23+
devbox shell
2124
```
2225

2326
## Building and Testing
27+
2428
Launchpad is setup like a typical Go project. After installing the required tools and setting up your environment. You can make changes in the source code, build, and test your changes by following these steps:
2529

2630
1. Install dependencies:
@@ -37,54 +41,58 @@ Launchpad is setup like a typical Go project. After installing the required tool
3741
./dist/launchpad <your_test_command>
3842
```
3943

40-
4144
## Pull Request Process
4245

4346
1. Ensure any new feature or functionality also includes tests to verify its correctness.
4447

4548
2. Ensure any new dependency is also included in [go.mod](go.mod) file
4649

47-
2. Ensure any binary file as a result of build (e.g., `./launchpad`) are removed and/or excluded from tracking in git.
50+
3. Ensure any binary file as a result of build (e.g., `./launchpad`) are removed and/or excluded from tracking in git.
4851

49-
3. Update the [README.md](README.md) and/or docs with details of changes to the interface, this includes new environment
52+
4. Update the [README.md](README.md) and/or docs with details of changes to the interface, this includes new environment
5053
variables, new commands, new flags, and useful file locations.
5154

52-
4. You may merge the Pull Request in once you have the sign-off of developers/maintainers, or if you
55+
5. You may merge the Pull Request in once you have the sign-off of developers/maintainers, or if you
5356
do not have permission to do that, you may request the maintainers to merge it for you.
5457

5558
## Developer Certificate of Origin
59+
5660
By contributing to this project you agree to the [Developer Certificate of Origin](https://developercertificate.org/) (DCO) which was created by the Linux Foundation and is a simple statement that you, as a contributor, have the legal right to make the contribution. See the DCO description for details below:
61+
5762
> Developer Certificate of Origin
58-
>
63+
>
5964
> Version 1.1
6065
>
6166
> Copyright (C) 2004, 2006 The Linux Foundation and its contributors.
6267
>
6368
> Everyone is permitted to copy and distribute verbatim copies of this
64-
license document, but changing it is not allowed.
65-
>
69+
> license document, but changing it is not allowed.
6670
>
6771
> Developer's Certificate of Origin 1.1
6872
>
6973
> By making a contribution to this project, I certify that:
70-
>
74+
>
7175
> (a) The contribution was created in whole or in part by me and I
76+
7277
have the right to submit it under the open source license
7378
indicated in the file; or
74-
>
79+
7580
> (b) The contribution is based upon previous work that, to the best
81+
7682
of my knowledge, is covered under an appropriate open source
7783
license and I have the right under that license to submit that
7884
work with modifications, whether created in whole or in part
7985
by me, under the same open source license (unless I am
8086
permitted to submit under a different license), as indicated
8187
in the file; or
82-
>
88+
8389
> (c) The contribution was provided directly to me by some other
90+
8491
person who certified (a), (b) or (c) and I have not modified
8592
it.
86-
>
93+
8794
> (d) I understand and agree that this project and the contribution
95+
8896
are public and that a record of the contribution (including all
8997
personal information I submit with it, including my sign-off) is
9098
maintained indefinitely and may be redistributed consistent with

README.md

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
### From Code to Kubernetes in One Step
44

5-
[![Join Discord](https://img.shields.io/discord/903306922852245526?color=7389D8&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/agbskCJXk2) ![License: Apache 2.0](https://img.shields.io/github/license/jetpack-io/devbox) [![version](https://img.shields.io/github/v/release/jetpack-io/launchpad?color=green&label=version&sort=semver)](https://github.com/jetpack-io/launchpad/releases) [![tests](https://github.com/jetpack-io/launchpad/actions/workflows/release.yaml/badge.svg)](https://github.com/jetpack-io/launchpad/actions/workflows/release.yaml?branch=main)
5+
[![Join Discord](https://img.shields.io/discord/903306922852245526?color=7389D8&label=discord&logo=discord&logoColor=ffffff)](https://discord.gg/jetify) ![License: Apache 2.0](https://img.shields.io/github/license/jetpack-io/devbox) [![version](https://img.shields.io/github/v/release/jetpack-io/launchpad?color=green&label=version&sort=semver)](https://github.com/jetify-com/launchpad/releases) [![tests](https://github.com/jetify-com/launchpad/actions/workflows/release.yaml/badge.svg)](https://github.com/jetify-com/launchpad/actions/workflows/release.yaml?branch=main)
66

77
## What is it?
88

9-
[Launchpad](https://www.jetpack.io/launchpad) is a command-line tool that lets you easily create applications on Kubernetes.
9+
[Launchpad](https://www.jetify.com/launchpad) is a command-line tool that lets you easily create applications on Kubernetes.
1010

1111
In practice, Launchpad works similar to Heroku or Vercel, except everything is on Kubernetes.
1212

1313
## Demo
1414

1515
The example below initializes a web project with `launchpad init`, and deploys to a local Kubernetes cluster with `launchpad up`:
1616

17-
![screen cast](https://www.jetpack.io/assets/image/launchpad-docker-desktop-k.svg)
17+
![screen cast](https://www.jetify.com/assets/image/launchpad-docker-desktop-k.svg)
1818

1919
## Installing Launchpad
2020

@@ -25,11 +25,9 @@ In addition to installing Launchpad itself, you will need to install `docker` si
2525
2. Install Launchpad:
2626

2727
```sh
28-
curl -fsSL https://get.jetpack.io/launchpad | bash
28+
curl -fsSL https://get.jetify.com/launchpad | bash
2929
```
3030

31-
Read more on the [Launchpad docs](http://www.jetpack.io/launchpad/docs/getting-started/any-image-to-k8s-5-min/).
32-
3331
## Benefits
3432

3533
### A Zero Ops workflow
@@ -40,10 +38,6 @@ Launchpad builds any image, publishes it to your Docker Registry, and deploys it
4038

4139
Ever wonder how you'd graduate from Heroku or a single EC2 machine to Kubernetes without going through a painful setup again? Faint not! With Launchpad, no manual migrations are required. In fact, developers can deploy and run their applications without needing to learn Kubernetes.
4240

43-
### With Mission Control, onboarding new members is as easy as "launchpad up"
44-
45-
Adding a new member to the team? Forget about Registry access, Cluster credentials, Kubernetes configurations, Namespace permissions, and a million other things to take care of. With Jetpack's Mission Control, Launchpad can automatically create all of the above for each new developer.
46-
4741
### Secret management built-in
4842

4943
Secrets are tied to your launchpad projects, so they can be shared and updated securely by your team.
@@ -100,8 +94,6 @@ In this quickstart, we’ll deploy a cron job to your local Docker Desktop Kuber
10094
> kubectl logs <pod_name>
10195
```
10296

103-
[kubectl](https://www.jetpack.io/launchpad/docs/getting-started/any-image-to-k8s-5-min/#prerequisites), while not required, is a useful tool for inspecting and managing your deployments in Kubernetes.
104-
10597
7. Clean up:
10698

10799
```bash
@@ -118,15 +110,12 @@ In this quickstart, we’ll deploy a cron job to your local Docker Desktop Kuber
118110

119111
`launchpad cluster` - create a cluster, list your clusters (login required)
120112

121-
All "login required" commands require you to have an account with [Jetpack's Mission Control](https://www.jetpack.io/launchpad) offering. These special commands are added on top of the open-source codebase for you. Even though they are excluded from this repository, they are readily available in the launchpad CLI.
122-
123-
See the [CLI Reference](https://www.jetpack.io/launchpad/docs/reference/cli/) for the full list of commands.
124113

125114
## Join our Developer Community
126115

127-
- Chat with us by joining the [Jetpack.io Discord Server](https://discord.gg/jetpack-io) – we have a #launchpad channel dedicated to this project.
128-
- File bug reports and feature requests using [Github Issues](https://github.com/jetpack-io/launchpad/issues)
129-
- Follow us on [Jetpack's Twitter](https://twitter.com/jetpack_io) for product updates
116+
- Chat with us by joining the [Jetify's Discord Server](https://discord.gg/jetify) – we have a #launchpad channel dedicated to this project.
117+
- File bug reports and feature requests using [Github Issues](https://github.com/jetify-com/launchpad/issues)
118+
- Follow us on [Jetpack's Twitter](https://twitter.com/jetify_com) for product updates
130119

131120
## Contributing
132121

cmd/launchpad/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
1+
// Copyright 2022 Jetify Inc. and contributors. All rights reserved.
22
// Use of this source code is governed by the license in the LICENSE file.
33

44
package main

launchpad/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func validateBuildPlan(plan *BuildPlan, fs afero.Fs) error {
233233
"Dockerfile missing.\n" +
234234
"- Please add a Dockerfile manually under your app directory.\n" +
235235
"- You can find an example Dockerfile at " +
236-
"https://github.com/jetpack-io/project-templates/blob/main/api/Dockerfile.\n" +
236+
"https://github.com/jetify/project-templates/blob/main/api/Dockerfile.\n" +
237237
"- Alternatively, to use a pre-existing image, you can add an Image: field to your service in" +
238238
" launchpad.yaml or jetconfig.yaml.",
239239
)

padcli/padcli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Jetpack Technologies Inc and contributors. All rights reserved.
1+
// Copyright 2022 Jetify Inc. and contributors. All rights reserved.
22
// Use of this source code is governed by the license in the LICENSE file.
33

44
package padcli

pkg/buildstamp/buildstamp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ var (
4141
// VersionNumber is the version number in semver format MAJOR.MINOR.PATCH
4242
VersionNumber string
4343

44-
// PrereleaseTag tells us what edition of Jetpack's Pre-releases this is. Usually, "dev".
44+
// PrereleaseTag tells us what edition of Jetify's Pre-releases this is. Usually, "dev".
4545
PrereleaseTag string
4646

4747
// CicdBuildRelease is set when the CLI binary was built through CICD

pkg/reaktor/kubeconfig/clientbuilder.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021 Jetpack Technologies Inc.
2+
Copyright 2021 Jetify Inc.
33
Copyright 2014 The Kubernetes Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
@@ -9,7 +9,7 @@ You may obtain a copy of the License at
99
1010
http://www.apache.org/licenses/LICENSE-2.0
1111
12-
This file has been modified by Jetpack Technologies Inc to:
12+
This file has been modified by Jetify Inc. to:
1313
- Support different ClientConfigs, depending on whether the kubeconfig is
1414
being provided via a file, in-cluster, or the contents are passed in directly.
1515
- The RESTClientGetter interface has been generalized to a ClientBuilder interface

pkg/reaktor/kubeconfig/flags.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021 Jetpack Technologies Inc.
2+
Copyright 2021 Jetify Inc.
33
Copyright 2014 The Kubernetes Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
@@ -9,7 +9,7 @@ You may obtain a copy of the License at
99
1010
http://www.apache.org/licenses/LICENSE-2.0
1111
12-
This file has been modified by Jetpack Technologies Inc to isolate flags that
12+
This file has been modified by Jetify Inc. to isolate flags that
1313
can be used when configuring a kubernetes client. The code is extracted from:
1414
https://github.com/kubernetes/cli-runtime/blob/master/pkg/genericclioptions/config_flags.go#L80
1515
*/

pkg/reaktor/kubeconfig/incluster.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2021 Jetpack Technologies Inc.
2+
Copyright 2021 Jetify Inc.
33
Copyright 2014 The Kubernetes Authors.
44
55
Licensed under the Apache License, Version 2.0 (the "License");
@@ -9,7 +9,7 @@ You may obtain a copy of the License at
99
1010
http://www.apache.org/licenses/LICENSE-2.0
1111
12-
This file has been modified by Jetpack Technologies Inc:
12+
This file has been modified by Jetify Inc.:
1313
+ This an InClusterClientConfig that can be used publicly outside of the k8s
1414
code. As opposed to the original version which is private.
1515

0 commit comments

Comments
 (0)