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

VAMS V2 Release #192

Merged
merged 5 commits into from
Jun 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 6 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install Poetry Action
uses: snok/install-poetry@v1
with:
version: 1.4.2
version: 1.8.2
virtualenvs-create: true
virtualenvs-in-project: true
virtualenvs-path: backend/.venv
Expand Down Expand Up @@ -97,9 +97,7 @@ jobs:
working-directory: vams/infra
run: |
CDK_NAG_ENABLED=true
export STACK_NAME=CfnNagTest
export REGION=us-east-1
export [email protected]
npx cdk synth

- name: eslint
Expand All @@ -109,13 +107,13 @@ jobs:
- name: Scan VAMS WAF Cloudformation template
uses: stelligent/cfn_nag@master
with:
input_path: vams/infra/cdk.out/vams-waf-CfnNagTest-us-east-1.template.json
input_path: vams/infra/cdk.out/vams-waf-prod-us-east-1.template.json

- name: Scan VAMS Cloudformation template
uses: stelligent/cfn_nag@master
with:
input_path: vams/infra/cdk.out/vams-CfnNagTest-us-east-1.template.json
input_path: vams/infra/cdk.out/vams-core-prod-us-east-1.template.json

- name: run checks
working-directory: vams/backend
run: make all
#- name: run checks
# working-directory: vams/backend
# run: make all
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ fabric.properties
.LSOverride

# Icon must end with two \r
Icon
Icon


# Thumbnails
._*
Expand Down Expand Up @@ -324,8 +325,7 @@ Sessionx.vim

# Temporary
.netrwhist
# Auto-generated tag files
tags

# Persistent undo
[._]*.un~

Expand All @@ -335,3 +335,6 @@ tags

report
*.orig

# ENV
venv/
4 changes: 3 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ ash_cf2cdk_output
ash
backend/.venv
web/customInstalls/potree/source
web/public/potree_libs
web/public/potree_libs
*.yaml
*.patch
166 changes: 166 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

188 changes: 188 additions & 0 deletions ConfigurationGuide.md

Large diffs are not rendered by default.

258 changes: 68 additions & 190 deletions DeveloperGuide.md

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions NOTICE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Amazon VAMS

Copyright 2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.

---

Expand Down Expand Up @@ -45,7 +45,9 @@ Javascript Libraries:
| styled-components | [email protected] | MIT |
| typescript | [email protected] | Apache-2.0 |
| web-vitals | [email protected] | Apache-2.0 |
| esbuild | [email protected] | MIT |
| online-3d-viewer | [[email protected]](https://github.com/kovacsv/Online3DViewer) | MIT |
| PotreeViewer | [potree@develop-latest](https://github.com/potree/potree) | BSD-2-Clause |
| pickr | [[email protected]](https://github.com/Simonwep/pickr) | MIT |
| draco | [[email protected]](https://github.com/google/draco) | Apache-2.0 |
| rhino3dm | [[email protected]](https://github.com/mcneel/rhino3dm) | MIT |
Expand All @@ -61,7 +63,6 @@ Python Libraries
| importlib-metadata | 4.12.0 | Apache Software License |
| requests | 2.28.1 | Apache Software License |
| s3transfer | 0.6.0 | Apache Software License |
| sagemaker | 2.75.1 | Apache Software License |
| smdebug-rulesconfig | 1.0.1 | Apache Software License |
| stepfunctions | 2.3.0 | Apache Software License |
| packaging | 21.3 | Apache Software License; BSD License |
Expand All @@ -86,3 +87,11 @@ Python Libraries
| zipp | 3.8.1 | MIT License |
| certifi | 2022.6.15 | Mozilla Public License 2.0 (MPL 2.0) |
| protobuf3-to-dict | 0.1.5 | Public Domain |

Other Libraries

| Name | Version | Licenses |
| :-------------- | :--------------------------------------------------------------------------- | :----------- |
| PDAL | [pdal@master-latest] (https://github.com/PDAL/PDAL) | BSD |
| PotreeConverter | [potreeconverter@develop-latest] (https://github.com/potree/PotreeConverter) | BSD-2-Clause |
| Casbin | [[email protected]] (https://github.com/casbin/casbin) | Apache-2.0 |
Loading
Loading