Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
b6fd334
Auto-merge main back to develop post release
estohlmann Feb 26, 2025
7d7feef
pull request notification
estohlmann Mar 11, 2025
2fb6c47
pull request notification
estohlmann Mar 12, 2025
7e31a50
decomposing stacks into constructs
jmharold May 22, 2025
39e6078
Logical ids
estohlmann May 23, 2025
6fbb6d1
fix govcloud partition name in config file
szotrj Jun 30, 2025
8c6d4e8
Merge pull request #318 from szotrj/bugfix/govcloud-partition
dustins Aug 19, 2025
02fa880
updating deps
estohlmann Aug 26, 2025
d2a8048
updating deps
estohlmann Aug 26, 2025
519089f
Bump vite from 5.4.19 to 5.4.20 in /frontend
dependabot[bot] Sep 11, 2025
958b548
added VPC endpoints for EMR and Translate
dustins Sep 10, 2025
de47b12
Merge pull request #325 from awslabs/enhancement/endpoints
dustins Sep 11, 2025
1e48142
Merge branch 'develop' into dependabot/npm_and_yarn/frontend/vite-5.4.20
dustins Sep 11, 2025
d0c347e
Merge pull request #324 from awslabs/dependabot/npm_and_yarn/frontend…
dustins Sep 11, 2025
4fcf3c1
added using kms key for dynamo db tables
dustins Sep 12, 2025
8a6c69f
added additional config for using KMS CMK for DDB
dustins Sep 12, 2025
586122a
default DDB KMS CMK encryption to true for best security practices
dustins Sep 12, 2025
b19a234
Merge pull request #326 from awslabs/enhancement/ddb-cmk
dustins Sep 12, 2025
8301680
Merge branch 'main' into develop
estohlmann Sep 14, 2025
8ec8302
fix bedrock permissions (#330)
dustins Oct 10, 2025
ed81294
Enhance documentation with architecture diagram and security updates …
dustins Oct 10, 2025
15fd93a
updated code release action
dustins Oct 10, 2025
dee5e63
added user/email to release action
dustins Oct 10, 2025
c94ea5d
updated release notes
dustins Oct 13, 2025
7a23a89
added upcoming to release notes
dustins Oct 13, 2025
c676f23
Auto-merge main back to develop post release
estohlmann Oct 14, 2025
bdef197
added flake for development environment setup
dustins Nov 25, 2025
7682a3b
Updated dataset description regex to be more permissive (#340)
emacthecav Jan 12, 2026
c2e5d9e
Add enhanced authentication to support additional auth flows (#341)
dustins Jan 22, 2026
c68df37
baseurl fix
dustins Jan 22, 2026
4906487
fix redirect baseurl
dustins Jan 22, 2026
8270bb8
fix path prefix issue for cookies
dustins Jan 22, 2026
ab725b2
fixed base url issue
dustins Jan 22, 2026
03e8903
Updating version for release v1.7
dustins Jan 22, 2026
afade9b
Documentation and helper fixes (#346)
dustins Jan 22, 2026
c1156a0
updated documentation
dustins Jan 23, 2026
4c3846d
updated documentation
dustins Jan 23, 2026
bded846
Updated demo deployment configuration
dustins Jan 23, 2026
f96fb81
github workflow changes
dustins Jan 23, 2026
7c3f880
Revise release notes for version 1.7
dustins Jan 23, 2026
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
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
use flake
5 changes: 5 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
"skipWords": [
"azs",
"aud",
"bff",
"fullname",
"isob",
"localhost",
Expand Down Expand Up @@ -110,6 +111,7 @@
"cardinality",
"cbow",
"centroids",
"cdk",
"cfn",
"cidr",
"checkbox",
Expand Down Expand Up @@ -176,6 +178,7 @@
"evenodd",
"faiss",
"fcn",
"fernet",
"figlet",
"fjlt",
"flashbar",
Expand Down Expand Up @@ -301,11 +304,13 @@
"rmse",
"rmsprop",
"rowindex",
"rotatable",
"runtimes",
"sagemaker",
"scaler",
"scape",
"sdk",
"secretsmanager",
"selectable",
"serializable",
"serverless",
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code.deploy.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
{
"AWS_ACCOUNT": "${{ secrets.AWS_ACCOUNT }}",
"AWS_REGION": "${{ secrets.AWS_REGION }}",
"OIDC_URL": "${{ secrets.OIDC_URL }}",
"OIDC_CLIENT_NAME": "${{ secrets.OIDC_CLIENT_NAME }}",
"AUTH_OIDC_CLIENT_ID": "${{ vars.AUTH_OIDC_CLIENT_ID }}",
"AUTH_OIDC_URL": "${{ vars.AUTH_OIDC_URL }}",
"KEY_MANAGER_ROLE_NAME": "${{ secrets.KEY_MANAGER_ROLE_NAME }}"
}
dir: './lib/'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code.deploy.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
{
"AWS_ACCOUNT": "${{ vars.AWS_ACCOUNT }}",
"AWS_REGION": "${{ vars.AWS_REGION }}",
"OIDC_URL": "${{ secrets.OIDC_URL }}",
"OIDC_CLIENT_NAME": "${{ secrets.OIDC_CLIENT_NAME }}",
"AUTH_OIDC_CLIENT_ID": "${{ vars.AUTH_OIDC_CLIENT_ID }}",
"AUTH_OIDC_URL": "${{ vars.AUTH_OIDC_URL }}",
"KEY_MANAGER_ROLE_NAME": "${{ vars.KEY_MANAGER_ROLE_NAME }}"
}
dir: './lib/'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code.hotfix.branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
ref: refs/tags/${{ github.event.inputs.source_tag }}
- name: Create Hotfix Branch and Update Version
run: |
git config --global user.email "evmann@amazon.com"
git config --global user.name "github_actions_mlspace"
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
SRC_TAG=${{ github.event.inputs.source_tag }}
DST_TAG=${{ github.event.inputs.dest_tag }}
git checkout -b hotfix/${{ github.event.inputs.dest_tag }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/code.merge.main-to-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
ssh-key: ${{ secrets.DEPLOYMENT_SSH_KEY }}
- name: merge main into develop
run: |
git config --global user.email "evmann@amazon.com"
git config --global user.name "github_actions_mlspace"
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git fetch --unshallow
git checkout develop
git pull
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code.test-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
--cov-report term-missing \
--cov-report html:build/coverage \
--cov-report xml:build/coverage/coverage.xml \
--cov-fail-under 97
--cov-fail-under 90
frontend_build:
name: FrontEnd Tests
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.direnv
node_modules
build
cdk.out/
Expand Down
Loading
Loading