Andrew Gaul
|
b8bae0960a
|
JCLOUDS-546: Remove Javadoc @author annotations
Annotations removed with:
find -name \*.java | xargs sed -i /@author/d
Empty Javadoc removed with multiple iterations of:
find -name \*.java | xargs sed -i -z 's/ \*\n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/ \* \n \*\// \*\//'
find -name \*.java | xargs sed -i -z 's/\/\*\*\n \*\/\n//'
|
2014-06-07 21:06:46 -07:00 |
|
Andrew Gaul
|
4f4bba2a95
|
Update pre-ASF copyright notices
|
2014-05-13 00:13:26 -07:00 |
|
Jeremy Daggett
|
4a0ca1bc1f
|
Updated Service Type refs
|
2014-05-09 12:10:07 -07:00 |
|
Zack Shoylev
|
7e5f9f8b5e
|
Fixes checkstyle violations in neutron.
|
2014-03-27 22:34:58 -05:00 |
|
Kris Sterckx
|
964b16c311
|
OS Neutron Extension Router
|
2014-03-25 11:09:48 -05:00 |
|
Andrew Bayer
|
7f68dacaf2
|
Updating to 1.8.0-SNAPSHOT
|
2013-12-17 11:50:45 -08:00 |
|
Andrew Gaul
|
c1fc551f60
|
Address Checkstyle violations in tests
|
2013-12-09 21:52:44 -08:00 |
|
Andrew Gaul
|
9408df2d6d
|
Address Checkstyle violations
|
2013-12-01 23:13:44 -08:00 |
|
Everett Toews
|
2d37c2d58e
|
Refactored OpenStack pagination to use PaginationOptions.
|
2013-10-24 18:38:12 -05:00 |
|
Everett Toews
|
a95d7feacb
|
Better formatting of production ready providers/APIs.
|
2013-10-15 13:28:59 -05:00 |
|
Everett Toews
|
14055fdc1d
|
Add/Update README files to indicate level of production readiness.
|
2013-10-10 10:53:02 -05:00 |
|
Adrian Cole
|
d9efad0d1a
|
JCLOUDS-297. add missing snapshot repos so that projects can find their parent
|
2013-09-26 10:49:16 -07:00 |
|
Kris Sterckx
|
d54117547b
|
OpenStack Neutron v2.0 implementation
|
2013-09-12 15:52:08 -05:00 |
|