Gani Georgiev
|
0110869c89
|
soft deprecated apis.RequestData(c) in favor of apis.RequestInfo(c) and updated jsvm bindings
|
2023-07-17 23:13:39 +03:00 |
|
Gani Georgiev
|
3eaa3ca1b5
|
fixed .send binding tests
|
2023-07-16 23:38:49 +03:00 |
|
Gani Georgiev
|
2d1ad16b4f
|
updated cron jsvm bindings and generated types
|
2023-07-16 23:24:10 +03:00 |
|
Gani Georgiev
|
64d7ab22f3
|
treat returned false bool from a jsvm hook as hook.stopPropagation
|
2023-07-14 16:50:35 +03:00 |
|
Gani Georgiev
|
6fe04bd280
|
returned OnAfterBootstrap error and added more jsvm tests
|
2023-07-12 17:12:45 +03:00 |
|
Gani Georgiev
|
ede67dbc20
|
added jsvm bindings and updateing the workflow to generate the jsvm types
|
2023-07-11 18:09:55 +03:00 |
|
Gani Georgiev
|
c293994d2b
|
added hooksPool flag and updated doc comments
|
2023-07-08 20:02:03 +03:00 |
|
Gani Georgiev
|
736e9673ad
|
updated generated types
|
2023-07-08 13:59:24 +03:00 |
|
Gani Georgiev
|
13d96e793b
|
(no tests) updated jsvm bindings
|
2023-07-08 13:51:16 +03:00 |
|
Gani Georgiev
|
2cb642bbf7
|
aliased and soft-deprecated NewToken with NewJWT, added encrypt/decrypt goja bindings and other minor doc changes
|
2023-06-28 22:56:03 +03:00 |
|
Gani Georgiev
|
ecdf9c26cd
|
added comments and typedoc group tags to the generated docs
|
2023-06-28 21:39:57 +03:00 |
|
Gani Georgiev
|
a672ab959f
|
merged jsvm migrations and hooks and updated the ambient TS types location
|
2023-06-27 14:45:04 +03:00 |
|
Gani Georgiev
|
1571ebe4eb
|
use microseconds when inserting the auto generated migration
|
2023-06-27 00:35:17 +03:00 |
|
Gani Georgiev
|
af77554250
|
enabled baseBinds for the goja migrations
|
2023-06-26 23:17:37 +03:00 |
|
Gani Georgiev
|
051b3702b0
|
replaced DynamicList with a more generic (model) helper to allow creating pointer slice of any type
|
2023-06-25 20:19:12 +03:00 |
|
Gani Georgiev
|
32de0aa40a
|
use direct string comparison in the ApiError message test
|
2023-06-23 22:23:03 +03:00 |
|
Gani Georgiev
|
9bfcdd086a
|
replaced .* errors with constructors and added apisBinds tests
|
2023-06-23 22:20:13 +03:00 |
|
Gani Georgiev
|
7ab8405946
|
removed goja middlewares that don't make much sense in the goja context
|
2023-06-23 12:54:08 +03:00 |
|
Gani Georgiev
|
6fa3e99be2
|
use inflector.UcFirst instead of strings.Title
|
2023-06-22 21:54:39 +03:00 |
|
Gani Georgiev
|
3160fb2d99
|
added DynamicModel form tag and removed unused helper
|
2023-06-22 16:32:21 +03:00 |
|
Gani Georgiev
|
1cbf16b3bf
|
ucfirst the DynamicModel field name so that we can use later the same FieldMapper resolver rules
|
2023-06-22 16:29:58 +03:00 |
|
Gani Georgiev
|
c795ecd21e
|
updated jsvm generated types
|
2023-06-21 20:40:43 +03:00 |
|
Gani Georgiev
|
21607f0f66
|
updated cobra.Command constructor and update structConstructor to use goja.Object.Set
|
2023-06-21 20:36:57 +03:00 |
|
Gani Georgiev
|
fc311a8d28
|
removed the temp len binding as the issue was fixed in goja#521
|
2023-06-21 13:40:59 +03:00 |
|
Gani Georgiev
|
93606c6647
|
added DynamicModel and DynamicList goja bindings
|
2023-06-21 11:21:54 +03:00 |
|
Gani Georgiev
|
ed4304dc30
|
added jsvm typings and docs generation
|
2023-06-20 08:54:02 +03:00 |
|
Gani Georgiev
|
bd95a5b74c
|
[#2693] removed the implicit autosnapshot migration creation as it is not clear to the users when it happens
|
2023-06-14 13:21:37 +03:00 |
|
Gani Georgiev
|
745b230097
|
updated jsvm mapper and updated godoc formatting
|
2023-06-14 13:14:30 +03:00 |
|
Gani Georgiev
|
ebd6891471
|
updated broken tests
|
2023-06-08 18:14:01 +03:00 |
|
Gani Georgiev
|
3cf3e04866
|
restructered some of the internals and added basic js app hooks support
|
2023-06-08 17:59:08 +03:00 |
|
Gani Georgiev
|
45b73e3dfb
|
Merge branch 'master' into develop
|
2023-05-29 17:01:16 +03:00 |
|
Gani Georgiev
|
dbbc1e25ca
|
replaced multiple error wraps with plain %v for older go 1.18 and go 1.19 compatibility
|
2023-05-29 17:01:04 +03:00 |
|
Gani Georgiev
|
97f29e4305
|
synced with master
|
2023-05-28 23:57:19 +03:00 |
|
Gani Georgiev
|
732044f795
|
keep both original file and fallback errors
|
2023-05-28 22:00:48 +03:00 |
|
Gani Georgiev
|
9a1354ae62
|
[#2589] added .exe fallback to the selfupdate cmd and replaced path with filepath
|
2023-05-28 21:57:12 +03:00 |
|
Gani Georgiev
|
e40cf46b33
|
synced with master
|
2023-05-24 11:07:29 +03:00 |
|
Gani Georgiev
|
6b16b7856b
|
[#2551] auto register the initial generated snapshot migration to prevent incorrectly reapplying the snapshot on container restart
|
2023-05-24 09:23:10 +03:00 |
|
Gani Georgiev
|
5b330ab5b4
|
updated compareVersions tests
|
2023-05-23 23:15:56 +03:00 |
|
Gani Georgiev
|
286046e15a
|
improved update cmd version check
|
2023-05-23 11:35:54 +03:00 |
|
Gani Georgiev
|
cbaca91581
|
ignore the v prefix when comparing the tag and the current version
|
2023-05-21 13:00:12 +03:00 |
|
Gani Georgiev
|
24ab233376
|
added experimental update command
|
2023-05-17 21:14:12 +03:00 |
|
Gani Georgiev
|
faa0a9f7dc
|
added admin console command tests
|
2023-04-20 23:39:48 +03:00 |
|
Gani Georgiev
|
5678339af0
|
added migrate history-sync command
|
2023-03-25 21:48:19 +02:00 |
|
Gani Georgiev
|
923fc26a31
|
changed types.JsonArray to support generics
|
2023-03-22 17:12:44 +02:00 |
|
Gani Georgiev
|
95bb2eb871
|
update automigrate templates to check collection indexes
|
2023-03-19 16:02:29 +02:00 |
|
Gani Georgiev
|
21b152b58c
|
fixed formatting and typos
|
2023-02-23 21:51:42 +02:00 |
|
Gani Georgiev
|
668698feb2
|
[#1797] enabled goja/process module for accessing the os.Environ
|
2023-02-06 19:53:21 +02:00 |
|
Gani Georgiev
|
9b880f5ab4
|
filter enhancements
|
2023-01-07 22:27:11 +02:00 |
|
Gani Georgiev
|
dba66d4da1
|
updated changelog and ui/dist
|
2022-12-06 00:32:10 +02:00 |
|
Gani Georgiev
|
b8cd686b32
|
updated automigrate templates, added js bindings tests and updated models IsNew behavior
|
2022-12-05 13:57:09 +02:00 |
|