[openshift-origin-broker] update to latest stable release

tdawson tdawson at fedoraproject.org
Wed Feb 12 22:53:14 UTC 2014


commit abb002b7bbb872309ffe80aca36e6ed7a55b6f80
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Feb 12 16:53:51 2014 -0600

    update to latest stable release

 .gitignore                                         |    1 +
 ...igin-broker-1.10.2.1-gemfile-dependancies.patch |   24 -
 ...igin-broker-1.15.1.2-gemfile-dependancies.patch |   11 +
 openshift-origin-broker.spec                       |  508 +++++++++++++++++++-
 sources                                            |    2 +-
 5 files changed, 497 insertions(+), 49 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a438e5b..c56c26b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /openshift-origin-broker-1.5.2.tar.gz
 /openshift-origin-broker-1.10.2.tar.gz
 /openshift-origin-broker-1.10.2.1.tar.gz
+/openshift-origin-broker-1.15.1.2.tar.gz
diff --git a/openshift-origin-broker-1.15.1.2-gemfile-dependancies.patch b/openshift-origin-broker-1.15.1.2-gemfile-dependancies.patch
new file mode 100644
index 0000000..33c4453
--- /dev/null
+++ b/openshift-origin-broker-1.15.1.2-gemfile-dependancies.patch
@@ -0,0 +1,11 @@
+diff -urp openshift-origin-broker-1.15.1.2.orig/Gemfile openshift-origin-broker-1.15.1.2/Gemfile
+--- openshift-origin-broker-1.15.1.2.orig/Gemfile	2014-01-13 17:07:14.000000000 -0600
++++ openshift-origin-broker-1.15.1.2/Gemfile	2014-02-12 16:23:01.148567639 -0600
+@@ -1,6 +1,6 @@
+ source 'http://rubygems.org'
+ 
+-gem 'rails', '~> 3.2.8'
++gem 'rails'
+ gem 'json'
+ gem 'json_pure'
+ gem 'parseconfig', '~> 1.0.2'
diff --git a/openshift-origin-broker.spec b/openshift-origin-broker.spec
index 843f239..f0deb91 100644
--- a/openshift-origin-broker.spec
+++ b/openshift-origin-broker.spec
@@ -9,14 +9,14 @@
 
 Summary:       OpenShift Origin broker components
 Name:          openshift-origin-broker
-Version:       1.10.2.1
-Release:       2%{?dist}
+Version:       1.15.1.2
+Release:       1%{?dist}
 License:       ASL 2.0
 URL:           http://www.openshift.com
 Source0:       http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{name}-%{version}.tar.gz
 # Example blank favicon - upstream currently does not ship one 
 Source1:       %{name}.favicon
-Patch1:        openshift-origin-broker-1.10.2.1-gemfile-dependancies.patch
+Patch1:        openshift-origin-broker-1.15.1.2-gemfile-dependancies.patch
 Requires:      httpd
 Requires:      bind
 Requires:      mod_ssl
@@ -27,7 +27,6 @@ Requires:      %{?scl:%scl_prefix}mod_passenger
 Requires:      %{?scl:%scl_prefix}rubygem-bson_ext
 Requires:      %{?scl:%scl_prefix}rubygem-json
 Requires:      %{?scl:%scl_prefix}rubygem-json_pure
-Requires:      %{?scl:%scl_prefix}rubygem-minitest
 # This gem is required by oo-admin-chk, oo-admin-fix-sshkeys, and
 # oo-stats, for OpenShift::DataStore API support
 Requires:      %{?scl:%scl_prefix}rubygem-mongo
@@ -40,7 +39,6 @@ Requires:      %{?scl:%scl_prefix}rubygem-passenger-native-libs
 Requires:      %{?scl:%scl_prefix}rubygem-rails
 Requires:      %{?scl:%scl_prefix}rubygem-regin
 Requires:      %{?scl:%scl_prefix}rubygem-rest-client
-Requires:      %{?scl:%scl_prefix}rubygem-simplecov
 Requires:      %{?scl:%scl_prefix}rubygem-systemu
 Requires:      %{?scl:%scl_prefix}rubygem-xml-simple
 
@@ -55,11 +53,9 @@ Requires:      %{?scl:%scl_prefix}rubygem-bigdecimal
 Requires:      %{?scl:%scl_prefix}rubygem-bson
 Requires:      %{?scl:%scl_prefix}rubygem-builder
 Requires:      %{?scl:%scl_prefix}rubygem-bundler
-Requires:      %{?scl:%scl_prefix}rubygem-cucumber
 Requires:      %{?scl:%scl_prefix}rubygem-diff-lcs
 Requires:      %{?scl:%scl_prefix}rubygem-dnsruby
 Requires:      %{?scl:%scl_prefix}rubygem-erubis
-Requires:      %{?scl:%scl_prefix}rubygem-gherkin
 Requires:      %{?scl:%scl_prefix}rubygem-hike
 Requires:      %{?scl:%scl_prefix}rubygem-i18n
 Requires:      %{?scl:%scl_prefix}rubygem-journey
@@ -67,7 +63,6 @@ Requires:      %{?scl:%scl_prefix}rubygem-json
 Requires:      %{?scl:%scl_prefix}rubygem-mail
 Requires:      %{?scl:%scl_prefix}rubygem-metaclass
 Requires:      %{?scl:%scl_prefix}rubygem-mime-types
-Requires:      %{?scl:%scl_prefix}rubygem-mocha
 Requires:      %{?scl:%scl_prefix}rubygem-moped
 Requires:      %{?scl:%scl_prefix}rubygem-multi_json
 Requires:      %{?scl:%scl_prefix}rubygem-origin
@@ -78,11 +73,8 @@ Requires:      %{?scl:%scl_prefix}rubygem-rack-ssl
 Requires:      %{?scl:%scl_prefix}rubygem-rack-test
 Requires:      %{?scl:%scl_prefix}rubygem-rails
 Requires:      %{?scl:%scl_prefix}rubygem-railties
-Requires:      %{?scl:%scl_prefix}rubygem-rake
 Requires:      %{?scl:%scl_prefix}rubygem-rdoc
 Requires:      %{?scl:%scl_prefix}rubygem-regin
-Requires:      %{?scl:%scl_prefix}rubygem-simplecov
-Requires:      %{?scl:%scl_prefix}rubygem-simplecov-html
 Requires:      %{?scl:%scl_prefix}rubygem-sprockets
 Requires:      %{?scl:%scl_prefix}rubygem-state_machine
 Requires:      %{?scl:%scl_prefix}rubygem-stomp
