SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for openshift-origin-broker-1.5.1-2.fc19.noarch.rpm :
Thu May 16 14:00:00 2013 Troy Dawson 1.5.1-2
- Put in fixed to allow it to install and run on F19+

Tue Mar 12 13:00:00 2013 Troy Dawson 1.5.1-1
- Bug 911322 (lnaderAATTredhat.com)
- Merge pull request #1535 from brenton/gemfile_lock_fixes
(dmcphers+openshiftbotAATTredhat.com)
- Skip Usage capture for sub-account users (rpentaAATTredhat.com)
- Merge pull request #1512 from rajatchopra/master (dmcphersAATTredhat.com)
- Merge pull request #1536 from
smarterclayton/bug_916559_existing_broker_keys_broken (dmcphersAATTredhat.com)
- Merge pull request #1532 from smarterclayton/bug_916132_fix_prodrb_for_broker
(dmcphersAATTredhat.com)
- force stop - fix bug#915587 (rchopraAATTredhat.com)
- Bug 916559 - Existing broker keys broken after stage upgrade
(ccolemanAATTredhat.com)
- Gemfile.lock ownership fixes (bleanharAATTredhat.com)
- Bug 916132 - Fix production.rb for scope loading (ccolemanAATTredhat.com)
- adding coverage (dmcphersAATTredhat.com)
- add coverage for domain observer being called (dmcphersAATTredhat.com)
- Merge pull request #1441 from pravisankar/dev/ravi/us3409
(dmcphers+openshiftbotAATTredhat.com)
- reverted US2448 (lnaderAATTredhat.com)
- Added index on \'login\' for usage_record and usage mongoid models Added
separate usage audit log, /var/log/openshift/broker/usage.log instead of
syslog. Moved user action log from /var/log/openshift/user_action.log to
/var/log/openshift/broker/user_action.log Added Distributed lock used in oo-
admin-ctl-usage script Added Billing Service interface Added oo-admin-ctl-
usage script to list and sync usage records to billing vendor Added oo-admin-
ctl-usage to broker-util spec file Fixed distributed lock test Add billing
service to origin-controller Some more bug fixes (rpentaAATTredhat.com)
- ignore errors in teardown (lnaderAATTredhat.com)
- Added certificate_added_at to alias (lnaderAATTredhat.com)
- Added validation for SSL certificate and private key (lnaderAATTredhat.com)
- Added unit tests for alias and domain (lnaderAATTredhat.com)
- US2448 (lnaderAATTredhat.com)
- Bug 914639 (dmcphersAATTredhat.com)
- Bug 914639 (dmcphersAATTredhat.com)
- Implement authorization support in the broker (ccolemanAATTredhat.com)
- Revert to original RAILS_LOG_PATH behavior (ccolemanAATTredhat.com)
- Bug 913816 - Fix log tailer to pick up the correct config
(ccolemanAATTredhat.com)
- Bug 914639 (dmcphersAATTredhat.com)
- Removing references to cgconfig/all (kramanAATTgmail.com)
- Move the broker-only configuration below node in priority.
(rmillnerAATTredhat.com)
- fix rake test:sanity (rchopraAATTredhat.com)
- Switch from VirtualHosts to mod_rewrite based routing to support high
density. (rmillnerAATTredhat.com)
- broker unit testcases (rchopraAATTredhat.com)
- Fixes to get builds and tests running on RHEL: (kramanAATTgmail.com)
- Apply changes from comments. Fix diffs from brenton/origin-server.
(johnAATTibiblio.org)
- Fix dependency on openshift rubygem (johnAATTibiblio.org)
- Fixes for ruby193 (johnAATTibiblio.org)
- Broker and broker-util spec files (johnAATTibiblio.org)

Tue Mar 12 13:00:00 2013 Troy Dawson 1.5.0-1
- Update to version 1.5.0

