Skip to content

Commit d707af7

Browse files
motivatorMike
authored and
Mike
committed
bump version; prepare for release
1 parent c5b885f commit d707af7

File tree

2 files changed

+192
-1
lines changed

2 files changed

+192
-1
lines changed

debian/changelog

+102
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,105 @@
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+
1103
clusto (0.7.7) unstable; urgency=medium
2104

3105
* Bumping version, preparing for release (Jorge Gallegos)

rpm/clusto.spec

+90-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
%{!?_with_psycopg2: %{!?_without_psycopg2: %define _without_psycopg2 --without-psycopg2}}
77

88
Name: clusto
9-
Version: 0.7.7
9+
Version: 0.7.8
1010
Release: 0%{?dist}
1111
Summary: Tools and libraries for organizing and managing infrastructure
1212

@@ -78,6 +78,95 @@ cp -R web/static/* %{buildroot}%{_datadir}/%{name}/web/
7878

7979

8080
%changelog
81+
* Wed Jul 29 2015 Mike Newton <[email protected]> - 0.7.8-0
82+
- Merge pull request #71 from motivator/rm_bugs (Mike Newton)
83+
- Merge pull request #72 from motivator/ipython_version (Mike Newton)
84+
- ipython 4.0.0b1 does not work (yet) (Mike Newton)
85+
- better exception handling and remove errant import (Mike Newton)
86+
- better way to test on deallocate. also updated tests. (Mike Newton)
87+
- be less greedy with deallocation (Mike Newton)
88+
- make resource tests more complete (Mike Newton)
89+
- actually use number to keep track of resources and resource attributes (Mike Newton)
90+
- Merge pull request #69 from yiranwang52/master (Jorge Gallegos)
91+
- Fix unclusto() for "json" datatype (Yiran Wang)
92+
- Merge pull request #67 from daradib/tree-command (Jorge Gallegos)
93+
- Dedent docstring for command help (Dara Adib)
94+
- Move clusto-tree to commands (Dara Adib)
95+
- Merge pull request #66 from jamesonjlee/jamesonjlee-patch-1 (Jeremy Grosser)
96+
- catch LookUpError to return None (Jameson)
97+
- Merge pull request #65 from ctrlhxj/add_prefetch (Jeremy Grosser)
98+
- add prefetch to get attributes in one query (Xiaojian Huang)
99+
- Merge pull request #64 from daradib/clusto-attr-tree (Jorge Gallegos)
100+
- Remove extra newline for each object in clusto-tree (Dara Adib)
101+
- Combine clusto-attr-tree and clusto-tree scripts (Dara Adib)
102+
- Change clusto-attr-tree attribute output format (Dara Adib)
103+
- Add clusto-attr-tree script (Dara Adib)
104+
- Merge pull request #62 from mgeggie-uber/master (Jorge Gallegos)
105+
- Adding the --force/-f options to force taking over a console session. Setting default value to False in the add_argument. (Mike Geggie)
106+
- Revert "Adding the --force flag to clusto-console so console sessions can be acquired by force" (Mike Geggie)
107+
- Adding the --force flag to clusto-console so console sessions can be acquired by force (Mike Geggie)
108+
- Merge pull request #60 from AltanAlpay/setattr (Jeremy Grosser)
109+
- Merge pull request #59 from AltanAlpay/addattr (Jeremy Grosser)
110+
- setattr returns '400 Element Not Found' if related object not found (Altan Alpay)
111+
- addattr LookupError translates to '400 Element Not Found' (Altan Alpay)
112+
- addattr to support relational and integer values (Altan Alpay)
113+
- addattr to support relational and integer values (Altan Alpay)
114+
- addattr to support relational and integer values (Altan Alpay)
115+
- Merge pull request #57 from dansawyer73/rename_properties_fix (Jorge Gallegos)
116+
- Merge pull request #58 from Roguelazer/adjacency_map (Jorge Gallegos)
117+
- add a new method which returns the entire clusto adjacency map in one pass (James Brown)
118+
- Add testcase testRenameWithProperties for testing rename and preserving _properties (Dan Sawyer)
119+
- When renaming an object, update attributes that are also properties rather than adding them. This will avoid a duplicate copy of all properties. (Dan Sawyer)
120+
- Merge pull request #56 from sloppyfocus/better_exceptions (Jorge Gallegos)
121+
- Fix get_by_name to not swallow all database errors (Daniel Chen)
122+
- Merge pull request #55 from JeremyGrosser/cidr_attrs (Jeremy Grosser)
123+
- Make _int_to_cidr a classmethod for consistency (Jeremy Grosser)
124+
- Add a key=ip,subkey=cidr attribute to entities which have an allocated IP (Jeremy Grosser)
125+
- Merge pull request #54 from JeremyGrosser/fix_format_string (Jorge Gallegos)
126+
- Fix a format string in clusto-pool error message (Jeremy Grosser)
127+
- Merge pull request #52 from motivator/moti_epool (Jeremy Grosser)
128+
- this will be 0.8 at some point (Jorge Gallegos)
129+
- Merge pull request #38 from thekad/strict_get_from_pools (Jorge Gallegos)
130+
- Merge branch 'master' into strict_get_from_pools (Jorge Gallegos)
131+
- Merge pull request #51 from thekad/fix-deallocate (Jorge Gallegos)
132+
- PEP8 fixes (Jorge Gallegos)
133+
- This should fix the error down below (Jorge Gallegos)
134+
- Merge pull request #49 from sloppyfocus/speedup_merge_container_attributes (Jorge Gallegos)
135+
- Speed up attrs(merge_container_attrs=True) calls (Daniel Chen)
136+
- Merge pull request #39 from thekad/base_types (Jorge Gallegos)
137+
- Merge pull request #48 from sloppyfocus/prune_search_children (Jorge Gallegos)
138+
- Prune children searches (Daniel Chen)
139+
- Merge pull request #47 from sloppyfocus/more_speedups (Jeremy Grosser)
140+
- Add grandchildren contents() test (Daniel Chen)
141+
- Fix linting errors (Daniel Chen)
142+
- Abstract _get_contents into a separate method (Daniel Chen)
143+
- Merge pull request #46 from sloppyfocus/speed_up_stuff (Jeremy Grosser)
144+
- Change ValueError to AssertionError (Daniel Chen)
145+
- Fixed a bug due to bad linting (Daniel Chen)
146+
- Add tests for clusto.util (Daniel Chen)
147+
- Modify contents() to batch up 500 rows at a time (Daniel Chen)
148+
- Remove more trailing whitespace (Daniel Chen)
149+
- Remove trailing whitespace (Daniel Chen)
150+
- Remove content_attrs filter for pool (Daniel Chen)
151+
- Fix bad in_ clause (Daniel Chen)
152+
- Turn off debugging (Daniel Chen)
153+
- Speed up contents lookup (Daniel Chen)
154+
- Filter by pool (Daniel Chen)
155+
- Merge pull request #44 from JeremyGrosser/cleanup_reboot (Jeremy Grosser)
156+
- Merge pull request #45 from JeremyGrosser/command_tracebacks (Jeremy Grosser)
157+
- Log tracebacks with newlines (Jeremy Grosser)
158+
- Log traceback as debug (Jeremy Grosser)
159+
- Dropping travis support for 2.6 (Jorge Gallegos)
160+
- Don't hide full tracebacks for clusto commands, it makes debugging difficult (Jeremy Grosser)
161+
- Cleanup reboot command, add --batch option to disable confirmation prompt, --method option to pass a string to reboot() (Jeremy Grosser)
162+
- Merge pull request #42 from thekad/master (Jorge Gallegos)
163+
- tee hee (Jorge Gallegos)
164+
- Bumping spec and debian/changelog (Jorge Gallegos)
165+
- Resource managers dont't overload type (Jorge Gallegos)
166+
- Add a get_from_entities() (Jorge Gallegos)
167+
- get_from_pools() should *only* get from _pools_ (Jorge Gallegos)
168+
- test for ExclusivePool membership before inserting into another pool (Mike Newton)
169+
81170
* Fri Jan 24 2014 Jorge A Gallegos <[email protected]> - 0.7.7-0
82171
- Bumping version, preparing for release (Jorge Gallegos)
83172
- Merge pull request #41 from motivator/pr/40 (Jeremy Grosser)

0 commit comments

Comments
 (0)