Skip to content

Dabbu Files API Server v1.9.0-pre1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 10:37

Changes to server

  • Separate server code from argument parsing

Provider specific changes

Hard Drive

Bug fixes:

  • return 404 instead of 500 if file was not found 73c6d28
  • throw error if base_path is missing c210a81

Code Style

  • Add XO as linter 0ac7e22
  • Run prettier through XO to format files b11a58c

Testing

Builds and CI

  • Add support for prereleases from the develop branch f707e46

Documentation

  • Add badges to README
  • Update CONTRIBUTING instructions

Commits since last release:

  • chore(release): prerelease v1.9.0-pre1 109146e
  • fix(routes): request to data apis crashing server e8654fd
  • test(util): add test for sortFiles function 52b7d30
  • style: run prettier through xo to format code b11a58c
  • docs(contributing): add details about linting process 7a4e7af
  • ci: create prereleases on push to develop f707e46
  • git: merge branch 'style/use-xo' into develop f156eeb
  • style: switch from prettier to xo 0ac7e22
  • git: merge branch 'test/add-test-framework' into develop 9784e77
  • docs(contributing): make langauge clear with regards to tests dbe6f22
  • test: add framework for testing server 0c70860
  • docs(contributing): add instructions regarding branch naming and merging caf8079
  • git: merge branch 'fix/api-compliance' into develop 5d6f962
  • fix(hard drive): return 404 if file was not found 73c6d28
  • fix(errors): change unauthorized status code to 401 c5209d6
  • fix(hard drive): throw error if base path is missing c210a81
  • refactor(server): separate server from arg parsing fcda907