Azri Kahar
8a0fa660bf
fix color interface showing black color when empty ( #12445 )
...
* fix color interface showing black color when empty
* Default interface value to null
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-04-01 13:25:19 -04:00
Rijk van Zanten
3307bed5fd
Improve cache reliability in DDL operations ( #12400 )
...
* Add TTL to schema cache
* Clear caches on unexpected errors in DDL
* Consistent return value use
* Don't set a default value for schema ttl
2022-04-01 13:24:20 -04:00
rijkvanzanten
9be08a3f35
Don't shrink logo
2022-04-01 12:56:54 -04:00
Azri Kahar
60c18d6125
Cast input data for filters ( #12514 )
2022-04-01 10:54:55 -04:00
Rijk van Zanten
935294b407
New translations en-US.yaml (Ukrainian) ( #12520 )
2022-04-01 14:01:41 +00:00
Jake Cattrall
d24dacd075
Use date (epoch) compare workflow instead of timer to refresh token in SDK ( #12399 )
...
* use date compare workflow instead of timer
* convert milliseconds to seconds
* add missing references to auth_expired_at key
* correct calculation and presume getTime returns milliseconds
* resolve issue with static tokens
* prevents token refresh before everything else is initialized
* remove timer based authentication tests
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
2022-04-01 09:31:11 -04:00
Rijk van Zanten
8f850bb7db
New Crowdin updates ( #12509 )
...
* New translations en-US.yaml (Romanian)
* 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 (Hindi)
* 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 (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 (Japanese)
* 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)
* New translations en-US.yaml (Croatian)
2022-03-31 21:01:59 +00:00
Rijk van Zanten
90f5b0a471
Add functions support to the app + add count function ( #12488 )
...
* Rename date functions to fn, add json_array_length for pg
* Add json count to mssql
* Add json array count support to other vendors
* Add UI for selecting API functions
* Make it not break
* Render functions in filter preview better
* Include functions in field altering
* Add schema access to database helper
* Allow filtering against o2m/m2m/m2a count
* Add data function execution helpers in utils
* Fix type issue
* Inject function results in validate step
* Render field keys with function names translated
* Allow selecting nested/functions in field validation step
* Make sure number comparisons are treated as numbers
* Add check if instanceof date when casting to a Number
* Prevent selecting foreign keys for junction sort (#12463 )
* [SDK] Add further request options to `items` functions (#12503 )
* add possibility to set further options to the request
* fix options type
* add typings to interface
* add test if headers are passed thourght
* create reusable options param
* set higher priority to options param
* Small stylistic cleanup
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: ian <licitdev@gmail.com >
Co-authored-by: Jürg Hunziker <juerg.hunziker@gmail.com >
2022-03-31 16:56:26 -04:00
Azri Kahar
abcbc7ffcb
fix geometry fields raw value edits ( #12446 )
2022-03-31 15:45:50 -04:00
Jürg Hunziker
a7f79a1761
[SDK] Add further request options to items functions ( #12503 )
...
* add possibility to set further options to the request
* fix options type
* add typings to interface
* add test if headers are passed thourght
* create reusable options param
* set higher priority to options param
2022-03-31 14:06:52 -04:00
Azri Kahar
e77395c11e
Prevent selecting foreign keys for junction sort ( #12463 )
2022-03-31 10:25:35 -04:00
Jay Cammarano
2dce9440e3
Updated styling on Time Series tooltips to accommodate dark theme. ( #12485 )
...
* Updated styling to accomidate dark theme.
* separator line in the code.
* better borders
2022-03-30 16:32:36 -04:00
RegisHubelia
6fc1db9bea
Fixes issue #12301 - Primary key excluded on update in v-form creating a new relational item ( #12480 )
2022-03-30 15:47:22 -04:00
Azri Kahar
fca1c8b699
Fix field validation not being cast as json ( #12482 )
2022-03-30 15:38:34 -04:00
Nicola Krumschmidt
6e8ab78c0e
Fix prop type check issue in filter interface ( #12468 )
2022-03-29 17:52:28 -04:00
Nicola Krumschmidt
5856d991d4
Fix field validations showing filter interface with all fields ( #12467 )
2022-03-29 17:51:56 -04:00
Rijk van Zanten
7d4c6a2cea
New translations en-US.yaml (Italian) ( #12466 )
2022-03-29 15:56:37 +00:00
Azri Kahar
8f0fa7bf84
fix translations not using language table name ( #12461 )
2022-03-29 09:39:49 -04:00
Rijk van Zanten
d640fe9a01
New translations en-US.yaml (Ukrainian) ( #12453 )
2022-03-29 07:32:56 +00:00
Rijk van Zanten
3ab297b0b4
New Crowdin updates ( #12451 )
...
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (Ukrainian)
2022-03-29 07:05:24 +00:00
Rijk van Zanten
f62eda207b
New translations en-US.yaml (Bulgarian) ( #12450 )
2022-03-29 06:37:40 +00:00
rijkvanzanten
31fda8fd98
Tweak preset section overflow
2022-03-28 13:57:53 -04:00
Rijk van Zanten
a9e0972142
New translations en-US.yaml (Polish) ( #12439 )
2022-03-28 17:57:08 +00:00
Rijk van Zanten
fe7043aa58
New translations en-US.yaml (Ukrainian) ( #12435 )
2022-03-28 16:59:25 +00:00
Rijk van Zanten
b92cfbd102
New translations en-US.yaml (Ukrainian) ( #12434 )
2022-03-28 16:25:29 +00:00
Rijk van Zanten
556be70fba
New Crowdin updates ( #12429 )
...
* New translations en-US.yaml (Romanian)
* 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 (Hindi)
* New translations en-US.yaml (Malay)
* 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 (Kurdish)
* 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 (Greek)
* 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 (Japanese)
* New translations en-US.yaml (Korean)
* New translations en-US.yaml (Lithuanian)
* New translations en-US.yaml (Mongolian)
* 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 (Faroese)
* New translations en-US.yaml (English, Canada)
* New translations en-US.yaml (French, Canada)
* New translations en-US.yaml (Croatian)
2022-03-28 15:28:03 +00:00
Azri Kahar
31cfb8266f
Bookmark improvements ( #12031 )
...
* add icon & color to bookmarks
* update current bookmark title on edit
* clean up edit bookmark dialog on cancel
* remove unused bookmark-edit component
* interaction improvements
* sort based on scope and alphabetically
* prevent hover when locked & use tooltip
* Reduce size of right hand icon in bookmark
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-03-28 11:23:00 -04:00
José Varela
a58f09114d
App / Presets: Use layout-wrapper to list presets ( #10978 )
...
* Use layout-wrapper to list presets
Right now, it's not possible to pass a custom column to layout-wrapper. So the `Scope` is not available anymore, because it's a computed value and we do not support computed values as of the time being.
* update batch selection & button styles
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com >
Co-authored-by: rijkvanzanten <rijkvanzanten@me.com >
2022-03-28 09:45:40 -04:00
Rijk van Zanten
81697280c0
Allow configuring filters on preset detail page ( #12402 )
2022-03-28 09:12:59 -04:00
Rijk van Zanten
f821ab1fe6
New translations en-US.yaml (Thai) ( #12421 )
2022-03-28 07:07:58 +00:00
Rijk van Zanten
be8f079e9f
New translations en-US.yaml (Ukrainian) ( #12419 )
2022-03-27 21:20:24 +00:00
Rijk van Zanten
602cc517f7
New translations en-US.yaml (Ukrainian) ( #12418 )
2022-03-27 20:40:15 +00:00
Rijk van Zanten
621dac7656
New translations en-US.yaml (Spanish) ( #12413 )
2022-03-26 22:41:26 +00:00
Ben Haynes
f7f3075330
docs homepage clarifications and tweaks ( #12410 )
2022-03-26 18:33:30 -04:00
Rijk van Zanten
88285b4d9f
New translations en-US.yaml (Spanish) ( #12411 )
2022-03-26 22:13:57 +00:00
Rijk van Zanten
9458dbbe73
New translations en-US.yaml (French) ( #12409 )
2022-03-26 15:13:42 +00:00
Rijk van Zanten
a1fb302ebc
New translations en-US.yaml (Italian) ( #12405 )
2022-03-26 08:41:27 +00:00
Rijk van Zanten
92fac82d13
New translations en-US.yaml (Italian) ( #12404 )
2022-03-26 08:12:57 +00:00
rijkvanzanten
b27ecacd6f
Fix collection name usage
2022-03-25 19:42:02 -04:00
rijkvanzanten
a7a07221b0
Fix system-filter button check
2022-03-25 19:39:38 -04:00
Rijk van Zanten
9f96889e5d
New Crowdin updates ( #12401 )
...
* New translations en-US.yaml (Polish)
* New translations en-US.yaml (Bulgarian)
* New translations en-US.yaml (German)
* New translations en-US.yaml (Italian)
* New translations en-US.yaml (English, United Kingdom)
* New translations en-US.yaml (English, Canada)
2022-03-25 22:20:47 +00:00
Rijk van Zanten
175fb849c4
Add field-level validation ( #12363 )
...
* Add field validation column
* Add frontend config for validation
* Make it work
* Add regex to filter configuration
* Fix const/let
* Add custom validation message support
* Add custom validation message tooltip inline
* Fix custom names in validation errors up top
* Fix type error
* Nog eentje om het af te leren
* resolve unused import warnings
2022-03-25 18:03:36 -04:00
rijkvanzanten
82d1ad3b94
Fix line height in table rows
2022-03-25 16:48:41 -04:00
rijkvanzanten
f012504c51
Force path part to string
2022-03-25 14:55:51 -04:00
Rijk van Zanten
a2a9547052
New translations en-US.yaml (Italian) ( #12396 )
2022-03-25 18:01:40 +00:00
Spencer Jones
7d391ed4fa
fix: handle nulls when processing m2m ( #12187 )
...
fixes #12099
Co-authored-by: Spencer Jones <sjones@morningconsult.com >
2022-03-25 13:42:55 -04:00
CommanderRoot
d81adcd674
refactor: replace deprecated String.prototype.substr() ( #12344 )
...
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated
Signed-off-by: Tobias Speicher <rootcommander@gmail.com >
2022-03-25 13:36:18 -04:00
Rijk van Zanten
caf698ed2f
Use Url util to construct urls everywhere ( #12394 )
...
Fixes #12345
2022-03-25 13:21:59 -04:00
Yasser Lahbibi
ff4fc3b8a9
fix: translate formatted value when setting translation key ( #12354 )
...
* fix: translate formatted value when setting translation key
* linting
2022-03-25 13:11:13 -04:00
Azri Kahar
3cb64c477a
Fix csv values from env variables in telemetry ( #12370 )
2022-03-25 12:40:56 -04:00