Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8d35942
feat: integrated types-generator NPM package & removed old test files
meetstack19 Oct 28, 2024
01fb61a
test: added integration testing for types-generator NPM package with …
meetstack19 Oct 28, 2024
44cd5be
chore: added notes
meetstack19 Oct 28, 2024
094bf3a
ui text changes
harshithad0703 Oct 30, 2024
8f8a585
Merge pull request #145 from contentstack/fix/dx-872-ui-test-changes
harshithad0703 Nov 5, 2024
d377722
chore: removed notes
meetstack19 Nov 5, 2024
33e8814
fix: removed extra checks for system fields flag integration check
meetstack19 Nov 5, 2024
12858e9
Merge remote-tracking branch 'origin/development' into development-DE…
meetstack19 Nov 5, 2024
5f8c2bb
Merge pull request #144 from contentstack/staging
cs-raj Nov 7, 2024
388ed56
chore: removed unit test script
meetstack19 Nov 8, 2024
357e5f3
chore: removed unit test folder
meetstack19 Nov 8, 2024
7208c1c
chore: removed composite option since there is no referrer tsconfig.j…
meetstack19 Nov 8, 2024
8afd074
integrated for Custom Region, and updated packages
Dec 17, 2024
53b27f9
updated test cases
Dec 17, 2024
04bce92
updated packages
Dec 17, 2024
fb4dcb5
commented workflow for test case as further setup is required
Dec 23, 2024
c99e6a6
updated type-gen package and license
Jan 11, 2025
cc522bb
updated package lock file
Jan 13, 2025
6e69a61
updated package lock and json files
Jan 13, 2025
f3a4349
Update sca-scan.yml
aravindbuilt Jan 15, 2025
ff5c37a
Update sca-scan.yml
aravindbuilt Jan 15, 2025
e08f4bf
Merge pull request #146 from contentstack/development-DEVREL-220-inte…
naman-contentstack Jan 16, 2025
dbbba9e
update version 3.0.1 to 3.1.0
Jan 16, 2025
e7badbe
Merge pull request #149 from contentstack/update-version
naman-contentstack Jan 16, 2025
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 .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"oclif-typescript"
],
"rules": {
"unicorn/prefer-module": "off",
"unicorn/no-abusive-eslint-disable": "off",
"@typescript-eslint/no-use-before-define": "off"
}
Expand Down
23 changes: 11 additions & 12 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,24 @@ name: Node.js CI

on:
push:
branches: [ master, development, staging ]
branches: [master, development, staging]
pull_request:
branches: [ master, development, staging ]
branches: [master, development, staging]

jobs:
build:

runs-on: ubuntu-latest

strategy:
matrix:
node-version: [18.x,20.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
- run: npm test
- uses: actions/checkout@v3.5.3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build --if-present
# - run: npm test
2 changes: 1 addition & 1 deletion .github/workflows/sca-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
args: --all-projects --fail-on=all
args: --all-projects --fail-on=all --strict-out-of-sync=false
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
/dist
/tmp
/yarn.lock
/logs
node_modules
.vscode/
oclif.manifest.json
.env
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Contentstack
Copyright (c) 2025 Contentstack

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
Loading
Loading