Commit Graph

48 Commits

Author SHA1 Message Date
dependabot[bot]
0654081f9d chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-02 01:39:46 +00:00
Wing-Kam Wong
0c8470779f chore: remove cypress dependencies & cmds 2022-11-25 18:07:02 +08:00
Muhammed Mustafa
24f98f26f4 feat(testing): Added eslint and git pre commit hook 2022-11-03 16:29:43 +05:30
Wing-Kam Wong
9fcdb07da8 refactor: remove unused dependencies 2022-10-31 13:02:00 +08:00
աɨռɢӄաօռɢ
b2f8f0674e 0.91.8 Pre-release (#2350)
* add vscode ide's ignore list

* fix passing nested query in nested getAst calls

* chore: update nocodb-sdk to local path

* fix: ignore duplicating app config

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: swagger columnNameParam type

re: #2208
Signed-off-by: mertmit <mertmit99@gmail.com>

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* enhancement: hide slider on escape key

Signed-off-by: Pranav C <pranavxc@gmail.com>

* Add information about maximum value for `limit` in REST API

* refactor: folder structure

* refactor: folder structure

* test: webhook (WIP)

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: webhook

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test/cypress: corrections post develop branch refactoring

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: handle null

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: path correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: assign validation for correct column(LTAR)

re #2228

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: disable api docs access for viewer role

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* docs: Repair broken link

* fix: DatePickerCell invalid date handling

Signed-off-by: mertmit <mertmit99@gmail.com>

* fix: nested insert correction in belongs to

re #2228

Signed-off-by: Pranav C <pranavxc@gmail.com>

* feat: compare with non-os products

Signed-off-by: mertmit <mertmit99@gmail.com>

* fix: Persian language moving across table

Signed-off-by: mertmit <mertmit99@gmail.com>

* docs: env variables

* docs: env variables reorder

* docs: env variables reorder

* fix: i18n corrections (WeT-Klb)

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* chore: image text corrections (@WeT-Klb)

* chore: upgrade nc-help

Signed-off-by: Pranav C <pranavxc@gmail.com>

* docs: security.md

* Update packages/nocodb/src/lib/noco/meta/api/swagger/helpers/templates/params.ts

Co-authored-by: աɨռɢӄաօռɢ <wingkwong.code@gmail.com>

* Update SqliteUi.ts - set float for decimal case in getAbstractType (#2260)

* set float for decimal case in getAbstractType

* fix: add cross-env to nc-gui package.json (#2275)

* add cross-env to nc-gui package.json

* fix: sanitize project title

* chore: disable pr release for draft

* chore: attachment log during airtable import

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* modification of the traduction

I aslo add some stuff according to the README (it was a different display so i didn't add a lot)

* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

* fix: change password cache logic

* fix: add missing job name back

* fix: prop types for FlipCard component

Signed-off-by: mertmit <mertmit99@gmail.com>

* fix: invalid char in content-disposition header

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: question mark in CONCAT

* fix: handling lookup column reference in formula

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: throw err if user is already a project user

* chore: revise error msg

* fix: package lock corrections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test/ trigger

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: lock file version

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: package lock after npm/node upgrade

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* fix: cypress package lock json

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: lock node-version to 16.15.0

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* enhancement: allow custom limit values

* chore: update query limit description

* chore: bump to 16.15.0

* fix: node version

* fix: handle invalid limit numbers

Signed-off-by: Pranav C <pranavxc@gmail.com>

* docs: update default value of pagination max limit value

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: pg database type money

Signed-off-by: mertmit <mertmit99@gmail.com>

* fix: hasmany pagination - api correction

re #2242

Signed-off-by: Pranav C <pranavxc@gmail.com>

* script: add nc_017_add_user_token_exp_column

* fix: add token_expired

* fix: return unauthorized if token is expired

* chore: revise toast message

* chore: sign out n redirect to sign in page after changing password

* fix: SingeSelect/MultiSelect webhook trigger (#2309)

* fix: SingleSelect webhook trigger

Signed-off-by: mertmit <mertmit99@gmail.com>

* fix: MultiSelect webhook trigger

Signed-off-by: mertmit <mertmit99@gmail.com>

* Fix: Remove user reference from webhook context (#2337)

* fix: remove user info from webhook handlebar context

Signed-off-by: Pranav C <pranavxc@gmail.com>

* docs: update webhook context variables docs

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: only check token_expired in non-public base

* fix: make rating readonly in lookup column (#2340)

re #2045

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: exclude sensitive data related to server from SMTP test api

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: session across broswers

* fix: reload related table metadata after relation column delete (#2345)

re #2344

Signed-off-by: Pranav C <pranavxc@gmail.com>

* Fix: Sanitise comment data  (#2343)

* fix: sanitise row comment description

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: add dom purify and sanitize content

- Add DOMPurify in nuxt
- On update value encode html tags to render as text in comment

Signed-off-by: Pranav C <pranavxc@gmail.com>

* fix: add missing dependency

Signed-off-by: Pranav C <pranavxc@gmail.com>

Co-authored-by: cattong <tangym@jifenbang.net>
Co-authored-by: LepkoQQ <LepkoQQ@users.noreply.github.com>
Co-authored-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: mertmit <mertmit99@gmail.com>
Co-authored-by: navi <oof1lab@gmail.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Nils Reichardt <nils@reichardt.io>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
Co-authored-by: Toon van Ramshorst <ramshorst@gmail.com>
Co-authored-by: GurukiranMH <89529565+GurukiranMH@users.noreply.github.com>
Co-authored-by: QuentinDstl <qdesautel@gmail.com>
2022-06-14 11:34:16 +08:00
dependabot[bot]
cc3ea2c74f chore(deps): bump sqlite3 from 5.0.2 to 5.0.3
Bumps [sqlite3](https://github.com/TryGhost/node-sqlite3) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/TryGhost/node-sqlite3/releases)
- [Changelog](https://github.com/TryGhost/node-sqlite3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/TryGhost/node-sqlite3/compare/v5.0.2...v5.0.3)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 12:36:21 +00:00
Pranav C
8733948056 wip: towards v1
Signed-off-by: Pranav C <pranavxc@gmail.com>
2022-04-07 16:03:45 +05:30
wingkwong
0ddf588caf [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2022-02-24 13:29:03 +00:00
Raju Udava
342f9d856c test: cypress pg test suite- base files
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2022-02-12 22:48:02 +05:30
dependabot[bot]
710087318e chore(deps): Bump trim-off-newlines from 1.0.1 to 1.0.3
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3.
- [Release notes](https://github.com/stevemao/trim-off-newlines/releases)
- [Commits](https://github.com/stevemao/trim-off-newlines/compare/v1.0.1...v1.0.3)

---
updated-dependencies:
- dependency-name: trim-off-newlines
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-21 07:13:24 +00:00
Raju Udava
6a08d10590 chore: cypress upgrade to 9.2.0
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2022-01-04 22:16:54 +05:30
Raju Udava
6c18e53461 test(cypress): xcdb pre-configurations
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2021-12-28 14:04:49 +05:30
Raju Udava
2119b20473 test(cypress): meta-sync
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2021-12-21 22:23:33 +05:30
Raju Udava
f6b21429ff test(cypress): excel import validation (draft/wip)
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2021-11-18 12:00:29 +05:30
Raju Udava
99e5df6c48 test(cypress): embeddable iFrame basic validation
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2021-11-16 19:12:43 +05:30
Pranav C
be131d7dfe test(cypress): provide delay to sync view metas
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-11-16 15:18:15 +05:30
Raju Udava
56fe783c25 (test) cypress: basic test for column type attachment
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2021-11-03 13:26:36 +05:30
Raju Udava
7b09e976a3 chore(fix) cypress dependency over package-lock.json
Signed-off-by: Raju Udava <sivadstala@gmail.com>
2021-10-27 09:32:37 +05:30
Naveen MR
f6ae70581a chore : removing files
Signed-off-by: Naveen MR <oof1lab@gmail.com>
2021-10-26 10:11:33 +01:00
Pranav C
63c98f88a9 chore: sync package.json and package-lock.json
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-10-04 19:22:10 +05:30
pranavxc
5abffb724e [create-pull-request] automated change
Signed-off-by: GitHub <noreply@github.com>
2021-09-23 12:30:51 +00:00
Pranav C
163aba26b3 test(cypress): Common test for GQL & Rest, Filter , Test for filter, row creation, etc...
Signed-off-by: Pranav C <pranavxc@gmail.com>
2021-08-30 14:11:56 +05:30
dependabot[bot]
e5f0848710 chore(deps): bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-10 22:58:46 +00:00
Pranav C Balan
0f7759956f chore: published 0.9.18
Signed-off-by: Pranav C Balan <pranavxc@gmail.com>
2021-05-31 23:07:32 +05:30
“pranavxc”
69be190d68 Xmysql is now NocoDB (An Open Source Airtable alternative) 2021-05-27 11:37:53 +05:30
Jeremy Nagel
372bdfc8d1 Bump package version 2020-05-30 15:25:06 +10:00
Jeremy Nagel
d063c246a5 Allow aggregation columns in queries 2020-05-29 16:39:38 +10:00
Anshorimuslim
6bbe034b28 fix(xapi): remove green.bold and update mysql packages for deprecation warning 2020-03-07 06:17:54 +07:00
o1lab
e77d7d350b Merge pull request #96 from o1lab/dependabot/npm_and_yarn/superagent-3.8.3
Bump superagent from 3.6.3 to 3.8.3
2019-11-17 20:17:21 +00:00
o1lab
e8d6bb1108 Merge pull request #95 from o1lab/dependabot/npm_and_yarn/morgan-1.9.1
Bump morgan from 1.9.0 to 1.9.1
2019-11-17 20:17:03 +00:00
o1lab
3ed8422812 Merge pull request #94 from o1lab/dependabot/npm_and_yarn/extend-3.0.2
Bump extend from 3.0.1 to 3.0.2
2019-11-17 19:55:50 +00:00
o1lab
ae3b117275 Merge pull request #88 from o1lab/dependabot/npm_and_yarn/lodash-4.17.15
Bump lodash from 4.17.11 to 4.17.15
2019-11-17 19:55:38 +00:00
dependabot[bot]
9492ee607d Bump superagent from 3.6.3 to 3.8.3
Bumps [superagent](https://github.com/visionmedia/superagent) from 3.6.3 to 3.8.3.
- [Release notes](https://github.com/visionmedia/superagent/releases)
- [Changelog](https://github.com/visionmedia/superagent/blob/master/HISTORY.md)
- [Commits](https://github.com/visionmedia/superagent/compare/v3.6.3...v3.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-17 19:53:54 +00:00
dependabot[bot]
3461fb90a3 Bump morgan from 1.9.0 to 1.9.1
Bumps [morgan](https://github.com/expressjs/morgan) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/expressjs/morgan/releases)
- [Changelog](https://github.com/expressjs/morgan/blob/master/HISTORY.md)
- [Commits](https://github.com/expressjs/morgan/compare/1.9.0...1.9.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-17 19:53:53 +00:00
dependabot[bot]
f0f5796a73 Bump extend from 3.0.1 to 3.0.2
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-17 19:53:51 +00:00
Daniel Ruf
b3661bf981 Upgrade dependency to support NodeJS 12+ 2019-11-17 19:41:34 +01:00
dependabot[bot]
e45c6e4f93 Bump lodash from 4.17.11 to 4.17.15
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-02 02:42:38 +00:00
v2io
8576c6ab51 eslint 2019-03-28 16:20:22 +05:30
Philip Ebels
95b3439fab Fixed version bug 2018-08-31 18:41:57 +02:00
o1lab
1411a7c616 Fixing #40: Handling mysql 8 results in caps! 2018-07-30 20:34:47 +01:00
o1lab
a13f26cf60 Feature : option to support multiple cpu cores (using cluster) 2018-06-15 17:24:02 +01:00
o1lab
ad42700863 Fix : removed serve-favicon package and moved mocha to dev dependency 2018-06-14 10:20:57 +01:00
oof1lab
c0ee4166cd Feature : #14 : _health and _version 2018-01-06 16:43:22 +00:00
oof1lab
1054fc529b Fix : cors middleware - #12 2017-12-06 18:17:50 +05:30
oof1lab
1037fef52b refactor : console prints and readme 2017-11-06 19:39:26 +00:00
oof1lab
d4ac1033e9 refactor : console prints 2017-11-06 19:16:06 +00:00
oof1lab
a6d098cd5b Feature addition: group by and having in query params
version : 0.1.0
2017-11-04 13:33:32 +00:00
oof1lab
67515e05df first commit 2017-10-29 18:49:51 +00:00