Commit graph

2637 commits

Author SHA1 Message Date
Andrey Antukh
f37c9a5adb Enable context handling on tests.
This makes the test exection more similar to the real
environment. Each test is executed in the eventloop
thread pool.
2020-02-06 09:46:24 +01:00
Andrey Antukh
da29f8db86 Finish 'remove-demo-profile' async task implementation. 2020-02-06 09:20:07 +01:00
Andrey Antukh
4f8e427db9 Improve tasks reporting. 2020-02-06 09:19:42 +01:00
Andrey Antukh
e2d4d121d8 Enable edn writter for duration type. 2020-02-06 09:18:46 +01:00
Andrey Antukh
9373296fd4 🔥 Remove unused jobs code (obsolete). 2020-02-05 23:52:57 +01:00
Andrey Antukh
358136b840 Initial work on remove-media and remove-demo-profile tasks. 2020-02-05 23:52:17 +01:00
Andrey Antukh
1ac6e466ce ♻️ Refactor dispatcher implementation.
Simplify code and probabluy improve performance.
2020-02-05 23:49:26 +01:00
Andrey Antukh
cd8a907a86 Adapt websockets code to the vertx module changes. 2020-02-05 23:45:38 +01:00
Andrey Antukh
72c010374f 🔥 Remove unused context handling on http sessions. 2020-02-05 23:45:13 +01:00
Andrey Antukh
c0b3618331 🔥 Remove ratelimit (delegate this task to nginx). 2020-02-05 23:44:44 +01:00
Andrey Antukh
1a82fc28d3 ⬆️ Update promesa dependency to 5.1.0. 2020-02-05 23:43:29 +01:00
Andrey Antukh
ddf4550d22 📎 Update .gitignore file. 2020-02-05 23:43:11 +01:00
Andrey Antukh
3d5e4370e0 Restructure vertx vendor package. 2020-02-05 23:42:29 +01:00
Andrey Antukh
b4790c89ce 🐛 Fix email sending. 2020-02-05 12:51:55 +01:00
Andrey Antukh
460019e01b 🐛 Minor fix on build params. 2020-02-04 22:04:22 +01:00
Andrey Antukh
c5149ec42c 📎 Minor changes on default configuration. 2020-02-04 20:23:04 +01:00
Andrey Antukh
d4758bc5b1 🔥 Remove unused import. 2020-02-04 16:13:37 +01:00
Andrey Antukh
146faf74a9 ♻️ Refactor profile and login. 2020-02-04 16:05:51 +01:00
Andrey Antukh
841ace3aa8 🐳 Update openjdk 11 -> 13 (docker). 2020-02-04 12:35:55 +01:00
Andrey Antukh
49f27066b8 Enable transit encoding parametrization. 2020-02-03 22:34:36 +01:00
Andrey Antukh
2a5fa4df0e 🎉 Add blocking helper to vertx.core. 2020-02-03 22:30:32 +01:00
Andrey Antukh
2cebbbc2f8 ♻️ Refactor images storage. 2020-02-03 22:29:59 +01:00
Andrey Antukh
b98d8519d4 Improve configuration loading.
Removing unnecesary code.
2020-02-03 09:54:18 +01:00
Juan de la Cruz
c1dee0dbf7 Fix library tabs styles 2020-02-01 11:54:33 +01:00
Andrey Antukh
62c6d85ed0 🔥 Remove unused file. 2020-02-01 11:09:17 +01:00
Andrey Antukh
065ed23c79 🎉 Add javascript variants of geom.point and geom.matrix.
Only for have them in backup, they are not in use right now
and we dont expect to use them in a near future.
2020-02-01 01:16:47 +01:00
Andrey Antukh
89f65a15de 📎 Add fontawesome file.
Just to have it on fonts directory and being
able to generate logs report with goaccess.
2020-02-01 01:15:27 +01:00
Andrey Antukh
cbffee1486 Normalize shape absolute resize implementation.
Making it more safe and less dynamic.
2020-02-01 01:14:30 +01:00
Andrey Antukh
566fa9cb91 Improvements on backend application initialization.
On repl and on production environment.
2020-02-01 01:13:50 +01:00
Andrey Antukh
f245656c0c Add a proper way to enable/disable assertions on clojure code. 2020-01-31 19:12:58 +01:00
Andrey Antukh
8057fb54a6 Add verify macro for true runtime spec asserts.
This commits mainly renames the old `assert` to `verify` and
adds new `assert` that laverages `:elide-asserts` on clojurescript
and *assert* value on clojure.

This approach enables an assert macro that does not performs
any runtime checks and compiles to more performant code in both
cases: development mode and production mode.
2020-01-31 19:12:48 +01:00
Andrey Antukh
391b926397 🐛 Fix circle dimensions update. 2020-01-31 11:16:30 +01:00
Andrey Antukh
dcc81c9275 📎 Add commented code related to undo/redo. 2020-01-31 10:52:34 +01:00
Andrey Antukh
8d99bd723b 🐛 Fix rotation of path and curve shapes. 2020-01-30 13:28:27 +01:00
Andrey Antukh
85f4d4824f 🐛 Fix circle shape rotation behavior. 2020-01-30 13:16:37 +01:00
Andrey Antukh
cdcae36b58 🐛 Add missing canvas impl for some geom operations. 2020-01-28 17:05:50 +01:00
Andrey Antukh
a0df97a2e5 🐛 Minor fix on commit-snapshot handler. 2020-01-28 13:02:30 +01:00
Andrey Antukh
2f589a49e9 🐛 Fix unexpected exception on websocket handler. 2020-01-28 12:52:48 +01:00
Andrey Antukh
590b68aa29 🐛 Fix unexpected operation ordering. 2020-01-28 12:48:09 +01:00
Andrey Antukh
75b64b71bf 🐛 Fix icons selection options widget. 2020-01-28 11:12:14 +01:00
Andrey Antukh
bfe6b98ee1 🚧 Minor changes on blocking calls for thumbnails generation. 2020-01-27 16:52:19 +01:00
Andrey Antukh
aaa8bfe67d 🐛 Process thumbnail creation in serie (less resource usage). 2020-01-27 16:38:43 +01:00
Andrey Antukh
121d300cf7 📚 Minor organization improvement on docs directory. 2020-01-27 16:08:43 +01:00
Andrey Antukh
47ab946f81 🎉 Add icon element options sidebar. 2020-01-27 15:33:21 +01:00
Andrey Antukh
bbd7e33059 🎉 Restore icons toolbox. 2020-01-27 15:24:35 +01:00
Andrey Antukh
03eb756551 Reduce the persist debounce window. 2020-01-27 13:27:01 +01:00
Andrey Antukh
de09217e30 🐛 Fix rotation transformation on image shape. 2020-01-27 13:25:36 +01:00
Andrey Antukh
866da08cab 🐛 Fix uploaded-at date formatting on images list. 2020-01-27 13:22:17 +01:00
Andrey Antukh
88d287bac0 🐛 Fix bug on uploading image. 2020-01-27 13:22:06 +01:00
Andrey Antukh
f491cf25fc 🎉 Add bin/repl script. 2020-01-27 13:09:30 +01:00