Commit Graph

7989 Commits

Author SHA1 Message Date
Silvio
e88cebd8e6 fix for filtering nested M2M relations (#11159) 2022-01-24 14:01:20 -05:00
Rijk van Zanten
47f71bd60b Update knex-schema-inspector (#11238) 2022-01-24 12:05:54 -05:00
rijkvanzanten
3baa0e5eb0 Tweak wording in docs 2022-01-24 10:47:46 -05:00
Nicola Krumschmidt
4eed883329 Add DefinitelyTyped deps to shared (#11231)
This also moves type-only deps to "peerDependencies".

Fixes #10658
2022-01-24 10:18:36 -05:00
ian
191d72c156 Fix nested transactions on SQLite (#11227)
* Fix nested transactions on SQLite

* Increase MSSQL request timeout
2022-01-24 10:16:32 -05:00
Juan José Miranda
717280b883 Change "register" for "handler" in the example (#11224)
* Change "register" for "handler" in the example

Change "register" for "handler" in the example custom endpoint route using id for access endpoints.

* Tweak name in reference points

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-01-24 09:51:18 -05:00
Nicola Krumschmidt
aa5da81fc0 Remove no-break space characters with regular spaces (#11232)
There are quite a few other occurrences all over the translation files,
some of which feel intentionally placed.
2022-01-24 09:43:57 -05:00
Rijk van Zanten
f685c66185 New translations en-US.yaml (Bulgarian) (#11235) 2022-01-24 13:58:19 +00:00
Rijk van Zanten
738dc605a3 New translations en-US.yaml (Polish) (#11216) 2022-01-23 16:10:44 +00:00
Rijk van Zanten
20c04d592e New translations en-US.yaml (Russian) (#11215) 2022-01-23 15:37:05 +00:00
Rijk van Zanten
bb91dc0036 New translations en-US.yaml (Russian) (#11214) 2022-01-23 15:10:38 +00:00
Rijk van Zanten
09fb246ae1 New translations en-US.yaml (Italian) (#11205) 2022-01-21 16:34:30 +00:00
rijkvanzanten
63b1039391 Fix site build 2022-01-21 09:51:04 -05:00
Rijk van Zanten
973e2dc6bb Update knex-schema-inspector (#11203) 2022-01-21 09:38:27 -05:00
Rijk van Zanten
b882884b92 New translations en-US.yaml (Hindi) (#11201) 2022-01-21 12:55:00 +00:00
Rijk van Zanten
d772fa61c9 New translations en-US.yaml (French) (#11198) 2022-01-21 10:03:24 +00:00
Rijk van Zanten
88c87f3920 Set CRDB options to avoid inconsistencies between vendors (#11193)
* Set correct CRDB options

* Add missing SETs to pool config for e2e

* How about now

* Better solution for the same problem
2022-01-20 20:18:22 -05:00
rijkvanzanten
3cbe86d3f1 Mark CRDB as beta, mark oracle as ga 2022-01-20 18:29:08 -05:00
Nicola Krumschmidt
889668f972 Remove API extension types from the API (#11191)
There is little value in keeping these types inside the API package.
We should instead focus on improving the types in shared.
2022-01-20 22:19:52 +00:00
Rijk van Zanten
a19fc451fa New Crowdin updates (#11190)
* New translations en-US.yaml (Indonesian)

* New translations en-US.yaml (Persian)

* New translations en-US.yaml (Spanish, Chile)

* New translations en-US.yaml (Thai)

* New translations en-US.yaml (Breton)

* New translations en-US.yaml (Serbian (Latin))

* New translations en-US.yaml (Spanish, Latin America)

* New translations en-US.yaml (Vietnamese)

* New translations en-US.yaml (Russian)

* New translations en-US.yaml (Polish)

* New translations en-US.yaml (Portuguese)

* New translations en-US.yaml (Swedish)

* New translations en-US.yaml (Turkish)

* New translations en-US.yaml (Estonian)

* New translations en-US.yaml (Portuguese, Brazilian)

* New translations en-US.yaml (Chinese Traditional)

* New translations en-US.yaml (French)

* New translations en-US.yaml (Spanish)

* New translations en-US.yaml (Arabic)

* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (Catalan)

* New translations en-US.yaml (Czech)

* New translations en-US.yaml (Danish)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Finnish)

* New translations en-US.yaml (Hungarian)

* New translations en-US.yaml (Chinese Simplified)

* New translations en-US.yaml (Italian)

* New translations en-US.yaml (Korean)

* New translations en-US.yaml (Lithuanian)

* New translations en-US.yaml (Dutch)

* New translations en-US.yaml (Norwegian)

* New translations en-US.yaml (Slovenian)

* New translations en-US.yaml (Ukrainian)

* New translations en-US.yaml (English, United Kingdom)

* New translations en-US.yaml (English, Canada)

* New translations en-US.yaml (French, Canada)
2022-01-20 22:02:13 +00:00
Azri Kahar
6368f641e5 Add CSV/JSON Import capability via App (#11050)
* Allow import data to collections via App directly

* clear file input after import

* tweak translations

* reduce vertical gap

* fix clear file input logic

* Change export data button text

* update start import button disabled color

* undo unintended changes to translations quotes

* add docs for importing items sidebar

* update exporting items docs

* Combine import/export sidebar details

* Remove unused import detail

* Fix docs

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-01-20 16:57:29 -05:00
Rijk van Zanten
2f02ecad80 New Crowdin updates (#11189)
* New translations en-US.yaml (Bulgarian)

* New translations en-US.yaml (German)

* New translations en-US.yaml (Italian)
2022-01-20 21:05:48 +00:00
Jay Cammarano
b96d7775d3 Add soft character limit to various inputs (#11009)
* added soft_length to lang

* added softLength option to input interface

* softLength => textarea, md, wysiwyg

* really broken but counting characters

* return 0 not null oops

* characters remaining displaying

* percentageRemaining => shared

* placeholders => string

* markdown inputs need to change preview css

* account for multiple md inputs

* works for multiple inputs on a page

* let it breathe

* text area but no warning color (yet)

* newline is 1 char

* null => undefined

* shows with 0 hard limit left

* softlength tied to maxlength

* preview displaying md

* using share util

* Replace shared "interface" with util

* Add test setup

* Lock package versions

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-01-20 20:58:57 +00:00
Brainslug
595eb696ea Remove reference to readByQuery (#11188)
Updated order of examples and aligned titles to match
Added missing updateOne example
2022-01-20 15:24:40 -05:00
Michael Schramm
75b5f33727 Implement CockroachDB support (#10113)
* base changes for cockroachdb

* allow creating of tables

* allow deleting of fields

* allow deleting of tables

* rebase

* fix migrations

* bump knex-schema-inspector to 1.7.0

* Update package-lock

* Add cockroach to debugging docker-compose file

* Remove unused import

* Tweak name in example.env

* Force nullable primary keys in cockroach

* Tweak shares migration to run on cockroach

* Rename var for clarification

* suggestion for migration helper

* change to schema and update remaining migrations

* Remove custom cockroach schema in favor of sharing with pg

* Fix migrations for CockroachDB

* Hopefully fix Oracle migrations 🤞🏻

* Make ~~aiden~~ oracle happy

* Resolve branching paths in migrations

* Enable tests for cockroach

* Fix test config

* One more config change for good measure

* Adjust test to match cockroach's bigint auto-int structure

* Increase request timeout for mssql

* Update api/src/database/helpers/schema/types.ts

Co-authored-by: Aiden Foxx <aiden.foxx.mail@gmail.com>

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
Co-authored-by: Oreille <33065839+Oreilles@users.noreply.github.com>
Co-authored-by: Aiden Foxx <aiden.foxx.mail@gmail.com>
2022-01-20 14:14:38 -05:00
John Huffsmith
e7ada1f173 Moving schema and relation types into shared package (#11179)
* moving schema and relation types into shared package

* updating SchemaOverview imports

* removing duplicate import
2022-01-20 13:36:19 -05:00
Rijk van Zanten
a38bcddb7e New translations en-US.yaml (Chinese Simplified) (#11184) 2022-01-20 17:14:36 +00:00
Rijk van Zanten
e534af6070 New translations en-US.yaml (Chinese Simplified) (#11183) 2022-01-20 16:44:09 +00:00
Eron Donevan Powell
f0a1177b98 moved sso doc over to configurations (#11041)
* moved sso doc over to configurations

* updated nav menu to link to SSO's new location
2022-01-20 10:08:57 -05:00
ian
71cb724b5f Remove marginTop option from presentation divider (#8467)
* Remove margins

* Remove marginTop from interface

* Remove margin for first divider in form

* Remove merge conflict resolve conflict resolve conflict

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-01-19 23:54:37 +00:00
Oreille
27126ef251 Improve end-to-end test displayed results (#11174)
* Improve e2e tests displayed results

* Don't wrap vendor name
2022-01-19 17:58:59 -05:00
Nicola Krumschmidt
8665558c2f Fix a prop type check in the advanced schema drawer (#11171) 2022-01-19 13:55:31 -05:00
Diego Leme
1ebc5c8336 Disable login form when AUTH_DISABLE_DEFAULT is enabled (#11116)
* Disable login form when AUTH_DISABLE_DEFAULT is enabled

* Update app/src/routes/login/login.vue

Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>

* Fix: return disableDefault

Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com>
2022-01-19 13:51:45 -05:00
Nicola Krumschmidt
ad8e09c96f Only trigger edits guard if there are edits (#11170)
We should only show a warning if the user actually made changes to the item.

Fixes #11088
2022-01-19 18:50:34 +00:00
Rijk van Zanten
282de4be20 New translations en-US.yaml (Bulgarian) (#11169) 2022-01-19 18:40:03 +00:00
Aiden Foxx
ccd91de8c5 Removed unused session data (#11167) 2022-01-19 18:35:46 +00:00
Nicola Krumschmidt
b96fb77cbf Clean up emitting "items" events (#11163) 2022-01-19 13:17:48 -05:00
Will Foxall
5cf57b4e2d Added the 4 "_starts/ends_with" filter defs (#11162) 2022-01-19 13:05:14 -05:00
rijkvanzanten
47792f5b73 Use correct branch 2022-01-19 13:01:05 -05:00
Oreille
9dda9caddb Enable end-to-end tests for Oracle and SQLite (#11094)
* Enable end-to-end tests for Oracle and SQLite

* Add Oracle back to allVendors

* Use yum

* Use dnf

* Actually use yum

* Actually use dnf

* Actually use yum

* Try again

* Try manual install

* Fix env declaration

* Bump knex version (because https://github.com/knex/knex/issues/4844)

* Set max pool size for Oracle

* Add awaitDatabaseConnection

* Cache install and build step

* Run different tests sequentially

* Fix workflow name

* Show test results

* Fix names

* Fix success check

* Fix outputs

* Add oracle driver install

* Fix env

* Revert to previous structure to benchmark performance

* Only build specs and drive packages for unit tests

* Don't install everything to run linters

* Use this branch

* Fix missing lint dep

* Revert "Don't install everything to run linters", also build shared package

* Skip app build for tests

* Don't serve app for e2e tests

* Change time fields to timestamp becaues of inconsistencies between vendors

* Make npm ci faster

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2022-01-19 13:00:44 -05:00
Nicola Krumschmidt
9498410a4d Only render project descriptor if it is set (#11164)
This fixes a prop type check warning.
2022-01-19 12:55:19 -05:00
Azri Kahar
c40585c9c8 fix onIn values (#11129) 2022-01-19 11:36:16 -05:00
Rijk van Zanten
0728f25661 New translations en-US.yaml (German) (#11145) 2022-01-18 22:07:05 +00:00
Rijk van Zanten
81e8aa1ece New translations en-US.yaml (German) (#11144) 2022-01-18 21:36:51 +00:00
Rijk van Zanten
eb241a9ed1 New translations en-US.yaml (Indonesian) (#11134) 2022-01-18 13:00:40 +00:00
Rijk van Zanten
9d975ddb33 New translations en-US.yaml (Indonesian) (#11133) 2022-01-18 11:50:42 +00:00
Rijk van Zanten
6cdbdf000d New translations en-US.yaml (Indonesian) (#11131) 2022-01-18 11:22:18 +00:00
Rijk van Zanten
6d9513a291 New translations en-US.yaml (Indonesian) (#11130) 2022-01-18 10:41:45 +00:00
Rijk van Zanten
91de699180 New Crowdin updates (#11128)
* New translations en-US.yaml (Indonesian)

* New translations en-US.yaml (Indonesian)
2022-01-18 10:13:07 +00:00
Rijk van Zanten
3345a430a0 New translations en-US.yaml (Indonesian) (#11127) 2022-01-18 08:42:11 +00:00