- fdd1ff3 Update LICENSE file and file headers to the new license. by Chandler Carruth · 7 years ago
- 24c0d83 llvmlab: Move revision browser URL into config. by Daniel Dunbar · 13 years ago
- a4c0b81 llvmlab: Fixup some URL references. by Daniel Dunbar · 13 years ago
- 33c5e5b llvmlab: Update for latest buildbot JSON response. by Daniel Dunbar · 13 years ago
- 544743c [llvmlab] Add back View2D.js which had previously been a symlink. by Daniel Dunbar · 13 years ago
- 5ca38e8 llvmlab runserver: Add --reloader, --debugger, and --profiler options. by Daniel Dunbar · 13 years ago
- ac5b429 llvmlab.ui: Compatibility update for Flask 0.7+ change to blueprint model. by Daniel Dunbar · 14 years ago
- 9f9a718 llvmlab: Fix another broken symbolic link. by Daniel Dunbar · 14 years ago
- a6793df llvmlab: Fix a bug where freshly added builders ended up inadvertently sharing a by Daniel Dunbar · 14 years ago
- 5cdc6ed llvmlab: Stub out some simple Sphinx documentation structure. by Daniel Dunbar · 14 years ago
- 63a8402 LNT/Flask: Migrate header, footer, and index. by Daniel Dunbar · 14 years ago
- 0facb43 llvmlab.app: Improve save_status to be a bit more reliable and make sure we don't leave the status file in an indeterminant state. by Daniel Dunbar · 14 years ago
- ad2dd63 llvmlab: Work around an annoying property of the werkzeug reloader where the app instance is created twice. This means we end up with two monitor threads when running a debug server, which is not what we want. by Daniel Dunbar · 14 years ago
- 13aee20 llvmlab: Add a 'ci/build_chart' which shows a Gantt chart of where builds were by Daniel Dunbar · 14 years ago
- c30ebce llvmlab.util: Add multidict helper class. by Daniel Dunbar · 14 years ago
- 9c63c6d llvmlab.ci.status: Track build slave information. by Daniel Dunbar · 14 years ago
- 4e71d2e llvmlab: Watchdog buildbot monitor, in case we get an unexpected exception by Daniel Dunbar · 14 years ago
- a4ea645 llvmlab.ci.buildbot.statusclient: Fix a possible crash accessing invalid by Daniel Dunbar · 14 years ago
- 7dd046b llvmlab: Tweak popups to show up near the mouse, again stealing methods from by Daniel Dunbar · 14 years ago
- e316548 llvmlab/dashboard: Tweak popups to include links to close them. by Daniel Dunbar · 14 years ago
- 6f561e7 llvmlab: Add help links to access phase descriptions. by Daniel Dunbar · 14 years ago
- fbbb092 llvmlab create: Auto generated a .wsgi file suitable for use with Apache. by Daniel Dunbar · 14 years ago
- 07ca320 llvmlab: Make sure setup.py installs the appropriate files. by Daniel Dunbar · 14 years ago
- 394eb98 llvmlab: Fix some refactos that broke the pitiful two tests I have written. by Daniel Dunbar · 14 years ago
- 6d3fd2a llvmlab: Drop the hard coded phase config, the expectation is that a specific by Daniel Dunbar · 14 years ago
- 979228d llvmlab: Drop the hard coded phase config, the expectation is that a specific by Daniel Dunbar · 14 years ago
- bd4bcb9 llvmlab/dashboard: Move to using the phase config object via the app. by Daniel Dunbar · 14 years ago
- 0f73574 llvmlab: Sketch support for dashboard plugins, to support site specific by Daniel Dunbar · 14 years ago
- cd83836 llvmlab: Update config to only point to install directory (instead of individual by Daniel Dunbar · 14 years ago
- dd700a2 llvmlab.ci.buildbot.statusclient: Attempt to improve robustness in the face of by Daniel Dunbar · 14 years ago
- 1f268e1 llvmlab: Fix some buildbot monitoring bugs exposed by builder renames. by Daniel Dunbar · 14 years ago
- a60221e llvmlab: Sketch some support for help popups into the dashboard. by Daniel Dunbar · 14 years ago
- f41a86e llvmlab: Drop link to release page now, since it isn't live yet. by Daniel Dunbar · 14 years ago
- 4a56de4 llvmlab: Fix typo. by Daniel Dunbar · 14 years ago
- 4e8e1c9 llvmlab: Print timestamps in human readable form. by Daniel Dunbar · 14 years ago
- 7b436f2 llvmlab: Link phase popup builder names to buildbot builder page and individual by Daniel Dunbar · 14 years ago
- 7c433e7 llvmlab: Tidy up look of rev links, mostly by stealing style from buildbot. by Daniel Dunbar · 14 years ago
- 214d49c llvmlab: Add dashboard support for showing timing popups. by Daniel Dunbar · 14 years ago
- 19bd802 llvmlab: Start sketching support for visualizing build times. by Daniel Dunbar · 14 years ago
- b0b65a6 llvmlab: Add jQuery 1.5 as a static resource. by Daniel Dunbar · 14 years ago
- 6ddc461 llvmlab: Enable file/mail error logging. by Daniel Dunbar · 14 years ago
- 0e89aae llvmlab: Tweak status tracking to not make the build visible until it's data has by Daniel Dunbar · 14 years ago
- f80fa08 llvmlab: Fix thinko, summary is supposed to track first failing build after most by Daniel Dunbar · 14 years ago
- b9d4a14 llvmlab: Don't crash on network outages. by Daniel Dunbar · 14 years ago
- 6a3d4c0 llvmlab: Add dashboard support for linking to "phase popups". by Daniel Dunbar · 14 years ago
- f51afc0 llvmlab: Sketch the phase popup. by Daniel Dunbar · 14 years ago
- d98ab9e llvmlab: Move "latest release" information off to a side page, it is too busy by Daniel Dunbar · 14 years ago
- 559e57e llvmlab: Implement live dashboard using the new summary object. by Daniel Dunbar · 14 years ago
- 7c8bd6f llvmlab: Update Config to also include the name of the final builder (generally by Daniel Dunbar · 14 years ago
- eebf8da llvmlab: Start sketching a summary object which connects the CI config with the by Daniel Dunbar · 14 years ago
- 0eef293 llvmlab: Checkpoint the status information frequently, for now. by Daniel Dunbar · 14 years ago
- 8e46be8 llvmlab: Start sketching code to actively monitor a buildbot instance from the by Daniel Dunbar · 14 years ago
- fae1f57 llvmlab: Add a master URL parameter to the status object. by Daniel Dunbar · 14 years ago
- efa13cc llvmlab: Add a status object to the application & config, for persisting the by Daniel Dunbar · 14 years ago
- 3c2701b llvmlab: Add a link to the machines page. by Daniel Dunbar · 14 years ago
- 99c3c7d llvmlab.ci.buildbot.statusclient: Change to only monitoring changes to the last by Daniel Dunbar · 14 years ago
- dea69a3 llvmlab.ci.buildbot.statusclient: Factor out a BuilderInfo object. by Daniel Dunbar · 14 years ago
- e40a0b6 llvmlab: Add admin page to add a machine. by Daniel Dunbar · 14 years ago
- 3afb2ba llvmlab: Start sketching helpers for working with users / access permissions. by Daniel Dunbar · 14 years ago
- e0f34ac llvmlab: Sketch an admin page. by Daniel Dunbar · 14 years ago
- 11e98e4 llvmlab: Add a machines page. by Daniel Dunbar · 14 years ago
- 25cf560 llvmlab: Add 'admin' field to Machine records. by Daniel Dunbar · 14 years ago
- 60cbdd2 llvmlab: Sketch a remarkably ugly home page. by Daniel Dunbar · 14 years ago
- 83150a7 llvmlab.ci.buildbot.statusclient: Record the builder_poll_rate. by Daniel Dunbar · 14 years ago
- f508534 llvmlab: Sort users lists. by Daniel Dunbar · 14 years ago
- 0b43f72 llvmlab: Add a 'import-users' tool, which migrates in users from SVN. by Daniel Dunbar · 14 years ago
- 194a849 llvmlab.ui.app: Add support for loading a particular config path, and save support. by Daniel Dunbar · 14 years ago
- fe0c99f llvmlab.user: Add SVN login field. by Daniel Dunbar · 14 years ago
- 21a3a91 llvmlab.data: Fix typo. by Daniel Dunbar · 14 years ago
- dc0d746 llvmlab.ci.buildbot.statusclient: Add support for tracking build add/remove by Daniel Dunbar · 14 years ago
- f598cd3 llvmlab.ci.buildbot.statusclient: Add support for serialization the client by Daniel Dunbar · 14 years ago
- 47d7d10 llvmlab: Start sketching a buildbot.statusclient module which provides support by Daniel Dunbar · 14 years ago
- 899ef52 llvmlab: Tweak dashboard. by Daniel Dunbar · 14 years ago
- 8c37fe4 llvmlab: Sketch status object for tracking the overall build status. by Daniel Dunbar · 14 years ago
- bfb8bc6 llvmlab: Phase config objects should also track the associated builder. by Daniel Dunbar · 14 years ago
- 51c16a8 llvmlab: Fill in builder lists for each phase. by Daniel Dunbar · 14 years ago
- ee0b8f9 llvmlab: Fill in builders list in hardcoded Config. by Daniel Dunbar · 14 years ago
- 2c89624 llvmlab: Continue sketching published builds part of hard-coded instance of the by Daniel Dunbar · 14 years ago
- 3a03d50 llvmlab: Start sketching a hard-coded instance of the Config object, and migrate by Daniel Dunbar · 14 years ago
- d777596 llvmlab: Start sketching Config object for representing how the lab is currently by Daniel Dunbar · 14 years ago
- 743953c llvmlab: Tweak dashboard to be a more realistic mockup. by Daniel Dunbar · 14 years ago
- faf1c7f llvmlab: Sketch template for a dashboard phase pop-up. by Daniel Dunbar · 14 years ago
- d6fc0fe llvmlab: Sketch a bit more of the dashboard. by Daniel Dunbar · 14 years ago
- 3da14de llvmlab: Fill in dashboard sketch. by Daniel Dunbar · 14 years ago
- 4bba9c7 llvmlab: Sketch a new CI module for the lab dashboard. by Daniel Dunbar · 14 years ago
- 5713dc9 llvmlab: Sink views into a separate module. by Daniel Dunbar · 14 years ago
- 37f45b3 llvmlab: Sketch Machine objects. by Daniel Dunbar · 14 years ago
- 866664b llvmlab: Add a per-user info page. by Daniel Dunbar · 14 years ago
- 9c65361 llvmlab: Make login page display something more sensible if already logged in. by Daniel Dunbar · 14 years ago
- f760589 llvmlab: Add runserver command, and tweak module structure to be more canonical. by Daniel Dunbar · 14 years ago
- 48064f1 llvmlab: Add some simple tests. by Daniel Dunbar · 14 years ago
- 7f5db7e llvmlab: Add App.create_test_instance(). by Daniel Dunbar · 14 years ago
- 95b6eef llvmlab: Move more logic into App class. by Daniel Dunbar · 14 years ago
- 20efaf2 llvmlab: Move routes into separate module. by Daniel Dunbar · 14 years ago
- 8cef0ce llvmlab: Pull out an LLVMLabApp class. by Daniel Dunbar · 14 years ago
- 1593991 llvmlab: Require login to show users page. by Daniel Dunbar · 14 years ago
- f2cf890 llvmlab: Add login support. by Daniel Dunbar · 14 years ago
- 115eba8 llvmlab: Add support for using flask.flash(). by Daniel Dunbar · 14 years ago
- 349e5bd llvmlab: Add users info page. - Will be behind login, eventually. by Daniel Dunbar · 14 years ago
- 6c4d81c llvmlab: Load data on application startup. by Daniel Dunbar · 14 years ago