Commit graph

8 commits

Author SHA1 Message Date
2e80c04917
tests: remove TestOpenDataBaseXDGDataDir 2023-12-12 13:08:41 +00:00
0326fce1e7
chore(db): remove unused function
Remove the function that sets the path to the (no longer supported)
default database file.
2023-12-12 13:04:50 +00:00
fc5fa7b0ca
feat(BREAKING): specify project path
All checks were successful
/ test (pull_request) Successful in 28s
/ lint (pull_request) Successful in 37s
This PR allows users to specify the path to the database file
Pelican now expects the user to specify the path to the project's
database file which allows users to open different projects.

This is a breaking change because Pelican no longer opens the
default path automatically. If no path is set then Pelican stops
with an error message.
2023-12-12 12:47:58 +00:00
cf586a2b1d
ci(lint): allow failing lint test for now
All checks were successful
/ test (pull_request) Successful in 30s
/ lint (pull_request) Successful in 35s
2023-12-12 10:18:05 +00:00
155dab0918
chore: project maintenance
Some checks failed
/ test (pull_request) Successful in 28s
/ lint (pull_request) Failing after 3m41s
Changes:

- Changed README from Markdown to Asciidoc
- Updated go.mod and go.sum
- Updated magefiles for CI
- Added workflow for Forgejo Actions
2023-12-12 10:05:25 +00:00
8599becb17
docs: update README.md 2023-05-06 12:53:03 +01:00
b983f8930e
feat: add the pelican project 2023-05-06 12:49:40 +01:00
83fe86d851 Initial commit 2021-08-12 18:35:20 +00:00