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

Release App 2.13.2 #823

Merged
merged 54 commits into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
2c0e77b
fix(app): implement DnD for each group(wip)
shu20031026 Jan 26, 2024
d47e92f
fix(app): save sorted list
shu20031026 Jan 29, 2024
d97e721
Create plenty-gifts-unite.md
shu20031026 Jan 29, 2024
367bfdf
Merge pull request #799 from cam-inc/endpoint-drag-and-drop
nonoakij Jan 29, 2024
07d15cb
chore(deps): bump semver from 5.7.1 to 5.7.2
dependabot[bot] Jan 29, 2024
d6e4d3d
chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.5
dependabot[bot] Jan 29, 2024
72c5aa0
Merge pull request #691 from cam-inc/dependabot/npm_and_yarn/semver-5…
nonoakij Jan 29, 2024
722b7d4
Merge pull request #800 from cam-inc/dependabot/npm_and_yarn/word-wra…
nonoakij Jan 29, 2024
3ab0120
chore(deps-dev): bump browserify-sign from 4.2.1 to 4.2.2
dependabot[bot] Jan 29, 2024
e4f2be2
Merge pull request #760 from cam-inc/dependabot/npm_and_yarn/browseri…
nonoakij Jan 30, 2024
ac09bb1
fix(app): group dnd bug fixes and refactorings
shu20031026 Jan 30, 2024
ea7376c
Create breezy-socks-fry.md
shu20031026 Jan 30, 2024
f2fc27e
Merge branch 'develop' of https://github.com/cam-inc/viron into other…
nonoakij Feb 6, 2024
f4de34c
fix(nodejs): version update
taitasu555 Feb 6, 2024
2d61c17
fix(nodejs): chore update
taitasu555 Feb 6, 2024
b630b7c
Merge pull request #803 from cam-inc/update/viron/lib-package-version
nonoakij Feb 6, 2024
f9cbf36
fix(nodejs): chore update
taitasu555 Feb 6, 2024
f5db1bc
Merge pull request #804 from cam-inc/update-viron-lib-pacakge-version
nonoakij Feb 6, 2024
c967326
fix(nodejs): chore update
taitasu555 Feb 6, 2024
6f8657a
Merge pull request #805 from cam-inc/chore-pacakge-version
nonoakij Feb 7, 2024
54a4f61
feat(app): dnd group item
nonoakij Feb 7, 2024
42d43dd
Merge pull request #801 from cam-inc/other-group-dnd
nonoakij Feb 7, 2024
23627b8
feat(nodejs): add github action
taitasu555 Feb 9, 2024
97bbb94
fix(nodejs): version up
taitasu555 Feb 9, 2024
38ddf62
fix(nodejs): github action
taitasu555 Feb 9, 2024
1b0d763
fix(nodejs): dependencies
taitasu555 Feb 9, 2024
4164834
fix(nodejs): fix github action
taitasu555 Feb 9, 2024
30f2aa6
fix(nodejs): version update
taitasu555 Feb 9, 2024
938d32c
fix(nodejs): fix github action
taitasu555 Feb 9, 2024
b63df47
feat(nodejs): linter github action
taitasu555 Feb 9, 2024
966a88f
Merge pull request #809 from cam-inc/feat-move-github-action
nonoakij Feb 9, 2024
c25374f
chore: run codemod on example/**/*.ts
trivikr Nov 14, 2023
ac5598c
chore: format
trivikr Nov 14, 2023
a5f6672
chore(deps): replace AWS SDK for JavaScript v2 with v3
trivikr Nov 14, 2023
a79291a
chore(deps): bump multer-s3 to 3.x
trivikr Nov 14, 2023
f4c3e29
Merge pull request #764 from trivikr/aws-sdk-js-codemod
nonoakij Feb 20, 2024
07297de
chore(example): update types♻️
nonoakij Mar 12, 2024
efbf809
Merge pull request #814 from cam-inc/bump-up-multer-s3-types
ejithon Mar 12, 2024
9f6d963
chore(nodejs): update cookie package version to 0.6.0
nonoakij Mar 26, 2024
fbd40f7
feat(nodejs): set partitioned cookie attributes as default
nonoakij Mar 26, 2024
0a02d69
intent(): changeset
nonoakij Mar 26, 2024
53eabf3
Merge pull request #817 from cam-inc/prepare-for-3pcd
ejithon Mar 27, 2024
eade177
version: update
nonoakij Mar 27, 2024
19b2aba
Merge pull request #819 from cam-inc/version
ejithon Mar 27, 2024
c0a8385
fix(nodejs): patition option is ture by default
nonoakij Apr 1, 2024
a70f57b
intent(): changeset
nonoakij Apr 1, 2024
9ededa4
Update .changeset/spotty-kangaroos-shout.md
nonoakij Apr 2, 2024
9c55119
fix(nodejs): to comment
nonoakij Apr 2, 2024
655c05e
Merge branch 'fix-default-partitioned-cookie' of https://github.com/c…
nonoakij Apr 2, 2024
239430d
Merge pull request #820 from cam-inc/fix-default-partitioned-cookie
ejithon Apr 2, 2024
125e009
fix(app): generate fileReader id randomly
JIIOryo Apr 2, 2024
92dd3b4
Merge pull request #821 from JIIOryo/fix/file-reader-id
nonoakij Apr 2, 2024
83b4f5d
version: update
nonoakij Apr 2, 2024
2f22995
Merge pull request #822 from cam-inc/version
ejithon Apr 2, 2024
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
36 changes: 36 additions & 0 deletions .github/workflows/publish-package-viorn-lib.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: Publish NPM Package - Viron/lib

