Peter H0ffmann HoffmannP
  • Jena, Germany
  • Joined on 2023-09-26
HoffmannP pushed to main at HoffmannP/api 2023-10-18 20:17:26 +00:00
HoffmannP pushed to main at HoffmannP/api 2023-10-18 20:16:07 +00:00
81ec1f5122 Merge remote-tracking branch 'upstream/main'
a1d0541a7a docs: add config guide for NGINX Proxy Manager
e1525fca6e docs: clarify required language code
872acd329a chore(deps): update lockfile
baa907f738 fix(deps): update module github.com/gabriel-vasile/mimetype to v1.4.3
Compare 43 commits »
HoffmannP pushed to main at HoffmannP/api 2023-10-01 16:05:04 +00:00
4f425041ad Merge branch 'main' into main
c217233e08 fix(typesense): getting all data from typesense
98102e59f2 feat(typesense): add new tasks to typesense directly when they are created
8f4ee3a089 fix(typesense): make sure searching works when no task has a comment at index time
70d1903dca docs: add typesense setup
Compare 6 commits »
HoffmannP pushed to main at HoffmannP/api 2023-09-28 09:53:04 +00:00
21191c0338 Ignore constant "off" recommendation
HoffmannP pushed to main at HoffmannP/api 2023-09-28 09:01:59 +00:00
61f0f65bf1 Better comment for logPath default value
fcc502edcf Only update config if config file is actually used
Compare 2 commits »
HoffmannP commented on pull request vikunja/vikunja#1606 2023-09-28 08:28:53 +00:00
Reverse the coupling of module log and config

You are right, I move it down into the if-branch

HoffmannP commented on pull request vikunja/vikunja#1606 2023-09-27 14:52:39 +00:00
Reverse the coupling of module log and config

Is the constant "off" something that should be fixed?

HoffmannP pushed to main at HoffmannP/api 2023-09-27 13:35:30 +00:00
e5ebc6ede6 Save value of configLogPath in ConfigLoogger in logging module for later use in GetLogWriter
HoffmannP commented on issue vikunja/vikunja#1213 2023-09-27 10:01:47 +00:00
Auto-create logs-directory

Yes, the directory is created at f065dcf4ad/pkg/log/logging.go (L60) but as I said, it should better be MkdirAll. I will…

HoffmannP pushed to main at HoffmannP/api 2023-09-27 10:00:21 +00:00
5af348dbe1 Change MkDir to MkDirAll so even subdirs are created
HoffmannP commented on issue vikunja/vikunja#1213 2023-09-26 14:15:04 +00:00
Auto-create logs-directory

Is this an issue due to os.MakeDir instead of os.MakeDirAll ? the log directory should be autocreated.

HoffmannP created pull request vikunja/vikunja#1606 2023-09-26 14:11:30 +00:00
Reversing the coupling of mod log and config
HoffmannP pushed to main at HoffmannP/api 2023-09-26 14:10:05 +00:00
ba79afe29c Typo
5560fc7f98 Deprecating value "false" for config.log.standard and config.log.events
8b22f71399 Reversed dependency of config and log module so that logging can start before parsing config ENV and file.
Compare 3 commits »
HoffmannP created repository HoffmannP/api 2023-09-26 14:08:34 +00:00