Andrey Antukh
2293253558
🎉 Add profiler dev dependency.
2021-06-15 08:36:04 +02:00
Andrey Antukh
548664f6ce
♻️ Internal directory refactor.
...
Make common as first-class module.
2021-05-31 11:04:32 +02:00
Andrey Antukh
087f2aee09
⬆️ Update backend dependencies.
2021-05-17 12:02:21 +02:00
Andrey Antukh
e15a212b14
🎉 Add dashboard custom fonts management.
2021-05-04 14:21:31 +02:00
Andrey Antukh
9aee88f9f1
⬆️ Update backend dependencies.
2021-04-20 16:42:21 +02:00
Andrey Antukh
6f1508acc1
⬆️ Update slf4j dependency.
2021-03-31 09:28:15 +02:00
Andrey Antukh
50aef6ab65
🔥 Remove graaljs and commons-pool.
2021-03-25 08:23:41 +01:00
Andrey Antukh
727d6b78ce
🐛 Fix ldap connection handling.
2021-03-24 11:43:19 +01:00
Andrey Antukh
142086b2c3
⬇️ Downgrade prometheus client to 0.9.0.
...
Because it introduces some breaking changes.
2021-03-22 13:38:44 +01:00
Andrey Antukh
ca2612937e
⬆️ Update backend deps and devenv.
2021-03-16 22:02:44 +01:00
Andrey Antukh
48a094d22d
⬆️ Update dependencies.
2021-03-08 12:20:04 +01:00
Andrey Antukh
65a3126f15
🎉 Add manage cli helper.
2021-02-24 14:12:25 +01:00
Andrey Antukh
b14c98b76e
⬇️ Downgrade redis client version.
2021-02-22 22:11:24 +01:00
Andrey Antukh
0f9b2923c2
🎉 Add msgbus abstraction.
...
As a replacement for the current pubsub approach.
It now uses a single connection for multiple
subscriptions (instead of conn per subscription);
has asynchronous publish and uses more efficient
blob encoding for message encoding (the same used
as page storage).
2021-02-16 11:49:47 +01:00
Andrey Antukh
c1476d0397
🎉 Add optional loki integration.
...
And refactor internal error reporting.
2021-02-16 11:31:48 +01:00
Andrey Antukh
a709c47f6f
🎉 Add zstd+nippy based blob storage format.
2021-02-08 13:52:51 +01:00
Andrey Antukh
c62bc408dc
⬆️ Minor deps update.
2021-02-01 09:48:28 +01:00
Andrey Antukh
c0fb108e06
✨ Minor improvements on error reporting.
2021-01-26 12:56:57 +01:00
Andrey Antukh
34e5e5c513
🎉 Add jetty metrics.
2021-01-19 15:37:26 +01:00
Andrey Antukh
7aa7257d29
✨ Integrate svgclean and graal-js to svgparse service.
2021-01-11 08:06:02 +01:00
Andrey Antukh
760eb926bf
🎉 Add plugable storages abstraction layer (with support for fs, s3 and db).
2021-01-07 11:29:57 +01:00
Andrey Antukh
9146642947
🔥 Remove the mount dependency.
2021-01-07 11:29:57 +01:00
Andrey Antukh
9688bd8408
✨ Minor changes on deps.edn file.
2021-01-07 11:29:57 +01:00
Andrey Antukh
707fa160e8
🎉 Add simple telemetry server module.
2021-01-07 11:29:57 +01:00
Andrey Antukh
4d9418e620
⬆️ Update backend dependencies.
2021-01-07 11:29:57 +01:00
Andrey Antukh
9f12456456
♻️ Replace mount with integrant.
2021-01-07 11:29:57 +01:00
Andrey Antukh
4d7a34a998
🎉 Add better error reporting.
2020-12-09 14:38:33 +01:00
Andrey Antukh
c21dc7ea7f
✨ Update default hasher to argon2id.
2020-12-04 09:46:25 +01:00
Andrey Antukh
9260c59afb
🎉 Add improved export macro.
...
This reverts commit 7ec30d1f5e
.
2020-12-01 13:53:36 +01:00
Andrey Antukh
7ec30d1f5e
✨ Temporary revert previous commit.
...
This reverts commit 497c174d63
.
2020-12-01 13:23:37 +01:00
Andrey Antukh
497c174d63
✨ Add export macro helper for properly reexport vars.
...
This reverts commit 45da7df4b4
.
Now with JVM/Clojure support.
2020-12-01 12:30:58 +01:00
Andrey Antukh
4ad08a7449
🎉 Add socket repl.
2020-11-12 14:00:50 +01:00
Andrey Antukh
55cfe10fd8
🐛 Fix fixtures loading.
2020-09-22 11:52:09 +02:00
Andrey Antukh
3e0b0ee069
⬆️ Update dependencies and devenv.
2020-09-21 17:05:55 +02:00
Andrey Antukh
bdefe0d04e
⬆️ Adapt some changes to latest version of buddy-hashers.
2020-09-16 10:51:11 +02:00
Andrey Antukh
7c068621cf
♻️ Replace internal crypto/pbkd with buddy.
2020-09-16 10:51:11 +02:00
Andrey Antukh
91aa8862ff
🎉 Add testenv.
2020-09-11 09:42:53 +02:00
Andrey Antukh
51e7ffb959
✨ Minor changes on worker code.
2020-08-21 11:03:38 +02:00
Andrey Antukh
6c67c3c71b
♻️ Make the namespacing independent of the branding.
2020-08-18 19:32:11 +02:00
Andrey Antukh
aaf8b71837
🔥 Fix incorrect deps.edn
2020-08-18 18:48:52 +02:00
Andrey Antukh
9d8282e1be
✨ Minor change on backend initialization.
2020-08-18 18:46:39 +02:00
Andrey Antukh
2746d598b0
✨ Improve command line helpers.
2020-08-17 15:15:23 +02:00
Andrey Antukh
c0cd0d4a23
🎉 Add media-object lifecycle handling.
2020-08-17 14:28:35 +02:00
Andrey Antukh
bda9cad3c2
🐛 Fix warning on kondo dep.
2020-08-10 10:56:02 +02:00
Vitaly Kornilov
712563a984
⬆️ Replace outdated org.clojars.pntblnk/clj-ldap with puppetlabs/clj-ldap
2020-08-10 09:24:37 +02:00
Vitaly Kornilov
272c27061d
✨ auth with LDAP handler and config
2020-08-10 09:24:30 +02:00
Andrey Antukh
9b4cc30d3f
⬆️ Update deps.
2020-08-05 15:06:39 +02:00
Andrey Antukh
5aad9ca5e0
⬆️ Update backend dependencies.
2020-07-01 13:41:59 +02:00
Andrey Antukh
1dd1b9d987
🎉 Introduce ordered-set type and use it for workspace selected.
2020-06-15 12:40:04 +02:00
Andrey Antukh
fbd6e395a4
🎉 Add html emails.
2020-06-02 10:43:02 +02:00
Andrey Antukh
b532e74310
🎉 Add prometheus metrics.
2020-05-18 10:34:56 +02:00
Andrey Antukh
5a03c13731
♻️ Refactor backend.
...
Move from custom vertx to jetty9.
2020-05-15 08:09:20 +02:00
Andrey Antukh
cf05980dae
⬆️ Update dependencies.
2020-05-05 15:18:59 +02:00
Andrey Antukh
7fba483bf1
♻️ Refactor email sending.
2020-04-20 13:48:34 +02:00
Andrey Antukh
6ba3a28143
🎉 Add initial redis client foundation.
2020-04-20 13:46:15 +02:00
Andrey Antukh
340b1bc269
⬆️ Update cuerdas to the latest version.
2020-03-26 14:34:16 +01:00
Andrey Antukh
555210175e
✨ Add clj-kondo dependency for linting.
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
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
566fa9cb91
✨ Improvements on backend application initialization.
...
On repl and on production environment.
2020-02-01 01:13:50 +01:00
Andrey Antukh
6ba46673fa
⬆️ Update (and remove unused) deps on backend.
2020-01-23 17:57:43 +01:00
Andrey Antukh
282b170147
⬆️ Update vertx-pg-client to 4.0.0-milestone4.
2020-01-23 17:47:46 +01:00
Andrey Antukh
f57ce57cb3
♻️ Refactor on docker and build scripts.
...
- Migrate to from ubuntu to debian.
- Add new buildenv image.
- Remove production images building from this repo.
- Better comaptibility with other architectures (arm64).
- Improved config management.
2020-01-20 13:26:37 +01:00
Andrey Antukh
9e68041326
🚧 Initial work on password recovery and register refactor.
2020-01-13 23:52:31 +01:00
Andrey Antukh
bd5f25eabf
✨ Move vertx as vendor package.
2020-01-13 16:50:44 +01:00
Andrey Antukh
2420f7de9e
🎉 Add ratelimit for login handler.
...
Will prevent DOS on executing resource demanding handler such
as login.
2020-01-13 15:12:38 +01:00
Andrey Antukh
6a99345475
✨ Replace buddy-hashers with sodi.pwhash.
2020-01-12 19:00:18 +00:00
Andrey Antukh
19529408f4
💄 Rename 'test' directory to 'tests'.
2020-01-12 18:59:35 +00:00
Andrey Antukh
74f1f93732
⬆️ Update backend deps.
2020-01-11 21:11:04 +01:00
Andrey Antukh
32131c5aa7
⬆️ Update backend dependencies.
2020-01-11 20:25:18 +01:00
Andrey Antukh
df03b03818
🐳 Improve devenv and build steps (jvm-opts and upgrades).
2019-12-18 10:54:28 +01:00
Andrey Antukh
3eff27b5c5
✨ Add better handling on lagged ops on page-update.
2019-12-15 21:53:57 +01:00
Andrey Antukh
5b96e1e9fd
🎉 Add common
directory tree for code sharing between front and back.
2019-12-14 21:23:54 +01:00
Andrey Antukh
94fe18b4ae
🚧 Improve build scripts.
2019-12-09 16:29:56 +01:00
Andrey Antukh
b4336f7ceb
✨ Minor improvements on projects_roles table.
2019-12-01 17:47:42 +01:00
Andrey Antukh
f21ac8afbe
🚧 Add project roles table.
2019-12-01 12:07:51 +01:00
Andrey Antukh
d546d1fdca
🐛 Fix many bugs in email sending namespaces.
2019-11-25 12:34:35 +01:00
Andrey Antukh
3d4808e024
♻️ Refactor the CLI media loader.
2019-11-22 18:06:45 +01:00
Andrey Antukh
e9b00339a5
🚧 Major refactor of backend code.
...
Relevant changes:
- ring -> vertx
- suricatta -> vertx-pgsql
- emails improvements
- logging
- hybrid sync/async -> full async execution model
- database layout refactor
2019-11-18 12:35:41 +01:00
Andrey Antukh
73753ce071
✨ Minor improvements on devenv.
2019-10-22 16:00:41 +02:00
Andrey Antukh
6f2c952b4b
⬆️ Update promesa dependency.
2019-10-17 16:45:33 +02:00
Andrey Antukh
ff64332958
⬆️ Update dependencies.
2019-09-17 16:12:30 +00:00
Andrey Antukh
97220d707b
♻️ Refactor error handlers and request/response body encoding/decoding.
2019-09-14 19:44:18 +02:00
Andrey Antukh
88cf5483c8
⬆️ Update struct dependency.
2019-08-28 19:00:29 +02:00
Andrey Antukh
1bf12a7338
feat(backend): set datoteka version to 1.1.0
2019-07-09 13:08:01 +02:00
Andrey Antukh
3c066ffce2
feat(backend): upgrade suricatta
2019-07-09 11:46:51 +02:00
Andrey Antukh
1873b94fa7
misc(backend): update deps
2019-07-05 16:42:17 +02:00
Andrey Antukh
e786a85bbd
feat(backend): improve image uploading and thumbnail handling
2019-07-05 13:27:01 +02:00
Andrey Antukh
b6b6fdf115
fix(backend): fix image uploading
2019-07-05 09:41:02 +02:00
Andrey Antukh
b5acb5db85
feat(backend): update deps
2019-07-02 17:19:55 +02:00
Andrey Antukh
3ff0ecee5f
misc(backend): update deps
2019-06-24 17:39:10 +02:00
Andrey Antukh
f64bb74a3e
feat(backend): remove catacumba dependency
2019-06-24 17:39:10 +02:00
Andrey Antukh
57568f9614
misc(backend): error middleware reorganization
2019-06-24 17:39:10 +02:00
Andrey Antukh
f2411368ba
feat(backend): initial work on catacumba to plain ring migration
2019-06-24 17:39:10 +02:00
Andrey Antukh
66fc0e68a4
feat: improve backend devlopment namespaces
2019-06-05 08:26:05 +00:00
Andrey Antukh
3b648f5aa5
refactor: replace lein with cli tools and update some deps
...
- also removes docker files from source directories
- minor assets reorganization on back (make it more production ready)
2019-06-03 16:51:20 +02:00