zero
zero copied to clipboard
Allow startup developers to ship to production on day 1
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 Changelog Sourced from prismjs's changelog. 1.27.0 (2022-02-17) New components UO Razor Script...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)...
root users are not allowed to assume roles, you must create a user to assume roles, we can potentially add a check either in bash or maybe using [`data "aws_caller_identity"...
Following up on https://github.com/commitdev/zero/issues/331#issuecomment-1022697747 For both node/go backend/frontned 's Github actions workflow Unfortunately the Github environments & Protected environments are only available for Public Repos or Github enterprise, - [...
I received several errors during `zero apply`. It appears that the project name that I chose (`0play`) should be validated to not accept names that start with a numeral. It...
On `templates/scripts/elasticsearch-logging.sh`, [line 6 the code]( https://github.com/commitdev/zero-aws-eks-stack/blob/1f942b96839da2e2309a971272ea2a6c573dfd05/templates/scripts/elasticsearch-logging.sh#L6): ```sh ES_ENDPOINT=$(aws es describe-elasticsearch-domain --domain-name ${PROJECT}-${ENVIRONMENT}-logging --query "DomainStatus.Endpoints.vpc" | jq -r '.') ``` requires AWS CLI 2, full assessment of required aws cli...
Summary should show user selected CI instead of always showing circleCI https://github.com/commitdev/zero-backend-node/blob/main/Makefile#L47 https://github.com/commitdev/zero-backend-go/blob/main/Makefile#L48
zero check fails to pass when using wget version does not contain the PATCH part. ``` $ wget --version | grep -E '^GNU Wget' GNU Wget 1.14 built on linux-gnu....
looks like the command comes back with a `\n` in the content, will have to trim this out or creation can fail ``` DEBUG[2021-11-05T14:43:21-04:00] Running (git) command in ./frontend0818-test, []string{"push",...
the go templates we maintain seem to be brittle, perhaps we can maintain a bunch of somewhat realistic setups of `zero-project.yml`s per module and have a CI pipeline that tries...