Skip to content

Commit 56e7c4e

Browse files
authored
s3 widget (#1481)
* s3 widget * s3 widget by row pk instead of filename * tests fix * frontend tests * missing dependency
1 parent 81c0ece commit 56e7c4e

File tree

60 files changed

+37723
-30325
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+37723
-30325
lines changed

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
npx lint-staged

backend/package.json

Lines changed: 121 additions & 119 deletions
Original file line numberDiff line numberDiff line change
@@ -1,121 +1,123 @@
11
{
2-
"name": "auto-admin",
3-
"version": "0.0.1",
4-
"description": "",
5-
"author": "",
6-
"private": true,
7-
"license": "UNLICENSED",
8-
"type": "module",
9-
"scripts": {
10-
"prebuild": "rimraf dist",
11-
"build": "nest build",
12-
"start": "nest start",
13-
"start:dev": "nest start --watch --preserveWatchOutput",
14-
"start:debug": "nest start --debug --watch",
15-
"start:prod": "node dist/main",
16-
"test": "ava test/ava-tests/non-saas-tests/* --serial",
17-
"test-all": "ava --timeout=5m",
18-
"test-saas": "ava test/ava-tests/saas-tests/* ",
19-
"typeorm": "ts-node -r tsconfig-paths/register ../node_modules/.bin/typeorm",
20-
"migration:generate": "yarn run typeorm migration:generate -d dist/src/shared/config/datasource.config.js",
21-
"migration:create": "yarn run typeorm migration:create -d dist/src/shared/config/datasource.config.js",
22-
"migration:run": "yarn run typeorm migration:run -d dist/src/shared/config/datasource.config.js",
23-
"migration:revert": "npm run typeorm -- migration:revert -d dist/src/shared/config/datasource.config.js",
24-
"knip": "knip"
25-
},
26-
"dependencies": {
27-
"@amplitude/node": "1.10.2",
28-
"@aws-sdk/client-bedrock-runtime": "^3.954.0",
29-
"@aws-sdk/lib-dynamodb": "^3.953.0",
30-
"@electric-sql/pglite": "^0.3.14",
31-
"@faker-js/faker": "^10.1.0",
32-
"@nestjs/common": "11.1.9",
33-
"@nestjs/config": "4.0.2",
34-
"@nestjs/core": "11.1.9",
35-
"@nestjs/platform-express": "11.1.9",
36-
"@nestjs/schedule": "^6.1.0",
37-
"@nestjs/swagger": "^11.2.3",
38-
"@nestjs/throttler": "^6.5.0",
39-
"@nestjs/typeorm": "^11.0.0",
40-
"@nestjsx/crud": "4.6.2",
41-
"@rocketadmin/shared-code": "workspace:*",
42-
"@sentry/minimal": "^6.19.7",
43-
"@sentry/node": "10.31.0",
44-
"@types/crypto-js": "^4.2.2",
45-
"@types/jsonwebtoken": "^9.0.10",
46-
"@types/multer": "^2.0.0",
47-
"@types/nodemailer": "^7.0.4",
48-
"@types/nunjucks": "^3.2.6",
49-
"@types/qrcode": "^1.5.6",
50-
"@zapier/secret-scrubber": "^1.1.2",
51-
"argon2": "0.44.0",
52-
"axios": "^1.13.2",
53-
"base32-encode": "^2.0.0",
54-
"basic-auth": "2.0.1",
55-
"bcrypt": "6.0.0",
56-
"body-parser": "^2.2.1",
57-
"class-transformer": "0.5.1",
58-
"class-validator": "^0.14.3",
59-
"cookie-parser": "^1.4.7",
60-
"crc": "^4.3.2",
61-
"crypto-js": "4.2.0",
62-
"csv": "^6.4.1",
63-
"dotenv": "17.2.3",
64-
"express": "5.2.1",
65-
"fetch-blob": "^4.0.0",
66-
"helmet": "8.1.0",
67-
"i18n-iso-countries": "^7.14.0",
68-
"ip-range-check": "0.2.0",
69-
"json2csv": "^5.0.7",
70-
"jsonwebtoken": "^9.0.3",
71-
"knex": "3.1.0",
72-
"lru-cache": "^11.2.4",
73-
"nanoid": "5.1.6",
74-
"nodemailer": "^7.0.11",
75-
"nunjucks": "^3.2.4",
76-
"openai": "^6.14.0",
77-
"otplib": "^12.0.1",
78-
"p-queue": "9.0.1",
79-
"pg": "^8.16.3",
80-
"pg-connection-string": "^2.9.1",
81-
"qrcode": "^1.5.4",
82-
"query-string": "^9.3.1",
83-
"reflect-metadata": "0.2.2",
84-
"rimraf": "6.1.2",
85-
"rxjs": "7.8.2",
86-
"safe-regex2": "^5.0.0",
87-
"secure-json-parse": "4.1.0",
88-
"typeorm": "0.3.28",
89-
"typeorm-pglite": "^0.3.2",
90-
"uuid": "^13.0.0",
91-
"validator": "^13.15.23",
92-
"winston": "3.19.0"
93-
},
94-
"devDependencies": {
95-
"@ava/typescript": "6.0.0",
96-
"@nestjs/cli": "^11.0.14",
97-
"@nestjs/schematics": "11.0.9",
98-
"@nestjs/testing": "^11.1.9",
99-
"@types/bcrypt": "^6.0.0",
100-
"@types/body-parser": "^1.19.6",
101-
"@types/cookie-parser": "^1.4.10",
102-
"@types/cron": "^2.4.3",
103-
"@types/express": "^5.0.6",
104-
"@types/ibm_db": "^3.2.0",
105-
"@types/json2csv": "^5.0.7",
106-
"@types/node": "^24.10.1",
107-
"@types/pg": "^8.16.0",
108-
"@types/safe-regex": "^1.1.6",
109-
"@types/supertest": "^6.0.3",
110-
"@types/uuid": "^11.0.0",
111-
"@types/validator": "^13.15.10",
112-
"ava": "6.4.1",
113-
"knip": "^5.75.0",
114-
"nock": "^14.0.10",
115-
"supertest": "^7.1.4",
116-
"ts-loader": "^9.5.4",
117-
"ts-node": "^10.9.2",
118-
"tsconfig-paths": "^4.2.0",
119-
"typescript": "^5.9.3"
120-
}
2+
"name": "auto-admin",
3+
"version": "0.0.1",
4+
"description": "",
5+
"author": "",
6+
"private": true,
7+
"license": "UNLICENSED",
8+
"type": "module",
9+
"scripts": {
10+
"prebuild": "rimraf dist",
11+
"build": "nest build",
12+
"start": "nest start",
13+
"start:dev": "nest start --watch --preserveWatchOutput",
14+
"start:debug": "nest start --debug --watch",
15+
"start:prod": "node dist/main",
16+
"test": "ava test/ava-tests/non-saas-tests/* --serial",
17+
"test-all": "ava --timeout=5m",
18+
"test-saas": "ava test/ava-tests/saas-tests/* ",
19+
"typeorm": "ts-node -r tsconfig-paths/register ../node_modules/.bin/typeorm",
20+
"migration:generate": "yarn run typeorm migration:generate -d dist/src/shared/config/datasource.config.js",
21+
"migration:create": "yarn run typeorm migration:create -d dist/src/shared/config/datasource.config.js",
22+
"migration:run": "yarn run typeorm migration:run -d dist/src/shared/config/datasource.config.js",
23+
"migration:revert": "npm run typeorm -- migration:revert -d dist/src/shared/config/datasource.config.js",
24+
"knip": "knip"
25+
},
26+
"dependencies": {
27+
"@amplitude/node": "1.10.2",
28+
"@aws-sdk/client-bedrock-runtime": "^3.954.0",
29+
"@aws-sdk/client-s3": "^3.958.0",
30+
"@aws-sdk/lib-dynamodb": "^3.953.0",
31+
"@aws-sdk/s3-request-presigner": "^3.958.0",
32+
"@electric-sql/pglite": "^0.3.14",
33+
"@faker-js/faker": "^10.1.0",
34+
"@nestjs/common": "11.1.9",
35+
"@nestjs/config": "4.0.2",
36+
"@nestjs/core": "11.1.9",
37+
"@nestjs/platform-express": "11.1.9",
38+
"@nestjs/schedule": "^6.1.0",
39+
"@nestjs/swagger": "^11.2.3",
40+
"@nestjs/throttler": "^6.5.0",
41+
"@nestjs/typeorm": "^11.0.0",
42+
"@nestjsx/crud": "4.6.2",
43+
"@rocketadmin/shared-code": "workspace:*",
44+
"@sentry/minimal": "^6.19.7",
45+
"@sentry/node": "10.31.0",
46+
"@types/crypto-js": "^4.2.2",
47+
"@types/jsonwebtoken": "^9.0.10",
48+
"@types/multer": "^2.0.0",
49+
"@types/nodemailer": "^7.0.4",
50+
"@types/nunjucks": "^3.2.6",
51+
"@types/qrcode": "^1.5.6",
52+
"@zapier/secret-scrubber": "^1.1.2",
53+
"argon2": "0.44.0",
54+
"axios": "^1.13.2",
55+
"base32-encode": "^2.0.0",
56+
"basic-auth": "2.0.1",
57+
"bcrypt": "6.0.0",
58+
"body-parser": "^2.2.1",
59+
"class-transformer": "0.5.1",
60+
"class-validator": "^0.14.3",
61+
"cookie-parser": "^1.4.7",
62+
"crc": "^4.3.2",
63+
"crypto-js": "4.2.0",
64+
"csv": "^6.4.1",
65+
"dotenv": "17.2.3",
66+
"express": "5.2.1",
67+
"fetch-blob": "^4.0.0",
68+
"helmet": "8.1.0",
69+
"i18n-iso-countries": "^7.14.0",
70+
"ip-range-check": "0.2.0",
71+
"json2csv": "^5.0.7",
72+
"jsonwebtoken": "^9.0.3",
73+
"knex": "3.1.0",
74+
"lru-cache": "^11.2.4",
75+
"nanoid": "5.1.6",
76+
"nodemailer": "^7.0.11",
77+
"nunjucks": "^3.2.4",
78+
"openai": "^6.14.0",
79+
"otplib": "^12.0.1",
80+
"p-queue": "9.0.1",
81+
"pg": "^8.16.3",
82+
"pg-connection-string": "^2.9.1",
83+
"qrcode": "^1.5.4",
84+
"query-string": "^9.3.1",
85+
"reflect-metadata": "0.2.2",
86+
"rimraf": "6.1.2",
87+
"rxjs": "7.8.2",
88+
"safe-regex2": "^5.0.0",
89+
"secure-json-parse": "4.1.0",
90+
"typeorm": "0.3.28",
91+
"typeorm-pglite": "^0.3.2",
92+
"uuid": "^13.0.0",
93+
"validator": "^13.15.23",
94+
"winston": "3.19.0"
95+
},
96+
"devDependencies": {
97+
"@ava/typescript": "6.0.0",
98+
"@nestjs/cli": "^11.0.14",
99+
"@nestjs/schematics": "11.0.9",
100+
"@nestjs/testing": "^11.1.9",
101+
"@types/bcrypt": "^6.0.0",
102+
"@types/body-parser": "^1.19.6",
103+
"@types/cookie-parser": "^1.4.10",
104+
"@types/cron": "^2.4.3",
105+
"@types/express": "^5.0.6",
106+
"@types/ibm_db": "^3.2.0",
107+
"@types/json2csv": "^5.0.7",
108+
"@types/node": "^24.10.1",
109+
"@types/pg": "^8.16.0",
110+
"@types/safe-regex": "^1.1.6",
111+
"@types/supertest": "^6.0.3",
112+
"@types/uuid": "^11.0.0",
113+
"@types/validator": "^13.15.10",
114+
"ava": "6.4.1",
115+
"knip": "^5.75.0",
116+
"nock": "^14.0.10",
117+
"supertest": "^7.1.4",
118+
"ts-loader": "^9.5.4",
119+
"ts-node": "^10.9.2",
120+
"tsconfig-paths": "^4.2.0",
121+
"typescript": "^5.9.3"
122+
}
121123
}

0 commit comments

Comments
 (0)