Andrey Antukh
|
46b55822dc
|
Merge branch 'staging' into develop
|
2021-04-06 20:09:00 +02:00 |
|
Andrey Antukh
|
4f20d22a4f
|
🐛 Use safer defaults for xml parser.
|
2021-04-06 17:08:12 +02:00 |
|
Andrey Antukh
|
8f51450f7e
|
Merge remote-tracking branch 'origin/staging' into develop
|
2021-04-06 15:07:29 +02:00 |
|
alonso.torres
|
94a294e147
|
🐛 Fixed problem when drawing paths
|
2021-04-06 15:01:46 +02:00 |
|
Andrey Antukh
|
4acfc15705
|
Merge remote-tracking branch 'origin/staging' into develop
|
2021-04-06 14:44:08 +02:00 |
|
Andrey Antukh
|
73b555eb9b
|
📎 Minor fix on config defaults.
|
2021-04-06 12:05:52 +02:00 |
|
Andrey Antukh
|
d93fa72e48
|
🎉 Add release notes lightbox.
|
2021-04-06 12:05:39 +02:00 |
|
Andrey Antukh
|
bbb26002e4
|
🔥 Remove unused code from manage.sh script.
|
2021-04-06 09:19:27 +02:00 |
|
Andrey Antukh
|
1ab1059b06
|
⬆️ Update devenv image and compose file.
|
2021-04-06 09:17:19 +02:00 |
|
Andrey Antukh
|
7b67e05e50
|
⬆️ Update gitpod dockerfile.
|
2021-04-06 09:15:06 +02:00 |
|
Andrey Antukh
|
c7fcb00b81
|
⬆️ Update devenv image and compose file.
|
2021-04-06 09:01:07 +02:00 |
|
alonso.torres
|
2b66d0ea06
|
Merge remote-tracking branch 'origin/staging' into develop
|
2021-04-05 11:39:31 +02:00 |
|
alonso.torres
|
f3b779e50c
|
🐛 Fixed problem with right-click menu
|
2021-04-05 11:37:41 +02:00 |
|
alonso.torres
|
9e348ecc99
|
🐛 Fixed problem when editing paths
|
2021-04-05 11:23:46 +02:00 |
|
alonso.torres
|
78fe0ab7e3
|
🐛 Fixes problem with docker-compose environment
|
2021-04-05 08:39:31 +02:00 |
|
Andrey Antukh
|
fc9f2864d8
|
Merge pull request #807 from penpot/Monogramm-madmath03/gitpod-setup
Gitpod (by monogramm)
|
2021-03-31 14:49:24 +02:00 |
|
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 |
|