1
0
Commit Graph

9965 Commits

Author SHA1 Message Date
8b9b1984fc Make sure we have go installed when building os packages (for build step dependencies) 2020-10-18 21:28:33 +02:00
91c49352b6 Fix editor spacing 2020-10-18 21:11:54 +02:00
e1004d218a Fix long text overflowing in task comments
Fixes #270
2020-10-18 21:04:28 +02:00
d53cafddd0 Rename release pipeline 2020-10-18 20:49:33 +02:00
2ffce4f319 Explicitly exclude tag events when releasing latest 2020-10-18 20:49:07 +02:00
8944019f5b Only trigger desktop rebuilds on pushes to master 2020-10-18 20:41:58 +02:00
6dd7bcb0fe Make sure we have git installed when building os packages 2020-10-18 20:29:54 +02:00
be630668b3 Trigger a rebuild of the desktop app on builds to master for the frontend 2020-10-18 14:14:03 +02:00
5b445221ec Make sure to get the right frontend version 2020-10-18 14:04:34 +02:00
b94950d7c2 Fix trigger for pushing release artifacts to drone 2020-10-18 13:59:26 +02:00
618353bf95 Use nfpm to build deb, rpm and apk packages (#689)
Cleanup

Update docs for deb

Add building os packages to drone

Add apk packages

Replace version and binlocation strings in nfpm config

Make nfpm config replacable

Fix nfpm config

Add nfpm config

go mod tidy

Add nfpm mage target

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/689
Co-Authored-By: konrad <konrad@kola-entertainments.de>
Co-Committed-By: konrad <konrad@kola-entertainments.de>
2020-10-18 11:41:27 +00:00
1555081939 fetch tasks for caldav lists (#641)
Fix shadowed error

Panic if a TaskCollection.ReadAll does not return []*models.Task

Fetch tasks for caldav lists

Co-authored-by: kolaente <k@knt.li>
Co-authored-by: konrad <konrad@kola-entertainments.de>
Co-authored-by: Martin Giger <martin@humanoids.be>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/641
Co-Authored-By: freaktechnik <martin@humanoids.be>
Co-Committed-By: freaktechnik <martin@humanoids.be>
2020-10-18 10:40:50 +00:00
4b9592cfa1 Change drone trigger to also run on tags 2020-10-17 21:17:20 +02:00
5c82b71b9c Escape even more things in drone (maybe it will work this time) 2020-10-17 21:13:13 +02:00
6c3500ccce Escape even more things in drone 2020-10-17 21:08:45 +02:00
b352c1d040 Escape even more things in drone 2020-10-17 21:08:22 +02:00
a5a1d0caad Escape even more things in drone 2020-10-17 21:07:55 +02:00
2f6c119e6f Escape even more things in drone 2020-10-17 21:07:25 +02:00
885b2a2047 Fix sed version escape v2 2020-10-17 21:06:20 +02:00
d6bdd2e80d Fix sed version escape v2 2020-10-17 21:05:05 +02:00
d7d9ab252a Fix sed version escape 2020-10-17 21:04:29 +02:00
7d2dc2c052 Fix version if 2020-10-17 21:03:23 +02:00
652d6f1af9 Use either branch or tag as version 2020-10-17 21:02:43 +02:00
cc06a8fd50 Use either branch or tag as version 2020-10-17 21:00:31 +02:00
dd57beed52 Fix the other sed in drone v7 2020-10-17 20:51:38 +02:00
71f70e7dc4 Fix the other sed in drone v6 2020-10-17 20:51:12 +02:00
bd87f6f0f7 Fix the other sed in drone v5 2020-10-17 20:50:43 +02:00
2020b588de Replace version string and then install dependencies 2020-10-17 20:50:03 +02:00
3dcdbb675a Fix the other sed in drone v4 2020-10-17 20:49:06 +02:00
5567baf4e0 Fix the other sed in drone v3 2020-10-17 20:47:21 +02:00
6e8bad6eb3 Make sure to only execute build after fetich tags 2020-10-17 20:46:52 +02:00
de2772f2fd Fix the other sed in drone v2 2020-10-17 20:45:12 +02:00
895d1d6cd2 Fix the other sed in drone 2020-10-17 20:42:29 +02:00
4ab695decf Fix sed in drone 2020-10-17 20:32:17 +02:00
36aa11d48f Have a default port and only switch to a random one if that's taken 2020-10-17 20:31:06 +02:00
e122ed329b Have a default port and only switch to a random one if that's taken 2020-10-17 20:30:59 +02:00
4d96f15583 Fix sed 2020-10-17 20:16:23 +02:00
a14a7e3361 Make sure a -master suffix is added to built files on master 2020-10-17 20:14:20 +02:00
153255cddd Re-Add version string to package.json 2020-10-17 20:07:11 +02:00
9a0da1003e Don't replace everything when releasing 2020-10-17 20:04:26 +02:00
7fe9e6d3f6 Update module swaggo/swag to v1.6.8 (#680)
Regenerate swagger docs with new swaggo

Update module swaggo/swag to v1.6.8

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/api/pulls/680
Co-Authored-By: renovate <renovatebot@kolaente.de>
Co-Committed-By: renovate <renovatebot@kolaente.de>
2020-10-17 18:03:05 +00:00
0999f9ae9b Make sure the initial screen size is bigger 2020-10-17 19:59:28 +02:00
624afb5506 cleanup 2020-10-17 19:54:28 +02:00
4991ab7b91 Fix local path when serving files 2020-10-17 19:54:02 +02:00
14a3cf308b Rewrite urls served by express and not static 2020-10-17 18:36:08 +02:00
cb5fc63eb5 Add express to serve local files 2020-10-17 18:30:49 +02:00
75fdd5daf3 Cleanup 2020-10-17 18:16:02 +02:00
1602cef5cd format 2020-10-17 17:41:20 +02:00
1c79bbaf59 Add blank main.js from electron-starter 2020-10-17 17:40:40 +02:00
0fd48efd92 Remove all electron-forge-stuff 2020-10-17 17:40:20 +02:00