Skip to content

Tags: dlvhdr/node-git-server

Tags

1.0.0

Toggle 1.0.0's commit message
1.0.0

- Removes node support from node@<16 (@gabrielcsapo)
- Bugfix: Fix logging on response streams. (gabrielcsapo#96) (@willstott101)
- Avoid using self in service.ts - to avoid issue with through (gabrielcsapo#95) (@willstott101)
- Migrates to typescript (@5GameMaker @gabrielcsapo)
- Removes node support from node@<14

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wip] typescript conversion (gabrielcsapo#88)

* [wip]

* [wip] migrates tests to jest for easier debugging, removes deps

* [chore] ignore dist

* [chore] fix ordering of event listeners to make sure async functions were run after

* [chore] updates tests to be jest tests adds website scaffolding

* [chore] updates ci workflow and cleans up website

* [chore] get types building and docs produced

* Gabrielcsapo/typescript conversion (gabrielcsapo#89)

* Minor fixes

Replaced JavaScript with TypeScript in README
Made sure that package will be built if installed from github
Fixed some types
Made some async functions return a Promise if callback was not specified

* Fixed small TYPO that broke README.md

* Update package.json

Added myself as contributor cuz y not

* Update service.ts

oops, missed a spot

* Create .git-package.meta

this dotfile should be commited to the repo

* Create .npmignore

.git-package.meta should not get committed to npm

Co-authored-by: Buj Itself <[email protected]>
Co-authored-by: Gabriel Csapo <[email protected]>

* [chore] updates dependencies

* [chore] fixes node@14 tests

* [chore] fix failing tests

* [chore] fix failing tests

* [chore] fix lint issues

* [chore] updates changelog

Co-authored-by: Buj <42136194 [email protected]>
Co-authored-by: Buj Itself <[email protected]>

0.6.1

Toggle 0.6.1's commit message
0.6.1

- Fixes bug with being able to overwrite git repos that a user doesn't have access to. @masasron

0.6.0

Toggle 0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[feature] adds the ability to introspect on the header for the authen…

…ticate function (gabrielcsapo#52)

0.5.1

Toggle 0.5.1's commit message
0.5.1

- bump dependencies
  - tap ^11.0.1 -> ^12.5.3
  - tryitout ^2.0.6 -> ^2.1.1

0.5.0

Toggle 0.5.0's commit message
Merge branch 'master' of github.com:gabrielcsapo/node-git-server

0.4.3

Toggle 0.4.3's commit message
0.4.3

- removes deprecated Buffer interface