alonso.torres
6727717d1a
🐛 Fix problem with join nodes
2022-01-03 09:14:58 +01:00
alonso.torres
d08891cffa
🐛 Disable running frontend tests in node
2022-01-03 09:10:18 +01:00
Andrey Antukh
799a83ba73
🔥 Remove unused import.
2021-12-31 13:47:49 +01:00
Andrey Antukh
261724e555
📎 Fix common tests.
2021-12-31 13:46:13 +01:00
Andrey Antukh
10e7d660ef
Merge branch 'main' into develop
2021-12-31 13:23:42 +01:00
Andrey Antukh
bdfea7cda5
📎 Update version.txt file.
2021-12-31 13:04:15 +01:00
Andrey Antukh
fdb1c5e1f9
📎 Minor changes on error report http handler.
2021-12-31 12:24:46 +01:00
alonso.torres
71734df489
✨ Backport changes from develop.
2021-12-31 12:06:15 +01:00
Andrey Antukh
071b81eadd
⬆️ Update dependencies.
2021-12-31 00:21:38 +01:00
Andrey Antukh
2abe3fde71
✨ Remove unused stacktrace from commit-chages event.
2021-12-31 00:02:19 +01:00
Andrey Antukh
27e64ccaa8
🔥 Remove unused code.
2021-12-30 23:53:33 +01:00
Andrey Antukh
c9185f265c
✨ Add error report list template.
2021-12-30 23:51:39 +01:00
Andrey Antukh
79e5716f36
📎 Fix linter issues.
2021-12-30 19:43:05 +01:00
Andrey Antukh
9f0e156916
✨ Improve error reporting.
2021-12-30 19:39:32 +01:00
Andrey Antukh
d24d45f4cb
✨ Terminate connection if incoming message cant be parsed.
2021-12-30 16:28:08 +01:00
Andrey Antukh
bf55250ae9
:sparkles Minor changes on websockets error handling.
2021-12-30 16:25:50 +01:00
Andrey Antukh
36016ad9ef
✨ Store changes on file_change table as vector.
2021-12-30 16:02:06 +01:00
Andrey Antukh
bf66b81702
✨ Move dbg error http entrypoint handler to debug ns.
2021-12-30 16:01:36 +01:00
Andrey Antukh
758ffbf217
✨ Add authentication to dbg entry points.
2021-12-30 16:00:55 +01:00
Andrey Antukh
f24563503a
✨ Parametrice file change snapshoting.
2021-12-30 13:03:49 +01:00
alonso.torres
a2dbc40571
🐛 Fixes problem with mov-objects
2021-12-30 13:03:49 +01:00
Andrey Antukh
a096b0777f
📎 Minor changes on debug ns.
2021-12-30 13:03:28 +01:00
Andrey Antukh
87690a534c
🎉 Add missing files.
2021-12-30 11:45:44 +01:00
Andrey Antukh
a70e416b0b
✨ Add more debug handlers.
2021-12-30 11:37:09 +01:00
alonso.torres
cd1170c543
✨ Add a debug option to apply changes
2021-12-30 11:19:46 +01:00
Andrey Antukh
2962dc1faa
Merge pull request #1429 from penpot/cache-thumbnails-v2
...
✨ Cache thumbnails with browser cache
2021-12-29 13:03:40 +01:00
alonso.torres
535c1fd007
✨ Cache thumbnails with browser cache
2021-12-29 12:59:17 +01:00
Andrey Antukh
2bd94aff0e
🐛 Fix wring metrics usage on websocket module.
2021-12-29 12:55:41 +01:00
Andrey Antukh
9ea90c3400
🐛 Fix unexpected exception on websockets.
2021-12-29 12:16:48 +01:00
alonso.torres
0ac5d85117
🐛 Rollback thumbnail cache
2021-12-29 11:40:37 +01:00
Andrey Antukh
d3a83142ae
Merge pull request #1428 from penpot/performance
...
⚡ Improved thumbnails handling
2021-12-29 11:33:39 +01:00
alonso.torres
d5886123d8
⚡ Improved thumbnails handling
2021-12-29 11:21:57 +01:00
Andrey Antukh
dea090e7d3
📚 Update version.txt file.
2021-12-29 11:17:55 +01:00
Andrey Antukh
ba5e345677
Merge branch 'staging'
2021-12-29 11:17:06 +01:00
Andrey Antukh
13ae7b0976
📚 Update changelog.
2021-12-29 11:16:04 +01:00
Andrey Antukh
39c7bfb49f
⬆️ Finally update the prometheus client dependency.
2021-12-29 09:52:32 +01:00
Andrey Antukh
8479a6581d
⚡ Make matrix use native doubles.
...
Increases 300x the performance of multiply on the JVM platform.
2021-12-29 09:52:32 +01:00
Andrey Antukh
e5885e83eb
⚡ Add missing type hints on Matrix multiply function.
2021-12-29 09:52:32 +01:00
Andrey Antukh
914b41fcd4
🐛 Properly handle missing log/error id on database logger.
2021-12-29 09:52:32 +01:00
Andrey Antukh
224aa5b89a
🐛 Properly handle errors on body parsing middleware.
2021-12-29 09:52:32 +01:00
Andrey Antukh
01c89f6554
🐛 Set proper return value on validation error handler.
2021-12-29 09:52:32 +01:00
Andrey Antukh
f0e1bc1d59
🔥 Remove unused code.
2021-12-29 09:52:32 +01:00
Andrey Antukh
7b487e1bc3
📎 Fix unrelated linter issues.
2021-12-29 09:52:32 +01:00
Andrey Antukh
c394495a26
♻️ Refactor websocket layer.
...
This commit replaces rj9a with funcool/yetti ring adapter.
Cleans the websocket api and makes it fully asynchronous.
Also a common websocket protocol abstraction that will allow
more easy path for creating new websocket based services.
2021-12-29 09:52:32 +01:00
eva
6dae420254
✨ Add open components, and scroll into view to show main component acction
2021-12-28 16:19:07 +01:00
Andrey Antukh
c69d7f50a3
Merge remote-tracking branch 'origin/staging' into develop
2021-12-28 13:48:16 +01:00
elhombretecla
e9c654f30d
✨ Minor enhacements on onboarding modal.
2021-12-28 11:34:21 +01:00
Andrey Antukh
ae9b95f81b
Merge pull request #1424 from penpot/performance
...
Performance improvements
2021-12-28 11:32:55 +01:00
Andrey Antukh
c240b69b5a
📎 Minor changes on error report template.
2021-12-28 11:19:38 +01:00
alonso.torres
493a7680e0
⚡ Improve interactions and after-review fixes
2021-12-28 11:12:33 +01:00