-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into feature/README-rel-links
- Loading branch information
Showing
7 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Utilities | ||
|
||
This folder contains the utilities cli. In here are a collection of scripts to assist this project. You can install the cli with `npm install` and run it with `node main.js`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# CHANGELOG.md | ||
|
||
## (unreleased) | ||
|
||
Bug Fixes: | ||
- Prevent Sheet names from unsafe characters (based on safe characters of S3 keys) | ||
|
||
## v1.0 | ||
|
||
Features: | ||
- First Major Release | ||
- Functional UI | ||
- Functional Api | ||
- Authentication | ||
- Functional Personal and Team Workspaces | ||
- Software to create Infrastructure Stack | ||
- Software to create Code Stack | ||
- Software to create Network Stack | ||
- Local Development | ||
- Continuous Deployment of Code Stack | ||
- Continuous Deployment of UI | ||
- Working Production Environment | ||
- Utility scripts with: | ||
- Create env files | ||
- Encode env file as Base64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters