Skip to content

Releases: go-go-golems/parka

v0.5.12

14 May 19:59
643260e
Compare
Choose a tag to compare

Changelog

  • a9d9564 🚑 Further fix catching of errors, don't clear the error channel before the template is rendered
  • e847d10 ✨ Handle handler panics (also use safegroup for goroutines)
  • 643260e Merge pull request #103 from wesen/bug/fix-error-handling-in-datatables

v0.5.11

14 May 19:59
643260e
Compare
Choose a tag to compare

Changelog

  • a9d9564 🚑 Further fix catching of errors, don't clear the error channel before the template is rendered
  • e847d10 ✨ Handle handler panics (also use safegroup for goroutines)
  • 643260e Merge pull request #103 from wesen/bug/fix-error-handling-in-datatables

v0.5.10

14 May 18:23
4965b2b
Compare
Choose a tag to compare

Changelog

  • 3bbb9c6 🚑 Fix commands listing for command-dir
  • 4965b2b Merge pull request #102 from wesen/bug/restore-command-dir-index

v0.5.9

14 May 18:04
Compare
Choose a tag to compare

Changelog

  • f35e1f5 🚑 Properly close the channels in parallel to avoid deadlock
  • af50b47 🚑 Return error properly when handler fails
  • bfa903b ⬆️ Bump glazed for fixed env parsing
  • cb86267 🎨 Use github errors instead of fmt.Errorf

v0.5.8

13 May 22:30
b4f7739
Compare
Choose a tag to compare

Changelog

  • 105cdf5 ✨ Add simple zerolog based request logging
  • b4f7739 Merge pull request #101 from wesen/task/add-request-logging

v0.5.7

13 May 20:03
Compare
Choose a tag to compare

Changelog

  • 332c8d6 :arrow: Bump clay to fix watcher

v0.5.6

09 May 18:28
fe022e6
Compare
Choose a tag to compare

Changelog

  • 1f2024e 🚑 Fix empty query results
  • 837ba39 🚑 Fix single template handlers to always match the template
  • dfc5d13 🚑 Fixing prefix handling and multiple mounting of template handlers
  • f5d8448 :arrow: Bump clay to fix watcher
  • 7bd6e04 🎨 Cleanup the file handling and middleware pre routing
  • dea38ef 🎨 Rename middleware functions
  • 591adf7 🔥 Remove last reference to gin
  • 2098eed ✨ Fix the router middleware hacks
  • faf86c0 ✨ Update parka to have single commands and properly watch command directory
  • bd7874e ☔ Fix tests
  • fe022e6 Merge pull request #100 from wesen/task/replace-gin-echo

v0.5.5

07 May 19:49
9adb10b
Compare
Choose a tag to compare

Changelog

  • f99febe 🚑 Recursively importp docs
  • c424cda 🚑 Revert the go work vendor nonsense
  • 1d3a9f4 ⬆️ Bump to go 1.22 along with goland 2024.1
  • 3671763 ✨ Handle queries that error out
  • 9adb10b Merge pull request #99 from wesen/task/handle-failing-queries

v0.5.4

04 Apr 18:17
208283e
Compare
Choose a tag to compare

Changelog

  • 200a24e ⬆️ Bump deps
  • a4eedfd ⬆️ Bump deps
  • c5c2f47 🎨 Add documentation
  • b2f1efe 🎨 Add simple listing of commands to parka
  • 2659304 🎨 Fix lint
  • 7bd415b ✨ Actually use a separate simpler render structure with sorted children
  • d010646 ✨ Add tree based index template
  • 208283e Merge pull request #98 from wesen/task/add-directory-listing

v0.5.3

20 Jan 15:31
e827c91
Compare
Choose a tag to compare

Changelog

  • e2670b2 🚑 Fix missing parameters in NewCommandHandlerFromConfigFile
  • 982a22f ⬆️ Bump dependencies
  • b408751 ✨ Update parka to use the new directories for repositories
  • e827c91 Merge pull request #97 from wesen/misc/update-directory-repository-handling