• Joined on 2022-05-06
xeruf commented on issue vikunja/frontend#811 2022-07-25 17:01:31 +00:00
<500 when get issue>

Honestly, I'd prefer coloring tasks by the first label assigned to them, or by person, that way there is a taxonomy. Actually there could be different colors for different views (e.g. by urgency…

xeruf commented on pull request vikunja/frontend#2180 2022-07-20 23:36:47 +00:00
feat: replace our home-grown gantt implementation with ganttastic

general usability thing: The scrollbar should be always visible, e.g. if you go to https://2180-feature-ganttastic--vikunja-frontend-preview.netlify.app/lists/16/gantt and show undated tasks, you…

xeruf commented on pull request vikunja/frontend#2180 2022-07-20 23:33:04 +00:00
feat: replace our home-grown gantt implementation with ganttastic

Thank you very much, and this preview bot is fantastic, too!

Nitpick: "Create a new task" at the bottom only works when pressing Enter, not when pressing the button.

xeruf commented on issue vikunja/vikunja#1199 2022-07-20 23:29:56 +00:00
Postgresql ssequences not updated correctly upon dump import

So the generic, codified query should be:

x.Query("SELECT setval('" + idSequence + "', COALESCE(MAX(id), 1) );
xeruf commented on issue vikunja/vikunja#1199 2022-07-20 23:27:29 +00:00
Postgresql ssequences not updated correctly upon dump import

Yes, fantastic!

xeruf commented on issue vikunja/vikunja#1199 2022-07-20 22:56:14 +00:00
Postgresql ssequences not updated correctly upon dump import

actually even then the length is a bad heuristic, this was in the table referenced above before I made any additions:

vikunja=> SELECT * FROM task_relations;
 id 
xeruf commented on issue vikunja/vikunja#1199 2022-07-20 22:50:16 +00:00
Postgresql ssequences not updated correctly upon dump import

Actually, it worked file for task_relations:

2022-07-20T22:43:33.215749473Z: INFO    ▶ [DATABASE] 233 [SQL] SELECT setval('task_relations_id_seq', 38, true); [] - 1.01942ms

xeruf reopened issue vikunja/vikunja#1199 2022-07-20 22:48:47 +00:00
Postgresql ssequences not updated correctly upon dump import
xeruf commented on issue vikunja/vikunja#1199 2022-07-20 22:47:46 +00:00
Postgresql ssequences not updated correctly upon dump import

But the error 500's are staying, because the sequence restoration fails for each table:

...
2022-07-20T22:43:33.253442173Z: WARNING ▶ db/Restore 256 Could not reset id sequence for
xeruf commented on issue vikunja/vikunja#1199 2022-07-20 22:27:10 +00:00
Postgresql ssequences not updated correctly upon dump import

Oha! If I just update database/migration.json in the zip, removing all migrations before the second SCHEMA_INIT, and then import that, it is successfull!

xeruf commented on issue vikunja/vikunja#1199 2022-07-20 22:22:46 +00:00
Postgresql ssequences not updated correctly upon dump import

If I repackage a newly exported zip, it goes panic now - but the non-repackaged zip works, even though they are identical in content:

Yes, I understand
panic: runtime error: slice bounds…
xeruf commented on issue vikunja/frontend#329 2022-07-20 19:36:42 +00:00
<500 when get issue>

Using current unstable (and I think it was the same in stable), this seems to be broken. The error message pops up, but I am not logged out properly :/

xeruf commented on issue vikunja/frontend#2169 2022-07-19 21:21:10 +00:00
<500 when get issue>

I'm a fan of using something like https://plantuml.com/gantt-diagram then you can also quickly edit stuff in text and export it. If you then also have the drag'n'drop, that would be really…

xeruf commented on issue vikunja/frontend#2116 2022-07-18 21:18:50 +00:00
<500 when get issue>

That's exactly what I also proposed in the forum ;) https://community.vikunja.io/t/improving-task-edit-too-many-click/393/9?u=xeruf

xeruf commented on issue vikunja/vikunja#1212 2022-07-18 21:03:53 +00:00
Option to return detailed error messages

Can't this work in a way that it only returns details for authenticated users?

Yeah I guess using proper logging capturing is more appropriate (still struggling with loki... https://open.greenho

xeruf opened issue vikunja/frontend#2169 2022-07-18 20:58:38 +00:00
Editing task start/end date in gantt does not save correctly
xeruf commented on issue vikunja/vikunja#1199 2022-07-18 20:41:09 +00:00
Postgresql ssequences not updated correctly upon dump import

I finally have a separate test instance running now where I will test this :)

xeruf commented on issue vikunja/vikunja#1199 2022-07-18 14:15:25 +00:00
Postgresql ssequences not updated correctly upon dump import

I am getting 500's pretty randomly for some add operations (including adding task relations, lists and tasks), and repeating it a few times fixes it...

I also struggled to obtain proper logs,…

xeruf commented on issue vikunja/vikunja#1199 2022-07-18 13:16:14 +00:00
Postgresql ssequences not updated correctly upon dump import

I spent far too much time, three hours now, resetting and reimporting different dumps.

I now finally ended up being able to copy in a directory backup of postgres, running vikunja migrate and…

xeruf opened issue vikunja/vikunja#1213 2022-07-18 12:26:46 +00:00
Auto-create logs-directory