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