index
:
~mongodb-charmers/charm-mongodb
[no description]
summary
refs
log
tree
commit
diff
path:
root
/
hooks
Age
Commit message (
Expand
)
Author
2018-03-12
Added update_status hook. Added get_replicaset_status support
Mario Splivalo
2018-03-02
Fixes replicaset initialization for Bionic.
Mario Splivalo
2018-03-02
Fix replicaset initialization for Bionic, use leader-election.
Mario Splivalo
2017-09-18
Removed obsolete references to pymongo.Connection
Mario Splivalo
2017-09-15
Fixed am_i_primary() so that it properly handles units not part of
Mario Splivalo
2017-09-14
Removing obsolete variables and cleanup.
Mario Splivalo
2017-09-14
Make replicaset-relation-broken not fail
Mario Splivalo
2017-05-18
no error on remove-application for single instance
Martin Hilton
2017-03-21
Added dependencies for unit tessting
Mario Splivalo
2017-03-06
[evarlast,r=stub] Warn about unexpected entries in backupdir, rather than crash
Stuart Bishop
2017-01-23
Fix typo for logrotate script.
Mario Splivalo
2017-01-09
Fix race condition where apt-get tries to install packages before systemd
Mario Splivalo
2016-12-15
Removing replset from upstart doesn't require replicaset name.
Mario Splivalo
2016-12-13
Code cleanup
Mario Splivalo
2016-12-12
Make sure upstart modifications are reverted on charm upgrade
Mario Splivalo
2016-12-12
Fix nrpe check plugin, make it detect Ubuntu version
Mario Splivalo
2016-11-03
Removed obsolete httpinterface option
Mario Splivalo
2016-07-20
fix backup from crash and fail
jrwren@xmtp.net
2016-05-05
Move parameter logic from altering init conf file to the /etc/mongodb.conf
billy.olsen@canonical.com
2016-02-26
Deal with forwards compat to xenial
James Page
2015-12-16
Move benchmark import to only be accessed during relation-changed
Marco Ceppi
2015-12-16
[everlast] The dump action was not working. Now it works and if args has spac...
Matthew Bruzek
2015-12-02
Add benchmark-relation hooks and upgrade charms.benchmark on attempted install
Adam Israel
2015-11-18
fix broken amulet tests
jrwren@xmtp.net
2015-10-07
charmhelpers: symlinks
mattyw
2015-10-07
charmhelpers: Moved to common location
mattyw
2015-10-07
charmhelpers: sync
mattyw
2015-10-07
charmhelpers: Resync
mattyw
2015-09-09
Deal with later versions on pymongo where Connection -> MongoClient
James Page
2015-08-19
resync all hooks/charmhelpers
Ryan Beisner
2015-08-19
sync hooks/charmhelpers/fetch for liberty cloud archive enablement
Ryan Beisner
2015-06-05
[veterok] Add flag to signal when the new_mongo_dir was just created and migr...
Tim Van Steenburgh
2015-06-03
Fixed typo (that raised lp1461549)
Mario Splivalo
2015-05-29
fix local storage support
Guillermo Gonzalez
2015-05-27
Add flag to signal when the new_mongo_dir was just created and migrate existi...
Guillermo Gonzalez
2015-04-22
Deal with yaml import if need be
james.page@ubuntu.com
2015-02-25
[bradm] Run pep8 and pyflakes over hooks.py
Brad Marshall
2015-02-25
[bradm] Sync charmhelpers, fix merge conflicts
Brad Marshall
2015-01-22
Fix lint errors
Mario Splivalo
2015-01-22
Give more time for reelection to complete
Mario Splivalo
2015-01-22
Remove replica-set-relation-departed symlink
Mario Splivalo
2015-01-22
Try not to destroy replicaset if primary is being removed
Mario Splivalo
2015-01-21
Replaced python-portalocker with python-filelock. The later exists
Mario Splivalo
2015-01-21
Removed MongoClient usage in favor of Connection (both from pymongo).
Mario Splivalo
2015-01-21
Code change to simplify unit_testing
Mario Splivalo
2015-01-21
Fixed passing pip_proxy to pip_install
Mario Splivalo
2015-01-21
Fixed wrong checking for pip_proxy option.
Mario Splivalo
2015-01-20
Added support for pip_proxy charm config option.
Mario Splivalo
2015-01-20
Adding support for pip_proxy (working version)
Mario Splivalo
2015-01-19
lsb_release() was imported twice
Mario Splivalo
[next]