|
| 1 | +clusto (0.7.8) unstable; urgency=low |
| 2 | + |
| 3 | + * Merge pull request #71 from motivator/rm_bugs (Mike Newton) |
| 4 | + * Merge pull request #72 from motivator/ipython_version (Mike Newton) |
| 5 | + * ipython 4.0.0b1 does not work (yet) (Mike Newton) |
| 6 | + * better exception handling and remove errant import (Mike Newton) |
| 7 | + * better way to test on deallocate. also updated tests. (Mike Newton) |
| 8 | + * be less greedy with deallocation (Mike Newton) |
| 9 | + * make resource tests more complete (Mike Newton) |
| 10 | + * actually use number to keep track of resources and resource |
| 11 | + attributes (Mike Newton) |
| 12 | + * Merge pull request #69 from yiranwang52/master (Jorge Gallegos) |
| 13 | + * Fix unclusto() for "json" datatype (Yiran Wang) |
| 14 | + * Merge pull request #67 from daradib/tree-command (Jorge Gallegos) |
| 15 | + * Dedent docstring for command help (Dara Adib) |
| 16 | + * Move clusto-tree to commands (Dara Adib) |
| 17 | + * Merge pull request #66 from jamesonjlee/jamesonjlee-patch-1 (Jeremy Grosser) |
| 18 | + * catch LookUpError to return None (Jameson) |
| 19 | + * Merge pull request #65 from ctrlhxj/add_prefetch (Jeremy Grosser) |
| 20 | + * add prefetch to get attributes in one query (Xiaojian Huang) |
| 21 | + * Merge pull request #64 from daradib/clusto-attr-tree (Jorge Gallegos) |
| 22 | + * Remove extra newline for each object in clusto-tree (Dara Adib) |
| 23 | + * Combine clusto-attr-tree and clusto-tree scripts (Dara Adib) |
| 24 | + * Change clusto-attr-tree attribute output format (Dara Adib) |
| 25 | + * Add clusto-attr-tree script (Dara Adib) |
| 26 | + * Merge pull request #62 from mgeggie-uber/master (Jorge Gallegos) |
| 27 | + * Adding the --force/-f options to force taking over a console |
| 28 | + session. Setting default value to False in the add_argument. (Mike Geggie) |
| 29 | + * Revert "Adding the --force flag to clusto-console so console sessions can |
| 30 | + be acquired by force" (Mike Geggie) |
| 31 | + * Adding the --force flag to clusto-console so console sessions can be |
| 32 | + acquired by force (Mike Geggie) |
| 33 | + * Merge pull request #60 from AltanAlpay/setattr (Jeremy Grosser) |
| 34 | + * Merge pull request #59 from AltanAlpay/addattr (Jeremy Grosser) |
| 35 | + * setattr returns '400 Element Not Found' if related object not found (Altan Alpay) |
| 36 | + * addattr LookupError translates to '400 Element Not Found' (Altan Alpay) |
| 37 | + * addattr to support relational and integer values (Altan Alpay) |
| 38 | + * addattr to support relational and integer values (Altan Alpay) |
| 39 | + * addattr to support relational and integer values (Altan Alpay) |
| 40 | + * Merge pull request #57 from dansawyer73/rename_properties_fix (Jorge Gallegos) |
| 41 | + * Merge pull request #58 from Roguelazer/adjacency_map (Jorge Gallegos) |
| 42 | + * add a new method which returns the entire clusto adjacency map in one |
| 43 | + pass (James Brown) |
| 44 | + * Add testcase testRenameWithProperties for testing rename and preserving |
| 45 | + _properties (Dan Sawyer) |
| 46 | + * When renaming an object, update attributes that are also properties rather |
| 47 | + than adding them. This will avoid a duplicate copy of all properties. (Dan Sawyer) |
| 48 | + * Merge pull request #56 from sloppyfocus/better_exceptions (Jorge Gallegos) |
| 49 | + * Fix get_by_name to not swallow all database errors (Daniel Chen) |
| 50 | + * Merge pull request #55 from JeremyGrosser/cidr_attrs (Jeremy Grosser) |
| 51 | + * Make _int_to_cidr a classmethod for consistency (Jeremy Grosser) |
| 52 | + * Add a key=ip,subkey=cidr attribute to entities which have an allocated |
| 53 | + IP (Jeremy Grosser) |
| 54 | + * Merge pull request #54 from JeremyGrosser/fix_format_string (Jorge Gallegos) |
| 55 | + * Fix a format string in clusto-pool error message (Jeremy Grosser) |
| 56 | + * Merge pull request #52 from motivator/moti_epool (Jeremy Grosser) |
| 57 | + * this will be 0.8 at some point (Jorge Gallegos) |
| 58 | + * Merge pull request #38 from thekad/strict_get_from_pools (Jorge Gallegos) |
| 59 | + * Merge branch 'master' into strict_get_from_pools (Jorge Gallegos) |
| 60 | + * Merge pull request #51 from thekad/fix-deallocate (Jorge Gallegos) |
| 61 | + * PEP8 fixes (Jorge Gallegos) |
| 62 | + * This should fix the error down below (Jorge Gallegos) |
| 63 | + * Merge pull request #49 from sloppyfocus/speedup_merge_container_attributes (Jorge Gallegos) |
| 64 | + * Speed up attrs(merge_container_attrs=True) calls (Daniel Chen) |
| 65 | + * Merge pull request #39 from thekad/base_types (Jorge Gallegos) |
| 66 | + * Merge pull request #48 from sloppyfocus/prune_search_children (Jorge Gallegos) |
| 67 | + * Prune children searches (Daniel Chen) |
| 68 | + * Merge pull request #47 from sloppyfocus/more_speedups (Jeremy Grosser) |
| 69 | + * Add grandchildren contents() test (Daniel Chen) |
| 70 | + * Fix linting errors (Daniel Chen) |
| 71 | + * Abstract _get_contents into a separate method (Daniel Chen) |
| 72 | + * Merge pull request #46 from sloppyfocus/speed_up_stuff (Jeremy Grosser) |
| 73 | + * Change ValueError to AssertionError (Daniel Chen) |
| 74 | + * Fixed a bug due to bad linting (Daniel Chen) |
| 75 | + * Add tests for clusto.util (Daniel Chen) |
| 76 | + * Modify contents() to batch up 500 rows at a time (Daniel Chen) |
| 77 | + * Remove more trailing whitespace (Daniel Chen) |
| 78 | + * Remove trailing whitespace (Daniel Chen) |
| 79 | + * Remove content_attrs filter for pool (Daniel Chen) |
| 80 | + * Fix bad in_ clause (Daniel Chen) |
| 81 | + * Turn off debugging (Daniel Chen) |
| 82 | + * Speed up contents lookup (Daniel Chen) |
| 83 | + * Filter by pool (Daniel Chen) |
| 84 | + * Merge pull request #44 from JeremyGrosser/cleanup_reboot (Jeremy Grosser) |
| 85 | + * Merge pull request #45 from JeremyGrosser/command_tracebacks (Jeremy Grosser) |
| 86 | + * Log tracebacks with newlines (Jeremy Grosser) |
| 87 | + * Log traceback as debug (Jeremy Grosser) |
| 88 | + * Dropping travis support for 2.6 (Jorge Gallegos) |
| 89 | + * Don't hide full tracebacks for clusto commands, it makes debugging |
| 90 | + difficult (Jeremy Grosser) |
| 91 | + * Cleanup reboot command, add --batch option to disable confirmation prompt, |
| 92 | + --method option to pass a string to reboot() (Jeremy Grosser) |
| 93 | + * Merge pull request #42 from thekad/master (Jorge Gallegos) |
| 94 | + * tee hee (Jorge Gallegos) |
| 95 | + * Bumping spec and debian/changelog (Jorge Gallegos) |
| 96 | + * Resource managers dont't overload type (Jorge Gallegos) |
| 97 | + * Add a get_from_entities() (Jorge Gallegos) |
| 98 | + * get_from_pools() should *only* get from _pools_ (Jorge Gallegos) |
| 99 | + * test for ExclusivePool membership before inserting into another pool (Mike Newton) |
| 100 | + |
| 101 | + -- Mike Newton < [email protected]> Wed, 29 Jul 2015 13:56:33 -0700 |
| 102 | + |
1 | 103 | clusto (0.7.7) unstable; urgency=medium
|
2 | 104 |
|
3 | 105 | * Bumping version, preparing for release (Jorge Gallegos)
|
|
0 commit comments