<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/webui/handlers, branch v0.3.0</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>webui: console.py: Fix the wrong import path for "Foregrounds"</title>
<updated>2016-11-18T07:08:48+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:08:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e861fb4c9e2560da8199293477e957b0cbf63074'/>
<id>e861fb4c9e2560da8199293477e957b0cbf63074</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Redirect to login page if not authenticated on POST request</title>
<updated>2016-11-18T04:50:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T04:50:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=5805759c264adf96e9feea78a3cd3bfc2871b1de'/>
<id>5805759c264adf96e9feea78a3cd3bfc2871b1de</id>
<content type='text'>
* Remove the authentication requirement on GET operation
* "main.js": Redirect to the login page if POST response 403 forbidden
* "main.js": Use global AJAX events handling instead of `$.ajaxSetup()`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove the authentication requirement on GET operation
* "main.js": Redirect to the login page if POST response 403 forbidden
* "main.js": Use global AJAX events handling instead of `$.ajaxSetup()`
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: console.py: Add timing reports</title>
<updated>2016-11-18T02:55:33+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T02:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2abadd1a0fc88b9ac16533a994353b3cb7449451'/>
<id>2abadd1a0fc88b9ac16533a994353b3cb7449451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: console.py: Change to request/response instead of WebSocket</title>
<updated>2016-11-17T14:28:07+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T14:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=4c4531530eaa94be2abeec2b28e343c312183334'/>
<id>4c4531530eaa94be2abeec2b28e343c312183334</id>
<content type='text'>
* Rename to "ConsoleAJAXHandler"
* Change to use the request/response model, which accepts the AJAX
  request and then response.
* Update logging handler to push messages to all connected clients
* Many simplifications and rewrites.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Rename to "ConsoleAJAXHandler"
* Change to use the request/response model, which accepts the AJAX
  request and then response.
* Update logging handler to push messages to all connected clients
* Many simplifications and rewrites.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: WebSocketLogHandler: Support push to multiple websockets</title>
<updated>2016-11-17T14:26:16+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T14:26:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=133a406be588b32d61ea22498b2a880bf1645998'/>
<id>133a406be588b32d61ea22498b2a880bf1645998</id>
<content type='text'>
Also change the pushed messages to have "action=push" and "subtype=log"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also change the pushed messages to have "action=push" and "subtype=log"
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: app.py: Add new attributes and an option for ConsoleAJAXHandler</title>
<updated>2016-11-17T11:23:01+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T11:23:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=52bd308911c62d5f79b09479c651afe44f988a75'/>
<id>52bd308911c62d5f79b09479c651afe44f988a75</id>
<content type='text'>
* Add new attributes "executor" and "task_status" for "console.py"
* Define an option for the "executor"
* Rename attribute "ws_clients" to "websockets"
* Update docstring and comments
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add new attributes "executor" and "task_status" for "console.py"
* Define an option for the "executor"
* Rename attribute "ws_clients" to "websockets"
* Update docstring and comments
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: websocket.py: Remove on_message(); Only push messages to client</title>
<updated>2016-11-17T09:31:42+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T09:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=627f3164d8826609e9e6819e02d0b450db1239cd'/>
<id>627f3164d8826609e9e6819e02d0b450db1239cd</id>
<content type='text'>
See the docstring for more details.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See the docstring for more details.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Move "password" option definition to "login.py"</title>
<updated>2016-11-17T08:42:38+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T08:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f1bd912c85710bee5aae7a3112bdcfacd062c466'/>
<id>f1bd912c85710bee5aae7a3112bdcfacd062c466</id>
<content type='text'>
NOTE:
By using the "tornado.options", each module can defines its own
options, which are added to the global namespace.
And the defined options can also be used by other modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE:
By using the "tornado.options", each module can defines its own
options, which are added to the global namespace.
And the defined options can also be used by other modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.py: Add "exists" action support through GET</title>
<updated>2016-11-17T01:26:46+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T01:26:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=845c125f1bb94951aca4f0541ad6e1400edb8666'/>
<id>845c125f1bb94951aca4f0541ad6e1400edb8666</id>
<content type='text'>
The "exists" action through the GET request will check the existence of
the specified filepath (which should be an absolute path).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "exists" action through the GET request will check the existence of
the specified filepath (which should be an absolute path).
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.py: Re-implement using AJAX instead of WebSocket</title>
<updated>2016-11-16T13:49:21+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-16T13:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=43b3bff5df35333e1316281b9009bd920b761592'/>
<id>43b3bff5df35333e1316281b9009bd920b761592</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
