Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt-project/ndt] 0a7896: Decouples Websocket code from HTML so external sit...

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt-project/ndt] 0a7896: Decouples Websocket code from HTML so external sit...


Chronological Thread 
  • From: GitHub <>
  • To:
  • Subject: [ndt-dev] [ndt-project/ndt] 0a7896: Decouples Websocket code from HTML so external sit...
  • Date: Wed, 23 Mar 2016 06:42:21 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Sender: Date: From: Reply-To: To: Message-ID: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding; b=exqFrlZb5th7+9L6pEAZINCAJhqRCCjW4HCo0IyBzPMbgSTlg+B/Iaf/sOL+e1bztQeHhZ 8FJoxSo2mLUj8YBxu3wGV3euikIQn3SDJEGRPol2Blr+khcIUGzQM46OqjEB0J6mf8YmMYON bIfiTjtQ11p2rrRZJVTNiqX1bUKWE=

Branch: refs/heads/master
Home: https://github.com/ndt-project/ndt
Commit: 0a78966f643fd2b35d02804d6223e62244b2a612

https://github.com/ndt-project/ndt/commit/0a78966f643fd2b35d02804d6223e62244b2a612
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/gauge.min.js
A HTML5-frontend/jquery-1.12.1.min.js
R HTML5-frontend/jquery-1.4.4.min.js
M HTML5-frontend/ndt-browser-client.js
M HTML5-frontend/ndt-wrapper.js
M HTML5-frontend/script.js
M HTML5-frontend/widget.html
M src/fakewww.c

Log Message:
-----------
Decouples Websocket code from HTML so external sites can use Websocket code
with their own HTML frontend (to some extent).


Commit: 52b10c3c9eab4f9b0dc49122aac7f1dc86dd645b

https://github.com/ndt-project/ndt/commit/52b10c3c9eab4f9b0dc49122aac7f1dc86dd645b
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-wrapper.js

Log Message:
-----------
Adds a comment describing what the basePath parameter means


Commit: 62f90510527762aa7a504913188a556d26136c5f

https://github.com/ndt-project/ndt/commit/62f90510527762aa7a504913188a556d26136c5f
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/script.js

Log Message:
-----------
Check for equality of value and type.


Commit: 4a18b0c264d3f0e8b6243aaffc19fbc123fc6515

https://github.com/ndt-project/ndt/commit/4a18b0c264d3f0e8b6243aaffc19fbc123fc6515
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/script.js

Log Message:
-----------
Removes any code related to mlab-ns.


Commit: 6ac3a82a07057b916990f5db15762bd57fcfc937

https://github.com/ndt-project/ndt/commit/6ac3a82a07057b916990f5db15762bd57fcfc937
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/script.js

Log Message:
-----------
Readded what appears to have been a debugging return statement.


Commit: 704b0772e6b4b9662987556b33ef75765ddb2c2d

https://github.com/ndt-project/ndt/commit/704b0772e6b4b9662987556b33ef75765ddb2c2d
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-wrapper.js

Log Message:
-----------
No need to make this check, since mlab-ns use is gone and a value should
always be set.


Commit: 8206a5241b175bf5eca5b1362786aa8a807df250

https://github.com/ndt-project/ndt/commit/8206a5241b175bf5eca5b1362786aa8a807df250
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/script.js

Log Message:
-----------
Don't assign variable to window namespace, and remove findNdtServer
reference, which no longer exists.


Commit: 087c253a84827e3aae46d2612a9714949a9c4619

https://github.com/ndt-project/ndt/commit/087c253a84827e3aae46d2612a9714949a9c4619
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-wrapper.js
M HTML5-frontend/script.js

Log Message:
-----------
Instead of using ndtScriptPath, try to automatically determine NDT script
location.


Commit: ce331f96b333d23374c96ddfa270d4de4627cabc

https://github.com/ndt-project/ndt/commit/ce331f96b333d23374c96ddfa270d4de4627cabc
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-wrapper.js
M HTML5-frontend/script.js

Log Message:
-----------
Added/updated a couple comments related to scriptPath.


Commit: 2e04948b52d1d62a5308c80d5f6cc69fc59c2156

https://github.com/ndt-project/ndt/commit/2e04948b52d1d62a5308c80d5f6cc69fc59c2156
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-wrapper.js
M HTML5-frontend/script.js

