Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Releases: adobe/git-server

v0.9.13

18 Feb 10:48

Choose a tag to compare

Changes:

  • updated isomorphic-git dependency

v0.9.12

18 Feb 10:49

Choose a tag to compare

Changes:

  • rewrite nodegit specific code using isomorphic-git #47

v0.9.11

04 Dec 13:17

Choose a tag to compare

Changes:

  • #46 Logging is hard to tune
  • #44 virtualRepos not mapped in xferHandler

v0.9.10

11 Nov 18:04

Choose a tag to compare

Changes:

  • #13 nodegit doesn't build nor install on node version 10
  • #38 Github Contents API: Get contents of dir
  • #39 Github Trees API: Get a tree (recursively)
  • #40 avoid RevWalk.fileHistoryWalk(*)

v0.9.8

17 Oct 13:20

Choose a tag to compare

Changes:

  • #35 improve logging of unhandled promise rejections

v0.9.3

18 Sep 15:22

Choose a tag to compare

Changes:

  • #29 address security warnings

v0.9.0

16 Aug 06:34

Choose a tag to compare

Changes

  • #21 Get Commits returns empty result for root or empty path
  • #20 don't use black as INFO log level color
  • #18 Use config.logger if present
  • #15 Prevent type confusion through parameter tampering
  • #14 Catch potential XSS

v0.0.2

23 Jul 13:43

Choose a tag to compare

Changes

  • Requests to non-existent raw resources now produce a 404 (#9)
  • Implement gracefull shutdown (#7)
  • Listen to random port if not configured (#6)