Fri Feb 15 13:00:00 2013 Troy Dawson 1.4.1-1
- Added missing create for broker httpd logs dir. Updated owner of broker and
broker httpd logs to apache:apache. (kramanAATTgmail.com)
- Fixing bad merge (kramanAATTgmail.com)
- Fixing bad merge (kramanAATTgmail.com)
- move logs to a more standard location (admillerAATTredhat.com)
- Merge pull request #1289 from
smarterclayton/isolate_api_behavior_from_base_controller
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #1288 from smarterclayton/improve_action_logging
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #1339 from tdawson/tdawson/cleanup-spec-headers
(dmcphers+openshiftbotAATTredhat.com)
- Merge branch \'improve_action_logging\' into
isolate_api_behavior_from_base_controller (ccolemanAATTredhat.com)
- Merge remote-tracking branch \'origin/master\' into improve_action_logging
(ccolemanAATTredhat.com)
- change %define to %global (tdawsonAATTredhat.com)
- Bug 884934 (asari.rubyAATTgmail.com)
- Merge pull request #1334 from kraman/f18_fixes
(dmcphers+openshiftbotAATTredhat.com)
- Reading hostname from node.conf file instead of relying on localhost
Splitting test features into common, rhel only and fedora only sections
(kramanAATTgmail.com)
- Setting namespace and canonical_namespace for the domain together and doing
the same for the application (abhguptaAATTredhat.com)
- Fixing init-quota to allow for tabs in fstab file Added entries in abstract
for php-5.4, perl-5.16 Updated python-2.6,php-5.3,perl-5.10 cart so that it
wont build on F18 Fixed mongo broker auth Relaxed version requirements for
acegi-security and commons-codec when generating hashed password for jenkins
Added Apache 2.4 configs for console on F18 Added httpd 2.4 specific restart
helper (kramanAATTgmail.com)
- remove BuildRoot: (tdawsonAATTredhat.com)
- move rest api tests to functionals (dmcphersAATTredhat.com)
- make Source line uniform among all spec files (tdawsonAATTredhat.com)
- Improving coverage tooling (dmcphersAATTredhat.com)
- Merge pull request #1303 from pravisankar/dev/ravi/app-lock-timeout
(dmcphers+openshiftbotAATTredhat.com)
- fix issue with reserve given not taking the valid uid (dmcphersAATTredhat.com)
- - Added Application Lock Timeout (default: 10 mins) - Unit tests for Lock
model (rpentaAATTredhat.com)
- Ensure lib directory is in the autoload path, do not require rubygems when
developing from source (ccolemanAATTredhat.com)
- Do not use a global variable to initialize a RestReply - use a controller
helper method. (ccolemanAATTredhat.com)
- netrc should only be loaded in source mode (test env loads it via a patched
gem) (ccolemanAATTredhat.com)
- Allow broker to be started using source directly (ccolemanAATTredhat.com)
- working on testing coverage (dmcphersAATTredhat.com)
- Handle numbers for users and passwords (dmcphersAATTredhat.com)
- US2626 changes based on feedback - Add application name in Usage and
UsageRecord models - Change \'price\' to \'usage_rate_usd\' in rest cartridge
model - Change \'charges\' to \'usage_rates\' in rails configuration - Rails
configuration stores usage_rates for different currencies (currently only
have usd) (rpentaAATTredhat.com)
- Merge pull request #1260 from abhgupta/abhgupta-dev
(dmcphers+openshiftbotAATTredhat.com)
- Fix for bug 906266, bug 906230, and bug 906233 (abhguptaAATTredhat.com)
- US3350 - Expose a plan_upgrade_enabled capability that indicates whether
users can select a plan (ccolemanAATTredhat.com)
- Merge pull request #1230 from abhgupta/abhgupta-dev
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #1232 from pravisankar/dev/ravi/fix-broker-extended-tests
(dmcphers+openshiftbotAATTredhat.com)
- Merge pull request #1233 from danmcp/master (dmcphersAATTredhat.com)
- Fix Broker extended tests, Don\'t call observers for cloud user model if the
record is already persisted. (rpentaAATTredhat.com)
- remove consumed_gear_sizes (dmcphersAATTredhat.com)
- removing legacy broker rest api (abhguptaAATTredhat.com)

Fri Feb 8 13:00:00 2013 Troy Dawson 1.4.0-1
- Update to version 1.4.0

