https://github.com/ging/horizon

sort by:
Revision Author Date Message Commit Date
307a492 Final versioning for 2012.2.4 Change-Id: Ic9ee9a7336c8f5f64ad4700c0322653e331c10bb 11 April 2013, 15:46:50 UTC
27b0417 Merge "Prevents flavors to be deleted when reusing a name" into stable/folsom 04 April 2013, 11:50:11 UTC
8b5242c Merge "Prevent creating a single IP address sized network (network details)" into stable/folsom 03 April 2013, 22:31:07 UTC
c6d6557 Prevents flavors to be deleted when reusing a name Adds an extra check to the EditFlavor form in order to avoid losing the flavor if an existing name is setted as the new name. This control is needed because the current edit implementation is based in a delete-create action. Change-Id: I4251c64fa4719831a1ed949bf95349a350dd303d Fixes: bug #1133254 03 April 2013, 22:24:42 UTC
c157d95 Replaces ugettext with ugettext_lazy in the dashboard-related files While most files correctly import ugettext_lazy, some are importing ugettext instead. This is causing some parts of the dashboard to not translate correctly when a user switches languages. The core cause of this is because ugettext will translate the string once when the django application starts. ugettext_lazy will translate when the string is retrieved. Change-Id: I44a394f4cda3b0f019e5a4601d4fa44fc110f939 Fixes: bug #1124276 03 April 2013, 16:18:47 UTC
6dc3223 Merge "Improve error message when network creation fails" into stable/folsom 03 April 2013, 15:47:45 UTC
5d22033 Merge "If a user only has 1 keypair, this keypair should be selected by default" into stable/folsom 03 April 2013, 15:22:53 UTC
2f0611e Merge "Dynamically size the noVNC iframe, fix typos in copy" into stable/folsom 03 April 2013, 15:22:50 UTC
0db587d Merge "Fix flavorid calculation for new flavors." into stable/folsom 03 April 2013, 15:22:48 UTC
793d690 Merge "Return a friendly error at flavor creation" into stable/folsom 02 April 2013, 09:00:38 UTC
32bdf9b Correctly mock keystoneclient.Client.auto_token property with Mox Recent Mox doesn't stub out class properties any more (check https://code.google.com/p/pymox/issues/detail?id=11), so we have to do that manually. Avoids the following error: FAIL: test_get_default_role (openstack_dashboard.test.api_tests.keystone_tests.RoleAPITests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/root/Projects/openstack/horizon/openstack_dashboard/test/api_tests/keystone_tests.py", line 76, in test_get_default_role keystoneclient = self.stub_keystoneclient() File "/root/Projects/openstack/horizon/openstack_dashboard/test/helpers.py", line 280, in stub_keystoneclient self.keystoneclient = self.mox.CreateMock(keystone_client.Client) File "/usr/lib/python2.7/site-packages/mox.py", line 258, in CreateMock new_mock = MockObject(class_to_mock, attrs=attrs) File "/usr/lib/python2.7/site-packages/mox.py", line 556, in __init__ attr = getattr(class_to_mock, method) File "/usr/lib/python2.7/site-packages/mox.py", line 608, in __getattr__ raise UnknownMethodCallError(name) UnknownMethodCallError: Method called is not a member of the object: Method called is not a member of the object: auth_token >> raise UnknownMethodCallError('auth_token') Change-Id: I54fd0de298dc66344470147d9bcec6b62baf8297 (cherry picked from commit 1e867700415b17c29056fb55069b6a3e2b22cf1b) Fixes bug 1161901 29 March 2013, 14:59:05 UTC
5677e58 Merge "Accepts UUID as an ID of Floating IP" into stable/folsom 12 March 2013, 02:27:50 UTC
40db4f6 Merge "Improve error message when the default role doesn't exist" into stable/folsom 12 March 2013, 01:42:53 UTC
e4dcfc3 Improve error message when network creation fails Enhanced error messages extracted from grizzly commit 31d55e503d Fixes bug #1152619 Change-Id: I318eddaed3cbd352fe7ed7e47a196f29111f62f8 08 March 2013, 14:14:34 UTC
1315b72 Dynamically size the noVNC iframe, fix typos in copy The iframe for the noVNC console is too small for some users who like to use GUI on the console. Leaving the sizes off completely and letting the browser figure it out causes hilarity to ensue, so explicitly set the height and width to quasi-sensible values. Also, the "unavailable" error says "unavailabe" Fixed. Fixes Bug 1050316 Addendum: add an identifier to the iframe rather than using the auto-generated selector Cherry-picked and squashed from grizzly commits: 68db72b95f and a37779c47d Change-Id: I17cfa97cdc69f4b58e18d02451da2197c663e0d3 08 March 2013, 13:33:04 UTC
6e1d069 Prevent creating a single IP address sized network (network details) The backport for bug #1102504 was incomplete and did not cover providing the same error message when creating a subnet from the network details page. This additional patch is not needed on the master branch, as subnet creation was refactored during the grizzly cycle. Fixes bug #1149890 Change-Id: I451e37c347a6540825ad9bf66d4a32c39601dd19 07 March 2013, 10:40:33 UTC
8ece3c7 pin django to 1.4.x stream django 1.5 just released in the last hour, and there is a compatibility issue with it and horizon causing gate failures. Pin this so that we can get back to business and let the horizon team address django 1.5 when it makes sense to them. Change-Id: I6ddf9623f8a4719b1cb82b118c1876373051fd28 (cherry picked from commit 0d53dc7063003fa7f02c030fd1631e0cd553d22a) 27 February 2013, 05:07:19 UTC
19b19c0 If a user only has 1 keypair, this keypair should be selected by default When Launching a new instance, it's easy to forget to select a keypair as it's hidden in another tab. This mitigates the issue by selecting a keypair automatically when there is only one. Fixes bug #1125124 Change-Id: I04cd6850b4b5f0901d2f9035af8df53cfb67f8c5 19 February 2013, 19:58:34 UTC
abe2f61 Improve error message when the default role doesn't exist To add members to a project, Horizon requires a default role to exist in Keystone. This provides a clearer error message when the role cannot be found. Fixes bug #1108063 Change-Id: I0e3cd4cb96c7896c675055671e0875840b1a41d3 19 February 2013, 18:37:22 UTC
7d03505 Return a friendly error at flavor creation When trying to create a flavor with an Id/Name that is already in use, the operation fails and no error message is being displayed Change-Id: I92db8b52bc4e63e5e5ce4d90169944e484baeddd Fixes: bug #1079155 (cherry picked from commit dcda6940263a43344bf98aa1776cce34d25ff927) 18 February 2013, 13:39:52 UTC
0a42fa0 Merge "Add UTC offset information to the timezone" into stable/folsom 18 February 2013, 08:19:06 UTC
aa369b0 Add UTC offset information to the timezone In the User Settings, indicate besides the timezone name what the actual timezone/UTC offset is. Fixes bug 1103003 Change-Id: I8070df2bc0380da1555c40dc9394895fbfde6848 07 February 2013, 11:46:52 UTC
765bd98 Fix flavorid calculation for new flavors. Change-Id: I620824e82ffbb89c91dacce19509d63b6e1eb7d4 Fixes: bug #1116913 06 February 2013, 04:06:39 UTC
1af5e78 Prevent the user from creating a single IP address sized network If the user doesn't specify a mask when creating a subnet, the mask defaults to /32 (IPv4) or /128 (IPv6) making it impossible to allocate an IP address when later launching an instance. This patch prevents creating a subnet with such a small mask. Fixes bug #1102504 Change-Id: I4962e0a416b8ec9aca013e41783994f65c22a989 04 February 2013, 15:19:08 UTC
1d3ecfc Accepts UUID as an ID of Floating IP Fixes bug 1052561. In Quanutm, Floating IPs are identified by UUID instead of integer ID. After quantum-nova integration for FLoating IP has been implemented, Horizon also needs to accept UUID style of ID for Floating IP. Change-Id: I6ed919cbbc818c97cecef2fe3a91c8e5a7ac76e0 (cherry picked from commit 7ab5ace768797f56bf7e1c846fca0f1d40ed6086) 01 February 2013, 15:22:30 UTC
f421145 Bump version to 2012.2.4 Set version to 2012.2.4, but with final=False Change-Id: I9dab1dc62e41cdb4143a3c8083e65c4b13a22eb4 31 January 2013, 21:35:15 UTC
6757997 Final versioning for 2012.2.3 Change-Id: Ic83a1c1617ad74b931f54f1755bc9dcecfe2c527 31 January 2013, 21:34:44 UTC
20fa0fc Don't show the EC2 Credentials panel if there is no EC2 service Fixes bug #1102411 Change-Id: I2454b415ac99f19349f4a19a1358fc75d8307fba 23 January 2013, 10:32:29 UTC
13c4a32 Merge "Don't inherit from base.html in 500 error page" into stable/folsom 18 January 2013, 11:11:00 UTC
61cbd9b Merge "Avoid cinder calls, when cinder is unavailable" into stable/folsom 17 January 2013, 18:47:43 UTC
570fcb5 Merge "Add a check for unlimited quotas" into stable/folsom 16 January 2013, 23:22:26 UTC
5cafced Merge "Allow setting nova quotas to unlimited" into stable/folsom 16 January 2013, 23:07:52 UTC
9a8f630 Merge "Specify floating ips table action column's width" into stable/folsom 16 January 2013, 22:40:27 UTC
ebc5e6d Add a check for unlimited quotas This extra check will prevent Horizon to misunderstand "-1" value when tallying quotas, setting the "Available" field to inf instead of 0. Change-Id: Idfeb9a10b8ce8eea1a39b3d48dffe08d6450fadd Fixes: bug #1084976 11 January 2013, 20:43:35 UTC
476072d Avoid cinder calls, when cinder is unavailable When a volume service is not available, then a cinder client can not be created. This patch skips the calls, so that dashboard doesn't break any more. This is a backport to Folsom release, as this turned out to be a major issue. Fixes bug 1084137 Change-Id: I8f2f8b0b131b4bb5319d74f6da48671f146d7e00 10 January 2013, 10:53:33 UTC
e19a218 Allow setting nova quotas to unlimited To set a quota to unlimited it is set to -1 Fix bug 1082489 Change-Id: I2e1e53f6a5a33f2b248decc9d94f5a430f383508 09 January 2013, 20:56:22 UTC
0b1c553 Don't inherit from base.html in 500 error page For server errors, the context passed to the template is empty, so things like STATIC_URL and context processors don't work. Fixes bug 1067206 for the folsom branch. This has been adapted to folsom release and is a backport from master. Change-Id: I5cd60523360d71b088226e4d0f87d88bac8a8df3 08 January 2013, 06:55:50 UTC
1d1fa85 Merge "Revert "Temp fix for api/keystone.py"" into stable/folsom 07 January 2013, 00:42:13 UTC
bda071a Merge "Fix bug 1055929 - Can not display usage data for Quota Summary." into stable/folsom 07 January 2013, 00:27:56 UTC
2f959c6 Specify floating ips table action column's width Fixes bug 1081875 Change-Id: Id92a1c7afa829ef2ff8e973919900cf7cb7c59e9 04 January 2013, 16:03:32 UTC
69147a6 Pin docutils to 0.9.1, fix pep8 errors Docutils 0.10 breaks manpage generation in sphinx 1.1.3. A fix to sphinx has been merged, but not yet released (scheduled for dec 24-31). In the mean time, we should pin docutils to 0.9.1. Also fixes new pep8 errors as reported by pep8 1.3.4. Change-Id: Icedae7bf70c7feaf9f1631c3a2cc3bea67570956 19 December 2012, 17:46:12 UTC
da9a19c Bump next version to 2012.2.2 Change-Id: I292cea6e2896442b7a1fe061d8b63bd76e06dcd8 29 November 2012, 21:35:07 UTC
9647138 Final versioning for 2012.2.1 Change-Id: I3cee9306c7df2c5c5042afc6f1c5f47449dfee55 29 November 2012, 21:34:23 UTC
9060885 Fix bug 1055929 - Can not display usage data for Quota Summary. Change-Id: I051e97f14375714d22303ad44a9f0b16aa7d6c51 28 November 2012, 03:52:45 UTC
817d628 Revert "Temp fix for api/keystone.py" This reverts commit d0403e9318660e6cfa42c02c6be3b2b800548593. https://review.openstack.org/#/c/9582 was merged in July. Change-Id: I24929f9b48cde53cc9d0c27a57dc078e0e9a5579 27 November 2012, 15:06:17 UTC
7f038bd Merge "Fixes JavaScript count bug in tables." into stable/folsom 14 November 2012, 20:51:27 UTC
53954a7 Fixes JavaScript count bug in tables. When showing tables, and you had the summary, "No items to display", the counter at table footer says "Displaying 1 items". This commit fixes the inclusion of the empty line into line count. Affected sub-pages: Instances, Volumes, Images & Snapshots, etc. Change-Id: I24da50d506be477dffdbb0f497d88b1bd3ceacdc (cherry picked from commit 0c85d7214e992fe83cad1f00dbeebc2f3a58d1eb) 13 November 2012, 12:04:42 UTC
65c2ab8 When editing an image, correctly set the 'is_public' checkbox. Fixes bug 1076216. Change-Id: Ie185f110a18593295ed0712cd848a3f14a13f2b0 12 November 2012, 18:42:46 UTC
cb7aa15 Set defaultbranch in .gitreview to stable/folsom This allows people run git-review without any arguments. Change-Id: I2b2488ffffd783b64e5c760324e7d4a00d5a39db 13 October 2012, 21:45:28 UTC
1e9b870 Bump next version to 2012.2.1 Open stable/folsom by bumping next version to 2012.2.1. Change-Id: I3ab154f33e90705ccca486b00dc95d70e733d737 28 September 2012, 14:18:22 UTC
cee6b62 Merge "Final translations for Folsom." into milestone-proposed 19 September 2012, 09:21:36 UTC
fcba390 Fixes error when clicking OpenStack logo. Fixes bug 1052677. Change-Id: I796f23c4e9c5439b7263957cb4ec1b8fa864f398 18 September 2012, 22:32:52 UTC
d842573 Final translations for Folsom. Also adds transifex client configuration and a shortcut in the run_tests script to compile the message files for Django's use. Fixes bug 1050807. Change-Id: Ic3d7b73d0b7ad0fcb5841a6ac90a2a21653d05be 18 September 2012, 22:32:09 UTC
a925885 Allow any python-swiftclient v1.1 through v1.X Fixes bug 1050670 Change-Id: I86c29764e43b204b4eea361c9b3b6519a2ab1d24 13 September 2012, 23:26:12 UTC
55002fd Set FINAL versioning Set FINAL=True in preparation for RC1 publication Change-Id: Ib4301a63f94f0cfb8cc3556c70a0344434737128 11 September 2012, 22:27:08 UTC
968a6aa Document limitations of quantum/nova/floating ip integration. Change-Id: Iaa693d36cb693d8fa1227845216c1545fa8e9ae4 11 September 2012, 21:32:41 UTC
e461585 Merge "Adds release notes for 2012.2 "Folsom"." 11 September 2012, 19:49:52 UTC
65171c1 Merge "Admin panel: Don't poll shutoff instances" 11 September 2012, 19:49:17 UTC
a8c92dc Remove template comments from compressed blocks. Template comment tags within compressed blocks throws off checksum calculation with older versions of compressor. This makes offline compression impossible and requires the pages be rendered for every request with online compression. Removing trivial comments from the compressed blocks ensures Horizon is compatable with older versions (v1.1.2 shipping with Ubuntu). Change-Id: I3a9f2614695b72445719101bfa2480384d77f3a4 11 September 2012, 18:29:06 UTC
347e95a Admin panel: Don't poll shutoff instances Fixes bug 1048849. Change-Id: Ia2d00bedb71d896e29ee370bfb9628b1ac409d8c 10 September 2012, 22:51:16 UTC
5950c1f Adds release notes for 2012.2 "Folsom". Change-Id: If9091964ac5c4df19d2fa6c1b5168d5cdbf309f9 10 September 2012, 00:17:44 UTC
3b69c6a Merge "Fixes workflows to work without javascript." 09 September 2012, 20:41:14 UTC
f2ed29b Merge "Adds a docs example for a customization module." 09 September 2012, 20:28:15 UTC
34cd316 Fixes workflows to work without javascript. Fixes bug 1006170. Change-Id: I8b873f06553208c7b257bd1c013809ed88a0ef60 09 September 2012, 20:14:32 UTC
4e6107c Adds a docs example for a customization module. Fixes bug 1032430. Change-Id: I8ad152c44109a8bf9d551c46b16506aaeeda2ee2 09 September 2012, 20:10:56 UTC
5e6d505 Merge "Don't poll on instances in a shutoff state." 09 September 2012, 09:31:50 UTC
6eeef8e Merge "Preserve add-to-field after form error." 09 September 2012, 08:50:09 UTC
88e7179 Merge "Adds a method for overriding specific API messages." 09 September 2012, 08:48:54 UTC
8756b3b Preserve add-to-field after form error. Fixes bug 1037302. Change-Id: I827f1b74efc6835dfac1fdcdc7c2a7c12af421eb 07 September 2012, 22:41:00 UTC
eacda11 Don't poll on instances in a shutoff state. Fixes bug 1044027. Change-Id: I0c3de9a59b85ca8d314e717599fcf0a40a96dec8 07 September 2012, 20:37:37 UTC
ceb22f1 Adds a method for overriding specific API messages. Also provides a specific error message for dependent snapshots during volume deletion. Fixes bug 1037241. Fixes bug 1020326. Change-Id: I40e5f537bc1806ec97c21f3eeea1d74beca04250 07 September 2012, 20:24:01 UTC
85b0bfe Use device name from nova for attach message. Fixes bug #1042974. Change-Id: I4db50f71c51cba45fd304c7847581609f646a0fb 07 September 2012, 18:49:03 UTC
eb21d51 Merge "Add Quantum public network support." 04 September 2012, 19:24:03 UTC
6e949ac Merge "Fix BatchAction class incongruence between documentation and code Fixes launchpad bug #1044424" 01 September 2012, 09:14:53 UTC
665c26f Merge "Fix PEP8 issues." 01 September 2012, 09:09:22 UTC
caf8eaf Fix BatchAction class incongruence between documentation and code Fixes launchpad bug #1044424 The BatchAction class in the tables package define the success_url variable in the docs but use completion_url in the code. Change-Id: Ia93eeee4eccb4250d4b0984f38585175de738907 31 August 2012, 21:28:04 UTC
856083a Make sure quota error message is displayed in overview page. Fixes bug 1040799. This commit fixes the bug that error message "Unable to retrieve quota information" detected during rendering nova/overview page is displayed after moving to the next page. Change-Id: I647a02a216b803e6fd17d4849437a77b680f84af 30 August 2012, 06:40:26 UTC
9c77ce0 Fix PEP8 issues. Fix some pep8 issues in manage.py make the code looks pretty. Change-Id: I0e02ed538dbef9ab41a3c698e94ac56e4afc018e 29 August 2012, 07:53:07 UTC
7d2e14c Add Quantum public network support. Implements blueprint quantum-public-network. Change-Id: I975532468b95c9198091ebf85c475d341d7e861a 27 August 2012, 06:53:54 UTC
b177299 PEP8 issues fixed Fix some PEP8 issues in file doc/source/conf.py to make the code more pretty. Change-Id: I2efdb39c8991bf0cae180f7c4ffd459f6b418fc5 23 August 2012, 07:44:16 UTC
be20419 Merge "Makes Launch Instance only show images that are "active" Fixes launchpad Bug #1040231" 22 August 2012, 22:08:15 UTC
3e94194 Merge "grammar fixes and other minutia" 22 August 2012, 21:51:50 UTC
6c166bf Merge "Syspanel volume list once again shows all volumes." 22 August 2012, 21:50:34 UTC
ac2b355 grammar fixes and other minutia Change-Id: I48d4fa3dddd199ad4c66a6ee8a73bbaeff08fa62 22 August 2012, 21:14:37 UTC
b155b4f Merge "Add nosehtmloutput as a test dependency." 22 August 2012, 21:12:06 UTC
6dbf9f1 Makes Launch Instance only show images that are "active" Fixes launchpad Bug #1040231 Change-Id: I3b9d760cf694f12be97998dd94debbd7b55d5ab8 22 August 2012, 20:57:27 UTC
38ecad3 Add nosehtmloutput as a test dependency. Adding nosehtmloutput as a test dependency allows nose to output its results to an html file. This will be used by Jenkins to save logs on a different server. Make slight modification to run_tests.sh in order to output the nose test results to two different html files. One for Horizon and one for the dashboard. Change-Id: Ic1ed086b24705d0f2bca07f8e921646532e46c3b 22 August 2012, 18:00:30 UTC
66d7d99 Creates volume snapshot detail page and links to it via the Name column in the Volume Snapshots table Fixes launchpad bug #1039089 Change-Id: Id3852e2ee2caecc14a561e3089940f8dd50c0bd4 22 August 2012, 16:45:01 UTC
a9604ef Merge "* Removes instance ID from create volume snapshot Fixes launchpad bug #1039080 * Changes volume id to name in volume snapshot Fixes launchpad bug #1039082" 22 August 2012, 08:26:38 UTC
30ed984 Syspanel volume list once again shows all volumes. * Fixes bug 1039788 * Was missing the all_tenants=1 search opt. Change-Id: I98647620690d8f79a65d92e47eef3fabeb3938e6 22 August 2012, 00:43:31 UTC
20166b1 * Removes instance ID from create volume snapshot Fixes launchpad bug #1039080 * Changes volume id to name in volume snapshot Fixes launchpad bug #1039082 Change-Id: Ibe5b03f96ae878911f9200e6b92b2c74c6471159 21 August 2012, 21:07:50 UTC
7df3c9e Adds instance UUID to associate floating ip dialog Fixes launchpad Bug #1039092 Change-Id: If8887b096de2663059e8127e2fcef6a910baa966 21 August 2012, 21:00:54 UTC
1048ac6 Removes instance UUID from floating ip table Fixes launchpad bug #1039090 Change-Id: Ia47423b4289373a867d70f02c75becd4882e25c4 21 August 2012, 17:40:06 UTC
cb3c7a9 Only blur project membership inputs. Fixes bug 1038562. Change-Id: I3767c0004890bc1ea29273e807a6f7122f571f8e 19 August 2012, 03:59:48 UTC
df04d43 Fixes some table footer bugs. Fixes footer count being wrong for tables in tabs, and fixes duplicate footer messages for tables with pagination. Fixes bug 1038559. Change-Id: I33a60530690bf22ad969b758d13af1a3ea07f729 19 August 2012, 03:39:48 UTC
9fff560 High-light selected container in browser Fixed bug #1038264 Change-Id: I46c1d2faf58872d9ed72ee9f6f0f9c4d61d20756 17 August 2012, 21:21:04 UTC
156a368 Adds breadcrumb to resource browser. Fixes bug #1037012 Change-Id: I09247ae2e30261989118c37de8ec33d90c8b4100 16 August 2012, 23:12:10 UTC
c00496e Don't change tabs based on cookie if GET param is set. Fixes bug 1037782. Change-Id: Ib32a8be2259d4fc23998a67dbb4ac0e2fb81e384 16 August 2012, 20:52:17 UTC
312348e Fix slight grammar error. Change-Id: Ie6f8f8b48c3cd1a85124ddb837f5bdb76ea7bb76 16 August 2012, 20:19:28 UTC
63fbbc9 Merge "Makes "Instance Name" consistent across dashboard instead of "Server Name"" 16 August 2012, 18:33:42 UTC
back to top