Rijk van Zanten
1d5cfdd7ef
New translations en-US.yaml (Portuguese, Brazilian) ( #11327 )
2022-01-28 19:05:53 +00:00
Rijk van Zanten
0063d64bf2
New translations en-US.yaml (Dutch) ( #11322 )
2022-01-28 14:25:17 +00:00
José Varela
b273f3e94f
Allow batch edit for 1 or more items ( #11318 )
2022-01-28 09:09:50 -05:00
Rijk van Zanten
0c60bc18d8
New translations en-US.yaml (Dutch) ( #11320 )
2022-01-28 13:50:06 +00:00
Azri Kahar
cb8b71f263
Remove unused variables for lint checks ( #11319 )
2022-01-28 12:52:29 +00:00
Rijk van Zanten
821c9b4f6d
New translations en-US.yaml (Italian) ( #11317 )
2022-01-28 11:53:16 +00:00
Jay Cammarano
d8c9257058
Bearer token no longer case sensitive for API authenticatiom ( #11307 )
...
* seemingly fixes issues/11300
* Add unit tests for extract-token
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-01-27 14:28:26 -05:00
Rijk van Zanten
c8200d3836
New translations en-US.yaml (German) ( #11305 )
2022-01-27 12:49:25 +00:00
Rijk van Zanten
1f3d00b56c
New translations en-US.yaml (Polish) ( #11298 )
2022-01-26 18:16:08 +00:00
Azri Kahar
3768ebb0ce
Update toolbar items order in WYSIWYG editor ( #11294 )
...
* update toolbar items order of WYSIWYG editor
* move ordering of removeformat
2022-01-26 09:36:24 -05:00
Azri Kahar
7c7158a063
Prevent vue-i18n special characters causing error ( #11287 )
2022-01-26 07:59:22 -05:00
Azri Kahar
047b45cec1
Update OpenAPI schema for file/files ( #11290 )
2022-01-26 07:57:08 -05:00
Azri Kahar
9d7b3f266a
fix sorting of select-multiple-dropdown values ( #11289 )
2022-01-26 07:55:17 -05:00
Azri Kahar
2b7f2d15fd
Prevent group edited indicator in Shared View ( #11284 )
2022-01-25 21:59:19 -05:00
Azri Kahar
ed2d4b436e
Prevent editing of fields within groups in Share ( #11281 )
2022-01-25 21:58:28 -05:00
Rijk van Zanten
e05c1c8d89
New translations en-US.yaml (French) ( #11285 )
2022-01-26 02:09:37 +00:00
Rijk van Zanten
4e68cd2df4
Upgrade E2E test setup ( #11272 )
2022-01-25 21:37:39 +00:00
Rijk van Zanten
c01f507696
Use correct import for crdb dialect from schema-inspector ( #11269 )
...
Fixes #11266
2022-01-25 15:08:20 -05:00
Rijk van Zanten
bac787aeed
Fix PG10 support in knex-schema-inspector ( #11268 )
2022-01-25 19:51:26 +00:00
Josh Dean
7497676794
Documentation Polishing ( #11267 )
...
* glossary.md small typo
Documentation
* update docs glossary.md type
Documentation
* docs config-options.md typo
Documentation
* Update relationships.md
Documentation small typo
* Update relationships.md
documentation, small typo
* Update relationships.md
Documentation typo. I believe line 261 is an alias for the junction table.
* Update relationships.md
Docs Typo
* Update relationships.md
Docs Typos
* Update data-model.md
Docs Typo.
* Update sso.md
docs typo
* Update introduction.md
docs typo
* Update query.md
example isn't "on right" when read on mobile.
* Update introduction.md
Docs - confusing phrasing. Hope this helps.
* Update sdk.md
Unfinished sentence removed. Likely a copy paste from a discussion of instance prefixes.
* Update activity.md
Docs extra word
2022-01-25 13:06:10 -05:00
Azri Kahar
bd39b1b546
Fix fields order in Fields Permissions ( #11265 )
...
* fix fields ordering in Fields Permissions
* extract logic into reusable function
* refine comment
2022-01-25 15:23:25 +00:00
Rijk van Zanten
260fcd5091
New Crowdin updates ( #11264 )
...
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (French)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (French, Canada)
2022-01-25 14:56:47 +00:00
Azri Kahar
27840e83bc
Refine option labels for Folders in Data Model ( #11258 )
2022-01-25 09:26:08 -05:00
Azri Kahar
5b80642b38
fix tooltip directive modifiers ( #11263 )
...
* fix tooltip directive modifiers
* update tooltip readme
2022-01-25 09:25:24 -05:00
rijkvanzanten
f2552222e4
Tweak note on mysql
2022-01-24 19:51:19 -05:00
Rijk van Zanten
7164dd8ae3
Return empty string as empty array in CSV type ( #11256 )
...
* Fix empty strings in CSV being returned wrong
Fixes #11194
* Add tests for CSV
2022-01-25 00:47:57 +00:00
Rijk van Zanten
9ba2a3fc52
Fix o2m nested image thumbnail extraction ( #11251 )
...
Fixes #10105
2022-01-24 18:11:32 -05:00
rijkvanzanten
fc50dea18e
v9.5.0
2022-01-24 16:09:01 -05:00
rijkvanzanten
78a25fe953
v9.5.0
v9.5.0
2022-01-24 15:53:29 -05:00
rijkvanzanten
eb2af9cfb9
Split up integration / unit tests
2022-01-24 15:11:13 -05:00
Jay Cammarano
ef9b30c0e1
Integration tests set up and examples ( #10419 )
...
* tsconfig loosened to match api
* integration test folder and script
* .env mock isn't needed
* mock-env, locations of tests
* I was wrong.
* Updated progress
* schemas => getSchema(), exported getColumnPreprocessor()
* change imports to allow build
* add MockClient as DB Client (should mock getDBClient())
* move authservice into. not used elsewhere
* test passing
* remove unneeded test for this PR
* removed unneded fields from rawItem
* formatting
* createOne test passing
* typo
* removed int specific jest.config
* use systemSchema over getSchema()
* this.knex over getDatabase()
* mock getDatabaseClient
* removed unused mock-env
* formatting
* removed unused collections from schema
* response => responseOnce
* more direct
* unused var
* more tests please!
* test for: createOne no permissions
* removed broken test for now
* clean up
* readOne tests what does into db and returned
* added bindings check
* added into db sql check
* moved tests outside src
* changed ts config
* cli test location changed
* removed looking for tests in src
* readding it for e2e tests? Seems fishy
* Integration tests for ItemsService user tables (#11208 )
* renamed ItemsService test to match src file name
* add user table schema
* system/user tables use .each, formatting needed
* format system and user better in title
* tables/table=> schemas/schema
* filter _eq test passing
* comment for later and formatting
* everything in it's right place
* future proofing as more fields are added
* removed duplicate test
* formatting
* readMany() filter: _or
Co-authored-by: Jay Cammarano <jaycammarano@gmail.com >
* added knex check before getDatabase()
* Move util test to tests folder
Co-authored-by: Jay Cammarano <jaycammarano@gmail.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-01-24 19:55:08 +00:00
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