Mon Jan 28 13:00:00 2013 Krishna Raman 1.1.2-1
- Merge pull request #1212 from brenton/misc5
(dmcphers+openshiftbotAATTredhat.com)
- Bug 873180 (dmcphersAATTredhat.com)
- Disable test that doesnt work with concurrency (dmcphersAATTredhat.com)
- BZ888056 - production.rb should not be marked as a conf file
(bleanharAATTredhat.com)
- fixing rebase/merge issue that caused missing comma in test rails env
configuration (abhguptaAATTredhat.com)
- using openshift_broker_test db in test rails env for origin broker
(abhguptaAATTredhat.com)
- Fix SSL option in mongoid.yml (rpentaAATTredhat.com)
- bumping rest api version to handle change in rest user model
(abhguptaAATTredhat.com)
- Fix usage model unit test (rpentaAATTredhat.com)
- Fix Usage: Through an error instead of bailing out when gear was created with
usage-tracking disabled and later on gear was destroyed with usage-tracking
enabled (rpentaAATTredhat.com)
- District unit test: clear all districts that were created during teardown
phase (rpentaAATTredhat.com)
- Remove old mongo datastore test (rpentaAATTredhat.com)
- Added system, subuser, usage tests from li repo (rpentaAATTredhat.com)
- Fix district model and district unit tests rework (rpentaAATTredhat.com)
- fixing broker integration tests (abhguptaAATTredhat.com)
- minor cleanup (rpentaAATTredhat.com)
- Populate mongoid.yml config from Rails datastore configuration.
(rpentaAATTredhat.com)
- uncommenting app_cart_delete_v1 rest unit test (abhguptaAATTredhat.com)
- uncommenting scale down unit test (abhguptaAATTredhat.com)
- uncommenting app scale down unit tests (abhguptaAATTredhat.com)
- fixing integration test (abhguptaAATTredhat.com)
- Bug 889947 (lnaderAATTredhat.com)
- Fix for bug 889978 (abhguptaAATTredhat.com)
- commenting out broken tests for now - were always broke but error was hidden
before (dmcphersAATTredhat.com)
- fixing broker tests again after rebase (abhguptaAATTredhat.com)
- fixing mongoid.yml for broker tests (abhguptaAATTredhat.com)
- fix mongoid.yml username (dmcphersAATTredhat.com)
- add dynect migration (dmcphersAATTredhat.com)
- removed debug statements (lnaderAATTredhat.com)
- add random number to app alias (lnaderAATTredhat.com)
- removing app templates and other changes (dmcphersAATTredhat.com)
- fixing rest_api_test and fixing backward compatibility bugs
(lnaderAATTredhat.com)
- fix broker integration tests (dmcphersAATTredhat.com)
- fix create domain breakage (dmcphersAATTredhat.com)
- fix broker functional tests (dmcphersAATTredhat.com)
- fix functional tests (dmcphersAATTredhat.com)
- fixing cloud user test cases (dmcphersAATTredhat.com)
- test case fixes + typo fixes (dmcphersAATTredhat.com)
- fixup cloud user usages (dmcphersAATTredhat.com)
- fix db for test (dmcphersAATTredhat.com)
- add bson_ext (dmcphersAATTredhat.com)
- Added support for thread dump. Fixed default username in mongoid.yml file
(kramanAATTgmail.com)
- Moving model refactor work - Updated cartridge manifest files - Simplified
descriptor - Switched from mongo gem to use mongoid (kramanAATTgmail.com)
- Ensure write to at least 2 mongo instances (dmcphersAATTredhat.com)
- Merge pull request #1192 from Miciah/bz-902630-failed-to-reload-openshift-
broker-service (dmcphersAATTredhat.com)
- Bug 902630: fix `service openshift-broker reload` (miciah.mastersAATTgmail.com)
- Adding support for broker to mongodb connections over SSL
(calfonsoAATTredhat.com)

Fri Jan 11 13:00:00 2013 Troy Dawson 1.1.1-2
- Updated spec file to match the version in Fedora

