Skip to content

Releases: go-go-golems/parka

v0.3.2

22 Jun 22:37
35ceea3
Compare
Choose a tag to compare

Changelog

  • 05b174c 🚑 🎨 Make path joining in prefixFS a bit more robust
  • 7472d4b 🚑 ✨ Support TemplateLookup config and default repositories
  • 1ee7932 🚑 Fix query_test after the numerous parser API changes
  • f1c4afa ⬆️ Bump glazed
  • 14e2d7e 🎨 ⬆️ We do now load viper to get the list of default repositories
  • d023bd1 🎨 Add Config.Initialize() method
  • 91dcbeb 🎨 Add a top link to the BasePath to the data-tables template
  • 373f6b9 🎨 Add option to set override layer defaults
  • 78dd5ef 🎨 Refactor the parser functions to deal with a proper object
  • 529d14d 🎨 Streamline handling of ContentType now that the glazed.OutputFormatter provides it
  • 9040b56 📝 🎨 Tiny cleanup of comments and removal of unused functions
  • bfd718e 📝 Remove ANSWERed TODO entries
  • bf3735b 📝 Remove answered TODO entry
  • 9a377b2 📝 Update ANSWER to a question about setting defaults in command-dir
  • 9152a4c ✨ Add support for AdditionalData
  • e3d9a28 ✨ Add support for defaults settings in config file for parka
  • 8b1c298 ✨ Add support for explicit setting the default renderer options
  • 6c79959 ✨ Add support for serving the default parka static files
  • 48012c5 ✨ Add support to configure the default renderer
  • 04b26b4 ✨ Handle Overrides and Defaults in CommandDir
  • b0a8c38 ✨ Parse overrides and defaults and evaluate environment variables
  • 1686d15 ✨ Support aliases and clean up NewParserCommandHandlerFunc a bit
  • a47acdd 🚜 🎨 Start refactoring the parser API to be more legible
  • 830e818 ☔ Add unit test for env expansion
  • a406ed2 Merge pull request #57 from wesen/task/add-default-options-to-config-file
  • 35ceea3 Merge pull request #64 from wesen/task/51/support-config-file-options

v0.3.1

21 Jun 11:48
2424de7
Compare
Choose a tag to compare

Changelog

  • 427320e 🚑 Fix lookup of template directories for absolute and relative paths
  • 2b73e26 🚑 Fix lookup of template directories for absolute and relative paths
  • d0445a5 🚑 Set status code 200 when a template is rendered
  • b1a57f1 🎨 📝 Reorder comment for legibility
  • fa998cd 🎨 Fix linting errors
  • 2424de7 Merge pull request #54 from wesen/bug/sqleton-169/broken-content-dirs

v0.3.0

20 Jun 21:35
cfd9685
Compare
Choose a tag to compare

Changelog

  • ca5ccfc 🚑 Fix rendering of datatables template
  • ea36800 🚑 Fixing the code that was necessary for building sqleton
  • 292cc37 🚑 Properly setup the template lookup for CommandDirectoryHandler
  • dd2c656 ⬆️ Bump dependencies
  • 57ce508 🎨 Add examples and more unit tests
  • a94cf89 🎨 Add make rule to serve docs
  • 36610b5 ✨ 🚜 Generalize handlers and move them over to parka
  • 308571b ✨ Add static dist files
  • ae5d3c0 ✨ Big pass to make templating work using a config file
  • 7ebf926 ✨ Implement TemplateLookup interface to replace opaque lambda
  • d81f78d ✨ Refactor to use datatables struct
  • 3498684 🚜 Move files around for a slightly cleaner package structure
  • a758eb4 ☔ 🎨 Add unit tests for templateLookup
  • cfd9685 Merge pull request #53 from wesen/task/sqleton-160/add-server-config-file

v0.2.28

26 May 21:39
91e23b8
Compare
Choose a tag to compare

Changelog

  • cf85ea4 🚑 Properly handle multiple (or no default) renderers
  • 0cde9cc ⬆️ Bump glazed
  • d6ccd4a 🎨 Add helper methods to more easily access the internal defaults of parka
  • 9c8f56c 🎨 Make serveMarkdownTemplatePage public to use in sqleton serve
  • 17f376c 🎨 Rename handler funcs to make their use and side effects a bit clearer
  • cd72a4f ✨ Add Renderer to render templates from path
  • 19b8cfc 🚜 Move StartFormatIntoChannel into glazed
  • 91e23b8 Merge pull request #48 from wesen/task/sqleton-160/add-serve-config-file

v0.2.27

18 May 15:34
Compare
Choose a tag to compare

Changelog

  • 4344dff ⬆️ Bump for new glazed API

v0.2.26

15 May 20:13
e9d8485
Compare
Choose a tag to compare

Changelog

  • e6c4635 🚑 Allow diverting to a nil writer when serving an output file
  • b583a0c 🚑 Allow diverting to a nil writer when serving an output file
  • 87699e7 🚑 Allow diverting to a nil writer when serving an output file
  • 13618e9 🎨 🚑 Add unit test for handler_test and fix handler content type bug
  • e9d8485 Merge pull request #45 from wesen/bug/sqleton-155/fix-excel-download

v0.2.24

10 May 02:10
6ea6c5f
Compare
Choose a tag to compare

Changelog

  • e6f1006 🎨 ⬆️ Handle absolute and relative template dirs
  • 6ea6c5f Merge pull request #44 from wesen/misc/handle-absolute-relative-template-dirs

v0.2.23

05 May 22:25
Compare
Choose a tag to compare

Changelog

  • 5a506dd ⬆️ Bump glazed versions
  • ef2422a 🎨 Add a bit more documentation about the NewAddPrefixPathFS helper
  • cd1c867 ✨ Add NewAddPrefixPath helper

v0.2.22

02 May 01:42
bfa62e9
Compare
Choose a tag to compare

Changelog

  • d4dac71 🚑 Fix parsing default date as string
  • 109df19 🚑 Fix parsing default date as string in Form upload
  • ac55762 🎨 Remove FOOBAR FOOBAR nonsense
  • bfa62e9 Merge pull request #43 from wesen/bug/fix-parse-date-default

v0.2.21

27 Apr 19:05
7b0b37c
Compare
Choose a tag to compare

Changelog

  • dda11d5 ⬆️ Bump glazed for new output formatter api
  • 3ff37a6 ⬆️ Update for new glazed API
  • 7b0b37c 🎨 ⬆️ Fix error message, bump glazed for go-codec JSON streamer
  • 1fb4441 ✨ ⚡ Stream formatter into HTML template
  • 1a60988 Merge pull request #42 from wesen/task/add-streaming-HTML-render