- 09 Jan, 2015 1 commit
-
-
Christian Beer authored
- An email is send only to those adresses given in .travis.yml - Only the master branch is build - The compiler gcc and clang are used - The components libraries, server and client/manager are build separately - The README.md just displays the current build status on the github mirror
-
- 08 Jan, 2015 3 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
- 06 Jan, 2015 8 commits
-
-
Rom Walton authored
MGR: In the simple attach scenario, only launch the attach wizard if we are not already attached to the project.
-
Rom Walton authored
LIB: Reset the file buffer size to 0 after cycling the stderr log file.
-
Rom Walton authored
HTMLGFX: Remove the secret handling stuff, it would prevent loading static images and other resources from the slot directory.
-
Rom Walton authored
WRAPPER: Make creating/writing the graphics status file part of the job file configuration. No need to write it if there is not going to be a running graphics application.
-
Rom Walton authored
VBOX: Make creating/writing the graphics status file part of the job file configuration. No need to write it if there is not going to be a running graphics application.
-
-
Rom Walton authored
-
David Anderson authored
Note: Android clients report the Linux kernel version in host.os_version. A month or two ago we added the Android version, which can't always be inferred from the Linux version. This will only work for devices running this new client.
-
- 05 Jan, 2015 4 commits
-
-
David Anderson authored
-
David Anderson authored
-
David Anderson authored
If set, non-CPU-intensive jobs are exempted from mass suspend (e.g. suspend CPU, time of day, CPU throttling). You can still suspend them individually.
-
David Anderson authored
-
- 02 Jan, 2015 1 commit
-
-
Rom Walton authored
If the worker application hasn't been running for awhile we do not want to automatically close the graphics application.
-
- 01 Jan, 2015 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
- 31 Dec, 2014 6 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
-
Rom Walton authored
Using the formal HTTP authentication scheme was too cumbersome and I couldn't pre-fill out that information as part of the request. IE11 emulation ignores any credentials as part of the URI. The web browser control insists on displaying a credentials dialog when challenged. So for now, look for a 'secret' header which just contains a thread identifier. Authentication is skipped if the app was started with the --debug command line argument. You'll be able to attach and debug your HTML application via the port number written in the Window title.
-
David Anderson authored
-
- 30 Dec, 2014 4 commits
-
-
Rom Walton authored
* Implement a mini HTTP server to service file requests from the slot directory. Have the browser control download the file(s) via the HTTP protocol instead of the FILE protocol. TODO: Lock down the authentication mechanism so that it is reasonably protected even though it is only bound to the loopback adapter. * Configure the browser emulation level for the executable to Internet Explorer 11.
-
David Anderson authored
The translation code (translation.inc) had a special case where if the first accepted language was "en", it would show English. Problem: if the accepted languages are, say, "en-us", "en", "es" then you'll see Spanish. Fix: check for both "en" and "en_*" in the special case. The logic of this code is still flawed, however. It builds a list $languages_in_use of accepted languages for which a translation file exists, and to translate a word it tries these in sequence. So a page could have translations from several languages. What it should do is scan the accepted languages until it finds one that either is English or for which a translation file exists. Then use that one. (there could be a check that skips languages for which the translation is very incomplete).
-
Rom Walton authored
-
Rom Walton authored
HTMLGFX: Normalize the URLs configured by way of the configuration file. MSHTML would attempt to use HTTP when only a filename was given.
-
- 29 Dec, 2014 7 commits
-
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
-
Rom Walton authored
HTMLGFX: Remap the JavaScript methods and properties to camel case to match the JavaScript standards.
-
- 28 Dec, 2014 2 commits
-
-
Rom Walton authored
HTMLGFX: Do not overwrite the State URLs if a project also exposes a Web API port as well. A project may choose to have a running HTML page that makes JSON calls to a web server running within a VM or science application.
-
Rom Walton authored
-
- 27 Dec, 2014 2 commits
-
-
Rom Walton authored
-
Rom Walton authored
-