Andrey Antukh
61cfebb7ba
✨ Add color libraries importer.
2020-02-25 16:21:58 +01:00
Andrey Antukh
555210175e
✨ Add clj-kondo dependency for linting.
2020-02-25 16:21:58 +01:00
Andrey Antukh
87d355f705
♻️ Adapt media loader to new library database layout.
2020-02-25 16:21:58 +01:00
Andrey Antukh
3ce9c8820f
♻️ Rename collections to libraries.
...
And make them team dependent.
2020-02-25 16:21:58 +01:00
Andrey Antukh
5d1b358179
✨ Replace snappy with lz4 for blobs compression.
2020-02-19 22:53:45 +01:00
Andrey Antukh
63a339dd31
♻️ Add undo/redo.
...
Reimplement :mov-shape change type operation.
2020-02-17 17:44:43 +01:00
Andrey Antukh
7a5145fa37
♻️ Big refactor of the default data model.
...
Introduce teams.
2020-02-17 09:49:04 +01:00
Andrey Antukh
6379c62e37
✨ Minor improvement on default logging configuration.
2020-02-17 09:43:43 +01:00
Andrey Antukh
cb0ff7b82f
🚧 Adapt backend code to vertx changes.
2020-02-17 09:43:09 +01:00
Andrey Antukh
fd6362e463
♻️ Replace interceptors with middleware on vertx package.
2020-02-17 09:41:00 +01:00
Andrey Antukh
3507c4acb6
⬆️ Update pom.xml file on vertx vendor package.
2020-02-08 23:21:46 +01:00
Andrey Antukh
a63aff560f
✨ Minor improvements on websocket impl.
2020-02-08 21:26:01 +01:00
Andrey Antukh
0cc5c7f7bb
♻️ Reimplement websockets using streams.
2020-02-08 15:39:26 +01:00
Andrey Antukh
044f8487e2
🎉 Add ping message on websocket communication.
...
Every 30seconds (for reset the default nginx proxy timeout).
2020-02-07 13:12:05 +01:00
Andrey Antukh
e805515767
♻️ Refactor websockets subsystem.
2020-02-07 12:15:38 +01:00
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
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
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
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
Andrey Antukh
62c6d85ed0
🔥 Remove unused file.
2020-02-01 11:09:17 +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
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
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
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
Andrey Antukh
8061ee7ca7
✨ Minor changes on tasks subsystem.
2020-01-27 10:07:06 +01:00
Andrey Antukh
f2cb2c3791
✨ Fix many reflection warnings.
2020-01-27 10:03:42 +01:00
Andrey Antukh
de233d6778
✨ Improve random-path transformer perfornace (storages).
2020-01-25 17:23:49 +01:00
Andrey Antukh
b005c3905f
🎉 Add scheduled (cron based) tasks subsystem.
2020-01-25 17:23:21 +01:00
Andrey Antukh
9bcb91ceae
💄 Improve code of vertx timers ns.
2020-01-25 17:21:51 +01:00
Andrey Antukh
e4c9d29b69
🎉 Add helper for blocking executuion on vertx.
2020-01-25 17:21:22 +01:00