1. c3883be disable host geo lookup by default outside of dev environment by Alex Heneveld · 8 months ago
  2. 7aa849d better handling for quotes when passing container args; also support list by Alex Heneveld · 8 months ago
  3. 1afa1e0 include exception in output when logging a task warning by Alex Heneveld · 8 months ago
  4. 6f5a906 log workflow errors, include stack trace at debug level by Alex Heneveld · 9 months ago
  5. 1b93348 correclty use pull policy default, and show kubeconfig yaml file by Alex Heneveld · 9 months ago
  6. 9ab406f allow passing java.util.Predicate to assert methods by Alex Heneveld · 9 months ago
  7. 21bc09d use var for encoding, pass to surefire by Alex Heneveld · 9 months ago
  8. 1342bfc specify encoding, bump maven compiler, version bump of groovy plugins by Alex Heneveld · 9 months ago
  9. 6eab504 Merge branch 'master' of https://gitbox.apache.org/repos/asf/brooklyn-server by Alex Heneveld · 9 months ago
  10. 47beebb make stream gobbler test specify which charset to use (utf-8) by Alex Heneveld · 9 months ago
  11. e0ebaaf Merge pull request #1410 from iuliana/arg-tokenizer by Iuliana Cosmina · 9 months ago
  12. dd1522f Added arguments splitting using QuotedStringTokenizer by iuliana · 9 months ago
  13. 2bf5c51 Merge branch 'master' of https://gitbox.apache.org/repos/asf/brooklyn-server by Alex Heneveld · 9 months ago
  14. f61365a another quoted string test, for bash by Alex Heneveld · 9 months ago
  15. 3f98e24 tidy karaf logging by Alex Heneveld · 9 months ago
  16. 1ae135d Merge pull request #1409 from iuliana/rm-comment by Iuliana Cosmina · 9 months ago
  17. cc72062 Removed forgotten comment by iuliana · 9 months ago
  18. d0154c1 Merge pull request #1408 from iuliana/command-container by Iuliana Cosmina · 9 months ago
  19. 6477aa0 Simplified command container tests by iuliana · 9 months ago
  20. f117aac Added support for command containers in workflow steps, containers that are run as a command and only require arguments by iuliana · 9 months ago
  21. 2954e50 test and fix for issue where `item: URL` in catalog.bom breaks with comments by Alex Heneveld · 9 months ago
  22. 7c5fb71 note about intermittent failing test by Alex Heneveld · 9 months ago
  23. 8333e01 add more info in ui on the 'fail' step with a value by Alex Heneveld · 9 months ago
  24. 7865722 allow fail to include a value by Alex Heneveld · 9 months ago
  25. 6401e02 allow maps expected containing a type key by Alex Heneveld · 10 months ago
  26. 7ead50c Merge pull request #1407 from iuliana/wrapped by Alex Heneveld · 10 months ago
  27. c009a86 Added wrapped values in the other map by iuliana · 10 months ago
  28. 8116df8 workflow errors are simplified when serialized; by Alex Heneveld · 10 months ago
  29. 375c5a6 persist workflows on failure by Alex Heneveld · 10 months ago
  30. 46c0548 better warnings if connection object cannot be instantiated by Alex Heneveld · 10 months ago
  31. e536fd6 allow the workflow interpolation mode to be customized by Alex Heneveld · 10 months ago
  32. 3a1083c expose use of freemarker cache and object unwrapping by Alex Heneveld · 10 months ago
  33. 3b60d40 better handling of some errors by Alex Heneveld · 10 months ago
  34. 09803fd add config keys for all the supported workflow policy options by Alex Heneveld · 10 months ago
  35. c0861aa set sensors to null before removing by Alex Heneveld · 11 months ago
  36. 67be6ae Merge branch 'workflow-allow-onfire' by Alex Heneveld · 11 months ago
  37. b4fd8d6 make attributeWhenReady in workflow not timeout/abort on start/stop or abort by Alex Heneveld · 11 months ago
  38. 921d09e Allow on fire in workflow expressions by Duncan Grant · 11 months ago
  39. a366894 copy sensor map for workflow by Alex Heneveld · 11 months ago
  40. 7b22c96 allow workflow to delete themselves without deleting independent submitted tasks by Alex Heneveld · 11 months ago
  41. 9f55523 catch error if workflow entity is unmanaged by Alex Heneveld · 11 months ago
  42. f29962f provide a way to record notional/independent children against a DSTask by Alex Heneveld · 11 months ago
  43. 1412345 allow some coercers to return maybe-wrapped nulls by Alex Heneveld · 11 months ago
  44. 8fe9c4f don't warn if an active task deletes itself by Alex Heneveld · 11 months ago
  45. 0003ba4 cache service lookup results by Alex Heneveld · 11 months ago
  46. 11afb17 fix for NPE when condition gets a Maybe containing null, and disallow that for entity coercion by Alex Heneveld · 11 months ago
  47. cc86e2f transform syntax improved by Alex Heneveld · 11 months ago
  48. 7d5c247 comment or fix places that need deeply by Alex Heneveld · 11 months ago
  49. e59f4f2 add json shorthand deserializer by Alex Heneveld · 11 months ago
  50. 050f793 let DslPredicate use wrapped values so we can inject supplied values into this by Alex Heneveld · 11 months ago
  51. da5e836 use weak map to access more tasks in memory by Alex Heneveld · 11 months ago
  52. 15374e4 workflow tidies by Alex Heneveld · 11 months ago
  53. 46267ef fix recording of errors in step in subworkflow in some cases by Alex Heneveld · 11 months ago
  54. eb8dea1 add support for equals boolean check, and better errror/logging on ternary by Alex Heneveld · 11 months ago
  55. 4edec7a handle quotes in transform arguments by Alex Heneveld · 12 months ago
  56. a88fc13 replace transform recognizes empty word at end now, quoted properly, and is non-greedy for glob all by Alex Heneveld · 12 months ago
  57. 043cb18 tidy up tests, add some notes on gaps by Alex Heneveld · 12 months ago
  58. 1a13c62 Merge branch 'workflow-size-optimizations' by Alex Heneveld · 12 months ago
  59. a5403f5 remove old vars and a couple fixes to ensure the right data, when injected initially or from errors by Alex Heneveld · 12 months ago
  60. 7025d2e rename so old things are called old by Alex Heneveld · 12 months ago
  61. 1e1ff7f workflow scratch vars being set in an updateable way by Alex Heneveld · 12 months ago
  62. af91bd7 alternative way to compute/store output more efficiently by Alex Heneveld · 12 months ago
  63. 6d6e90a some of workflow scratch vars stored by Alex Heneveld · 12 months ago
  64. 5ce00a7 drop output which is identical to previous values by Alex Heneveld · 12 months ago
  65. 35ca970 test workflow size by Alex Heneveld · 12 months ago
  66. 275e090 make unique tag more configurable and smarter default for workflow sensors and policies by Alex Heneveld · 12 months ago
  67. ebe5f01 update description and comment on workflow lock field by Alex Heneveld · 12 months ago
  68. fd18cd9 exclude a weird source of Nullable and NonNull annotations pulled in by guava by Alex Heneveld · 12 months ago
  69. 92197fd accept a slight delay when replaying to allow previous workflow to entirely finish by Alex Heneveld · 12 months ago
  70. 62364d8 add debug logging for when entities are unmanaging by Alex Heneveld · 12 months ago
  71. c77e469 make blueprint / rest/viewer tests easier to extend by Alex Heneveld · 12 months ago
  72. 915f079 allow blueprint viewer tests to indicate they don't want to rebind by Alex Heneveld · 12 months ago
  73. 41d5d32 more resilient catching of freemarker exception when creating classes by Alex Heneveld · 12 months ago
  74. f1a7df8 more cautious convertShallow object references by Alex Heneveld · 12 months ago
  75. 9ea637f add prepend/append transformer, and expand transformer resolution semantics by Alex Heneveld · 1 year ago
  76. 8bdc96f Merge branch 'misc-fixes' by Alex Heneveld · 1 year ago
  77. 0096fe4 don't accept jackson conversion of string to Predicate, and don't expand primitives when converting by Alex Heneveld · 1 year ago
  78. 70b08ce return all errors from type coercion by Alex Heneveld · 1 year ago
  79. f35185c don't use longhand object writer when given a primitive or string input by Alex Heneveld · 1 year ago
  80. 4660a30 permit jackson to be used to coerce strings and primitives by Alex Heneveld · 1 year ago
  81. dd89910 stricter coercion to maps by Alex Heneveld · 1 year ago
  82. 216b485 more workflow math for time by Alex Heneveld · 1 year ago
  83. 1d2f6bf allow use of overridden condition by Alex Heneveld · 1 year ago
  84. d27d172 add 'slice' and 'remove' transforms to workflow by Alex Heneveld · 1 year ago
  85. 7284501 Merge branch 'workflow-more-good-stuff' by Alex Heneveld · 1 year ago
  86. 2d6e8cd more filtering of output - follow up to PR https://github.com/apache/brooklyn-server/pull/1389 by Alex Heneveld · 1 year ago
  87. 4fafb37 Merge remote-tracking branch 'jcabrerizo/activities-rest-optization' by Alex Heneveld · 1 year ago
  88. 245d1d1 better checks for errors when creating a spec via coercion by Alex Heneveld · 1 year ago
  89. 7844795 more thorough cancellation of DST jobs by Alex Heneveld · 1 year ago
  90. 8e00a08 tidy replay/resume semantics, fix rare bug in subworkflow resumption by Alex Heneveld · 1 year ago
  91. 5e53249 update children test for interruption and replay by Alex Heneveld · 1 year ago
  92. 78bd08e update children now working, with all options by Alex Heneveld · 1 year ago
  93. 43b2bfa Merge pull request #1401 from iuliana/exposing by Iuliana Cosmina · 1 year ago
  94. d284f70 making a static serialization method public to be alble to serialize and deserialize secrets properly by iuliana · 1 year ago
  95. be3e3d3 allow transform to resolve an expression by Alex Heneveld · 1 year ago
  96. dac12e7 allow spreading map keys in foreach by Alex Heneveld · 1 year ago
  97. 14bd8f4 update children using subworkflows a bit more by Alex Heneveld · 1 year ago
  98. 03a9c5e add transforms to return and set variables, and allow non-setting transform to give output by Alex Heneveld · 1 year ago
  99. f30a25b first pass at update children - working for the basic children by Alex Heneveld · 1 year ago
  100. a9c297c make effector info available as ${entity.effector["effector_name|"]} by Alex Heneveld · 1 year ago