Skip to content

Commit

Permalink
Merge pull request #26 from aws-solutions/release/v1.1.0
Browse files Browse the repository at this point in the history
Version 1.1.0 release
  • Loading branch information
mttwise authored Apr 11, 2024
2 parents cd43bc0 + fa23de7 commit 4010ef5
Show file tree
Hide file tree
Showing 2,200 changed files with 146,837 additions and 90,328 deletions.
12 changes: 0 additions & 12 deletions .coveragerc

This file was deleted.

68 changes: 6 additions & 62 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,10 @@ cdk.context.json
environment_tars
*_dependency_layer

*.js
*postman_collection.json
!**/postman_collection/index.js
!deployment/.typescript/cdk-solution-helper/index.js
!jest.config.js
*.d.ts
node_modules
!source/.typescript/lambda/**/*.js
!source/lambda/**/*.js
coverage/

# Test script runtime configuration
templates/modules/cms_provisioning_on_aws/**/vehicle_config.json

# Certification files
# In case you have these in your directory for deployment/testing
*.pem
Expand All @@ -30,8 +20,6 @@ templates/modules/cms_provisioning_on_aws/**/vehicle_config.json
cdk.out
chalice.out

!**/cdk-solution-helper/index.js

staging
global-s3-assets
regional-s3-assets
Expand All @@ -50,8 +38,6 @@ temp/
### macOS ###
.DS_Store

coverage-reports/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand All @@ -65,6 +51,7 @@ __pycache__/
build/
develop-eggs/
dist/
dist-lib/
downloads/
eggs/
.eggs/
Expand Down Expand Up @@ -98,13 +85,15 @@ htmlcov/
.cache
nosetests.xml
coverage.xml
coverage-reports/
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
*-cfnlogs.txt
.nightswatch/functional/results
.cdk_cache

# Translations
*.mo
Expand Down Expand Up @@ -137,61 +126,21 @@ target/
profile_default/
ipython_config.py

# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# poetry
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
# This is especially recommended for binary packages to ensure reproducibility, and is more
# commonly ignored for libraries.
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
#poetry.lock

# pdm
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
#pdm.lock
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
# in version control.
# https://pdm.fming.dev/#use-with-ide
#.pdm.toml

# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env*
*.cmsrc
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site
**/.acdp/docs
**/.acdp/site

# mypy
.mypy_cache/
Expand All @@ -209,11 +158,6 @@ cython_debug/

# PyCharm
.idea
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

#draw.io backup files
**/*.xml.bkp
6 changes: 0 additions & 6 deletions .isort.cfg

This file was deleted.

7 changes: 2 additions & 5 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
{
"MD013": {
"line_length": 120
}
}
MD013:
line_length: 120
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
18.17
Loading

0 comments on commit 4010ef5

Please sign in to comment.