1. 2f88f64 Removed redundant cast. by Brent Atkinson · 9 years ago
  2. ca74111 Modified orphan scanning to: consider more cases, run less frequently, set endtimes and log affected ids by Brent Atkinson · 9 years ago
  3. 69b126a [CONTINUUM-2726] HTTP project import fails depending on POM URL patterns by Brent Atkinson · 9 years ago
  4. 450874a Added method to get java temp dir to fsmanager. by Brent Atkinson · 9 years ago
  5. 1748233 [CONTINUUM-2435] Added capability to see the trigger when using distributed builds. by Brent Atkinson · 9 years ago
  6. 61f690d [CONTINUUM-2435] Queues page should say whether build was forced or scheduled by Brent Atkinson · 9 years ago
  7. ecb6c18 Added a distinct 'new' icon for use with new and checked out builds by Brent Atkinson · 9 years ago
  8. 9cfa225 [CONTINUUM-2752] Always assign a new build number when starting a build by Brent Atkinson · 9 years ago
  9. 1062355 [CONTINUUM-2297] Display build number, not build id, on surefire test reports. by Brent Atkinson · 9 years ago
  10. 7898200 Removed casts made unnecessary by generic dao methods. by Brent Atkinson · 9 years ago
  11. 51abb0f Made abstract dao methods generic to reduce casts. by Brent Atkinson · 9 years ago
  12. 055fe5b Reduced frequency of distributed build status scans. by Brent Atkinson · 9 years ago
  13. 1b84de4 [CONTINUUM-1704] Old builds show in progress when they are not actually running by Brent Atkinson · 9 years ago
  14. a0f1764 Reduced worker threads for scheduler since workers simply add work to other queues. by Brent Atkinson · 9 years ago
  15. bbfd5b4 Improved logging for distributed status update job. by Brent Atkinson · 9 years ago
  16. 0bec8b0 [CONTINUUM-2751] Previously implemented scheme for db-per-test now functions properly. by Brent Atkinson · 9 years ago
  17. ad52283 Removed unnecessary type cast. by Brent Atkinson · 9 years ago
  18. 9994198 [CONTINUUM-2751] Build fails due to test interactions: data not being cleaned consistently by Brent Atkinson · 9 years ago
  19. 3a508d0 Minor code cleanup: use static imports, redundant checks, spelling. by Brent Atkinson · 9 years ago
  20. fff7f59 [CONTINUUM-2750] Failing to remove a group should include more detailed info by Brent Atkinson · 9 years ago
  21. 5d33aef [CONTINUUM-2749] Shell/Ant projects allow adding projects with obviously invalid scm urls by Brent Atkinson · 9 years ago
  22. 983db0b [CONTINUUM-1859] Updated test to work for most recent UI. by Brent Atkinson · 9 years ago
  23. 08abe57 Changed pom upload method labels to be consistent with rest of page. by Brent Atkinson · 9 years ago
  24. 017db10 [CONTINUUM-2748] Controls for adding pom via http/file-upload should be mutually exclusive by Brent Atkinson · 9 years ago
  25. 5a8a4ec [CONTINUUM-2745] Converted remaining tests to junit 4 by Brent Atkinson · 9 years ago
  26. f5e885a [CONTINUUM-2580] Surefire report page does not enable link back to project information page by Brent Atkinson · 9 years ago
  27. 693809e Removing site plugin override, mistakenly put in last commit. by Brent Atkinson · 9 years ago
  28. a2558cc Cleaned up empty directories likely created by using git-svn. by Brent Atkinson · 9 years ago
  29. 3cdd810 Converted bean lookup to use class-based method. by Brent Atkinson · 9 years ago
  30. 0cdad15 Changed test to avoid CONTINUUM-2736 by Brent Atkinson · 9 years ago
  31. 8757be2 Release tests created 'release-#' directories in root of project. by Brent Atkinson · 9 years ago
  32. 19c9f22 Further refactored purging to make it more cohesive and readable. by Brent Atkinson · 9 years ago
  33. 3eea07b Integrated agent and master directory purge code using builder. by Brent Atkinson · 9 years ago
  34. 0eba2be Converted overlooked fsutil reference to use fs manager. by Brent Atkinson · 9 years ago
  35. 1db6918 [CONTINUUM-2744] Project import should not use JVM exit hooks to cleanup directories by Brent Atkinson · 9 years ago
  36. aeac342 Migrated most modules to use fs manager. by Brent Atkinson · 9 years ago
  37. 69799a1 Added service for common file system operations to api. by Brent Atkinson · 9 years ago
  38. 9dc0323 Split dir/repo purgers into packages and removed unnecessary inheritance. by Brent Atkinson · 9 years ago
  39. 7140e21 Moved agent directory purge implementation to purge project for further refactoring. by Brent Atkinson · 9 years ago
  40. a53151e Migrated purge-master module into core. Purge is now reusable between agent and master. by Brent Atkinson · 9 years ago
  41. b391ca3 Moved agent executor factory to its own package. by Brent Atkinson · 9 years ago
  42. e29b0b8 Refactored agent directory purging out of purge manager, clarified tests. by Brent Atkinson · 9 years ago
  43. d1b31d6 Reduced the number of workers for the main scheduler. by Brent Atkinson · 9 years ago
  44. c10de52 Renamed schedulers so quartz threads are more reasonably named. by Brent Atkinson · 9 years ago
  45. 169c95a Unified the way that executors name threads. by Brent Atkinson · 9 years ago
  46. 8a2f316 Replaced default plexus task queue with enhanced version, better thread names and shutdown. by Brent Atkinson · 9 years ago
  47. c742b3d Modified task executor to set meaningful thread names for better runtime diagnostics. by Brent Atkinson · 9 years ago
  48. 786a230 Removed maintenance scheduler shutdown hook, already shuts down with app context. by Brent Atkinson · 9 years ago
  49. 95a6bb7 Reduced maintenance task thread priority under normal task thread priorities. by Brent Atkinson · 9 years ago
  50. 09f3f6a Reduced maintenance task pool threads since jobs are infrequent. by Brent Atkinson · 9 years ago
  51. 7eea2a3 Configured maintenance job to start 30 seconds after application starts. by Brent Atkinson · 9 years ago
  52. ee4fa32 Renamed quartz schedulers so their thread names are meaningful at runtime. by Brent Atkinson · 9 years ago
  53. b01061a Renamed distributed status update code to reflect usage. by Brent Atkinson · 9 years ago
  54. 1245ad6 [CONTINUUM-2742] Startup/shutdown leaks threads from build task queue executors by Brent Atkinson · 9 years ago
  55. 02d116f Styled error messages so they appear similarly to struts-generated ones. by Brent Atkinson · 9 years ago
  56. e3c5271 Missed adding web test from r1671655 by Brent Atkinson · 9 years ago
  57. 28d4b1f Removed default column from distributed repo config list. by Brent Atkinson · 9 years ago
  58. 46bcea9 Implemented web-test for distributed repo build/purge. by Brent Atkinson · 9 years ago
  59. 5498bbf Simplified and expanded purge action message handling. by Brent Atkinson · 9 years ago
  60. 1271400 Cleaned up cruft from purge actions. by Brent Atkinson · 9 years ago
  61. ea2cbef Implemented agent repository purging. by Brent Atkinson · 9 years ago
  62. 08c3095 Improved distributed purge handler logging. by Brent Atkinson · 9 years ago
  63. 7d7e25c Tweaked purge scan log messages for improved diagnostics. by Brent Atkinson · 9 years ago
  64. a273366 Migrated purge scan listener to a non-public class. by Brent Atkinson · 9 years ago
  65. 2b2a2a7 Moved executor factories into core and made them components. by Brent Atkinson · 9 years ago
  66. a68e365 Simplified controllers and made them stateless. by Brent Atkinson · 9 years ago
  67. 6d1c759 Pulled repository executor creation out of controller and into factory. by Brent Atkinson · 9 years ago
  68. 4321637 Pulled directory executor creation out of controller and into factory. by Brent Atkinson · 9 years ago
  69. 16e4322 Simplified purge controller and limited visibility to master. by Brent Atkinson · 9 years ago
  70. e644aa3 Directory purge fails when dir list returns null. by Brent Atkinson · 9 years ago
  71. 61eaf04 Eliminated branching logic when selecting and invoking purge controller. by Brent Atkinson · 9 years ago
  72. d0dcddf Clarified responsibilities of scanner and repo purge controller. by Brent Atkinson · 9 years ago
  73. 0b4c3ef Decoupled repo scanner from model classes. by Brent Atkinson · 9 years ago
  74. 605d5fa Refactored purge code with master deps into separate module. by Brent Atkinson · 9 years ago
  75. 13c87eb Stubbed out distributed repository purge support. by Brent Atkinson · 9 years ago
  76. 31816ae Added feedback when removing local repositories. by Brent Atkinson · 9 years ago
  77. ba83ff1 Fixed formatting. by Brent Atkinson · 9 years ago
  78. 7ab3b86 Added web test for file upload of multi-module poms. by Brent Atkinson · 9 years ago
  79. 48cf932 Reverting r1671326 due to failing web-test testAddEmptyBuildQueue. by Brent Atkinson · 9 years ago
  80. 961020f Added isolated local repository definition to agent jetty run config. by Brent Atkinson · 9 years ago
  81. faa3dd9 Added comment to agent config for shared secret passwords due to its importance. by Brent Atkinson · 9 years ago
  82. 04850e9 Updated web test agent config to use maven properties where possible. by Brent Atkinson · 9 years ago
  83. cd827af3 Configured agent local repositories for web test environment. by Brent Atkinson · 9 years ago
  84. a771f17 Added comments and example local repo config to agent bundle. by Brent Atkinson · 9 years ago
  85. 60035d4 Updated sample agent local configuration to match default naming. by Brent Atkinson · 9 years ago
  86. f42a396 Tweaked logging for agent xmlrpc server to squelch noise. by Brent Atkinson · 9 years ago
  87. 5d908fe Converted to resources plugin to interpolate values into agent jetty:run config. by Brent Atkinson · 9 years ago
  88. 696a4fb Changed default repo name to match commonly initialized name for config test. by Brent Atkinson · 9 years ago
  89. 3cc2ef3 Fixed inert purge config removal due to expression typo. by Brent Atkinson · 9 years ago
  90. dad1c40 Make build queue action declarations consistent: specified class directly. by Brent Atkinson · 9 years ago
  91. 0ae3722 Corrected queue edit page to generate proper HTML by Brent Atkinson · 9 years ago
  92. d365b4d Unified tag usage by using struts rather than JSTL standard tags. by Brent Atkinson · 9 years ago
  93. 6bf632d Added feedback messages to local repository purge. by Brent Atkinson · 9 years ago
  94. 3e82d63 Unified the way agent action accesses the resource bundle. by Brent Atkinson · 9 years ago
  95. a7840d6 Converted build agent redirect messages to use proper scheme. by Brent Atkinson · 9 years ago
  96. c8e5b2f Added style so semantic message tags look like old ones. by Brent Atkinson · 9 years ago
  97. 705909d Overriding struts actionmessages/errors tags to generate semantic tags with styles. by Brent Atkinson · 9 years ago
  98. d10a187 Added ability to style messages with info icons. by Brent Atkinson · 9 years ago
  99. eb19984 Corrected continuum-doc's parent version latest snapshot. by Brent Atkinson · 9 years ago
  100. 6dfbc9e Ignoring continuum working directory generated while using jetty:run. by Brent Atkinson · 9 years ago