Commit Graph

12 Commits

Author SHA1 Message Date
OpenDev Sysadmins ad6072f326 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:50:54 +00:00
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
Andreas Jaeger f5a21d0945 List system dependencies for running common tests
Add a bindep.txt file containing a cross-platform list
of dependencies needed for running non-devstack tests.

This change is needed since the infra team will not install standard
packages in jobs anymore, projects should use other-requirements.txt
instead. The macros xvfb-install, firefox-install, chrome-install
which are used to run some jobs for this repository will be removed
soon.

This change is self-testing.

For bindep.txt see also
http://docs.openstack.org/infra/manual/drivers.html#package-requirements

[*] http://docs.openstack.org/infra/bindep/

Depends-On: I6d3491c1ee18c579c768ae931a5edb2b783a19a3
Change-Id: I6a6954e21c0b2344af7e2495902f5c9f5541706e
2016-08-09 14:24:52 +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 65f95e4394
Corrected .gitreview
This is an openstack-infra project, not an openstack project.

Change-Id: I3a1563d5221e37243de6fb34510b8077ec070593
2016-04-11 08:44:52 -07:00
Michael Krotscheck d72c31bb04
1.0.1 2016-04-08 13:33:56 -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 83c8ceefe2
Updated name to afs-blob-store 2016-04-08 12:33:13 -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