Log Message:
-----------
Removes some now defunct code, and adds a few new comments.


Commit: b643e9ea300224b11a0353d6fafaffd3f59ec86c

https://github.com/ndt-project/ndt/commit/b643e9ea300224b11a0353d6fafaffd3f59ec86c
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-wrapper.js

Log Message:
-----------
Don't use global variable testProtocol any longer, instead just calculate
port and WS protocol as needed.


Commit: 80309c8e7960f90e7b4bf2d0480ae49985c843dc

https://github.com/ndt-project/ndt/commit/80309c8e7960f90e7b4bf2d0480ae49985c843dc
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/script.js

Log Message:
-----------
Don't declare testProtocol globally, and fix an omission of ndtServer as
argument to run_test().


Commit: 7ab4b7b58f52b914c6a485f7a1a34bcb10744d62

https://github.com/ndt-project/ndt/commit/7ab4b7b58f52b914c6a485f7a1a34bcb10744d62
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-browser-client.js
M HTML5-frontend/ndt-wrapper-ww.js
M HTML5-frontend/ndt-wrapper.js

Log Message:
-----------
Don't rely on global variable for server protocol, instead pass it around
as a parameter explicitly.


Commit: af50ca9d32bc902d64cdc5af878e020e4ab2c1a1

https://github.com/ndt-project/ndt/commit/af50ca9d32bc902d64cdc5af878e020e4ab2c1a1
Author: Nathan Kinkade
<>
Date: 2016-03-11 (Fri, 11 Mar 2016)

Changed paths:
M HTML5-frontend/ndt-wrapper.js
M HTML5-frontend/script.js

Log Message:
-----------
Don't allow passing scriptName, instead just assume 'ndt-wrapper.js'.


Commit: 69b4f938ed521070e7dfc42cbfd2ef50992c54c6

https://github.com/ndt-project/ndt/commit/69b4f938ed521070e7dfc42cbfd2ef50992c54c6
Author: Nathan Kinkade
<>
Date: 2016-03-14 (Mon, 14 Mar 2016)

Changed paths:
M HTML5-frontend/script.js

Log Message:
-----------
Updated the comment to getScriptPath to not refer to any parameters now
that the script name is hard-coded into the function.


Commit: 0e5585173c566f50260a84e6976804a569bb36ea

https://github.com/ndt-project/ndt/commit/0e5585173c566f50260a84e6976804a569bb36ea
Author: nkinkade
<>
Date: 2016-03-14 (Mon, 14 Mar 2016)

Changed paths:
M HTML5-frontend/gauge.min.js
A HTML5-frontend/jquery-1.12.1.min.js
R HTML5-frontend/jquery-1.4.4.min.js
M HTML5-frontend/ndt-browser-client.js
M HTML5-frontend/ndt-wrapper-ww.js
M HTML5-frontend/ndt-wrapper.js
M HTML5-frontend/script.js
M HTML5-frontend/widget.html
M src/fakewww.c

Log Message:
-----------
Merge pull request #46 from nkinkade/decouple-ws-html

Decouples Websocket code from HTML


Commit: 5e98f1a4695b3859e2aff8d963d8a1e18d5c53fa

https://github.com/ndt-project/ndt/commit/5e98f1a4695b3859e2aff8d963d8a1e18d5c53fa
Author: Aaron Brown
<>
Date: 2016-03-23 (Wed, 23 Mar 2016)

Changed paths:
M HTML5-frontend/gauge.min.js
A HTML5-frontend/jquery-1.12.1.min.js
R HTML5-frontend/jquery-1.4.4.min.js
M HTML5-frontend/ndt-browser-client.js
M HTML5-frontend/ndt-wrapper-ww.js
M HTML5-frontend/ndt-wrapper.js
M HTML5-frontend/script.js
M HTML5-frontend/widget.html
M src/fakewww.c

Log Message:
-----------
Merge pull request #205 from m-lab/decouple-ws-html

Decouple Websocket code from HTML front end


Compare:
https://github.com/ndt-project/ndt/compare/c6ff8cac83a0...5e98f1a4695b

  • [ndt-dev] [ndt-project/ndt] 0a7896: Decouples Websocket code from HTML so external sit..., GitHub, 03/23/2016

Archive powered by MHonArc 2.6.16.

Top of Page