perfectra1n
  • Joined on 2023-07-12
perfectra1n commented on issue vikunja/vikunja#1659 2023-11-29 00:53:45 +00:00
[request] Allow for saved filters to be organized

Absolutely!

Problem statement

Saved filters are a great way to visualize multiple Projects together in one cohesive view, as they also allow for you to customize the tasks that are…

perfectra1n commented on issue vikunja/vikunja#1655 2023-11-29 00:39:28 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

Creating a new task doesn't seem to lead to any errors...

perfectra1n commented on issue vikunja/vikunja#1655 2023-11-29 00:38:05 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

Oh, I hadn't even seen that webhooks were added yet, I should've looked the error some more lol. It seems to return an error when projects that existed even prior to the import, have their…

perfectra1n opened issue vikunja/vikunja#1659 2023-11-27 19:31:59 +00:00
[request] Allow for saved filters to be organized
perfectra1n commented on issue vikunja/vikunja#1658 2023-11-27 19:12:15 +00:00
Can not search description

@konrad I think they're asking for tasks to be findable via the task's description - which I believe is part of the new Typesense integration that you've completed (but isn't GA yet)? I believe…

perfectra1n commented on issue vikunja/vikunja#1655 2023-11-27 19:07:11 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

I utilized the web UI to generate the Vikunja export (old instance): image

Which I then tried to import to the new Vikunja instance.

I…

perfectra1n opened issue vikunja/vikunja#1655 2023-11-27 05:43:35 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist
perfectra1n opened issue vikunja/frontend#3838 2023-11-26 23:03:32 +00:00
Clicking on task entry doesn't open task - the name must be selected
perfectra1n commented on issue vikunja/helm-chart#11 2023-11-22 15:22:05 +00:00
Publish Helm chart on ArtifactHub

Well I would say that even getting the chart on ArtifactHub is a huge win.

If you try to use a Gitea API token (perhaps with admin permissions) in place of a password when using oras, perhaps…

perfectra1n commented on issue vikunja/helm-chart#11 2023-11-21 20:46:33 +00:00
Publish Helm chart on ArtifactHub

Well it look like it is OCI compatible:

[root on DESKTOP-BBIJ559] ~
 » oras manifest fetch kolaente.dev/vikunja/vikunja:0.4.1 
perfectra1n commented on issue vikunja/helm-chart#11 2023-11-21 20:28:57 +00:00
Publish Helm chart on ArtifactHub

Ah, they're serving it over OCI: image

Which I guess requires the following

perfectra1n commented on issue vikunja/helm-chart#11 2023-11-21 19:43:20 +00:00
Publish Helm chart on ArtifactHub

You can put the metadata file in the root of the git repo, as I have done for my own chart repo: https://github.com/djjudas21/charts/blob/main/artifacthub-repo.yml

Understood, but you're…

perfectra1n commented on issue vikunja/helm-chart#11 2023-11-21 19:43:01 +00:00
Publish Helm chart on ArtifactHub

Woohoo! Yeah, I tried looking at Gitea's own: https://artifacthub.io/packages/helm/gitea/gitea

It looks like even they aren't "verified" though. They appear to be using Caddy as well - but…

perfectra1n commented on issue vikunja/helm-chart#11 2023-11-20 22:00:05 +00:00
Publish Helm chart on ArtifactHub

There is an extra metadata file that you can add at the repository URL’s path named artifacthub-repo.yml, which can be used to setup features like Verified publisher or Ownership claim. Please…

perfectra1n created pull request vikunja/helm-chart#18 2023-11-20 21:50:29 +00:00
WIP: Publish chart to ArtifactHub
perfectra1n pushed to main at perfectra1n/helm-chart 2023-11-20 21:50:08 +00:00
9bebe367e7 Create artifacthub-repo.yml file
perfectra1n pushed to main at perfectra1n/helm-chart 2023-11-20 21:48:29 +00:00
perfectra1n pushed to main at perfectra1n/helm-chart 2023-11-20 21:44:38 +00:00
98c73d375a Merge remote-tracking branch 'upstream/main'
51e227443e fix: chart version in defintion
cbeaa395db feat: update mountPath and update readme for using secrets as config file (#17)
Compare 3 commits »
perfectra1n commented on issue vikunja/helm-chart#11 2023-11-20 21:38:47 +00:00
Publish Helm chart on ArtifactHub

@konrad would you be interested in trying again? We could talk about it over email if you would prefer as well, as it might require some back and forth for configuration.

It looks like the…

perfectra1n commented on pull request vikunja/helm-chart#16 2023-11-20 21:34:50 +00:00
WIP: main Update default values.yaml to make persistence work + update readme for secrets usage

@hugosxm I believe that my PR #17 should've resolved the issues you brought up previously, as well as increasing the documentation around the use cases that you provided. Let me know if there's…