on:
push:
branches:
- develop
paths:
- "packages/nodejs/**"

jobs:
build-and-publish:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install dependencies and Build
run: |
echo "Installing packages..."
npm ci
npm run build -w packages/linter
npm run build -w packages/nodejs
- name: Set NPM_TOKEN
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish
run: |
echo "Publishing..."
npm publish -w packages/nodejs
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35 changes: 35 additions & 0 deletions .github/workflows/publish-package-viorn-linter.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Publish NPM Package - Viron/linter

on:
push:
branches:
- develop
paths:
- "packages/linter/**"

jobs:
build-and-publish:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [18.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- name: Install dependencies and Build
run: |
echo "Installing packages..."
npm ci
npm run build -w packages/linter
- name: Set NPM_TOKEN
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish
run: |
echo "Publishing..."
npm publish -w packages/linter
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
6 changes: 3 additions & 3 deletions example/nodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"description": "A toolkit to speedily build a viron api server",
"main": "dist/server.js",
"dependencies": {
"@aws-sdk/client-s3": "^3.451.0",
"@viron/lib": "^2.0.2",
"accepts": "^1.3.7",
"aws-sdk": "^2.985.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
Expand All @@ -18,7 +18,7 @@
"mime-types": "^2.1.31",
"mongoose": "6.1.8",
"multer": "^1.4.3",
"multer-s3": "^2.9.0",
"multer-s3": "^3.0.1",
"mysql2": "^2.2.5",
"pino": "^7.6.4",
"pino-http": "^6.6.0",
Expand All @@ -38,7 +38,7 @@
"@types/jest": "^29.5.3",
"@types/mime-types": "^2.1.0",
"@types/multer": "^1.4.7",
"@types/multer-s3": "^2.7.10",
"@types/multer-s3": "^3.0.3",
"@types/node": "^14.18.9",
"@types/pino-http": "^5.4.0",
"@types/supertest": "^2.0.10",
Expand Down
10 changes: 6 additions & 4 deletions example/nodejs/src/infrastructures/s3/client.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import AWS from 'aws-sdk';
import { S3 } from '@aws-sdk/client-s3';

import { ctx } from '../../context';

const AWSS3Config = ctx.config.aws.s3;

export const s3Client = new AWS.S3({
accessKeyId: AWSS3Config.accessKeyId,
secretAccessKey: AWSS3Config.secretAccessKey,
export const s3Client = new S3({
credentials: {
accessKeyId: AWSS3Config.accessKeyId,
secretAccessKey: AWSS3Config.secretAccessKey,
},
region: AWSS3Config.region,
});
Loading
Loading