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

[v0.0.0-beta] Release #7

Draft
wants to merge 63 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
c7771fe
npm init
petermikitsh Nov 12, 2018
a9ab8f4
'secrets', 'ls' subcommands
petermikitsh Nov 12, 2018
9e7b46f
Update README
petermikitsh Nov 12, 2018
02d99e1
remove deployment
petermikitsh Nov 13, 2018
1600dda
deploy command (wip)
petermikitsh Nov 13, 2018
4d445ef
split cli cmds into separate files; add 'install' cmd
petermikitsh Dec 19, 2018
f29118a
[README.md] update docs to discuss Kaniko
petermikitsh Dec 19, 2018
d1f365e
[create] minikube: conditionally create deployment; add build-context…
petermikitsh Dec 19, 2018
7ed5fc6
LICENSE
petermikitsh Dec 19, 2018
6ef9833
[utils] add logging methods
petermikitsh Dec 29, 2018
8d1a8bd
[install] prefer 'run' utility cmd
petermikitsh Dec 29, 2018
5df520f
[login] implementation
petermikitsh Dec 29, 2018
e3a178c
[logout] implementation
petermikitsh Dec 29, 2018
6c5e4bc
[index] expose login, logout methods
petermikitsh Dec 29, 2018
5355204
[create] prefer 'run' util cmd; add some checks
petermikitsh Dec 29, 2018
79a59cc
[ls] fix base case (no deployment name specified)
petermikitsh Dec 29, 2018
6e35e7c
[scale] implementation
petermikitsh Dec 29, 2018
c954db6
[domains]: list functionality
petermikitsh Dec 29, 2018
78963f9
[utils] run: add new fn arg
petermikitsh Dec 29, 2018
9b8d939
[create]: init helm/tiller with TLS
petermikitsh Dec 29, 2018
e7c5c99
[create] install traefik using helm
petermikitsh Jan 1, 2019
275e832
[create] traefik with ssl
petermikitsh Jan 2, 2019
64efa3c
[ip] cmd implementation
petermikitsh Jan 2, 2019
6490382
[create] swap traefik with nginx-ingress and cert-manager
petermikitsh Jan 2, 2019
71b364a
[README] updates
petermikitsh Jan 2, 2019
e819654
add prettier
hipstersmoothie Jan 2, 2019
a24b0b4
incremental adoption
hipstersmoothie Jan 2, 2019
6510ead
add tslint
hipstersmoothie Jan 2, 2019
5b9eab6
move types to devdeps
hipstersmoothie Jan 2, 2019
8f0711e
add watch script
hipstersmoothie Jan 2, 2019
95ab13b
change main
hipstersmoothie Jan 2, 2019
5deadfe
add prettier (#1)
hipstersmoothie Jan 4, 2019
308ea2b
[utils.js] fix compilation error
petermikitsh Jan 4, 2019
34a5406
[src] javascript => typescript
petermikitsh Jan 4, 2019
7c053d2
merge ts into secrets
petermikitsh Jan 4, 2019
fc489af
[src] resolve linter errs
petermikitsh Jan 4, 2019
dbc5943
update README
petermikitsh Jan 4, 2019
1839557
update README
petermikitsh Jan 4, 2019
8cf6922
update README
petermikitsh Jan 4, 2019
cf4d1e4
[domains] add, rm functionality & docs
petermikitsh Jan 5, 2019
17a7cf0
[docs] add comparison between snow vs. now
petermikitsh Jan 7, 2019
ea532af
[Comparison] add Digital Ocean costs
petermikitsh Jan 9, 2019
58b73e5
typescript improvements - cloud providers (#5)
hipstersmoothie Jan 9, 2019
8daa0ff
alias/certs cmds; secrets rename cmd; docs updates
petermikitsh Jan 17, 2019
bc147b7
[commands] escape special chars in headers
petermikitsh Jan 17, 2019
a068337
[login] gcp: set default project
petermikitsh Jan 22, 2019
7e10c04
[create] fix linter warnings
petermikitsh Jan 22, 2019
9247c8c
[alias] don't apply suffix to kubernetes object names
petermikitsh Jan 22, 2019
3fb9d4e
[commands] update cmd docs
petermikitsh Jan 22, 2019
ae7cdb0
[deploy] implementation
petermikitsh Jan 22, 2019
b8928c9
[README] update supported cmds table
petermikitsh Jan 22, 2019
212de51
[deploy] set first revision to 1
petermikitsh Jan 22, 2019
67ae396
[index] proper source maps for stack traces
petermikitsh Mar 2, 2019
9cd5083
[utils] run: add silent option
petermikitsh Mar 2, 2019
df67b01
[src] digital ocean support
petermikitsh Mar 2, 2019
54202bc
[create] copy docker cert to pods daily
petermikitsh Mar 4, 2019
02de461
add demo image
petermikitsh Mar 6, 2019
e70bb52
[README] shell syntax highlighting
petermikitsh Mar 6, 2019
6276b26
Secrets (#20)
0xflotus May 2, 2019
c15b455
chore: watch mode - don't clear console
petermikitsh Aug 19, 2019
f6fea99
fix(deploy): use v0.7.0 kaniko image
petermikitsh Aug 19, 2019
2be0eb8
fix(config): add port to Dockerfile
petermikitsh Aug 19, 2019
9ae1404
feat(create): Add azure support, --skip-provision option
petermikitsh Aug 19, 2019
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
Prev Previous commit
Next Next commit
add demo image
petermikitsh committed Mar 6, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 02de461a0dc36532ac9d6b3497852b3e08eabaea
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<div align="center">
<img height="300" src="./logo.svg">
<img src="./demo.png">
</div>

> :snowflake: **S**elf-hosted **now** deployments
Binary file added demo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.