<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nova.git/tools/ajaxterm, branch shared-key-msg</title>
<subtitle>OpenStack's nova patches.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/'/>
<entry>
<title>Remove ajaxterm from Nova</title>
<updated>2012-02-07T20:14:31+00:00</updated>
<author>
<name>Thierry Carrez</name>
<email>thierry@openstack.org</email>
</author>
<published>2012-02-07T15:37:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=71410724cd1516608ee58c37077bf9080da38de2'/>
<id>71410724cd1516608ee58c37077bf9080da38de2</id>
<content type='text'>
Removes copy of ajaxterm code, nova-ajax-console-proxy,
and support for get_ajax_console from Nova proper.

Implements blueprint remove-ajaxterm
Fixes bug 917963

Change-Id: I2c0ff427c53c0f63a18b10475d6b4cbe9a085d83
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Removes copy of ajaxterm code, nova-ajax-console-proxy,
and support for get_ajax_console from Nova proper.

Implements blueprint remove-ajaxterm
Fixes bug 917963

Change-Id: I2c0ff427c53c0f63a18b10475d6b4cbe9a085d83
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8 remove direct type comparisons</title>
<updated>2012-01-03T03:12:42+00:00</updated>
<author>
<name>lzyeval</name>
<email>lzyeval@gmail.com</email>
</author>
<published>2012-01-02T09:31:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=ae1654bc5910dba5f02f49bc57a49442b9a5f8d6'/>
<id>ae1654bc5910dba5f02f49bc57a49442b9a5f8d6</id>
<content type='text'>
Fixes bug #910763

According to PEP8,
- Object type comparisons should always use isinstance() instead
      of comparing types directly.

        Yes: if isinstance(obj, int):

        No: if type(obj) is type(1):

      When checking if an object is a string, keep in mind that it might be a
      unicode string too! In Python 2.3, str and unicode have a common base
      class, basestring, so you can do:

        if isinstance(obj, basestring):

Change-Id: I7c0fdecf99872f5b8f72b2c2ed4f5c539c33def1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug #910763

According to PEP8,
- Object type comparisons should always use isinstance() instead
      of comparing types directly.

        Yes: if isinstance(obj, int):

        No: if type(obj) is type(1):

      When checking if an object is a string, keep in mind that it might be a
      unicode string too! In Python 2.3, str and unicode have a common base
      class, basestring, so you can do:

        if isinstance(obj, basestring):

Change-Id: I7c0fdecf99872f5b8f72b2c2ed4f5c539c33def1
</pre>
</div>
</content>
</entry>
<entry>
<title>add timeout constant, set to 5 minutes</title>
<updated>2011-01-03T18:57:35+00:00</updated>
<author>
<name>Anthony Young</name>
<email>sleepsonthefloor@gmail.com</email>
</author>
<published>2011-01-03T18:57:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=b289812d388cf8e612ddff5ea13f7dc41a6bc359'/>
<id>b289812d388cf8e612ddff5ea13f7dc41a6bc359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rewrite proxy to not use twisted</title>
<updated>2010-12-23T07:41:07+00:00</updated>
<author>
<name>Anthony Young</name>
<email>sleepsonthefloor@gmail.com</email>
</author>
<published>2010-12-23T07:41:07+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=4364a6e0570794fca841a7e5ecc8cecebf1bae9b'/>
<id>4364a6e0570794fca841a7e5ecc8cecebf1bae9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add in a few comments</title>
<updated>2010-09-18T03:36:13+00:00</updated>
<author>
<name>root</name>
<email>root@tonbuntu</email>
</author>
<published>2010-09-18T03:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=4f7bbaa83216dfdb298f460c771806ef1071113b'/>
<id>4f7bbaa83216dfdb298f460c771806ef1071113b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s/\t/    /g, and add some comments</title>
<updated>2010-09-18T03:02:36+00:00</updated>
<author>
<name>root</name>
<email>root@tonbuntu</email>
</author>
<published>2010-09-18T03:02:36+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=c0c38f3c7f66232a98ba5ccd1687d4cbcc537549'/>
<id>c0c38f3c7f66232a98ba5ccd1687d4cbcc537549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add security and session timeout to ajaxterm</title>
<updated>2010-09-18T02:10:08+00:00</updated>
<author>
<name>root</name>
<email>root@tonbuntu</email>
</author>
<published>2010-09-18T02:10:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=7b74343f2be9b49c0c359e00c64cf26b3da1cf44'/>
<id>7b74343f2be9b49c0c359e00c64cf26b3da1cf44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial commit of ajaxterm</title>
<updated>2010-09-18T02:08:22+00:00</updated>
<author>
<name>root</name>
<email>root@tonbuntu</email>
</author>
<published>2010-09-18T02:08:22+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/simo/public_git/nova.git/commit/?id=81f71efdcbeabd8a67054b6e9e432175ea47d785'/>
<id>81f71efdcbeabd8a67054b6e9e432175ea47d785</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
