perfectra1n
  • Joined on 2023-07-12
perfectra1n pushed to main at perfectra1n/helm-chart 2023-12-12 22:34:10 +00:00
35379c20e7 add sane defaults for Ingress
perfectra1n commented on pull request vikunja/helm-chart#19 2023-12-12 21:47:24 +00:00
Readd Removed Documentation

Hey there @xeruf! I'll certainly add this to the docs, but since the common library is being used, any values that can be found within applications at [kubesearch.dev](https://kubesearch.dev/#bjw

perfectra1n commented on issue vikunja/helm-chart#20 2023-12-12 21:29:25 +00:00
Unable to use new chart

I took the values from this commit, and ran `helm…

perfectra1n commented on issue vikunja/helm-chart#20 2023-12-12 21:25:49 +00:00
Unable to use new chart

Well feel free to reach out if you're still having any issues. Taking the latest version of the Helm chart and deploying it with no values: ![image](/attachments/205cf6d4-b284-40ef-b4d1-e47f240090…

perfectra1n commented on issue vikunja/helm-chart#20 2023-12-12 21:16:02 +00:00
Unable to use new chart

Are you able to provide the values that you're providing to the Helm chart to create your release @xeruf?

perfectra1n pushed to main at perfectra1n/helm-chart 2023-12-12 21:12:44 +00:00
f6555063dd Merge remote-tracking branch 'upstream/main'
104e0d86b8 chore: add artifacthub repo config
a008616143 chore: add ArtifactHub verification file (#18)
Compare 3 commits »
perfectra1n commented on issue vikunja/vikunja#1655 2023-12-07 18:51:48 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

Looking through my logs, I don't see anything to indicate that anything weird/bad happened when trying to create the table? In order of oldest logs to new, for anything related to migration: ![i…

perfectra1n commented on issue vikunja/vikunja#1655 2023-12-07 18:47:57 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

image

yep, and I'm able to access the UI now too: image

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

I restarted the pod a few more times to add the DEBUG values to get more interesting output:

          # Debugging values
          - name: VIKUNJA_LOG_DATABASE
            value:…
perfectra1n commented on issue vikunja/vikunja#1655 2023-12-04 00:55:50 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

Oh, no it did not! In the screenshot here (vikunja/api#1655 (comment)), these are all the tables in the DB.

perfectra1n commented on issue vikunja/vikunja#1659 2023-12-03 02:01:53 +00:00
[request] Allow for saved filters to be organized

Or if you work for a company, and you get tasks within a project assigned to you. How do you about organizing your tasks? The only way would be through a Saves Filter to see your tasks, but how…

perfectra1n commented on issue vikunja/vikunja#1655 2023-12-01 16:41:34 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

I removed the 20230913202615 from the migrations table, and then restarted the API container. It then created the new entry as expected: ![image](/attachments/18855dba-f9ce-4326-859f-295820f56…

perfectra1n commented on issue vikunja/vikunja#1655 2023-12-01 16:26:42 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

Well, with the migration table looking like this: image

I'm at least able to get further during an import...

2023-12-01T16:18:30.16…
perfectra1n commented on issue vikunja/vikunja#1655 2023-12-01 16:16:27 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

No, I'm using the web UI :)

image

perfectra1n commented on issue vikunja/vikunja#1655 2023-12-01 15:47:37 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

Well perhaps it would be easier to replicate if I lay out what I was trying to accomplish:

  1. Vikunja1 (v0.21.0) create export of your data via the GUI
  2. Vikunja2 (unstable, no data whatsoever)…
perfectra1n commented on issue vikunja/vikunja#1655 2023-12-01 15:36:41 +00:00
[unstable version] reason_poisoned=pq: relation "webhooks" does not exist

I should've just done a SELECT statement then looking at it via my eyeballs, yep, that migration is there then.

I'm assuming that the relation "webhooks" does not exist error is because of…

perfectra1n commented on issue vikunja/vikunja#1659 2023-12-01 00:24:19 +00:00
[request] Allow for saved filters to be organized

OR if I'm just off my rocker, how would you suggest going about combining multiple Projects in a single view, and being able to organize the results?

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

I feel like a broken record always coming to you with: "Hey brand new setups are broken w/ Postgres because of " 😅

I'm not sure if I'm just cursed or if it's just me lol

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

So it doesn't look like 20230913202615 was created/run then...

This was just a "fresh" Vikunja running the latest unstable api/frontend, with a completely empty DB. So I'm assuming that the…