BryanDavis has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/351175 )
Change subject: [WIP] Implement Tool Labs membership application and processing ...................................................................... [WIP] Implement Tool Labs membership application and processing * Bump striker submodule * Bump static submodule * Bump wheels submodule * TODO database migration Bug: T162508 Change-Id: I72c3027c8be6b738015eac4e6e8ad8f645efb00a --- M public_html/static M requirements.txt M striker M wheels 4 files changed, 26 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/labs/striker/deploy refs/changes/75/351175/1 diff --git a/public_html/static b/public_html/static index 9e41023..a301de0 160000 --- a/public_html/static +++ b/public_html/static @@ -1 +1 @@ -Subproject commit 9e41023614444c0e420e1bbd74fa64b123baeffe +Subproject commit a301de035adfb67f01ef5518d55cfaa7546fc1d7 diff --git a/requirements.txt b/requirements.txt index 3810ca5..864add2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,10 @@ ## The following requirements were added by pip --freeze: +Babel==2.4.0 Django==1.8.14 PyJWT==1.4.2 cffi==1.7.0 cryptography==1.5 +debtcollector==1.13.0 django-auth-ldap==1.2.8 django-bootstrap3==7.0.1 django-csp==3.0 @@ -10,21 +12,42 @@ django-ipware==1.1.5 django-ldapdb==0.6.0 django-log-request-id==1.3.1 +django-model-utils==3.0.0 +django-notifications-hq==1.2 django-parsley==0.6 django-ratelimit-backend==1.0 ecdsa==0.13 idna==2.1 +iso8601==0.1.11 +jsonfield==2.0.1 +keystoneauth1==2.19.0 +monotonic==1.3 +msgpack-python==0.4.8 mwclient==0.8.2 mwoauth==0.2.8 mysqlclient==1.3.7 +netaddr==0.7.19 +netifaces==0.10.5 oauthlib==1.1.2 +oslo.config==4.1.0 +oslo.i18n==3.15.0 +oslo.serialization==2.18.0 +oslo.utils==3.25.0 +pbr==3.0.0 +positional==1.1.1 pyasn1==0.1.9 pycparser==2.14 pycrypto==2.6.1 pyldap==2.4.25.1 +pyparsing==2.2.0 +python-keystoneclient==3.10.0 python-logstash==0.4.6 python-memcached==1.58 +pytz==2017.2 requests==2.11.1 requests-oauthlib==0.6.2 +rfc3986==0.4.1 six==1.10.0 sshpubkeys==2.2.0 +stevedore==1.21.0 +wrapt==1.10.10 diff --git a/striker b/striker index b25908f..928d77f 160000 --- a/striker +++ b/striker @@ -1 +1 @@ -Subproject commit b25908f191a23ef9936f43b9455b3a901b07fdee +Subproject commit 928d77fd8ab6dcc61a44e06299a1df02e4be1345 diff --git a/wheels b/wheels index afdc35e..fb60063 160000 --- a/wheels +++ b/wheels @@ -1 +1 @@ -Subproject commit afdc35edc2d3f07118e7b8d67a941510c68549d3 +Subproject commit fb600632866262bf6572fa147eee49b1a0770725 -- To view, visit https://gerrit.wikimedia.org/r/351175 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I72c3027c8be6b738015eac4e6e8ad8f645efb00a Gerrit-PatchSet: 1 Gerrit-Project: labs/striker/deploy Gerrit-Branch: master Gerrit-Owner: BryanDavis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
