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

v2.x.x - Next major version preparation branch #1460

Merged
merged 37 commits into from
Nov 1, 2023
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
ad688e8
Node version bump
javiertoledo Sep 24, 2023
d157def
feat(publish test): add path to ds.Dirent object
santigamo Sep 29, 2023
2e7f47b
feat(stub test): add path to ds.Dirent object
santigamo Sep 29, 2023
396afc9
feat: loadConfig before test oclif command
santigamo Sep 29, 2023
88e261c
feat(environment test): remove unnecessary envs stub
santigamo Sep 29, 2023
425e709
aws tests now pass after changing expected input
samueldominguez Sep 29, 2023
5b1d717
changed azure functions nodejs runtime to 18
samueldominguez Sep 29, 2023
75e2398
necessary upgrade to function runtime version 4
samueldominguez Sep 29, 2023
01a2f80
feat(host.json): update extension bundle versions
santigamo Sep 29, 2023
918ea02
feat(package.json): update @azure/cosmos to ^4.0.0
santigamo Sep 29, 2023
b4b2a46
feat(function.json): rename binding attributes
santigamo Sep 29, 2023
7140161
feat: replace env with sino replace
santigamo Oct 2, 2023
9ec9e62
feat: remove unnecessary configRoot and load config directly
santigamo Oct 2, 2023
70de408
Remove redundant calls to `replace` and `restore`
Oct 3, 2023
e515caa
Fixed minor type error
javiertoledo Oct 3, 2023
5e85f6e
Create rush change file
javiertoledo Oct 3, 2023
dcfd569
Enable tests and checks for v2.x.x branch
javiertoledo Oct 8, 2023
9e07e1e
Merge pull request #1431 from boostercloud/upgrade/node-18
Oct 8, 2023
759887e
Dropped `ttypescript` in favor of `ts-patch`
javiertoledo Sep 24, 2023
663a15e
Added change file
javiertoledo Sep 24, 2023
f7fd6f1
Fixed some packages version missmatches
javiertoledo Sep 25, 2023
29b840e
Fixed tsconfig on integration tests project
javiertoledo Oct 4, 2023
695e261
Fixed a JSON generation curse
javiertoledo Oct 5, 2023
b606fe0
Merge pull request #1432 from boostercloud/upgrade/ts-patch
Oct 8, 2023
dc5d8be
Merge remote-tracking branch 'origin/main' into v2.x.x
javiertoledo Oct 18, 2023
3ffcf02
Updated check-all-the-things scripts
javiertoledo Oct 18, 2023
ca0e18b
Merge pull request #1474 from boostercloud/updated-check-all-the-thin…
Oct 18, 2023
35e8d0e
Update packages/framework-provider-azure-infrastructure/src/infrastru…
Oct 19, 2023
0049594
Set AWS package as deprecated
javiertoledo Oct 24, 2023
db09490
Retry deletion of integration test sandboxes, silently failing after …
javiertoledo Oct 25, 2023
d0b97c5
Merge pull request #1477 from boostercloud/set-aws-provider-as-deprec…
Oct 25, 2023
4865586
feat: remove @types/graphql package
santigamo Oct 27, 2023
d63174a
feat: update testing deps
santigamo Oct 27, 2023
641d023
test: update assert due to v3 error handle changes
santigamo Oct 27, 2023
7e638f6
Merge pull request #1485 from boostercloud/upgrade/package-cli-and-fr…
Oct 27, 2023
7d09270
Prepare version bump change
javiertoledo Oct 31, 2023
9d2fd48
Merge remote-tracking branch 'origin/main' into v2.x.x
javiertoledo Oct 31, 2023
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
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:
steps:
- uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 18.18

# First we cache the rush project, to ensure we don't build multiple times, nor we download more dependencies than needed
- name: Cache Rush project
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ name: 'CodeQL'

on:
push:
branches: [main]
branches:
- main
- v2.x.x
pull_request:
# The branches below must be a subset of the branches above
branches: [main]
branches:
- main
- v2.x.x
schedule:
- cron: '17 3 * * 4'

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codesee-arch-diagram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v2.x.x
pull_request_target:
types: [opened, synchronize, reopened]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/re_test-integration-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.14
node-version: 18.18

# If this was triggered by a /integration command, check out merge commit
- name: Fork based /integration checkout
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wf_check-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- '1.0.0'
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
Expand All @@ -14,6 +14,7 @@ on:
pull_request:
branches:
- main
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf_check-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request:
branches:
- main
- '1.0.0'
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf_publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 18.18
cache: npm
cache-dependency-path: website/package-lock.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wf_publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16.x
node-version: 18.18
registry-url: https://registry.npmjs.org/

- name: Rush Update
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/wf_test-unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches:
- main
- '1.0.0'
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
Expand All @@ -14,6 +14,7 @@ on:
pull_request:
branches:
- main
- v2.x.x
paths-ignore:
- '**.md'
- 'website/**'
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
lts/gallium
lts/hydrogen
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Upgraded for Node18 support",
"type": "minor"
}
],
"packageName": "@boostercloud/framework-core"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@boostercloud/framework-core",
"comment": "Replaced the deprecated dependency `ttypescript` with `ts-patch`",
"type": "minor"
}
],
"packageName": "@boostercloud/framework-core"
}
Loading
Loading