DarkPhoenix2704
|
307fe68dcd
|
fix: bump dependencies
|
2025-06-10 12:12:30 +05:30 |
|
DarkPhoenix2704
|
253914abce
|
fix: more lock file fixes
|
2025-05-27 23:12:37 +05:30 |
|
DarkPhoenix2704
|
3c2cf85cf1
|
fix: sync more dependencies
|
2025-05-27 12:41:36 +05:30 |
|
DarkPhoenix2704
|
7a17935bd0
|
fix: bump vue i8n
|
2025-05-26 19:50:25 +05:30 |
|
DarkPhoenix2704
|
c9596801b9
|
fix: sync dependencies
|
2025-05-26 19:35:38 +05:30 |
|
Fendy Heryanto
|
3e1bb4d2de
|
add vvo/tzdb
|
2025-04-23 16:30:57 +07:00 |
|
DarkPhoenix2704
|
a66707e68b
|
chore: bump dependency
|
2025-03-10 12:15:04 +05:30 |
|
mertmit
|
38ec3f9859
|
chore: bump deps
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2025-02-26 12:58:21 +03:00 |
|
DarkPhoenix2704
|
16a53c167d
|
chore: sync dependencies
|
2025-02-17 18:51:02 +05:30 |
|
mertmit
|
6bbdce66bc
|
chore: bump nuxt version
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2025-02-07 12:41:47 +03:00 |
|
mertmit
|
c00c34d1b9
|
chore: bump package versions
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2025-02-07 00:04:54 +03:00 |
|
Ramesh Mane
|
b63dcbf0c8
|
chore(nc-gui): install missing deps
|
2025-01-08 12:49:04 +05:30 |
|
Ramesh Mane
|
2e9546454c
|
fix(nc-gui): add fflate dependency
|
2025-01-03 23:05:31 +05:30 |
|
Anbarasu
|
fe411be9f9
|
chore: bump nuxt version (#9961)
* chore: bump nuxt 3.14 with compatibility mode 4
* chore: add optimized deps to include list to avoid reload
* fix: failing test
* chore: bump nuxt version
* chore: add vueuse dependency
---------
Co-authored-by: mertmit <mertmit99@gmail.com>
|
2024-12-06 16:09:27 +03:00 |
|
DarkPhoenix2704
|
2b89199177
|
fix: add missing dependencies
|
2024-11-09 16:22:38 +05:30 |
|
WK Wong
|
c402621fad
|
chore(deps): add missing package
|
2024-10-09 12:23:05 +08:00 |
|
WK Wong
|
2c9dbc24c1
|
refactor: include packageManager
|
2024-10-08 11:30:36 +08:00 |
|
DarkPhoenix2704
|
2532a9c457
|
fix: sync dependencies
|
2024-10-02 11:34:15 +05:30 |
|
mertmit
|
758f5bfbb4
|
chore: use local nocodb-sdk
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2024-08-14 17:07:15 +03:00 |
|
pranavxc
|
01a92dc36b
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2024-08-14 12:20:27 +00:00 |
|
Mert E.
|
b5d1ff6002
|
fix: extension items (#9216)
* feat: sample extension & markdown support for description
Signed-off-by: mertmit <mertmit99@gmail.com>
* docs: extension developer guide
Signed-off-by: mertmit <mertmit99@gmail.com>
* docs: improved extension guid
Signed-off-by: mertmit <mertmit99@gmail.com>
* misc: remove docs from current PR
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
---------
Signed-off-by: mertmit <mertmit99@gmail.com>
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2024-08-13 11:08:20 +05:30 |
|
Pranav C
|
d4f76d348a
|
fix: Miscellaneous bugs (#9149)
* feat: support pretty print in webhook json
* fix: on renaming table update default view name as well
* fix: show default view name alias as 'Default view'
* fix: chunk loading error handling
* fix: global error boundary handling improvements
* fix: typo correction
* chore: sentry integration
* refactor: destroy the toast message after reload
* chore: add missing dependencies
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: sentry error reporting
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: improved error toast message
Signed-off-by: Pranav C <pranavxc@gmail.com>
* refactor: timeout correction
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
|
2024-08-07 12:39:57 +05:30 |
|
Mert E.
|
21a5f0e927
|
chore: remove unused dependencies (#9093)
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2024-07-30 14:30:55 +03:00 |
|
Anbarasu
|
a5fc9be175
|
feat: Formula colouring and improved suggestions (#9072)
* feat: formula language
* feat: formula coloring and ux improvements
* fix: suggestions generation
* fix: handle undefined editor
* fix: handle formula errors
* fix: update imports
* fix: minor corrections
* fix: test corrections
* fix: increase timeout
* fix: clear existing formulas before pasting
* fix: ux improve
* fix: ux improve
* fix: coloring issue
* fix: remove styles
* fix: handle wrapping
* fix: bug fixes
* fix: strict suggestion handling
* fix: update indent strategy
* fix: handle formula in nested state and unbalanced parens
* fix: formula fix
* chore: sync dependencies
|
2024-07-30 13:47:07 +05:30 |
|
DarkPhoenix2704
|
8edc86a89f
|
fix: sync dependencies
|
2024-07-25 10:12:00 +05:30 |
|
Mert E.
|
6463e7e795
|
chore: bump xlsx package version (#9041)
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2024-07-23 10:53:21 +03:00 |
|
Ramesh Mane
|
b60d4d0337
|
chore(nc-gui): install inflection (#8675)
|
2024-06-08 15:58:06 +05:30 |
|
Anbarasu
|
5b968efa2b
|
feat: richtext Comments (#8564)
* feat: richtext Comments
* fix: minor corrections
* fix: minor corrections
* fix: minor corrections
* fix: update carat color
* fix: improved comment upgrader
* fix: coderabbit comment fixes
* fix: update some behaviours
* fix: build
* fix: test flaky
* fix: test flaky
* fix: test failing
* fix: remove tasks list. fix: update enter handling using lists
* fix: update icons
* fix: update dependencies
fix: mysql index name long
fix: generate API.ts
|
2024-05-25 11:43:06 +05:30 |
|
renovate[bot]
|
16cfee5c96
|
chore(renovate): Update patch (#8227)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-05-17 20:54:26 +08:00 |
|
Mert E
|
6537db3200
|
chore: bump nuxt & vue versions (#8488)
Signed-off-by: mertmit <mertmit99@gmail.com>
|
2024-05-16 11:29:55 +05:30 |
|
renovate[bot]
|
5232a3eb81
|
chore(renovate): Update patch (#8193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-08 10:32:59 +08:00 |
|
renovate[bot]
|
63cb89fa59
|
chore(renovate): Update patch to v2.2.5 (#8189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-06 16:20:30 +08:00 |
|
renovate[bot]
|
3338859971
|
chore(renovate): Update patch (#8029)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-05 14:50:09 +08:00 |
|
renovate[bot]
|
a5f6a816ca
|
chore(renovate): Update dependency @unocss/nuxt to ^0.58.9 (#8016)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-04-01 21:27:51 +08:00 |
|
renovate[bot]
|
70e24b63f6
|
chore(renovate): Update patch (#7996)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-29 12:46:08 +08:00 |
|
renovate[bot]
|
1ec1745dab
|
chore(renovate): Update dependency @unocss/nuxt to ^0.58.7 (#7976)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-27 10:40:56 +08:00 |
|
renovate[bot]
|
5132ec449d
|
chore(renovate): Update patch (#7959)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-26 16:21:31 +08:00 |
|
renovate[bot]
|
4cd931e168
|
chore(renovate): Update patch (#7950)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-25 14:51:21 +08:00 |
|
Mert E
|
1a81457c55
|
Merge pull request #7938 from nocodb/sync-master
Post-release sync
|
2024-03-23 13:48:12 +03:00 |
|
renovate[bot]
|
25afed4a27
|
chore(renovate): Update patch (#7937)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-23 12:27:14 +08:00 |
|
Pranav C
|
5e08297d7d
|
chore: update sdk path
|
2024-03-22 14:18:39 +05:30 |
|
renovate[bot]
|
bafc68ec00
|
chore(renovate): Update patch to v0.204.8 (#7936)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-22 16:12:13 +08:00 |
|
pranavxc
|
05a8d5c534
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2024-03-22 07:10:08 +00:00 |
|
Pranav C
|
070d5cbeee
|
Merge branch 'develop' into master
|
2024-03-22 12:24:05 +05:30 |
|
renovate[bot]
|
99e47d38f1
|
chore(renovate): Update patch (#7905)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-21 22:21:04 +08:00 |
|
pranavxc
|
87d25f16b2
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2024-03-19 14:48:31 +00:00 |
|
Pranav C
|
27a21711cc
|
Merge branch 'master' into pre-release
# Conflicts:
# packages/nc-lib-gui/package.json
# packages/nocodb-sdk/package.json
# packages/nocodb/package.json
# pnpm-lock.yaml
|
2024-03-19 19:57:46 +05:30 |
|
pranavxc
|
48b757c6c4
|
[create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
|
2024-03-19 13:34:32 +00:00 |
|
renovate[bot]
|
b2d13ee6ab
|
chore(renovate): Update patch (#7831)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-03-19 17:51:36 +08:00 |
|
Pranav C
|
b0c1f1e1c7
|
Post-release master to develop sync (#7862)
* [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
* chore: downgrade sqlite version for executable
Signed-off-by: Pranav C <pranavxc@gmail.com>
* chore: update sdk path
Signed-off-by: Pranav C <pranavxc@gmail.com>
---------
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: pranavxc <pranavxc@users.noreply.github.com>
|
2024-03-14 15:50:32 +05:30 |
|