• Joined on 2021-05-24
sytone commented on pull request vikunja/frontend#520 2021-06-02 21:43:42 +00:00
Make add task a component

switched to 2 spaced, as a note the swagger is 4 spaces which is where I got it from.

sytone pushed to main at sytone/frontend 2021-06-02 19:24:09 +00:00
52b0a4c6ac Add validation for list ID and disable if not valid.
9f9c942c73 Revert welcome message
d363cfc972 Cleanup comments
c3c22bf202 Enforce trailing commas
5d36d9399d Update to use single quotes uniformaly
Compare 7 commits »
sytone commented on pull request vikunja/frontend#520 2021-06-02 18:53:47 +00:00
Make add task a component

NA, moved to seperate PR.

sytone commented on pull request vikunja/frontend#520 2021-06-02 18:53:10 +00:00
Make add task a component

NA moving to seperate PR.

sytone commented on pull request vikunja/frontend#520 2021-06-02 18:52:52 +00:00
Make add task a component

NA, will move to seperate PR.

sytone commented on pull request vikunja/frontend#520 2021-06-02 18:47:55 +00:00
Make add task a component

np, reverted that change for this PR.

sytone commented on pull request vikunja/frontend#520 2021-06-02 18:42:26 +00:00
Make add task a component

I looked up the best way to refresh a vue component when there was a change, this was the recommended way outside of manually invalidating and causing a render which was a sledgehammer.

sytone pushed to main at sytone/api 2021-06-02 17:37:00 +00:00
15f1b15dbf Update to match swagger formatting
sytone commented on pull request vikunja/vikunja#875 2021-06-02 17:30:10 +00:00
Add default list setting

Updated the code to reflect comments. Was out on vacation and also had to reset my WSL environment, took a bit as I had not used go before but worked my way through it.

sytone pushed to main at sytone/api 2021-06-02 17:29:11 +00:00
302064b4bb Updated xorm to bigint
sytone commented on pull request vikunja/vikunja#875 2021-06-02 17:26:13 +00:00
Add default list setting

Updated to match migraiton, now null by default, bigint which maps to int64 as verified in the xorm documents.

sytone commented on pull request vikunja/vikunja#875 2021-06-02 17:25:41 +00:00
Add default list setting

Updated to match.

sytone commented on pull request vikunja/vikunja#875 2021-06-02 17:24:01 +00:00
Add default list setting

Updated and renames, tests updated.

sytone pushed to main at sytone/api 2021-06-02 17:15:32 +00:00
e8135dcf75 Fix swagger issues
sytone pushed to main at sytone/frontend 2021-06-02 16:26:56 +00:00
034a30046c Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/frontend into main
ab02c2d896 Update dependency marked to v2.0.7 (#532)
324d387d0a Update dependency dompurify to v2.2.9 (#529)
570cfc8610 Configure tests retries
af9fd856eb Update vue monorepo to v2.6.13 (#530)
Compare 17 commits »
sytone pushed to main at sytone/api 2021-06-01 23:47:14 +00:00
d9c91bc03a Merge branch 'main' of ssh://kolaente.dev:9022/vikunja/api into main
8a1e98a7f2 Fix goimports
9a2655dbf1 Fix saving pointer values to memory keyvalue
d48aa101cf Refactor & fix storing struct-values in redis keyvalue
df45675df3 Rearrange setting frontend url in config
Compare 6 commits »
sytone pushed to main at sytone/api 2021-05-27 19:59:16 +00:00
350f59c479 Fix fmt issue
sytone commented on pull request vikunja/frontend#520 2021-05-27 18:31:37 +00:00
Make add task a component

I made a API change to add the setting, will focus on that being done and then come back to this.

sytone created pull request vikunja/vikunja#875 2021-05-27 18:30:16 +00:00
Add default list setting
sytone pushed to main at sytone/api 2021-05-27 18:28:38 +00:00
51f9d8f690 Add default list setting