Fri Jan 11 13:00:00 2013 Troy Dawson 1.1.1-1
- BZ876324 resolve ServerName/NameVirtualHost situation for
node/broker/ssl.conf (lmeyerAATTredhat.com)
- Minor tweak to the broker log owner/mode issue (bleanharAATTredhat.com)
- BZ888671 - oo-accept-broker or oo-accept-systems will create production.log,
the file\'s permission is wrong. (bleanharAATTredhat.com)
- Switched console port from 3128 to 8118 due to selinux changes in F17-18
Fixed openshift-node-web-proxy systemd script Updates to oo-setup-broker
script: - Fixes hardcoded example.com - Added basic auth based console
setup - added openshift-node-web-proxy setup Updated console build and spec
to work on F17 (kramanAATTgmail.com)
- BZ876937 - Return \"FAILED\" if trying to stop openshift-console which is
already stopped (bleanharAATTredhat.com)
- create :default_gear_capabilities conf key for setting default gear
capabilities a user has at creation (lmeyerAATTredhat.com)
- fixing mongo connection issues for build (dmcphersAATTredhat.com)
- Bug 880370 (dmcphersAATTredhat.com)
- Bug 878270 - everyone read user_action.log (bleanharAATTredhat.com)
- fix elif typos (dmcphersAATTredhat.com)
- add oo-ruby (dmcphersAATTredhat.com)
- Bug 878328 - Drupal and Wordpress should be tagged \'instant_app\'
(ccolemanAATTredhat.com)
- F18 compatibility fixes - apache 2.4 - mongo journaling - JDK 7 -
parseconfig gem update Bugfix for Bind DNS plugin (kramanAATTgmail.com)
- Fix tests to work with remote-user auth (miciah.mastersAATTgmail.com)
- add additional gem deps (dmcphersAATTredhat.com)
- Merge remote-tracking branch \'origin/master\' into
us3046_quickstarts_and_app_types (ccolemanAATTredhat.com)
- update Gemfile version (dmcphersAATTredhat.com)
- use version 0.12.0 (dmcphersAATTredhat.com)
- remove mocha version (dmcphersAATTredhat.com)
- fixing tests (dmcphersAATTredhat.com)
- getting tests working (dmcphersAATTredhat.com)
- getting specs up to 1.9 sclized (dmcphersAATTredhat.com)
- Merge remote-tracking branch \'origin/master\' into
us3046_quickstarts_and_app_types (ccolemanAATTredhat.com)
- Implement all templates as the base quickstarts, and make quickstart.rb a bit
more flexible (ccolemanAATTredhat.com)
- Support COMMUNITY_QUICKSTARTS_URL parameter for serving hardcoded quickstarts
vs. public quickstarts, and test that these values are returned.
(ccolemanAATTredhat.com)
- specifying rake gem version range (abhguptaAATTredhat.com)
- specifying mocha gem version and fixing tests (abhguptaAATTredhat.com)
- BZ873970, BZ873966 - disabling HTTP TRACE for the Broker, Nodes and Console
(bleanharAATTredhat.com)
- Adding rewrites to / to go to /console for http and https vhosts Added
NamedVirtualHost for the 443 vhost to avoid conflict with ssl.conf
(calfonsoAATTredhat.com)
- Set ENV[\"RAILS_ENV\"] in boot.rb (miciah.mastersAATTgmail.com)
- Removing node gem requirement from broker script (kramanAATTgmail.com)
- Bug 871436 - moving the default path for AUTH_PRIVKEYFILE and AUTH_PUBKEYFILE
under /etc (bleanharAATTredhat.com)
- OpenShift Origin console package (calfonsoAATTredhat.com)
- BZ870385 - Remove unnecessary %post logfile touching from the Broker
(bleanharAATTredhat.com)
- Removing a useless semanage command from the broker\'s %postun
(bleanharAATTredhat.com)
- openshift-origin-broker rpmdiff errors (bleanharAATTredhat.com)
- Moving broker config to /etc/openshift/broker.conf Rails app and all oo-
*
scripts will load production environment unless the
/etc/openshift/development marker is present Added param to specify default
when looking up a config value in OpenShift::Config Moved all defaults into
plugin initializers instead of separate defaults file No longer require
loading \'openshift-origin-common/config\' if \'openshift-origin-common\' is
loaded openshift-origin-common selinux module is merged into F16 selinux
policy. Removing from broker %postrun (kramanAATTgmail.com)
- fixing file name typo in usage and fixing domain name in test environment
file (abhguptaAATTredhat.com)
- Bug 868331 - corrected test (lnaderAATTredhat.com)
- remove various hardcoded usage of file in /tmp (mschererAATTredhat.com)

Mon Oct 22 14:00:00 2012 Brenton Leanhardt 0.6.17-1
- Merge pull request #737 from sosiouxme/master (dmcphersAATTredhat.com)
- Merge pull request #734 from danmcp/master (openshift+botAATTredhat.com)
- have openshift-broker report bundler problems rather than silently fail. also
fix typo in oo-admin-chk usage (lmeyerAATTredhat.com)
- Bug 868858 (dmcphersAATTredhat.com)
- Bug 868782 - [Installation]Prompt \"semanage: command not found\"
(bleanharAATTredhat.com)
- Merge pull request #728 from kraman/build_script_updates
(openshift+botAATTredhat.com)
- Merge pull request #730 from kraman/848255 (openshift+botAATTredhat.com)
- removing remaining cases of SS and config.ss (dmcphersAATTredhat.com)
- Fixing Origin build scripts (kramanAATTgmail.com)
- Fix for Bugz#848255 (kramanAATTgmail.com)

Thu Oct 18 14:00:00 2012 Brenton Leanhardt 0.6.16-1
- Merge pull request #657 from Miciah/drop-openshift-origin-node-from-broker-
Gemfile-3 (openshift+botAATTredhat.com)
- Drop openshift-origin-node from broker\'s Gemfile (miciah.mastersAATTgmail.com)

Tue Oct 16 14:00:00 2012 Brenton Leanhardt 0.6.15-1
- Merge pull request #681 from pravisankar/dev/ravi/bug/821107
(openshift+botAATTredhat.com)
- BZ866854 - Removing abstract cartridge dep from broker spec
(bleanharAATTredhat.com)
- Support more ssh key types (rpentaAATTredhat.com)
- Merge pull request #636 from pravisankar/dev/ravi/bug/863973
(openshift+botAATTredhat.com)
- Fix for bug# 863973 (rpentaAATTredhat.com)

Thu Oct 11 14:00:00 2012 Brenton Leanhardt 0.6.14-1
- Merge pull request #635 from Miciah/etc-plugin-conf12
(openshift+botAATTredhat.com)
- Centralize plug-in configuration (miciah.mastersAATTgmail.com)

Wed Oct 10 14:00:00 2012 Brenton Leanhardt 0.6.13-1
- Removing old build scripts Moving broker/node setup utilities into util
packages Fix Auth service module name conflicts (kramanAATTgmail.com)

Tue Oct 9 14:00:00 2012 Brenton Leanhardt 0.6.12-1
- renaming crankcase -> origin-server (dmcphersAATTredhat.com)
- Fixing obsoletes for openshift-origin-port-proxy (kramanAATTgmail.com)

Fri Oct 5 14:00:00 2012 Krishna Raman 0.6.11-1
- Rename pass 3: Manual fixes (kramanAATTgmail.com)
- Rename pass 2: variables, modules, classes (kramanAATTgmail.com)
- Rename pass 1: files, directories (kramanAATTgmail.com)

Thu Sep 13 14:00:00 2012 Brenton Leanhardt 0.6.10-1
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge branch \'master\' into tdawson/fixes (tdawsonAATTredhat.com)
- remove rubygem(multimap) requirement (tdawsonAATTredhat.com)
- Updating gem versions (tdawsonAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- broker and node Gemfile.lock update (admillerAATTredhat.com)
- update gem version (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Gemfile.lock updates (admillerAATTredhat.com)
- Add /rest/environment REST call to expose env variables like
domain_suffix, etc. (rpentaAATTredhat.com)
- Expose capabilities in the Rest user model (rpentaAATTredhat.com)
- Merge pull request #433 from danmcp/master (openshift+botAATTredhat.com)
- optimize nolinks (dmcphersAATTredhat.com)

Thu Aug 23 14:00:00 2012 Adam Miller 0.6.9-1
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- need systemd-units in BuildRequires for _unitdir rpm macro
(admillerAATTredhat.com)
- cleanup based on test case additions (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)

Mon Aug 20 14:00:00 2012 Brenton Leanhardt 0.6.8-1
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #391 from sosiouxme/master (openshift+botAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- shield systemctl on non-systemd system (lmeyerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #380 from abhgupta/abhgupta-dev (openshift+botAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- adding rest api to fetch and update quota on gear group (abhguptaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Bug 846555 (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- broker spec fixes for systemd (jason.detiberusAATTredhat.com)
- Merge pull request #318 from pravisankar/dev/ravi/story/US1896
(kramanAATTgmail.com)
- Updating gem versions (admillerAATTredhat.com)
- Added \'nolinks\' parameter to suppress link generation in the REST API replies
to make the output terse and improve general processing speed
(rpentaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- setup broker/nod script fixes for static IP and custom ethernet devices add
support for configuring different domain suffix (other than example.com)
Fixing dependency to qpid library (causes fedora package conflict) Make
livecd start faster by doing static configuration during cd build rather than
startup Fixes some selinux policy errors which prevented scaled apps from
starting (kramanAATTgmail.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Don\'t allow more than one domain for the user (rpentaAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Mongo deleted_gears fix (rpentaAATTredhat.com)
- Fixes for Bug 806824 (kramanAATTgmail.com)
- Add missing systemu dependency. (mpatelAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- broker sanity test reorg (dmcphersAATTredhat.com)
- Merge pull request #242 from ramr/master (smitramAATTgmail.com)
- fixing build (abhguptaAATTredhat.com)
- fixed test failure (lnaderAATTredhat.com)
- Fixes for bugz 840030 - Apache blocks access to /icons. Remove these as
mod_autoindex has now been turned OFF (see bugz 785050 for more details).
(ramrAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #224 from kraman/dev/kraman/bugs/838611
(rpentaAATTredhat.com)
- Bump API version to 1.1. New version returns framework cartridge and related
properties when listing cartridges for an app
(.../applications//cartridges) Builds upon cartridge metadata which was
added in 47d1b813a1a74228c9c95734043487d681f799d4. (kramanAATTgmail.com)
- Fix for bug 839151 (abhguptaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #214 from kraman/dev/kraman/bugs/testfix
(dmcphersAATTredhat.com)
- Adding test user to mongo to allow tests to run (kramanAATTgmail.com)
- Merge pull request #209 from lnader/master (rmillnerAATTredhat.com)
- Merge pull request #198 from brenton/master (kramanAATTgmail.com)
- Updating gem versions (admillerAATTredhat.com)
- Handling registration for the rest api tests cases when run outside of
openshift.com (bleanharAATTredhat.com)
- Adding missing mongodb collection for the rest api tests
(bleanharAATTredhat.com)
- Copying the development mongo datastore config to test (bleanharAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Bug 837926 - changed application_template to application_templates
(lnaderAATTredhat.com)
- blocking requires/conflicts/suggests/depends from RestCartridge model until
further agreement on cartridge metadata is made (rchopraAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- update tests for RestUser (lnaderAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- changing categories to tags for site functional tests (rchopraAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- cart metadata work merged; depends service added; cartridges enhanced; unit
tests updated (rchopraAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- More fixes to bug# 808425 (rpentaAATTredhat.com)
- MCollective updates - Added mcollective-qpid plugin - Added mcollective-
msg-broker plugin - Added mcollective agent and facter plugins - Added
option to support ignoring node profile - Added systemu dependency for
mcollective-client (kramanAATTgmail.com)
- Updating gem versions (admillerAATTredhat.com)
- Removing application unit test, rationale: More than 90% of the code is
stubbed and more time is spent in fixing this useless test
(rpentaAATTredhat.com)
- Revert \"Updating gem versions\" (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Fixes for bug 827337, 830309, 811066, and 832374 Exposing initial public ip
in the rest response for application creation (abhguptaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Fix for bug 812046 (abhguptaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Strip out the unnecessary gems from rcov reports and focus it on just the
OpenShift code. (rmillnerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updated gem info for rails 3.0.13 (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- add beginnings of broker integration tests (dmcphersAATTredhat.com)
- Merge pull request #102 from pravisankar/master (dmcphersAATTredhat.com)
- Broker: Fixed Application unit tests (rpentaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Fixed template tests - Needed to loop through results - Needed to add links
attribute to class (fotioslindiakosAATTgmail.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #86 from pravisankar/master
(mmcgrath+openshiftAATTredhat.com)
- Enable mongo datastore unit tests (rpentaAATTredhat.com)
- Fix for bug 823675 - Exposing gear count in application and consumed gears in
user object via rest calls (abhguptaAATTredhat.com)

Wed May 30 14:00:00 2012 Krishna Raman 0.6.7-1
- Fixing /etc/httpd/conf.d/openshift link to be conpatible with typeless gears
change Fixing context of action log file (kramanAATTgmail.com)
- Merge pull request #75 from abhgupta/bz817172 (mmcgrath+openshiftAATTredhat.com)
- Fix for bug 817172 - adding gear profile on gear_groups rest call
(abhguptaAATTredhat.com)

Wed May 30 14:00:00 2012 Krishna Raman 0.6.6-1
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Merge pull request #66 from abhgupta/agupta-dev (dmcphersAATTredhat.com)
- Fix for Bugz 825366, 825340. SELinux changes to allow access to
user_action.log file. Logging authentication failures and user creation for
OpenShift Origin (abhguptaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #46 from rajatchopra/master (kramanAATTgmail.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #56 from pravisankar/master (admillerAATTredhat.com)
- disable mongo unit tests temporarily to avoid build issues
(rpentaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Fixed mongo data store unit tests (rpentaAATTredhat.com)
- changing user action log file path (abhguptaAATTredhat.com)
- changes for logging user actions to a separate log file (abhguptaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- fixup gem versions (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- code for min_gear setting (rchopraAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- more timeout tweaking (dmcphersAATTredhat.com)
- try a bigger timeout (dmcphersAATTredhat.com)
- try a bigger timeout (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #40 from kraman/dev/kraman/features/livecd
(admillerAATTredhat.com)
- Re-include all OpenShift components in rcov run. (rmillnerAATTredhat.com)
- Adding livecd build scripts Adding a text only minimal version of livecd
Added ability to access livecd dns from outside VM (kramanAATTgmail.com)
- allow syslog output for gear usage (dmcphersAATTredhat.com)
- proper usage of OpenShift::Model and beginnings of usage tracking
(dmcphersAATTredhat.com)
- Add rcov testing to the Stickshift broker, common and controller.
(rmillnerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Merge pull request #28 from abhgupta/abhgupta-dev2 (dmcphersAATTredhat.com)
- adding test cases for gear_groups rest api and changing tag from cartridge to
cartridges as it is a list (abhguptaAATTredhat.com)
- We already validate the gear size elswhere based on the user information.
Remove the hard-coded list of node types. As a side effect; we can\'t check
invalid gear sizes in unit tests. (rmillnerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Small is the only gear size guaranteed to be accepted by the broker.
(rmillnerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- BugZ 817170. Add ability to get valid gear size options from the
ApplicationContainerProxy (kramanAATTgmail.com)
- update gem versions (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)

Wed Apr 25 14:00:00 2012 Krishna Raman 0.6.5-1
- Updating gem versions (admillerAATTredhat.com)
- fix gem version (dmcphersAATTredhat.com)
- Modifed SELinux policy to allow connection to DB. (mpatelAATTredhat.com)
- Merge branch \'master\' of github.com:openshift/origin-server (rpentaAATTredhat.com)
- Fixes + README file for REST api version unit tests (rpentaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Stickshift broker Unit tests to verify REST api version compatibility
(rpentaAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- Fixing openshift-origin-broker.spec to load rubygem-passenger.pp SELinux policy
(kramanAATTgmail.com)
- Adding missing initializer to load Mongo datastore (kramanAATTgmail.com)
- Updating gem versions (admillerAATTredhat.com)

Mon Apr 23 14:00:00 2012 Krishna Raman 0.6.4-1
- Updated SELinux policies (kramanAATTgmail.com)
- Adding pasenger dependencies which provide required selinux policies.
(kramanAATTgmail.com)
- Updating gem versions (admillerAATTredhat.com)
- cleaning up spec files (dmcphersAATTredhat.com)
- Updating gem versions (admillerAATTredhat.com)
- fix hanging comma (dmcphersAATTredhat.com)
- move origin-server mongo datastore (dmcphersAATTredhat.com)

Sat Apr 21 14:00:00 2012 Krishna Raman 0.6.3-1
- new package built with tito


 
ICM