@@ -143,7 +135,7 @@ mv %{buildroot}%{brokerdir}/init.d/* %{buildroot}%{_initddir}
 %endif
 ln -s %{brokerdir}/public %{buildroot}%{htmldir}/broker
 ln -s %{brokerdir}/public %{buildroot}%{brokerdir}/httpd/root/broker
-ln -sf %{_sysconfdir}/httpd/modules %{buildroot}%{brokerdir}/httpd/modules
+ln -sf %{_libdir}/httpd/modules %{buildroot}%{brokerdir}/httpd/modules
 ln -sf /etc/httpd/conf/magic %{buildroot}%{brokerdir}/httpd/conf/magic
 mv %{buildroot}%{brokerdir}/httpd/000002_openshift_origin_broker_proxy.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/
 mv %{buildroot}%{brokerdir}/httpd/000002_openshift_origin_broker_servername.conf %{buildroot}%{_sysconfdir}/httpd/conf.d/
@@ -162,6 +154,18 @@ mv %{buildroot}%{brokerdir}/httpd/httpd.conf.apache-2.3 %{buildroot}%{brokerdir}
 %endif
 rm %{buildroot}%{brokerdir}/httpd/httpd.conf.apache-*
 
+# BZ986300
+rm -f %{buildroot}%{brokerdir}/COPYRIGHT
+rm -f %{buildroot}%{brokerdir}/.gitignore
+rm -f %{buildroot}%{brokerdir}/LICENSE
+rm -f %{buildroot}%{brokerdir}/openshift-origin-broker.spec
+rm -f %{buildroot}%{brokerdir}/tmp/cache/.gitkeep
+rm -rf %{buildroot}%{brokerdir}/conf
+rm -rf %{buildroot}%{brokerdir}/doc
+rm -rf %{buildroot}%{brokerdir}/init.d
+rm -rf %{buildroot}%{brokerdir}/lib
+rm -rf %{buildroot}%{brokerdir}/test
+
 %if 0%{?rhel}%{?fedora} <= 6
 rm %{buildroot}%{brokerdir}/httpd/broker.conf
 mv %{buildroot}%{brokerdir}/httpd/broker-scl-ruby193.conf %{buildroot}%{brokerdir}/httpd/broker.conf
@@ -170,12 +174,10 @@ mv %{buildroot}%{brokerdir}/httpd/broker-scl-ruby193.conf %{buildroot}%{brokerdi
 rm %{buildroot}%{brokerdir}/httpd/broker-scl-ruby193.conf
 %endif
 
+# Remove dependencies not needed at runtime
+sed -i -e '/NON-RUNTIME BEGIN/,/NON-RUNTIME END/d' %{buildroot}%{brokerdir}/Gemfile
+
 # Clean up stuff
-rm -f %{buildroot}%{brokerdir}/.gitignore
-rm -f %{buildroot}%{brokerdir}/LICENSE
-rm -f %{buildroot}%{brokerdir}/COPYRIGHT
-rm -f %{buildroot}%{brokerdir}/openshift-origin-broker.spec
-rm -rf %{buildroot}%{brokerdir}/init.d
 cp -p %{SOURCE1} %{buildroot}%{brokerdir}/public/favicon.ico
 chmod 644 %{buildroot}%{brokerdir}/Gemfile
 chmod 644 %{buildroot}%{brokerdir}/config/environments/production.rb
@@ -201,14 +203,9 @@ done
 
 %files
 %doc LICENSE COPYRIGHT
-
 %defattr(-,apache,apache,-)
 %dir %attr(0750,-,-) %{_var}/log/openshift/broker
 %dir %attr(0750,-,-) %{_var}/log/openshift/broker/httpd
-%attr(0644,-,-) %ghost %{_var}/log/openshift/broker/production.log
-%attr(0644,-,-) %ghost %{_var}/log/openshift/broker/development.log
-%attr(0644,-,-) %ghost %{_var}/log/openshift/broker/user_action.log
-%attr(0644,-,-) %ghost %{_var}/log/openshift/broker/usage.log
 %{brokerdir}
 %{htmldir}/broker
 %config %{brokerdir}/config/environments/production.rb
@@ -216,6 +213,7 @@ done
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/000002_openshift_origin_broker_proxy.conf
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/000002_openshift_origin_broker_servername.conf
 %config(noreplace) %{_sysconfdir}/openshift/broker.conf
+%config(noreplace) %{_sysconfdir}/openshift/broker-dev.conf
 %config(noreplace) %{_sysconfdir}/openshift/quickstarts.json
 %{_sysconfdir}/openshift/broker-dev.conf
 %doc %{_sysconfdir}/openshift/plugins.d/README
@@ -230,8 +228,470 @@ done
 %endif
 
 %changelog
-* Mon Nov 25 2013 Troy Dawson <tdawson at redhat.com> 1.10.2.1-2
-- Release bump for rebuild.
+* Wed Dec 11 2013 Krishna Raman <kraman at gmail.com> 1.15.1.2-1
+- Bumping version numbers (release-3 build-2) (kraman at gmail.com)
+- don't hard code %%{_libdir}, this is breaking ARM (admiller at redhat.com)
+
+* Fri Dec 06 2013 Krishna Raman <kraman at gmail.com> 1.15.1.1-1
+- Bumping versions for OpenShift Origin Release 3 (kraman at gmail.com)
+- Bug 1032436 (lnader at redhat.com)
+- Temporarily disable code that breaks test (andy.goldstein at gmail.com)
+- Flatten 'gears' in application mongo record i.e. 'gears' field will be
+  sibling of 'group_instances'. (rpenta at redhat.com)
+- Merge pull request #4213 from lnader/master
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #4237 from lnader/card_169
+  (dmcphers+openshiftbot at redhat.com)
+- Added ; to list of chars not allowed (lnader at redhat.com)
+- Added checking for git ref according to git-check-ref-format rules
+  (lnader at redhat.com)
+- Changed deprecated to obsolete (lnader at redhat.com)
+- node: we do not want %%ghost-ed log files (mmahut at redhat.com)
+- card_169 (lnader at redhat.com)
+- Bug 1025691 - can't add member to a domain when authenticate with token
+  (jforrest at redhat.com)
+- Merge pull request #4106 from pravisankar/dev/ravi/card639
+  (dmcphers+openshiftbot at redhat.com)
+- updated REST API docs to include binary deployment (lnader at redhat.com)
+- Rest API Deployment support for passing the artifact url parameter with
+  associated tests in the broker and node.  Enabling the artifact url param in
+  the rest models. (jajohnso at redhat.com)
+- Allow adding large gear size to users irrespective of their plan If the user
+  is enrolled into a plan, do not store capabilites in cloud user mongo record
+  instead get the capabilities based on their plan. Any explicitly set
+  capabilities will be stored in user record. Fix test cases
+  (rpenta at redhat.com)
+- Remove max domains (jliggitt at redhat.com)
+- Fixing broker extended tests (abhgupta at redhat.com)
+- Fix for bug 1024669 (abhgupta at redhat.com)
+- Merge pull request #4049 from detiber/fixSystemd
+  (dmcphers+openshiftbot at redhat.com)
+- Update systemd service definitions to rebuild Gemfile.lock
+  (jdetiber at redhat.com)
+- Merge pull request #3958 from detiber/fixTests
+  (dmcphers+openshiftbot at redhat.com)
+- Fixing tests (dmcphers at redhat.com)
+- <tests> Update test tags and enable REMOTE_USER auth for tests
+  (jdetiber at redhat.com)
+- Merge pull request #4002 from smarterclayton/app_metadata_field
+  (dmcphers+openshiftbot at redhat.com)
+- Add application metadata and validators (ccoleman at redhat.com)
+- Merge pull request #3972 from liggitt/bug_1020009_max_domains_capability
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3989 from kraman/bugfix3
+  (dmcphers+openshiftbot at redhat.com)
+- Mark /etc/openshift/broker-dev.conf as config-noreplace. (kraman at gmail.com)
+- Fix reloading for broker unit test failure (kraman at gmail.com)
+- Add config value (jliggitt at redhat.com)
+- kerberos work for broker and console (jliggitt at redhat.com)
+- Merge pull request #3770 from mfojtik/bugzilla/1015187
+  (dmcphers+openshiftbot at redhat.com)
+- updated the REST API docs with addition of gear size (lnader at redhat.com)
+- Added HTTP_PROXY and CONN_TIMEOUT to broker.conf (mfojtik at redhat.com)
+- Bug 1015187: Replace curl with httpclient when downloading cartridges
+  (mfojtik at redhat.com)
+- Merge pull request #3893 from abhgupta/abhgupta-dev
+  (dmcphers+openshiftbot at redhat.com)
+- <capacity suggestions> bug 1004686 (lmeyer at redhat.com)
+- Fixing origin extended tests (abhgupta at redhat.com)
+- Merge pull request #3878 from abhgupta/abhgupta-dev
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3880 from brenton/BZ1017676
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3874 from brenton/remove_test_deps3
+  (dmcphers+openshiftbot at redhat.com)
+- Adding test case (abhgupta at redhat.com)
+- Bug 1017676 - Adding default configurations for team collaboration settings
+  (bleanhar at redhat.com)
+- Removing test dependencies from Broker/Console build and runtime.
+  (bleanhar at redhat.com)
+- Test case fixes for Origin: (kraman at gmail.com)
+- Fix deployment test (dmcphers at redhat.com)
+- Updated REST API docs (lnader at redhat.com)
+- Required deployment_id for activate (lnader at redhat.com)
+- updated REST API docs (lnader at redhat.com)
+- ensure you return the last activated deployment (dmcphers at redhat.com)
+- Fixing extended tests (dmcphers at redhat.com)
+- Bug 1017005 - Fixing the Broker's AUTH_* settings that have been renamed
+  (bleanhar at redhat.com)
+- Fix typos and NPE discovered in newrelic logs (jliggitt at redhat.com)
+- Fixing broker extended (dmcphers at redhat.com)
+- Adding deploy migration for broker auth (dmcphers at redhat.com)
+- store and return times as times (dmcphers at redhat.com)
+- Fixing tests and resolving remaining communication between broker and node
+  for deployments (dmcphers at redhat.com)
+- Stop using a deployment as a creation mechanism for a deployment
+  (dmcphers at redhat.com)
+- Allow for floats with time storage (dmcphers at redhat.com)
+- activation validations (dmcphers at redhat.com)
+- Adding activations to deployments (dmcphers at redhat.com)
+- rollback -> activate (dmcphers at redhat.com)
+- add update deployments scope (dmcphers at redhat.com)
+- Fixing tests (dmcphers at redhat.com)
+- Fix bson hash error (dmcphers at redhat.com)
+- Rollback to last deployment and tests (lnader at redhat.com)
+- Fixing tests and squashing bugs (dmcphers at redhat.com)
+- Fixing tests (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- collapse the git refs into 1 (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- cleanup (dmcphers at redhat.com)
+- Added tests and links for application config update (lnader at redhat.com)
+- Adding application config WIP (dmcphers at redhat.com)
+- Broker Build and Deployment (lnader at redhat.com)
+- Merge pull request #3757 from lnader/master
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3759 from kraman/test_case_fixes
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 980306 (lnader at redhat.com)
+- Fix for broker functional extended tests which run against prod env.
+  (kraman at gmail.com)
+- Have CloudUser create a new CapabilityProxy every time to fix
+  application_test.rb#test_scaling_and_storage_events_on_application on F19.
+  (kraman at gmail.com)
+- Updating tests to register mongo-auth based user in the correct database
+  based on Rails environment. (kraman at gmail.com)
+- moved system tests to origin (lnader at redhat.com)
+- Fix integration extended tests (rpenta at redhat.com)
+- Merge pull request #3720 from smarterclayton/origin_ui_72_membership
+  (dmcphers+openshiftbot at redhat.com)
+- <sub_user_test.rb> Added logic to make tests work with remote-user auth
+  (jolamb at redhat.com)
+- Origin UI 72 - Membership (ccoleman at redhat.com)
+- Add rake test for extended integration tests (rpenta at redhat.com)
+- Use MONGO_TEST_DB=openshift_broker_test for broker tests (rpenta at redhat.com)
+- optimize find all district scenarios (dmcphers at redhat.com)
+- First draft of changes to create subclasses for pending ops
+  (abhgupta at redhat.com)
+- Merge pull request #3622 from brenton/ruby193-mcollective
+  (dmcphers+openshiftbot at redhat.com)
+- Adding oo-mco and updating oo-diagnostics to support the SCL'd mcollective
+  (bleanhar at redhat.com)
+
+* Wed Dec 04 2013 Krishna Raman <kraman at gmail.com> 1.15.1.1-1
+- Bug 1032436 (lnader at redhat.com)
+- Temporarily disable code that breaks test (andy.goldstein at gmail.com)
+- Flatten 'gears' in application mongo record i.e. 'gears' field will be
+  sibling of 'group_instances'. (rpenta at redhat.com)
+- Merge pull request #4213 from lnader/master
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #4237 from lnader/card_169
+  (dmcphers+openshiftbot at redhat.com)
+- Added ; to list of chars not allowed (lnader at redhat.com)
+- Added checking for git ref according to git-check-ref-format rules
+  (lnader at redhat.com)
+- Changed deprecated to obsolete (lnader at redhat.com)
+- node: we do not want %%ghost-ed log files (mmahut at redhat.com)
+- card_169 (lnader at redhat.com)
+- Bug 1025691 - can't add member to a domain when authenticate with token
+  (jforrest at redhat.com)
+- Merge pull request #4106 from pravisankar/dev/ravi/card639
+  (dmcphers+openshiftbot at redhat.com)
+- updated REST API docs to include binary deployment (lnader at redhat.com)
+- Rest API Deployment support for passing the artifact url parameter with
+  associated tests in the broker and node.  Enabling the artifact url param in
+  the rest models. (jajohnso at redhat.com)
+- Allow adding large gear size to users irrespective of their plan If the user
+  is enrolled into a plan, do not store capabilites in cloud user mongo record
+  instead get the capabilities based on their plan. Any explicitly set
+  capabilities will be stored in user record. Fix test cases
+  (rpenta at redhat.com)
+- Remove max domains (jliggitt at redhat.com)
+- Fixing broker extended tests (abhgupta at redhat.com)
+- Fix for bug 1024669 (abhgupta at redhat.com)
+- Merge pull request #4049 from detiber/fixSystemd
+  (dmcphers+openshiftbot at redhat.com)
+- Update systemd service definitions to rebuild Gemfile.lock
+  (jdetiber at redhat.com)
+- Merge pull request #3958 from detiber/fixTests
+  (dmcphers+openshiftbot at redhat.com)
+- Fixing tests (dmcphers at redhat.com)
+- <tests> Update test tags and enable REMOTE_USER auth for tests
+  (jdetiber at redhat.com)
+- Merge pull request #4002 from smarterclayton/app_metadata_field
+  (dmcphers+openshiftbot at redhat.com)
+- Add application metadata and validators (ccoleman at redhat.com)
+- Merge pull request #3972 from liggitt/bug_1020009_max_domains_capability
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3989 from kraman/bugfix3
+  (dmcphers+openshiftbot at redhat.com)
+- Mark /etc/openshift/broker-dev.conf as config-noreplace. (kraman at gmail.com)
+- Fix reloading for broker unit test failure (kraman at gmail.com)
+- Add config value (jliggitt at redhat.com)
+- kerberos work for broker and console (jliggitt at redhat.com)
+- Merge pull request #3770 from mfojtik/bugzilla/1015187
+  (dmcphers+openshiftbot at redhat.com)
+- updated the REST API docs with addition of gear size (lnader at redhat.com)
+- Added HTTP_PROXY and CONN_TIMEOUT to broker.conf (mfojtik at redhat.com)
+- Bug 1015187: Replace curl with httpclient when downloading cartridges
+  (mfojtik at redhat.com)
+- Merge pull request #3893 from abhgupta/abhgupta-dev
+  (dmcphers+openshiftbot at redhat.com)
+- <capacity suggestions> bug 1004686 (lmeyer at redhat.com)
+- Fixing origin extended tests (abhgupta at redhat.com)
+- Merge pull request #3878 from abhgupta/abhgupta-dev
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3880 from brenton/BZ1017676
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3874 from brenton/remove_test_deps3
+  (dmcphers+openshiftbot at redhat.com)
+- Adding test case (abhgupta at redhat.com)
+- Bug 1017676 - Adding default configurations for team collaboration settings
+  (bleanhar at redhat.com)
+- Removing test dependencies from Broker/Console build and runtime.
+  (bleanhar at redhat.com)
+- Test case fixes for Origin: (kraman at gmail.com)
+- Fix deployment test (dmcphers at redhat.com)
+- Updated REST API docs (lnader at redhat.com)
+- Required deployment_id for activate (lnader at redhat.com)
+- updated REST API docs (lnader at redhat.com)
+- ensure you return the last activated deployment (dmcphers at redhat.com)
+- Fixing extended tests (dmcphers at redhat.com)
+- Bug 1017005 - Fixing the Broker's AUTH_* settings that have been renamed
+  (bleanhar at redhat.com)
+- Fix typos and NPE discovered in newrelic logs (jliggitt at redhat.com)
+- Fixing broker extended (dmcphers at redhat.com)
+- Adding deploy migration for broker auth (dmcphers at redhat.com)
+- store and return times as times (dmcphers at redhat.com)
+- Fixing tests and resolving remaining communication between broker and node
+  for deployments (dmcphers at redhat.com)
+- Stop using a deployment as a creation mechanism for a deployment
+  (dmcphers at redhat.com)
+- Allow for floats with time storage (dmcphers at redhat.com)
+- activation validations (dmcphers at redhat.com)
+- Adding activations to deployments (dmcphers at redhat.com)
+- rollback -> activate (dmcphers at redhat.com)
+- add update deployments scope (dmcphers at redhat.com)
+- Fixing tests (dmcphers at redhat.com)
+- Fix bson hash error (dmcphers at redhat.com)
+- Rollback to last deployment and tests (lnader at redhat.com)
+- Fixing tests and squashing bugs (dmcphers at redhat.com)
+- Fixing tests (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- collapse the git refs into 1 (dmcphers at redhat.com)
+- Deploy WIP (dmcphers at redhat.com)
+- cleanup (dmcphers at redhat.com)
+- Added tests and links for application config update (lnader at redhat.com)
+- Adding application config WIP (dmcphers at redhat.com)
+- Broker Build and Deployment (lnader at redhat.com)
+- Merge pull request #3757 from lnader/master
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3759 from kraman/test_case_fixes
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 980306 (lnader at redhat.com)
+- Fix for broker functional extended tests which run against prod env.
+  (kraman at gmail.com)
+- Have CloudUser create a new CapabilityProxy every time to fix
+  application_test.rb#test_scaling_and_storage_events_on_application on F19.
+  (kraman at gmail.com)
+- Updating tests to register mongo-auth based user in the correct database
+  based on Rails environment. (kraman at gmail.com)
+- moved system tests to origin (lnader at redhat.com)
+- Fix integration extended tests (rpenta at redhat.com)
+- Merge pull request #3720 from smarterclayton/origin_ui_72_membership
+  (dmcphers+openshiftbot at redhat.com)
+- <sub_user_test.rb> Added logic to make tests work with remote-user auth
+  (jolamb at redhat.com)
+- Origin UI 72 - Membership (ccoleman at redhat.com)
+- Add rake test for extended integration tests (rpenta at redhat.com)
+- Use MONGO_TEST_DB=openshift_broker_test for broker tests (rpenta at redhat.com)
+- optimize find all district scenarios (dmcphers at redhat.com)
+- First draft of changes to create subclasses for pending ops
+  (abhgupta at redhat.com)
+- Merge pull request #3622 from brenton/ruby193-mcollective
+  (dmcphers+openshiftbot at redhat.com)
+- Adding oo-mco and updating oo-diagnostics to support the SCL'd mcollective
+  (bleanhar at redhat.com)
+
+* Fri Sep 13 2013 Troy Dawson <tdawson at redhat.com> 1.15.1-1
+- Fixing test case to allow multiple domains before checking for duplicate
+  namespace (kraman at gmail.com)
+- Merge pull request #3589 from rajatchopra/master
+  (dmcphers+openshiftbot at redhat.com)
+- fix enable_ha with respect to max gear limits of web cart + config fixes
+  (rchopra at redhat.com)
+- <broker> compile assets in all envs (lmeyer at redhat.com)
+- <admin suggestions> allow 1-node districts (lmeyer at redhat.com)
+- <admin suggestions> fix bug 1004297 (lmeyer at redhat.com)
+- <admin suggestions> fix bug 1004157 (lmeyer at redhat.com)
+- <admin console> capacity planning (jforrest at redhat.com)
+- <admin suggestions> library to suggest admin changes (lmeyer at redhat.com)
+- <admin stats> refactor and mods for admin console (lmeyer at redhat.com)
+- Remove environment variables support from REST 1.0 api version
+  (rpenta at redhat.com)
+- enable ha feature (rchopra at redhat.com)
+- Fix Origin quickstarts. (steven.merrill at gmail.com)
+- Bug 1002685 - Downcase domain names when fetching applications by domain
+  (ccoleman at redhat.com)
+- cleanup (dmcphers at redhat.com)
+- Updated broker/docs for the phpmyadmin-4 (mfojtik at redhat.com)
+- Updated docs after bug fixes (lnader at redhat.com)
+- Bug 999826 and 999892 (lnader at redhat.com)
+- Bug 999891 (lnader at redhat.com)
+- Set mongoid logging to warn (dmcphers at redhat.com)
+- cleanup (dmcphers at redhat.com)
+- Handle .resultset.json (dmcphers at redhat.com)
+- Fix for bug 997008 (abhgupta at redhat.com)
+- origin_broker_77 (lnader at redhat.com)
+- Merge pull request #3435 from
+  smarterclayton/bug_997848_capabilities_not_shown_via_api
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3378 from Miciah/delete-references-to-obsolete-
+  MONGO_REPLICA_SETS (dmcphers+openshiftbot at redhat.com)
+- Bug 997848 - Inherited capabilities not in REST API (ccoleman at redhat.com)
+- Bug 986300 - Pulling in a few cleanup commits from Fedora
+  (bleanhar at redhat.com)
+- Merge pull request #3413 from sosiouxme/admin-stats-fixes
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3410 from pravisankar/dev/ravi/card86
+  (dmcphers+openshiftbot at redhat.com)
+- <Admin::Stats> use only strings for hash keys (lmeyer at redhat.com)
+- <Admin::Stats> exclude inactive nodes from eff avail gears
+  (lmeyer at redhat.com)
+- Added User environment variables support in broker (rpenta at redhat.com)
+- Fix for bug 995034 (abhgupta at redhat.com)
+- Merge pull request #3382 from smarterclayton/builder_scope_incorrect
+  (dmcphers+openshiftbot at redhat.com)
+- additional version changes (dmcphers at redhat.com)
+- Merge pull request #3369 from lnader/improve_test_coverage
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3387 from
+  smarterclayton/bug_997831_domain_scope_not_in_config
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3370 from
+  smarterclayton/bug_997246_prohibit_blank_domains
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 997831 - Domain scope not in Rails config (ccoleman at redhat.com)
+- Fix builder scope by introducing a domain builder scope (ccoleman at redhat.com)
+- Merge pull request #3376 from brenton/BZ986300_BZ981148
+  (dmcphers+openshiftbot at redhat.com)
+- Broker AUTH_KEY config variables don't match style (ccoleman at redhat.com)
+- Merge pull request #3358 from sosiouxme/oo-stats-mods
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3368 from smarterclayton/find_by_user_broken_on_app
+  (dmcphers+openshiftbot at redhat.com)
+- Remove references to deprecated MONGO_REPLICA_SETS (miciah.masters at gmail.com)
+- Bug 986300 - Remove the unused Broker configuration directory
+  (bleanhar at redhat.com)
+- <Admin::Stats tests> work around test problems (lmeyer at redhat.com)
+- <oo-stats> ability to read results from file; more (lmeyer at redhat.com)
+- <Admin::Stats> refactor classes and tests (lmeyer at redhat.com)
+- Bug 997246 - Prohibit blank domains (ccoleman at redhat.com)
+- improve test coverage on rest models (lnader at redhat.com)
+- Unable to scale up or snapshot an app (ccoleman at redhat.com)
+- <broker> Fix problem with plugin loading from source (lmeyer at redhat.com)
+- Merge pull request #3322 from smarterclayton/origin_ui_73_membership_model
+  (dmcphers+openshiftbot at redhat.com)
+- <broker> improve Gemfile loading + bug 993250 (lmeyer at redhat.com)
+- Default to test mode membership off (ccoleman at redhat.com)
+- Default to membership off in development mode (ccoleman at redhat.com)
+- Review comments (ccoleman at redhat.com)
+- Review - add comment to test (ccoleman at redhat.com)
+- Bug 995371 - Direct parameters to members were ignored (ccoleman at redhat.com)
+- Ensure only users with ssh access are added with keys (ccoleman at redhat.com)
+- * Implement a membership model for OpenShift that allows an efficient query
+  of user access based on each resource. * Implement scope limitations that
+  correspond to specific permissions * Expose membership info via the REST API
+  (disableable via config) * Allow multiple domains per user, controlled via a
+  configuration flag * Support additional information per domain
+  (application_count and gear_counts) to improve usability * Let domains
+  support the allowed_gear_sizes option, which limits the gear sizes available
+  to apps in that domain * Simplify domain update interactions - redundant
+  validation removed, and behavior of responses differs slightly. * Implement
+  migration script to enable data (ccoleman at redhat.com)
+- Bug 992464 - Authorization token needs to raise when checking eventual
+  consistency (ccoleman at redhat.com)
+- Merge pull request #3272 from lnader/master
+  (dmcphers+openshiftbot at redhat.com)
+- <admin/stats> functional test to cover db scan method (lmeyer at redhat.com)
+- <admin/stats> add unit tests, fix a bug (lmeyer at redhat.com)
+- added more tests to improve coverage (lnader at redhat.com)
+- Merge pull request #3227 from kraman/docs (dmcphers+openshiftbot at redhat.com)
+- Adding missing activemq config templates Fixing console spec to require gems
+  Additional fixes to comprehensive deployment guide (kraman at gmail.com)
+- Fix for bug 989650 (abhgupta at redhat.com)
+- Merge pull request #3229 from rajatchopra/master
+  (dmcphers+openshiftbot at redhat.com)
+- Merge pull request #3233 from jwforres/admin_console_testcase_coverage
+  (dmcphers+openshiftbot at redhat.com)
+- fix in scope for scaling issues (rchopra at redhat.com)
+- Admin console test framework and initial functional tests
+  (jforrest at redhat.com)
+- Bug 956859 (dmcphers at redhat.com)
+- Merge pull request #3210 from
+  jwforres/admin_console_testcase_coverage_exclusion
+  (dmcphers+openshiftbot at redhat.com)
+- Exclude admin console from test coverage for now (jforrest at redhat.com)
+- Merge remote-tracking branch 'origin/master' into changes_for_membership
+  (ccoleman at redhat.com)
+- Adding missing rubygem requires to broker, console and admin-console packages
+  (kraman at gmail.com)
+- <admin-console> broker proxy RPP change + filling in README
+  (lmeyer at redhat.com)
+- Merge remote-tracking branch 'origin/master' into changes_for_membership
+  (ccoleman at redhat.com)
+- <broker> Add mocking for Cartridge.categories in unit test
+  (jolamb at redhat.com)
+- <application.rb> Add feature to carts to handle wildcard ENV variable
+  subscriptions (jolamb at redhat.com)
+- origin_broker_25 (lnader at redhat.com)
+- Simplify capabilities to be more model like, and support clean proxying of
+  inherited properties (ccoleman at redhat.com)
+- Support running broker tests directly Force scopes to use checked ids and
+  avoid symbolizing arbitrary strings Use .present? instead of .count > 0 (for
+  performance) Handle ValidationExceptions globally (ccoleman at redhat.com)
+- Bug 985656 - minor improvement for consistency in broker and console spec
+  files (bleanhar at redhat.com)
+- Admin console framework (jforrest at redhat.com)
+- Merge pull request #3111 from pravisankar/dev/ravi/bug983038
+  (dmcphers+openshiftbot at redhat.com)
+- Remove ecdsa ssh key type from supported list. Rationale: Due to patent
+  concerns, ECC support is not bundled in fedora/rhel(needed for ecdsa key
+  generation).            So even if someone has a valid ecdsa keys, sshd
+  server on our node won't be able to authenticate the user.
+  (rpenta at redhat.com)
+- <broker> make parallel passenger baseuri change in SCL conf file
+  (lmeyer at redhat.com)
+- <broker> fix tests against broker base URI change (lmeyer at redhat.com)
+- <broker> re-base the broker URI from /broker => / (lmeyer at redhat.com)
+- Merge pull request #3083 from smarterclayton/strong_consistency_is_default
+  (dmcphers+openshiftbot at redhat.com)
+- Authorization test case was wrong (ccoleman at redhat.com)
+- Bug 973796 - PassengerPreStart points at root which logs errors
+  (bleanhar at redhat.com)
+- Strong consistency is the default for mongoid (ccoleman at redhat.com)
+- Merge pull request #3044 from brenton/BZ973796
+  (dmcphers+openshiftbot at redhat.com)
+- Bug 973796 - PassengerPreStart points at root which logs errors
+  (bleanhar at redhat.com)
+- Changing error message to make it more clear (abhgupta at redhat.com)
+- Handling cleanup of failed pending op using rollbacks (abhgupta at redhat.com)
+- Remove Online specific references: -Remove hard-coded cart name references.
+  -Remove login validations from CloudUser model, login validation must be done
+  by authentication plugin. -Remove 'medium' gear size references -All 'small'
+  gear size references must be from configuration files. -Remove stale
+  application_observer.rb and its references -Remove stale 'abstract' cart
+  references -Remove duplicate code from rest controllers -Move all
+  get_rest_{user,domain,app,cart} methods in RestModelHelper module. -Cleanup
+  unnecessary TODO/FIXME comments in broker. (rpenta at redhat.com)
+- Merge pull request #2927 from smarterclayton/bug_970257_support_git_at_urls
+  (dmcphers+openshiftbot at redhat.com)
+- Avoid harmless but annoying deprecation warning (asari.ruby at gmail.com)
+- Merge pull request #2946 from maxamillion/dev/maxamillion/enable_rhcl
+  (dmcphers+openshiftbot at redhat.com)
+- Tests pass fully (add initial_git_url for earlier api versions).  Control
+  what values of URI get persisted to DB (passwords and userinfo from clone
+  specs should not be) (ccoleman at redhat.com)
+- Broker source mode should reload classes, only load plugins in
+  broker_plugins.rb (ccoleman at redhat.com)
+- enable rhscl repos - add wrapper (admiller at redhat.com)
+- bz969696 - download cart settings (rchopra at redhat.com)
+- First pass at removing v1 cartridges (dmcphers at redhat.com)
+
+* Fri Sep 13 2013 Troy Dawson <tdawson at redhat.com> 1.15.1-0
+- Bump up version to 1.15
 
 * Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.10.2.1-1
 - Bumping version #s for origin release 2 (kraman at gmail.com)
diff --git a/sources b/sources
index 5caccc3..83781ed 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63c7a77b22aec4a4d60b9494907673fb  openshift-origin-broker-1.10.2.1.tar.gz
+6c21e0803106ab981efacc720d808524  openshift-origin-broker-1.15.1.2.tar.gz


More information about the scm-commits mailing list