Commit Graph

14714 Commits

Author SHA1 Message Date
Pranav C
af876ba43b fix: read api - extract dependency fields, use it to generate select query and avoid duplicate use of nocoExecute
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-25 14:39:23 +05:30
Wing-Kam Wong
0ee40bb2e0 chore: update sdk path 2023-05-24 22:31:24 +08:00
github-actions[bot]
ac146f4f80 Merge pull request #5728 from nocodb/release/0.107.4 2023-05-24 12:58:07 +00:00
pranavxc
ca3197b248 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-24 12:58:02 +00:00
github-actions[bot]
890123c854 Merge pull request #5727 from nocodb/develop 0.107.4 2023-05-24 12:48:35 +00:00
Pranav C
5858bbdea4 Merge pull request #5723 from nocodb/fix/5722-init-super-admin-from-env
fix: load super admin user from env if env is set
2023-05-24 18:14:19 +05:30
Pranav C
3f43ce732d fix: load super admin user from env if env is set
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-24 17:36:13 +05:30
աɨռɢӄաօռɢ
99bce0bee3 Merge pull request #5721 from nocodb/fix/static-public
fix(nocodb): incorrect public path for docker
2023-05-24 19:39:52 +08:00
Wing-Kam Wong
1e4d92c24e refactor(nocodb): remove PublicMiddleware import 2023-05-24 18:50:28 +08:00
Wing-Kam Wong
1a871e9bdb refactor(nocodb): remove unused PublicMiddleware 2023-05-24 18:50:03 +08:00
Wing-Kam Wong
edeae9bc06 refactor(nocodb): delete public middleware since it is included in Noco.ts 2023-05-24 18:44:19 +08:00
Wing-Kam Wong
b2a92cf491 refactor(nocodb): copy all files in public 2023-05-24 18:42:11 +08:00
աɨռɢӄաօռɢ
6b978398f3 Merge pull request #5720 from nocodb/fix/xc-token
fix(nocodb): assign dbuser id n roles to user
2023-05-24 18:02:44 +08:00
Wing-Kam Wong
ab090838ce fix(nocodb): add missing next() in public.middleware.tes 2023-05-24 17:55:55 +08:00
Wing-Kam Wong
3dfe2e41c4 fix(nocodb): add static public directory 2023-05-24 17:55:39 +08:00
Raju Udava
657b5a30aa Merge pull request #5718 from nocodb/fix/add-migrator-to-fix-malformed-project-config
fix: Update project base config encryption with proper secret key
2023-05-24 15:24:27 +05:30
Wing-Kam Wong
e590cb245a refactor(nocodb): move public to src/public 2023-05-24 17:31:28 +08:00
Wing-Kam Wong
231df22ca1 fix(nocodb): move the logic to Noco.ts 2023-05-24 17:23:13 +08:00
Wing-Kam Wong
5765078fce fix(nocodb): assign dbuser id n roles to user 2023-05-24 17:17:15 +08:00
Pranav C
305093e29d fix: update meta config as well, which will be null
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-24 14:11:44 +05:30
Pranav C
49c2b8d424 fix: provide an option to skip base reordering while updating
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-24 12:55:30 +05:30
Pranav C
0eccc15074 fix: use decrypted config for update, update upgrader version, pass ncMeta reference
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-24 10:13:37 +05:30
Pranav C
2bc137baa5 fix: add updgrader to migrate any project base config created with version 0.107.0
Signed-off-by: Pranav C <pranavxc@gmail.com>
2023-05-24 09:46:40 +05:30
աɨռɢӄաօռɢ
3b7813c3e4 Merge pull request #5716 from nocodb/dependabot/npm_and_yarn/packages/nc-gui/socket.io-parser-4.2.3
chore(deps): bump socket.io-parser from 4.2.1 to 4.2.3 in /packages/nc-gui
2023-05-24 11:18:56 +08:00
աɨռɢӄաօռɢ
e1dece39ac Merge pull request #5717 from nocodb/dependabot/npm_and_yarn/packages/nocodb/socket.io-parser-4.2.3
chore(deps): bump socket.io-parser from 4.2.2 to 4.2.3 in /packages/nocodb
2023-05-24 11:18:50 +08:00
dependabot[bot]
652acfde13 chore(deps): bump socket.io-parser in /packages/nocodb
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.2 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.2...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 02:06:12 +00:00
dependabot[bot]
9bb892c3e8 chore(deps): bump socket.io-parser in /packages/nc-gui
Bumps [socket.io-parser](https://github.com/socketio/socket.io-parser) from 4.2.1 to 4.2.3.
- [Release notes](https://github.com/socketio/socket.io-parser/releases)
- [Changelog](https://github.com/socketio/socket.io-parser/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/socket.io-parser/compare/4.2.1...4.2.3)

---
updated-dependencies:
- dependency-name: socket.io-parser
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-24 00:07:38 +00:00
Raju Udava
b5f5d54663 Update development-setup.md : Easter egg developer menu 2023-05-23 20:50:02 +05:30
Raju Udava
90c102ddd4 Merge pull request #5707 from nocodb/fix/model-cache
fix(nocodb): model list cache
2023-05-23 20:27:48 +05:30
Wing-Kam Wong
d298a195cc fix(nocodb): cater cases where baseId is not required 2023-05-23 19:17:52 +08:00
Wing-Kam Wong
3e9d6c7ae7 fix(nocodb): include baseId in appendToList 2023-05-23 18:41:56 +08:00
Wing-Kam Wong
37bb1bba14 fix(nocodb): include base_id in cache key 2023-05-23 17:27:17 +08:00
Raju Udava
3f25a4230c test: pg & mysql commands for backend
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-05-23 14:40:37 +05:30
Wing-Kam Wong
1494887ed3 chore: local sdk path 2023-05-22 21:04:35 +08:00
github-actions[bot]
75da3b5428 Merge pull request #5700 from nocodb/release/0.107.3 2023-05-22 12:14:25 +00:00
wingkwong
d4bf48762c [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-22 12:14:20 +00:00
github-actions[bot]
d5c364b8c6 Merge pull request #5699 from nocodb/develop 0.107.3 2023-05-22 12:05:44 +00:00
Raju Udava
7a78c526e7 Merge pull request #5682 from nocodb/enhancement/case-insensitive-formula
enhancement: case insensitive formula
2023-05-22 17:03:42 +05:30
աɨռɢӄաօռɢ
8b1278087d Merge pull request #5698 from nocodb/local_docker_improvements
chore: clean up image build script and bug fix with packaging
2023-05-22 19:04:40 +08:00
Raju Udava
80702eac01 test: formula case insensitive
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-05-22 16:29:15 +05:30
Raju Udava
fc7d47a152 Merge pull request #5697 from nocodb/fix/ltar-shared-form
fix(nc-gui): incorrect shared form logic
2023-05-22 16:19:46 +05:30
starbirdtech383
ef2d03f52b chore: clean up image build script and bug fix with packaging 2023-05-22 15:54:32 +05:30
Raju Udava
37331cd803 test: LTAR verification in shared form
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2023-05-22 15:51:12 +05:30
Wing-Kam Wong
7629363050 fix(nc-gui): incorrect shared form logic 2023-05-22 17:48:55 +08:00
Wing-Kam Wong
bb3a5f7a35 chore: local sdk path 2023-05-22 17:46:25 +08:00
github-actions[bot]
7009d75059 Merge pull request #5696 from nocodb/release/0.107.2 2023-05-22 08:47:21 +00:00
wingkwong
3c7904a639 [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2023-05-22 08:47:16 +00:00
github-actions[bot]
7a0cbe50db Merge pull request #5695 from nocodb/develop 0.107.2 2023-05-22 08:37:54 +00:00
աɨռɢӄաօռɢ
c58e44d83a Merge pull request #5693 from nocodb/fix/swagger-ui
fix(nocodb): incorrect public path for docker
2023-05-22 16:12:00 +08:00
Wing-Kam Wong
5a140ea2a9 fix(nocodb): incorrect public path for docker 2023-05-22 11:37:44 +08:00