[Python-modules-commits] [elasticsearch-curator] tag 3.5.0a1 created (now 09c0c94)
Apollon Oikonomopoulos
apoikos at moszumanska.debian.org
Wed Sep 7 12:50:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
apoikos pushed a change to tag 3.5.0a1
in repository elasticsearch-curator.
at 09c0c94 (commit)
This tag includes the following new commits:
new 7eac025 - Copy script from LOGSTASH-211
new aa8096d - remove escapes
new 9412e25 Update logstash_index_cleaner.py
new 0a9104a Merge pull request #2 from edgeofnite/patch-1
new 3ac3dbd Fix off-by-one error when using the len(prefix) to do slicing.
new e1c9d18 Merge pull request #4 from LeftyBC/patch-1
new e07120e Add requiements.txt
new 8dc62d7 Add proper python logging.
new bdb5d4d A bit of error handling.
new 7a0696c A bit more error handling.
new 727267a Fix up indentation?? Likely due to a :retab.
new 4771213 README updates
new 78d587f Merge pull request #5 from benjaminws/master
new a571cd7 Updated to use [official Elasticsearch Python API](http://www.elasticsearch.org/guide/en/elasticsearch/client/python-api/current/index.html)
new 8cc81ea Merge pull request #6 from untergeek/master
new 987997b Fixed an error preventing this from working in Python3 with date math. Fixed an erroneous assignment of 3am to daily indices (buh?) to use UTC “now” hour Fixed an erroneous shift +1 on index name parsing.
new f4aec55 Merge pull request #8 from untergeek/master
new 1c6913d Bumped version to 0.3.0 due to major feature change Addresses the issue in https://github.com/logstash/expire-logs/issues/1 by adding index closure.
new 3e50212 Suggested code updates
new 6e55528 Merge pull request #9 from untergeek/master
new d4b49d7 Display defaults with help to reduce complications for new users.
new 17eb2dd Bump minor version number.
new 25fc94c Improve README
new 70bcf50 Merge pull request #10 from untergeek/master
new 82cedf9 Missed a newline so it was no longer markdown
new 9e37577 Merge pull request #11 from untergeek/master
new b83beb1 Fix missing NullHandler in Python <v2.6.x
new 4d9b375 Refactor and simplify NullHandler() call.
new 6c14104 Merge pull request #13 from untergeek/master
new 8358c4e Fix https://github.com/logstash/expire-logs/issues/14
new d6e9a6d Merge pull request #15 from untergeek/master
new 44eed87 Add —disable-bloom-days feature.
new df375fa Put in a definitive False (even if not required)
new bc92484 Added -disable-bloom-hours option.
new 5008ce8 Merge pull request #16 from untergeek/disable_bloom
new 73dfa7c Massive refactor. Deprecate logstash_index_cleaner.py Added optimization (lucene forceMerge) operation.
new f5fc94c Make Optimize more clearly a Lucene forceMerge operation in documentation and args.
new 8fce732 Rename curator to curator.py, fix documentation accordingly. Added CONTRIBUTORS. Merge changes from @HonzaKral: First wave of python cleanups. - make logger global variable, perfectly standard and acceptable - add TODO - make index_loop dynamic by it looking up op functions in a dict - use client.indices and client.cluster instead of constructing IndicesClient/ClusterClient
new 9370efa Merge pull request #17 from untergeek/curator
new bd431a9 Version 0.5.0 Released!
new 67020e1 Merge pull request #18 from untergeek/master
new 87587be Deprecated. Use curator.py instead
new 048a3ca Merge pull request #19 from untergeek/master
new 28eb3fa Fix spelling.
new 6138861 Merge pull request #20 from untergeek/master
new 061f9b2 Fix can_bloom to compare numbers.
new c2cfbe0 Switched find_expired_indices to use datetimes and timedeltas
new 67d0771 Do not try and catch unrecoverable exceptions.
new 5b5f7cb Future proofing the use of the elasticsearch client.
new 8af3515 Merge pull request #21 from HonzaKral/master
new dd8ffc7 0.5.1 Released # Changes - Fix can_bloom to compare numbers (HonzaKral) - Switched find_expired_indices to use datetimes and timedeltas - Do not try and catch unrecoverable exceptions. (HonzaKral) - Future proofing the use of the elasticsearch client (i.e. work with version 1.0+ of Elasticsearch) (HonzaKral) Needs more testing, but should work. - Add tests for these scenarios (HonzaKral)
new aa53d50 Merge pull request #22 from untergeek/master
new 3282271 Version 0.5.1 released.
new 220ce94 Merge pull request #23 from untergeek/master
new 491a148 Fixed boolean logic for determining if hours or days present.
new 5b7f3b9 Release 0.5.2 - Fix boolean logic determining hours or days for time selection
new 4bb7799 Merge pull request #25 from untergeek/master
new c8f3a6b Add SSL option to ElasticSearch connexion and optparse backward compatibility for Python 2.6
new bfe4e7d No longer dry-run unconditionally for by_space
new b55628b Merge pull request #29 from zothar/master
new 217b770 Basic package restructure and setup.py
new 28f2a71 Updated setup.py to include testing and new name.
new c7130d6 Added Licensing Information
new a380f2d Added Author information
new 6f1ea4b Update setup.py
new ca04adf Bumped to version 0.6.0 and updated the README.md
new bb61051 Typos
new d19fd37 Merge pull request #31 from arieb/master
new aa08d00 Typo fix.
new 10611dd Merge pull request #33 from untergeek/master
new 0d4d002 Added setup.cfg because we have a markdown README.md
new c517a40 Fixed `-` to `*` for @arieb in CONTRIBUTORS Fixed to not add README.md in this manner (requires setup.cfg to read markdown properly) Added .gitignore
new 4bab7e4 Merge pull request #34 from untergeek/master
new 42d94a5 v0.6.0 release (for real)! 0.6.0 (08 Feb 2014) # General - Restructured repository to a be a proper python package. (arieb) - Added setup.py file. (arieb) - Removed the deprecated file logstash_index_cleaner.py (arieb) - Updated README.md to fit the new package, most importantly the usage and installation. (arieb) - Fixes and package push to PyPI (untergeek)
new 38b8768 Merge pull request #35 from untergeek/master
new 3c2c7d0 0.6.1 Release (mostly clerical) 0.6.1 (08 Feb 2014) # General - Added tarball versioning to setup.py (untergeek) # Bugfixes - Fix long_description by including README.md in MANIFEST.in (untergeek) - Incorrect version number in curator.py (untergeek)
new 68a4357 Merge pull request #36 from untergeek/master
new 654fe6d Slight grammar changes.
new e85dcce Merge pull request #38 from dharrigan/master
new 0cb6540 Changes for next revision started. (0.6.2-dev version bump, added contributor, edited changelog)
new 2367477 Merge pull request #39 from untergeek/master
new 2885a08 Merge https://github.com/elasticsearch/curator into ssl-optparse
new daae908 Update CONTRIBUTORS to include gelim, and update the CHANGELOG according to pull request #40
new 1da79f4 Merge pull request #40 from gelim/ssl-optparse
new d528b8c Module version checks for compatibility with API changes to ES 1.0
new 1baac13 Patches to check ES version instead of module version.
new e489556 Merge pull request #41 from untergeek/master
new 7e5d189 Add versioning information
new ed07795 Master should track 1.0 version of elasticsearch and elasticsearch-py
new d4722d4 Update curator.py
new 779b3dd Update curator.py
new 4c4547f Match time_unit arg - hours
new 7b4fcba Separate out the test suite
new 42f7d43 Don't include tests and python cache in the distribution
new 4e5c9f1 Added integration tests, more to come!
new 52bea04 Master only works with 1.0, no need for can_bloom function
new fcec3a3 Only retrieve relevant indices
new 7903633 Added a test for hourly indices
new 6179103 Merge branch 'master' of github.com:gitshaw/curator
new fcc52a2 Cutoff now works even for hours
new b8c1e16 Removed extra code
new e7fdd98 we now have actual test runner, no need to run tests directly
new 179b69c Minor tests refactoring
new 4c6c0c7 Added test for find_expired_indices
new c738457 tests for index_closed
new 9eed15a Added a not on running the test suite to the README
new e8c6840 Adding a Travis-CI integration
new ce5629d Longer timeout for travis
new acb048a Add nosexcover for coverage reporting in jenkins
new 3a37c9b Simplified find_overusage_indices, added tests
new 8118b75 Tests for _close_index
new 8d7b6d2 tests for _delete_index
new 7feae7f Tests for _bloom_index
new 3b3f736 Test _optimize_index
new 832a8d8 Add naive tests for get_segmentcount
new 28a2920 Make sure the index actions aren't reporting skip
new 37ea90d Make sure find_expired_indices doesn't skip over closed indices
new 4c01856 Make tests more stable
new 67d2196 Version 1.0.0 release!
new 3531d95 Merge pull request #59 from untergeek/1.0
new 1c020ac Prep for next dev version (1.0.1-dev naming, CHANGELOG prep).
new cc69d71 Changed BUILD_NUMBER to CURATOR_BUILD_NUMBER
new 64c1396 Ignore .pyc files generated by testing
new fae4e59 This fixes an anomaly with regards to actual shard count vs. primary shard count.
new b6c416b Merge pull request #61 from untergeek/master
new 14c09aa first go at updating index routing allocation
new a4eb864 remove unused regex validation
new 9f5f21a Time unit off-by-one fix for #65
new caa0bef Merge pull request #66 from untergeek/time-off-by-one-patch
new c71851a Fix for broken test after #65
new 0fe3387 Merge pull request #67 from untergeek/show-indices
new 82b0701 Add simple functionality to show indices at the command-line (and a corresponding inner function).
new 5e5d1b9 Merge pull request #62 from nickethier/index_routing
new 713a5fb Merge branch 'master' into show-indices
new 4be4f71 Merge pull request #68 from untergeek/master
new ea9b62e Merge pull request #60 from mohabusama/master
new c3a6539 Updated CHANGELOG to reflect changes.
new f3ba67a Merge pull request #69 from untergeek/show-indices
new e11e1aa More test case fixes for #65 (no more complaints from Jenkins!)
new 5abe051 Merge pull request #70 from untergeek/do-snapshots
new 7f34fc5 Updates to CONTRIBUTORS and README.md (new functionality)
new 8d0c6e1 Merge pull request #71 from untergeek/doc_changes
new 7fdbc23 Update README.md with correct test command
new cf91c16 Merge pull request #72 from sfritz/master
new c739402 Handle log level in args (info, …)
new 6b7a4f2 Fix for #74, wherein a kwarg didn't get passed :frowning:
new ec372b7 Merge pull request #75 from untergeek/issue-74-patch
new b1b7eb1 Exclude pattern
new 385ef16 Use exclude_prefix
new bdcf92a Merge pull request #73 from xavier-calland/log-level
new 95223fd Merge branch 'master' of https://github.com/elasticsearch/curator
new 763e968 Exclude prefix is now a RE pattern
new 491694a Search instead of match
new f2e7847 Merge pull request #80 from ekamil/master
new 965bfe4 First batch of changes. More of a saving commit...
new c995fd9 Add 1.1.0 branch. Update documentation
new 2768aa6 Adding some randomization to the naming of the repository to avoid collisions in Jenkins...
new ed9b66b Merge pull request #91 from untergeek/master
new 3579ee4 Fix: `filter` returns an iterator instead of a list in python3.
new 71cc032 Missed this instance :(
new 567b69c Fix: `dict.keys()` does not natively return a list in python3.
new 0925aac Merge pull request #92 from untergeek/1.1.0
new 7ad71ca Release Curator 1.1.0
new 1b31161 Add release date
new 72e6ece Merge pull request #93 from untergeek/1.1.0
new 8f72396 Fix `format` call index issue for Python 2.6
new 6961430 Fix `format` call index issue for Python 2.6
new 64d4691 Merge pull request #97 from elasticsearch/1.1.x
new 511b8e2 Release 1.1.1, patch fix for Python 2.6 users
new e397167 Revert "Release 1.1.1, patch fix for Python 2.6 users"
new abc6c5b Revert "Revert "Release 1.1.1, patch fix for Python 2.6 users""
new ea001eb Revert "Revert "Revert "Release 1.1.1, patch fix for Python 2.6 users"""
new 2159f87 Emergency release of 1.1.1 for users of Python 2.6
new 35382c2 Merge branch 'master' of https://github.com/untergeek/expire-logs
new f816d3f Release 1.1.2 Because 1.1.1 never happened.
new cec58b6 Adding Basic HTTP Authentication Option
new cc636db Cleaning up new lines
new 1dda342 Fixes #106 Added .idea to .gitignore
new dc669e3 Merge pull request #107 from untergeek/fix/106
new 49d5073 Fixes #102
new 8eac5c5 Merge pull request #108 from untergeek/fix/102
new cc58fe8 Merge pull request #100 from bbuchacher/master
new 89a95f3 Initial work done.
new 31922f6 Release 1.1.3
new faa2e1b Merge pull request #109 from untergeek/1.1.3
new 5e71c5b Release 1.1.3
new dc39402 Merge branch 'master' of https://github.com/elasticsearch/curator
new 1b72703 Next version numbering...
new b4f162e Merge pull request #110 from untergeek/1.1.4-dev
new ed9ec65 Updating testing to work with new date formatting
new 8f90746 Fixed tests to use new time formatting.
new 3f07922 Tentative fix for week of year date math
new 1e5a67b Merge branch 'feature/101' of https://github.com/untergeek/expire-logs into feature/101
new 0bd1245 Fixes and working tests Cleaned out months (very small percentage of users would use this) Hacked in a few work-arounds to make week math work Pruned unneeded code (iso date math) I dabbled with.
new f5167a6 Refactored all logging and find_expired_data …and all calls to `find_expired_data` in curator and the integration tests. Sending back a tuple with the expired index and the time difference was fancy, but not needed. It was causing issues, so I cleaned up logging, added a logstash log format, fixed dry run reporting in logging so it's more clear that changes will not be made, and cleared up some ambiguity reported in #112 Tests were fixed to reflect changes in code.
new 4f39494 Bump version to 1.2.0-dev Push logging changes made in curator to es_repo_mgr
new c2b1aa4 Merge pull request #111 from untergeek/feature/101
new 8109cf0 Release 1.2.0 (24 July 2014) ## General - New! Allow user-specified date patterns: `--timestring` #111 (untergeek) - New! Curate weekly indices (must use week of year) #111 (untergeek) - New! Log output in logstash format `--logformat logstash` #111 (untergeek) - Updated! Cleaner default logs (debug still shows everything) (untergeek) - Improved! Dry runs are more visible in log output (untergeek)
new aa8f678 Merge pull request #113 from untergeek/1.2.0
new 9e71883 Quick bug fix for 1.2.0. The new logging cleanup did not account for the entry point calling `curator.curator`. This has now been whitelisted.
new f77f570 Merge pull request #114 from untergeek/1.2.1
new c0fe250 Updated README to address #115
new 609b4b7 Updated logging whitelist. Updated some log messages to be more concise.
new 94038ca Updated logging whitelist. Updated some log messages to be more concise.
new e3f273f Fixed missing monthly time_unit functionality
new d6bae86 Fixed missing monthly time_unit functionality
new d036fca Added add_common_args() method to simplify arg processing.
new 90f21eb Added add_common_args() method to simplify arg processing.
new 0c05689 Change logging in curator.py
new e91f330 Change logging in curator.py
new 2a0e4ee Fix show command
new 00cd36f Fix show command
new 0e52c20 Version bump for release 1.2.2
new a3a1481 Version bump for release 1.2.2
new 0e432d8 Version bump back to dev.
new 63d1a99 Merge branch '1.x'
new bc03e6e Added `--delay` arg and functionality
new f590ea2 Getting started on a 2.0 branch
new ac7cdc1 Merge pull request #133 from untergeek/2.x
new 98b2637 Add wildcards to prefixes and suffixes. Extract dates from index names via regex instead of split.
new b83b153 Add copious tests to cover wildcard edge cases
new bd44da1 Regexes compel filtering after all indices have been pulled.
new bf88993 Initial split
new dbc495d Updated es_repo_mgr to use shared methods
new 33acae0 Cleanup and add preliminary documentation
new ea0eed3 Standardize parameter and argument naming
new fcee1a2 Fix a unit test because of #141
new c2e4341 Cleanup, and standardize parameter and argument naming
new 735c476 Rename file. Add default in case of `if` failure.
new e35ccc4 Fixes discovered during unit testing.
new b4b6223 Fixes discovered during unit testing.
new a760a8c Update unit and integration tests to work with updated methods
new 5ea67bc Add wildcards to prefixes and suffixes. Extract dates from index names via regex instead of split.
new bb832dc Fix syntax error in logstash logformat JSON
new 2e9ecaa Changing from fatal to info, exit code 0 for non-master node test
new be249df Initial split
new 607e6fa Updated es_repo_mgr to use shared methods
new fb7a4c5 Cleanup and add preliminary documentation
new 24df485 Standardize parameter and argument naming
new f869939 Fix a unit test because of #141
new 2c24b67 Cleanup, and standardize parameter and argument naming
new 6f040e9 Rename file. Add default in case of `if` failure.
new 1a6800e Fixes discovered during unit testing.
new da1d7a4 Fixes discovered during unit testing.
new b9dc696 Update unit and integration tests to work with updated methods
new c676d02 Begun work on updating snapshots
new bf73598 Add change in #143 to updated curator_script.py
new ac8a9e7 Pushing changes in #145 to curator_script.py
new eb6b5ed Removed confusing single-letter args in favor of clearer, longer ones.
new 3d37181 More work on snapshots.
new 68ea6f5 Return a list instead of a tuple
new c73ab57 Fix a unit test because of #141
new b78bbc2 Add 'all_indices' option and functionality
new 223c41b Patches to make it work.
new b1dde0f Merge branch 'feature/137' of https://github.com/untergeek/expire-logs into feature/137
new 2cbb53a Update .gitignore
new d27c453 Updated to force installation of argparse
new 254c090 Add documentation, fix missing args.
new 3140da3 Massive refactor and rearranging of code + docs
new 4834a2c Make es_repo_mgr more in line with API changes
new e2f9cb5 Major refactor to reflect changes to curator.py
new ad64e98 Added sphinx documentation to the project
new e8fba20 Fix missing month check in validate_timestring()
new 57f3771 Remove CHANGELOG in favor of Changelog.rst
new 2ec9aad Update with recent bug fix and contributor info
new 0ee4a2a Changes reflect method renaming in es_repo_mgr.py
new 307228e Merge branch 'feature/137' of https://github.com/untergeek/expire-logs into untergeek-feature/137
new 57615a2 Merge branch 'untergeek-feature/137'
new 57ddb6d Adding for documentation at rtfd.org
new 1d9aa51 Merge pull request #164 from untergeek/2.x
new 1fd9a98 Merge pull request #165 from elasticsearch/2.x
new 265eb17 This turned out to not be needed.
new cdf80f1 Merge pull request #166 from untergeek/2.x
new 02fd8c7 Fixes #167
new 5e755a5 Pre-release 2.0.0 cleanup
new 398ac95 Version bump for release 2.0.0
new b9d49dc Merge branch 'release/2.0.0' The version is officially bumped to 2.0.0
new 4b5efed Fix version change oversight here
new 7d073b5 Added timeout override check with --all-indices
new 7b2e009 Fix #185 and #186
new 022e8d6 Fixed documentation for variable name
new 1a32f7a Adding snapshot name to report
new 16fdbc9 Updated documentation
new 6850162 Fix ES version edge cases with Beta1
new f35e47e Update CONTRIBUTORS and Changelog
new e1cba1e New feature: Ability to change replica count
new ac96ad7 Fix typo
new dfcec98 Trying to make the documentation more visible
new db59736 Merge pull request #195 from untergeek/docfix
new 4d16dd6 Add --delay functionality to bloom filters
new 027f0b1 Fix typo in get_object_list
new 735dfb7 Catch concurrent snapshots
new 62d7886 correctly handle 0 in --older_than, --most-recent and --delete-older-than for snapshot
new 36dde16 Fix logging `_, a, l, l` with --all-indices
new df3e793 Updated Contributors & Changelog
new 14629fa Docker Definition
new 3ee9186 Fix logging to work with stack traces
new 9329c34 Add 2-digit years (lower-case y)
new d6d3368 Fix #214 by adding check if index is closed, before adding to alias
new d78726c Updated CONTRIBUTORS & Changelog
new 008a198 Made install_requires variable based on python version
new e2a1fa2 Updated CONTRIBUTORS & Changelog
new 02927af Fixes CI tests for Curator
new a58d608 Merge pull request #226 from christianvozar/features/docker
new 948e2a0 Merge pull request #211 from bobrik/none-args
new 4e11d93 ENTRYPOINT Works Better for Execution
new 51de095 Merge pull request #237 from christianvozar/patch-1
new 863c4fd Update docs to read properly
new 09b66c3 Merge pull request #241 from untergeek/docupdate
new ac89252 Release preparation.
new 5898003 Merge pull request #242 from untergeek/2.1.0
new 00a2c42 Update version to 2.1.1
new 059b99e Merge pull request #243 from untergeek/2.1.1
new df7803c not updating replicas if not needed
new b9dcfc1 Merge pull request #247 from bobrik/skip-replicas
new b57c9f8 Produce valid JSON for all input with the logstash log format.
new 75f8886 Merge pull request #250 from magnusbaeck/json-formatter
new c79447e Version bump for master
new 2524256 Merge pull request #255 from untergeek/vbump2x
new 6770434 Prevent empty csv string from matching all indices
new 45bc038 Add test for this.
new 54f879f Merge pull request #256 from untergeek/fix/254
new f46d299 Update these for pending 2.1.2 release
new 2f141e1 Merge pull request #257 from untergeek/changes-2.1.2
new ab54510 Avoid removal of kibana index for kibane 4
new e137e33 Merge pull request #261 from malagoli/master
new ae28ddf Fix segment count for empty index
new 8a326ca Merge pull request #265 from untergeek/fix/264
new 4c34b13 Bump for changes in #265
new 886f336 Merge pull request #266 from untergeek/changefilebump
new 5afe8eb Tracking initial progress
new afd8551 Latest work
new 87bcd79 Bloom filters were disabled in 1.4
new 292dc78 Merge pull request #268 from untergeek/fix/267
new 3d813bf Add new methods for v3 functionality
new 296a5e8 Latest WIP iteration
new 141bc35 Breaking up the plethora of methods
new 9d7e27b Moving things around to make it cleaner
new 1be8722 Change versioning methodology
new 58a9738 Improved version management
new d2baa16 Major refactoring
new 7d13dc4 Adding logging modules, etc.
new 90e3338 Improve methods
new 99cf21a Commit before fully breaking up the CLI
new 7047b4a Missed this one in the last commit
new 6f3df6f Package-level refactoring
new 2bd585e Updates and tests!
new 729120c Adding tests like a mad beast
new 09c6605 All kinds of happy tests now!
new f88c684 Moving to disambiguate
new 64bb3a7 Adding delete tests, and changing delete_by_space
new 93af4d7 Updated tests and allocate
new e3054f6 Tests for show()
new c45046d Moved stuff, more tests
new 73dda0b Many more tests
new 596c2e1 More tests. Started on snapshot changes
new 69d616a Last of the filter tests.
new afdc831 Updating launch method
new 606e73a Nearly 100% coverage on unit tests now!!!
new 475fe25 Lots of clean-up here. This is almost good to go!
new 24e6479 Skip already allocated indices
new 371513b Ignoring the scratch directory
new 35e0468 Huge new batch of changes, fixes and tests
new f5c44cd Update some args and their appearance
new 9f3d9d4 Merge pull request #273 from adjust/allocation_check
new 7660d79 Added in modified code from #273
new 4935240 Updates for documentation, mostly.
new 1b40c46 Documentation improvements
new 6bb5c0b Fixed up es_repo_mgr to work with click
new d99829a More documentation. Working towards asciidoc
new 3990023 Doc test for github
new 4f529d2 Ready for beta release
new b259fa6 Merge branch 'proto3' of https://github.com/untergeek/expire-logs into untergeek-proto3
new e4ce794 Merge branch 'untergeek-proto3'
new c0c42ff Fixing artifacts left over from the merge
new 5fb69e4 Merge pull request #275 from untergeek/fixdocs
new c6fc7e0 Fixed methods and tests for python3 too
new 0066ea7 Updated for python3 files
new 9ddc689 Add in testing requirement, "scripttest"
new eb204d9 Merge pull request #276 from untergeek/python3tests
new 42251b0 Version bump
new d80b728 Merge pull request #277 from untergeek/v3.0.0-beta2
new 4197fb5 Fix cli integration tests
new ebb2849 Merge pull request #278 from untergeek/testfix
new 120ea03 Fixed packaging issues
new d4639ef Added changes
new 5615786 Merge pull request #280 from untergeek/v3.0.0b3
new 143a970 Fix --regex flag
new 4ac82f0 Merge pull request #282 from untergeek/regex_cli_fix
new 075a90b Add allocation tests
new 129c634 Allow changing allocation rule for closed indices
new 004dffd Add test for changing replica count of closed index
new 7c192ba Don't skip closed indices when setting replica count
new a2dd678 Merge pull request #283 from adjust/closed_indices
new 1055207 Beta4 updates
new be4597d Merge pull request #284 from untergeek/add_cli_tests
new d249eac Version bump and changelog
new 591a788 Merge pull request #285 from untergeek/v3.0.0.rc1
new c2fbec7 Integration testing across ES versions found a bug
new ac132a2 Merge pull request #286 from untergeek/snapshot_es_v_fix
new f2ccd5c Writing docs caught the incorrect timeout
new 09e0b88 Merge pull request #287 from untergeek/fix_req_timeout
new 9241c0f Minor changes to documentation, plus version bump
new ca00dd9 Update Changelog for v3 release
new 849c8ba Merge pull request #289 from untergeek/v3_release
new 3e51852 This fixes #290 and adds some tests
new c78e92c Merge pull request #292 from untergeek/fix/290
new 1b48b61 Add Dan Sheridan to CONTRIBUTORS
new 02efdba Changes documented in Changelog
new 9c89627 Merge pull request #296 from untergeek/chunky
new 2a572d1 Addresses concerns raised in #297
new 1dc2110 Update Changelog with PR numbers
new ff8fb3e Merge pull request #298 from untergeek/enhancement/297
new 3dc9d35 Replace filter with _filter
new c0c840d Merge pull request #299 from untergeek/docfix297
new 08cd490 Release prep for 3.0.1
new 0127d9a Merge pull request #300 from untergeek/v3.0.1
new e879491 Add build status indicator
new 35fb6ed Updated to allow viewing for others
new e6f307d Merge pull request #301 from untergeek/add_build_badge
new ba7d8b9 Fixing documentation due to rebrand.
new e60394d Merge pull request #302 from untergeek/rebrand
new 31fdcd2 Update version for dev again
new c9edc04 Address issues raised in #303
new 463cdd2 Merge pull request #304 from untergeek/fix/303
new 6c2386c Snapshot command should get full index list
new 0466e4c Merge pull request #308 from untergeek/fix/307
new e516798 Fix #309
new decc1f5 Merge pull request #310 from untergeek/fix/309
new e1d9204 If Jenkins is slow, timeouts can happen
new 5489068 Merge pull request #311 from untergeek/increase_timeout
new ba2e25a v3.0.2 release
new 1d75a48 Merge pull request #312 from untergeek/v3.0.2
new 9ec4201 Back to 3.1.0.dev
new 1d9f5c4 Merge pull request #313 from untergeek/dev201503231507
new 8b67dda Fix URLs and add a CONTRIBUTING.md
new d3b9c63 This addresses #307
new b51215a Merge pull request #314 from untergeek/doc_wip
new 36d470b Update index.asciidoc
new 17112d5 Update LICENSE.txt
new 291a588 Update .gitignore
new be9dbf2 Update markdown files
new b838569 Asciidoc updates
new 07856ca Updated to point to CLI documentation
new 263a9fe Merge pull request #315 from untergeek/doc_updates
new cd45329 Found a few holdouts still pointing at the wiki
new 84f8961 Merge pull request #316 from untergeek/doc_update_201503251120
new e197dcb No more unnecessary delays for Optimize calls.
new fa05f3a I was overthinking this. Refactoring.
new 5a4e2fc Update Changelog
new 631e58a Added `optimized` method to RST docs
new 2c9733a Merge pull request #321 from untergeek/fix/319
new 8d04a15 Fix repo links and update Changelog
new 2941651 Merge pull request #322 from untergeek/fix/318
new 785fd1f Reinstate the timeout override from v2
new 43593de Merge pull request #323 from untergeek/fix/320
new 9938612 This will hopefully eliminate Jenkins failures
new 4eda5ac Merge pull request #325 from untergeek/fix/324
new 2da12a6 Improve logging and dry-run output
new 49a6bf5 Merge pull request #329 from untergeek/enhancement/328
new e00c39b v3.0.3 Release Prep
new 1113754 Merge pull request #330 from untergeek/v3.0.3-release
new 5eb5735 Bump version back to 3.1.0.dev0
new 2d70a4f Merge pull request #331 from untergeek/vbump20150327
new c4c3cc7 First run at formatting output with index state
new f0a338a Update Changelog and CONTRIBUTORS
new 89e84f9 Merge pull request #334 from untergeek/fix/327
new c9f5379 fix(cli.es_repo_mgr): Ensure proper parent CLI parameters are passed into create sub-command
new a998cd4 test(integration.cli_commands): Repository creation
new 1ce9e5b chore(test.integration.cli_commands): Remove debug arg
new 4dd62bc fix(test.integration.cli_commands): Use platform-independent temporary directory for location
new 637d3e4 docs(CONTRIBUTORS): Add myself
new b24abec docs(CHANGELOG): Add note for #337
new 2838f3a style(Changelog.rst): Indicate scope of changes (es_repo_mgr)
new c7e78f5 Merge pull request #337 from feltnerm/fix/create-command-cli-params
new 91cee1c Doc fixes
new 1896e1d Merge pull request #342 from untergeek/doc/341
new 13a7459 Proposed fix for #348
new 0d94041 Add tests for es_repo_mgr
new 11d9839 Merge pull request #350 from untergeek/repo_mgr_tests
new 734ff1e Update license holder to be Elasticsearch
new 4b39201 Merge pull request #351 from untergeek/doc/346
new 21776b8 Increase timeout for snapshot and node discovery
new 4c2c673 Merge pull request #352 from untergeek/fix/340
new a016c0a This PR re-fixes #245 for delete by space
new cc43a6a Added documentation and Changes info
new b487f45 Merge pull request #353 from untergeek/refix/245
new 419778a Added FAQ to address setuptools issues
new e8fa673 Merge pull request #355 from untergeek/faq/354
new 46ff26e Update client timeout to prevent Jenkins issues
new 22515b5 Merge pull request #357 from untergeek/fix/356
new 1a2ab9d Shrink the index count by using huge names
new 68c2311 Merge pull request #359 from untergeek/fix/358
new 861d60d Mention FAQ guide for help with issues like
new 59045e0 Merge pull request #361 from wjimenez5271/wjimenez
new ae551d1 Added optimize space usage notice
new fc02c3a Merge pull request #362 from untergeek/doc/338
new e30577b Add another FAQ, regarding gateway timeouts
new 376f730 Merge pull request #363 from untergeek/doc/333
new e3a71a2 Add log notifications for matching items
new 0dfd320 Merge pull request #364 from untergeek/fix/293
new 2818c39 Fix newer-than flag description
new 42d6ad8 Merge pull request #368 from adjust/fixdoc
new a7465b5 Logging improvements
new ebfef4e Merge pull request #376 from untergeek/fix/372
new 5338576 Test for snapshot success
new 0f5cae1 Merge pull request #377 from untergeek/fix/253
new 2f011b1 Documentation changes.
new d356b53 Merge pull request #378 from untergeek/doc/334
new e24f252 Fix for tests on old versions of ES
new 3faec2a Merge pull request #380 from untergeek/fix/379
new d85062f This time it should work.
new 8a6bd9b Merge pull request #381 from untergeek/fix/379-2
new e186e25 There is no _status endpoint before 1.1.0
new 49f63cf Merge pull request #383 from untergeek/fix/379-3
new 1b42775 Version bump to 3.1.0
new 0364fb2 Merge pull request #384 from untergeek/v3.1.0/382
new 75f7c0a Update Changelog for 3.1.0
new 32592dc Merge pull request #385 from untergeek/changelog/382
new 8442d24 Version bumps, doc bumps for elastic.co
new b3295f9 Merge pull request #386 from untergeek/vbump_3.2.0.dev0
new 3c04ca6 Implemeting the enhancement #392 : it is now possible to specify the day of the year in the filter
new ff4369a Merge pull request #397 from petitout/petitout/enhancement/392
new 7272cc4 Switch to using _all instead of *
new 0d871e3 No change replica count on closed indices
new b27ddd4 Change stderr to stdout
new bca80a2 Remove exit code 99
new fe376c1 Merge pull request #401 from untergeek/big_bundle
new 5a0d146 Add --skip-repo-validation flag
new 90fbe69 Merge pull request #402 from untergeek/fix/396
new ead25d0 Fixed "empty array" fail for test
new deeffe2 Merge pull request #403 from untergeek/test_fix_2015061700
new e84620b Recommend running with --debug on errors
new 80f27c1 Merge pull request #404 from untergeek/fix/390
new cc09c14 Alias automatically created if nonexistent
new d090105 Merge pull request #406 from untergeek/feature/317
new c37280b Add experimental SSL cert validation
new fedf4bb Merge pull request #407 from untergeek/feature/345
new 6d42b15 Add synced flush feature (index sealing)
new f4ec190 Merge pull request #410 from untergeek/feature/394
new d339ffc Fix verification error
new 2ab323d Merge pull request #411 from untergeek/fix/389
new e5dcd49 Try to grab upstream error msg
new 84d2c8b Merge pull request #412 from untergeek/fix/405
new 4e4a5ad Corrected two errors in the more complex example.
new 5496103 Added a new contributor
new 2fc266e Merge pull request #414 from jrmycanady/patch-1
new e89a53d Fix packaging bits
new 538cc58 Merge pull request #416 from untergeek/packaging_fixes
new c6959de Release prep for 3.2.0
new a928718 Merge pull request #418 from untergeek/v3.2.0-release
new 8255c41 Add the seal command
new 04dbfe6 Merge pull request #419 from untergeek/seal_in_tree
new b6c0aee Somehow I forgot to add this into the docs
new 272b325 Update docs some more
new edf9071 Merge pull request #422 from untergeek/repo_validation_docs
new afb11d6 Fix an edge case where deletes don't work properly
new 04f4428 Add timeout flag documentation
new 13c8f7b Merge pull request #424 from untergeek/add_timeout_flag
new f578de5 Add repository documentation
new 2a210ec Merge pull request #425 from untergeek/repo_docs
new fd71015 Check for empty index list in seal
new 9d4ffdf Merge pull request #427 from untergeek/fix/426
new 45793a9 Merge conflicts
new bee2932 Merge branch 'fix/420' of github.com:untergeek/curator into fix/420
new 4388867 Merge pull request #423 from untergeek/fix/420
new 71c2f2a This fixes 429 and preps for 3.2.1 release
new d499337 Merge pull request #430 from untergeek/fix/429
new 2834478 Version 3.2.1 release
new dc464e1 Merge pull request #431 from untergeek/3.2.1_release
new c705822 Version bump after 3.2.1 release
new f123b15 Add doc bumps for 3.2.1
new cb2d829 Merge pull request #432 from untergeek/v3.3.0.dev1
new b93f4a6 Pin mock at version 1.0.1
new 85c3224 Bump doc version
new 731eed2 Merge pull request #434 from untergeek/fix/433
new f83cfab Update docs with latest changes
new ce95acd Merge pull request #437 from untergeek/docs_201507131248
new 714fcb8 Prepare for release of 3.2.3
new d0ba02e Merge pull request #439 from untergeek/fix/420-1
new 2522ae1 Docs at v3.2.3, code at 3.3.0.dev4
new bd15610 Merge pull request #440 from untergeek/doc_vbump_3.2.3
new 007f684 Added allocation types: include and exclude
new 1517f03 changes as requested in review
new 48aaaa0 Fixed typo in var name
new b720fb6 Added integration tests for allocation types
new ba75a6a Updated documentation
new c6ba7a6 Added PR number and my handle
new 30dee8c Merge pull request #443 from steffo/master
new 105c7c6 Update elasticsearch python module dep
new 42cd669 Merge pull request #448 from untergeek/fix/447
new 4f8e509 Added #447 to Changelog, cleaned up, added test
new c3bd98d Merge pull request #449 from untergeek/doc_447_add_test
new 01c7a93 Update optimize.asciidoc
new 32ba8d2 Merge pull request #453 from rstruber/patch-1
new 895dad5 Add SSL Features
new 5443fa9 Update Changelog accordingly.
new 870ceb7 Merge pull request #462 from untergeek/feature/436
new f16ed4b Fix delete by space to consider replica shards too
new 2cb63b6 Merge pull request #463 from untergeek/fix/455
new 9935b73 Fix exit codes and messages for snapshot selection
new 08404f5 Merge pull request #464 from untergeek/fix/452
new 06da59e Cast variables to prevent API call mishaps
new 7d67cf1 Stupid typo
new 704d801 Merge pull request #467 from untergeek/fix/465
new 887ef54 Documentation improvements
new 2b88f14 Merge pull request #468 from untergeek/doc/461
new d17c1bc Regression fix for Jenkins
new 337f10e Merge pull request #469 from untergeek/fix/465-2
new 10d77e3 Testing some testing regressions
new b41c145 Merge pull request #470 from untergeek/regression_v160
new 8745b9a False alarm. Jenkins issue.
new 034ad2c Update changelog
new 143c528 Merge pull request #471 from untergeek/regression_v160
new 0f3f601 Update docs for 3.3.0 release
new 662a42a Version bump to 3.3.0
new f4fb814 Merge pull request #472 from untergeek/doc/450
new af8df87 Version changes for next release
new ae36c04 Bump documentation version per release
new 4c1a76e Merge pull request #473 from untergeek/v340dev0
new 32d89b3 Update optimize.asciidoc
new d37bec2 Merge pull request #483 from elastic/optimize-timeout-20151003
new 3d538f5 Be explicit when calling exists_alias since order is unreliable
new c230b1c #476: select only closed indices optionally.
new d71a0c0 Merge pull request #486 from HonzaKral/1.7-fix
new db012be #476: reverted get_indices changes and moved filtering to api.
new 96d7513 #476: Changelog and C
new 2bc4228 Merge pull request #487 from Basster/feature/filter-closed
new b3f4417 Massive refactor for Elasticsearch 2.0
new aff1d67 Merge pull request #488 from untergeek/dependency1.7.0
new 30a798e Update es_repo_mgr to have SSL options
new f56f754 Merge pull request #489 from untergeek/fix/480
new 3c02c90 Logging improvements requested in #475
new 3494864 Merge pull request #490 from untergeek/fix/475
new 244bff0 Use packages.elastic.co instead
new 792e86f Per Honza Kral, use elasticsearch-py 1.8.0
new d019f09 Add --quiet output
new 243667b Merge pull request #494 from untergeek/fix/438
new a524353 Add --quiet documentation
new e896d95 Update to use packages.elastic.co
new e311e5d Merge pull request #495 from untergeek/fix/492
new d17df4a Fixes link definition.
new 847771a Merge pull request #498 from palecur/link-fix
new e159831 Fixed broken cross document link.
new 1f51396 Fixed bad link.
new f2e0939 Make index_closed use /_cat/indices instead of /_cluster/state for ES > 1.5.0.
new c227f5e Merge pull request #493 from elastic/untergeek-repo-update
new 5dcd094 Merge pull request #499 from univerio/index_closed_cat
new b9acce1 Add comments to explain the workarounds
new 3af69a6 Add NOTICE for better Apache2 compliance
new 0bc5890 Update Changelog, CONTRIBUTORS, and version
new 856d37d Merge pull request #501 from untergeek/fix/500
new 4468eae Fixed a docs link for ES 2.0
new b4198fe Bump acceptable versions of python module
new c565755 Prepare for 3.4.0 release
new 9844675 Merge pull request #502 from untergeek/3.4.0_release
new f8dc785 Removing 0.90.x references
new 2c10d7c Bump versions
new bd360ed Bump dependency versions
new a4bce76 Merge pull request #503 from untergeek/3.4.0_docs
new 862fb19 Fixing sphinx warnings
new 2f7caa1 Merge pull request #506 from hydrapolic/master
new 50205b0 return False when failing to get _all snapshots
new 6cea8ba Update show.asciidoc
new ac6b600 Use slim version of base image for docker definition
new 3d27aad exclude option in build_filter api
new 20c7e7c Merge pull request #527 from xaka/patch-1
new 976be3a Merge pull request #507 from garyelephant/master
new f91206c Fix a link issue
new 4531b33 Fix spacing
new 2cda5aa Merge pull request #534 from untergeek/master
new 9ad036e Default to use cluster state first
new 59bbf8a Merge pull request #535 from untergeek/fix/519
new e1d6b0b Show time delay between optimize runs
new 4a27354 Merge pull request #536 from untergeek/fix/525
new 30c26b4 Allow python modules elasticsearch>=1.8.0,<2.4.0
new dfe060e Merge pull request #537 from untergeek/fix/524
new f01079e Update license to 2016
new 7f9adab Merge pull request #538 from untergeek/license_2016
new bfbadf0 Update contributors and documentation
new 2cf06a7 Merge pull request #539 from untergeek/changelog_upd
new a259bd3 Change --master-only exit code to 0 when connected to non-master node
new fbc34d5 Add myself to contributors
new e9bae50 Setup cx_Freeze to build binary packages
new 199d53e Merge pull request #554 from untergeek/feature/build-in-ator
new 537541c Merge pull request #541 from wkruse/master-only-exit-code
new 5c16a7c Fix Jenkins build testing by isolating cx_Freeze
new 244c098 Merge pull request #555 from untergeek/fix_build_cx
new d817277 Recent addition missed a test change.
new e384fdc Merge pull request #556 from untergeek/fix_master_only_test
new 9e7eb39 Improve logging in snapshot api method.
new 40b939c Merge pull request #557 from untergeek/fix/551
new 0d1ecc0 Test timestring for time-unit components
new 8ef488c Merge pull request #558 from untergeek/fix/544
new bf75026 Allocation will exit 0 on "empty" lists now
new 81df570 Merge pull request #559 from untergeek/fix/531
new 67ec078 Move repository creation methods to the API
new 8762d35 Merge pull request #560 from untergeek/fix/550
new b97e1fe Release preparation for v3.4.1
new 0f4aea7 Merge pull request #561 from untergeek/release_prep_3.4.1
new 38c1802 Update docs for 3.4.1
new 923eb0e Merge pull request #563 from untergeek/3.4.1_docs
new c22deb1 Version bump for the next dev cycle
new f6d25bc Merge pull request #564 from untergeek/v3.5.0.dev0
new 31786fd Remove print() in setup.py as it breaks commands like "python setup.py --url"
new 0c8fbc3 Add support for client certificates #520
new dc84d0a Merge pull request #570 from richm/issue-520
new 1c9a4f9 Merge pull request #568 from thib-ack/setup-py-patch-1
new 629daaf Merge pull request #530 from zzugg/master
new 1d86af6 Disallow snapshot names with uppercase chars
new 25d17e4 Add missing contributor and Changelog info
new a2fe038 Change wording a bit.
new 828da4e Merge pull request #574 from untergeek/fix/562
new fd9b160 Update version and Changelog for release
new 09c0c94 Merge pull request #575 from untergeek/release_3.5.0a1
The 715 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/elasticsearch-curator.git
More information about the Python-modules-commits
mailing list