Commit Graph

7 Commits

Author SHA1 Message Date
Andreas Jaeger 8f49e1a527 Retire js-afs-blob-store
This repository is unused, retire it.

Change-Id: I224d240593e1118bb4203ab3fe282b4fca48984a
Depends-On: https://review.openstack.org/597370
2018-08-29 09:04:35 +02:00
Michael Krotscheck 7d7155209c
Added license headers where missing
License headers were not included in index.js and lib/args.js.
This adds them.

Change-Id: Ic140236e74a3017c4a0cba2835bf317cdfffd36c
2016-04-11 08:46:09 -07:00
Michael Krotscheck df14c70adf
Added edge case where callback does not receive parameters
This occurs during the creation of -/index.json and -/404.json
2016-04-08 13:33:05 -07:00
Michael Krotscheck b900ee45ff
Added unit tests for the blobstore rewrites
100% test coverage.
2016-04-08 10:36:24 -07:00
Michael Krotscheck 9ec3da6e82
Project rename, plus new approach
This patch changes the project from a series of hooks, to a filesystem
abstraction shim. Instead of trying to modify our JSON directly, we
intercept filesystem actions to create the appropriate folder structure.
2016-04-08 07:19:25 -07:00
Michael Krotscheck 9d92c2f999
Added noop handler for all current registry-static hooks
This patch adds no-op hooks to the module, as placeholders to
indicate possible extension points. Future patches will add
functionality.
2016-04-05 17:38:29 -07:00
Michael Krotscheck 97a625958b Initial commit 2016-04-05 15:41:47 -07:00