summaryrefslogtreecommitdiff
path: root/hooks
AgeCommit message (Collapse)Author
2015-10-07charmhelpers: symlinksmattyw
2015-10-07charmhelpers: Moved to common locationmattyw
2015-10-07charmhelpers: syncmattyw
2015-10-07charmhelpers: Resyncmattyw
2015-09-09Deal with later versions on pymongo where Connection -> MongoClientJames Page
2015-08-19resync all hooks/charmhelpersRyan Beisner
2015-08-19sync hooks/charmhelpers/fetch for liberty cloud archive enablementRyan Beisner
2015-06-05[veterok] Add flag to signal when the new_mongo_dir was just created and ↵Tim Van Steenburgh
migrate the existing data directory.
2015-06-03Fixed typo (that raised lp1461549)Mario Splivalo
2015-05-29fix local storage supportGuillermo Gonzalez
2015-05-27Add flag to signal when the new_mongo_dir was just created and migrate ↵Guillermo Gonzalez
existing data directory
2015-04-22Deal with yaml import if need bejames.page@ubuntu.com
2015-02-25[bradm] Run pep8 and pyflakes over hooks.pyBrad Marshall
2015-02-25[bradm] Sync charmhelpers, fix merge conflictsBrad Marshall
2015-01-22Fix lint errorsMario Splivalo
2015-01-22Give more time for reelection to completeMario Splivalo
2015-01-22Remove replica-set-relation-departed symlinkMario Splivalo
2015-01-22Try not to destroy replicaset if primary is being removedMario Splivalo
2015-01-21Replaced python-portalocker with python-filelock. The later existsMario Splivalo
in both precise and trusty.
2015-01-21Removed MongoClient usage in favor of Connection (both from pymongo).Mario Splivalo
pymongo.Connectin is deprecated in pymongo packaged with trusty, but it is there and it behaves in the same manner as pymongo.Connection in precise. Hence, no need for pip_install and such...
2015-01-21Code change to simplify unit_testingMario Splivalo
2015-01-21Fixed passing pip_proxy to pip_installMario Splivalo
2015-01-21Fixed wrong checking for pip_proxy option.Mario Splivalo
2015-01-20Added support for pip_proxy charm config option.Mario Splivalo
This is necessary if the cloud environment can talk to the outside world only via proxy.
2015-01-20Adding support for pip_proxy (working version)Mario Splivalo
2015-01-19lsb_release() was imported twiceMario Splivalo
2015-01-19[mariosplivalo] Made mongodb install on precise by installing pymongoMario Splivalo
and portalocker from pip if we're installing on precise
2015-01-19Merged with trunkMario Splivalo
2015-01-19Added charmhelpers.contrib.python.packages.Mario Splivalo
2015-01-19Changed the way pymongo and portalocker are installed. On preciseMario Splivalo
those two need to be pip-installed.
2015-01-19Use pymongo from pip repoMario Splivalo
2015-01-16Added contrib.python.packages to charmhelpers.Mario Splivalo
Synced charmhelpers
2015-01-14Removed states replset will never reach from init_replset.Mario Splivalo
Other fixes as suggested by Niedbalski.
2015-01-13[wes] Merge exec.d and volume relation_id patches from precise charmMatt Bruzek
[mbruzek] Fixed lint errors in hooks.py file so tests would pass.
2015-01-13 [r=lazypower] dann frazier 2014-11-20 Use ppa:mongodb-arm64/ppa by default ↵Charles Butler
when running on arm64/trusty
2015-01-13Fixed lint issues.Mario Splivalo
Fixed as per suggestions from Niedbalski.
2015-01-12Fix lint errorsMario Splivalo
2015-01-12Cleaned up charm from obsolete/unused methods.Mario Splivalo
Removed unnecessary debug lines.
2015-01-07Cleaned up replicaset initialization json string building.Mario Splivalo
Fixed some lint issues.
2015-01-07SyncMario Splivalo
2014-12-19More merge request fixes, lint fixes... more work to doMario Splivalo
2014-12-18Fixed based on jorge/billy comments in merge requestMario Splivalo
2014-12-17Merge with mario's latestBilly Olsen
2014-12-17Finish out unit test coverage for changes.Billy Olsen
2014-12-18Merged lp:charms/trusty/mongodb in.Mario Splivalo
2014-12-17More unit tests, lint fixesBilly Olsen
2014-12-16Add more unit test coverage.Billy Olsen
2014-12-12Fixed typoMario Splivalo
2014-12-11- Make sync after fixing LP: #1397134Jorge Niedbalski
- Fixes LP: #1401211
2014-12-11Fixed init_replset errorMario Splivalo