Andrey Antukh
|
1e642bba8f
|
📎 Update changelog.
|
2021-03-31 14:48:28 +02:00 |
|
Andrey Antukh
|
a5994140e2
|
📎 Fix linter issues.
|
2021-03-31 14:37:30 +02:00 |
|
Andrey Antukh
|
018b47ab6b
|
⬆️ Update frontend dependencies (yarn.lock).
|
2021-03-31 14:37:30 +02:00 |
|
Andrey Antukh
|
f4f51dbf6b
|
✨ Add minor adaptations for gitpod config and docker files.
|
2021-03-31 14:37:30 +02:00 |
|
madmath03
|
43e75401d7
|
🎉 Fully automate dev setup with Gitpod.
This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitLab, GitHub, and Bitbucket that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
🐳 Gitpod docker image with Clojure
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐳 Fix path to GitPod docker image
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐳 Use sudo for setup
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐳 More sudo commands
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐳 Remove penpot user in gitpod
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐳 Brew install redis
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Init DB and penpot user
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐳 Switch user for installs
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Improve startup and DB init
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Configure gitpod tasks
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Configure gitpod ports
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Setup for mailhog
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐛 Use perms to install mailhog
🐛 Install mailhog before workspace creation
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
🔧 Manage signed commits
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Configure tasks to wait on ports
🔧 Improve Gitpod config
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
⬆️ Upgrade deps in gitpod
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🎨 Use absolute path for cd
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Add nginx conf
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Fix nginx config for gitpod
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Ensure nginx listens all incoming
🎨 Change layers order
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🎨 Change layers order
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🔧 Set Nginx logs permissions
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
🐛 Use sudo to create nginx logs
Signed-off-by: madmath03 <mb.mathieu.brunot@gmail.com>
|
2021-03-31 14:36:46 +02:00 |
|
Andrey Antukh
|
8b45ed9c0c
|
Merge remote-tracking branch 'origin/staging' into develop
|
2021-03-31 12:24:10 +02:00 |
|
Andrey Antukh
|
88a3548d7e
|
✨ Use babashka to properly wait exporter compilation.
|
2021-03-31 12:20:49 +02:00 |
|
Andrey Antukh
|
3ddc95d4b5
|
🎉 Add nginx config file inside devenv image.
|
2021-03-31 12:20:49 +02:00 |
|
Andrey Antukh
|
08a682efc2
|
✨ Change default location of assets on devenv.
|
2021-03-31 12:20:49 +02:00 |
|
Andrey Antukh
|
32afe57e18
|
✨ Improve build scripts.
|
2021-03-31 12:20:49 +02:00 |
|
Andrey Antukh
|
43465f7c4b
|
🔥 Remove unused prop.
|
2021-03-31 09:28:15 +02:00 |
|
Andrey Antukh
|
351daacca0
|
🔧 Change CI configuration.
|
2021-03-31 09:28:15 +02:00 |
|
Andrey Antukh
|
0926fbcbc6
|
♻️ Minor code reorganization.
Improves modularity and reusability and allows usage
of backend code as a library.
|
2021-03-31 09:28:15 +02:00 |
|
Andrey Antukh
|
59a45530a8
|
🐳 Add babashka to devenv.
Among other changes.
|
2021-03-31 09:28:15 +02:00 |
|
Andrey Antukh
|
cf2998eeec
|
🔥 Remove unused files.
|
2021-03-31 09:28:15 +02:00 |
|
Andrey Antukh
|
6f1508acc1
|
⬆️ Update slf4j dependency.
|
2021-03-31 09:28:15 +02:00 |
|
Andrey Antukh
|
edb88027a4
|
📎 Minor fix on readme file.
|
2021-03-31 09:28:15 +02:00 |
|
Andrey Antukh
|
5111551c89
|
📎 Update .gitignore file.
|
2021-03-31 09:28:15 +02:00 |
|
alonso.torres
|
6891826c78
|
✨ Adds a worker message buffer for selection queries
|
2021-03-30 14:59:40 +02:00 |
|
Andrey Antukh
|
e68d63ea71
|
Merge remote-tracking branch 'origin/staging' into develop
|
2021-03-30 14:49:40 +02:00 |
|
alonso.torres
|
d83d241c39
|
🐛 Fixed translation string
|
2021-03-30 10:20:07 +02:00 |
|
Andrey Antukh
|
9950f464ce
|
Merge branch 'staging' into develop
|
2021-03-30 08:49:32 +02:00 |
|
Andrey Antukh
|
676a2db1f5
|
🐛 Fix team form autofocus prop.
|
2021-03-30 08:33:45 +02:00 |
|
alonso.torres
|
62ed2221e9
|
🐛 Fix when right click on a selected text shows artboard contextual menu
|
2021-03-30 08:29:05 +02:00 |
|
alonso.torres
|
60f6093357
|
🐛 Fix titles in viewer thumbnails too long
|
2021-03-30 08:29:05 +02:00 |
|
alonso.torres
|
ed893b995d
|
🐛 Fix artboard title wasn't move when resizing
|
2021-03-30 08:29:05 +02:00 |
|
alonso.torres
|
3ebc94ab8e
|
🐛 Fix layout problem for editable selects
|
2021-03-30 08:29:05 +02:00 |
|
alonso.torres
|
cd7ad03cf0
|
🐛 Fix drag-select when renaming layer text
|
2021-03-30 08:29:05 +02:00 |
|
alonso.torres
|
0f6ce233bd
|
🐛 Fix shadows when exporting groups
|
2021-03-30 08:29:05 +02:00 |
|
alonso.torres
|
a14890f163
|
🐛 Fix SVG not showing properties at code
|
2021-03-30 08:29:05 +02:00 |
|
alonso.torres
|
213a8c69fb
|
🐛 Fix cannot click on blocked elements in viewer
|
2021-03-30 08:29:05 +02:00 |
|
Andrey Antukh
|
2500486186
|
🐛 Properly redirect bad-gateway errors on login.
|
2021-03-29 18:01:40 +02:00 |
|
Andrey Antukh
|
9cd15fd362
|
📎 Set next version number.
|
2021-03-29 15:38:56 +02:00 |
|
Andrey Antukh
|
efdfbbaf5e
|
Merge remote-tracking branch 'origin/staging' into develop
|
2021-03-29 15:38:36 +02:00 |
|
Andrey Antukh
|
87aa3fbfe8
|
✨ Improve version handling.
|
2021-03-29 15:38:13 +02:00 |
|
alonso.torres
|
ea3f2fbfce
|
🐛 Fix issue when promoting to owner
|
2021-03-29 10:51:07 +02:00 |
|
alonso.torres
|
7d68d79fc3
|
🐛 Fix issue with recent files not showing
|
2021-03-29 10:51:07 +02:00 |
|
Andrey Antukh
|
6f6a750373
|
Merge remote-tracking branch 'origin/staging' into develop
|
2021-03-29 10:34:03 +02:00 |
|
Andrey Antukh
|
993530dbcb
|
✨ Properly handle 'idle-in-tx' errors.
|
2021-03-29 10:30:46 +02:00 |
|
Andrey Antukh
|
7b4ca6dcef
|
📎 Minor fixes on changelog.
|
2021-03-29 10:30:13 +02:00 |
|
Andrey Antukh
|
ae1d5667cc
|
Merge remote-tracking branch 'origin/bugfixing' into staging
|
2021-03-29 09:22:06 +02:00 |
|
Andrey Antukh
|
90a51dc44a
|
🐛 Only allow bitmap images on team and profile photo.
|
2021-03-29 09:06:42 +02:00 |
|
Andrey Antukh
|
caf1ef653f
|
🐛 Fix wrong spec usage.
|
2021-03-29 09:06:24 +02:00 |
|
Andrey Antukh
|
8cba56b2d5
|
Merge branch 'mbrksntrk-patch-1' into staging
|
2021-03-29 09:03:20 +02:00 |
|
Andrey Antukh
|
2fed88e840
|
📎 Reorganize locales.json file.
|
2021-03-29 09:02:57 +02:00 |
|
Andrey Antukh
|
1df407ca96
|
📎 Update changelog.
|
2021-03-29 09:01:24 +02:00 |
|
M Burak Şentürk
|
f4c3aa8b89
|
✨ Add 98 new Turkish translation strings.
|
2021-03-29 08:56:48 +02:00 |
|
Andrés Moya
|
c6d7f0e352
|
🐛 Fix calculate size of some animated gifs
|
2021-03-26 17:15:42 +01:00 |
|
Andrey Antukh
|
038e820815
|
🐛 Fix object exportation.
|
2021-03-26 17:15:07 +01:00 |
|
Andrey Antukh
|
605143ef7e
|
✨ Minor improvements on version decoding ns.
|
2021-03-26 16:37:21 +01:00 |
|