1. 2bca22a make more context for workflow step resolution by Alex Heneveld · 3 weeks ago master
  2. 5520ad4 don't use synch blocks for type coercion; can cause race if task submitted for coercion by Alex Heneveld · 3 weeks ago
  3. e8ee84d better error handling in rest api by Alex Heneveld · 3 weeks ago
  4. eab2eeb improve rest output with errors, and reduce max depth by Alex Heneveld · 4 weeks ago
  5. 0931246 add if step, and improve deep workflow partial resolution for conditions by Alex Heneveld · 4 weeks ago
  6. 0091680 foreach takes 'do step' optionally by Alex Heneveld · 4 weeks ago
  7. a09ab7e better workflow step resolution, using workflow/entity/mgmt context by Alex Heneveld · 4 weeks ago
  8. 1d9bb2e improve step parser by Alex Heneveld · 4 weeks ago
  9. 6dd3bb6 support prescanning entities for dynamic group by Alex Heneveld · 4 weeks ago
  10. ead691b allow 'entity' to be used as a type, and lookup based on plan id or internal id by Alex Heneveld · 5 weeks ago
  11. 32257cb more flexible workflow shorthand - set entity on clear/set sensor/config, and entity on invoke-effector by Alex Heneveld · 5 weeks ago
  12. 72784da infer type as a subworkflow step if `step` is omitted but `steps` are supplied by Alex Heneveld · 5 weeks ago
  13. d369f4b add a subworkflow step which shares vars with parents by Alex Heneveld · 5 weeks ago
  14. d6d53dc allow workflow step names to include freemarker expressions, and resolve them by Alex Heneveld · 5 weeks ago
  15. 5b1ea50 expression parser - tweak to multi-word handling by Alex Heneveld · 6 weeks ago
  16. 6d428e7 Merge pull request #1415 from ahgittin/expression-parsing by Alex Heneveld · 6 weeks ago
  17. 68597ff refactor how map sensors are updated, consistent between let and set-sensor by Alex Heneveld · 6 weeks ago
  18. 0c6b441 update shorthand processor to use expression processor by Alex Heneveld · 6 weeks ago
  19. 9527155 add an expresson parser which understands interpolated strings etc by Alex Heneveld · 6 weeks ago
  20. c2320eb fix test case for more forgiving let parse by Alex Heneveld · 6 weeks ago
  21. 16ad21b better error check+report for workflow by Alex Heneveld · 6 weeks ago
  22. d5fdb06 tighten how interpolated expressions with spaces are accepted by Alex Heneveld · 6 weeks ago
  23. 5cbd6ce allow let workflow step to accept interpolated expressions with spaces by Alex Heneveld · 6 weeks ago
  24. 93dd3dd remove log warn on explicit workflow fail step, simplifying code by Alex Heneveld · 7 weeks ago
  25. b060595 remove redundant log warning on process workflow steps with non-zero exit code by Alex Heneveld · 7 weeks ago
  26. 7513c05 better warning for errors in workflow step config (between steps) by Alex Heneveld · 7 weeks ago
  27. deefd6c support boolean values and suppliers being set for dsl predicate / conditions by Alex Heneveld · 7 weeks ago
  28. fc9009d log handled workflow errors and explicit fail steps as debug not warn by Alex Heneveld · 7 weeks ago
  29. f2a35dc Change version to 1.2.0-SNAPSHOT by Duncan Grant · 7 weeks ago
  30. f1cd632 Merge pull request #1414 from apache/licences-update by Juan Cabrerizo · 8 weeks ago
  31. 65cac11 use bean with type to load beans in tests by Alex Heneveld · 8 weeks ago
  32. 1dc6d10 Updated licenses by Duncan Grant · 8 weeks ago licences-update
  33. b05554a better dsl predicate evaluation equality and comparison for numbers by Alex Heneveld · 9 weeks ago
  34. 852b038 blueprint test fixture should return new app after rebinding by Alex Heneveld · 10 weeks ago
  35. f22df8d use slightly older version of fabric8 kubernetes which uses slf4j 1.x by Alex Heneveld · 2 months ago
  36. d4cdbcf add note about excluding jclouds-byon for snakeyaml compatibility by Alex Heneveld · 2 months ago
  37. 4c3cdf1 bump kubernetes-client to latest version to work with snakeyaml 2.x by Alex Heneveld · 2 months ago
  38. e1bf605 comments on snakeyaml version bump by Alex Heneveld · 2 months ago
  39. 96cad20 Merge pull request #1413 from ahgittin/bump-snakeyaml-22 by Juan Cabrerizo · 2 months ago
  40. 0c34ed5 update snakeyaml to latest version; same for jackson and cxf to use latest snakeyaml by Alex Heneveld · 2 months ago
  41. eeb806e fix issue that guava predicates won't be deserialized as dsl predicates by Alex Heneveld · 3 months ago
  42. 8abb4cf support AddTags initializer and better errors by Alex Heneveld · 3 months ago
  43. fe2b324 support dot property access in DSL, and transform get, join, split by Alex Heneveld · 5 months ago
  44. ffdb9b3 give better/earlier error if 'services' and 'type' supplied in same block by Alex Heneveld · 5 months ago
  45. fd1d4cd add support for `skip_initial_run` on workflow policies and sensors by Alex Heneveld · 5 months ago
  46. 1211969 better logging messages and levels, esp during startup by Alex Heneveld · 5 months ago
  47. 83d80a8 better detection of dev env and disablement of host-geo lookup by Alex Heneveld · 5 months ago
  48. e244be1 note on non-det failure by Alex Heneveld · 5 months ago
  49. 0ffe031 disable non-deterministically failing test by Alex Heneveld · 6 months ago
  50. 8ae18e0 add small wait on assertions about entity failures in tests by Alex Heneveld · 6 months ago
  51. a3fc47a Merge branch 'master' of https://gitbox.apache.org/repos/asf/brooklyn-server by Alex Heneveld · 6 months ago
  52. 1312937 better CME protection for workflows by Alex Heneveld · 6 months ago
  53. 2d71a46 Merge pull request #1412 from jcabrerizo/security-provider-unauthorized-helper by Alex Heneveld · 6 months ago
  54. 5fbd2eb support better minidev and google json parsing and serialization by Alex Heneveld · 6 months ago
  55. f81db2c Allow to forward some to the headers when a SecurityProviderDeniedAuthentication is thrown for helping the client to identify the reason by Juan Cabrerizo · 6 months ago
  56. 23ff837 improvements for very occasional test failures by Alex Heneveld · 6 months ago
  57. b3864ca add primitive-or-object deserializer, fix bug resolving entity exprs in triggers by Alex Heneveld · 6 months ago
  58. c241157 better errors when config bag can't coerce something by Alex Heneveld · 6 months ago
  59. 7922399 allow effectors with workflow with output only, no steps by Alex Heneveld · 6 months ago
  60. 918acb9 allow workflow to have no steps if it has output by Alex Heneveld · 6 months ago
  61. 5f50ca0 fail poller tasks by default if they throw exceptions by Alex Heneveld · 6 months ago
  62. a122342 Merge branch 'shell-workflow-step' by Alex Heneveld · 6 months ago
  63. 71f88dd fix log message tests, ignoring noise from other runs by Alex Heneveld · 6 months ago
  64. db1d451 add permission for shell scripts. identical to groovy scripts for the moment. by Alex Heneveld · 6 months ago
  65. 4a1a072 add a 'shell' workflow step by Alex Heneveld · 6 months ago
  66. c3883be disable host geo lookup by default outside of dev environment by Alex Heneveld · 6 months ago
  67. 7aa849d better handling for quotes when passing container args; also support list by Alex Heneveld · 6 months ago
  68. 1afa1e0 include exception in output when logging a task warning by Alex Heneveld · 6 months ago
  69. 6f5a906 log workflow errors, include stack trace at debug level by Alex Heneveld · 6 months ago
  70. 1b93348 correclty use pull policy default, and show kubeconfig yaml file by Alex Heneveld · 6 months ago
  71. 9ab406f allow passing java.util.Predicate to assert methods by Alex Heneveld · 7 months ago
  72. 21bc09d use var for encoding, pass to surefire by Alex Heneveld · 7 months ago
  73. 1342bfc specify encoding, bump maven compiler, version bump of groovy plugins by Alex Heneveld · 7 months ago
  74. 6eab504 Merge branch 'master' of https://gitbox.apache.org/repos/asf/brooklyn-server by Alex Heneveld · 7 months ago
  75. 47beebb make stream gobbler test specify which charset to use (utf-8) by Alex Heneveld · 7 months ago
  76. e0ebaaf Merge pull request #1410 from iuliana/arg-tokenizer by Iuliana Cosmina · 7 months ago
  77. dd1522f Added arguments splitting using QuotedStringTokenizer by iuliana · 7 months ago
  78. 2bf5c51 Merge branch 'master' of https://gitbox.apache.org/repos/asf/brooklyn-server by Alex Heneveld · 7 months ago
  79. f61365a another quoted string test, for bash by Alex Heneveld · 7 months ago
  80. 3f98e24 tidy karaf logging by Alex Heneveld · 7 months ago
  81. 1ae135d Merge pull request #1409 from iuliana/rm-comment by Iuliana Cosmina · 7 months ago
  82. cc72062 Removed forgotten comment by iuliana · 7 months ago
  83. d0154c1 Merge pull request #1408 from iuliana/command-container by Iuliana Cosmina · 7 months ago
  84. 6477aa0 Simplified command container tests by iuliana · 7 months ago
  85. f117aac Added support for command containers in workflow steps, containers that are run as a command and only require arguments by iuliana · 7 months ago
  86. 2954e50 test and fix for issue where `item: URL` in catalog.bom breaks with comments by Alex Heneveld · 7 months ago
  87. 7c5fb71 note about intermittent failing test by Alex Heneveld · 7 months ago
  88. 8333e01 add more info in ui on the 'fail' step with a value by Alex Heneveld · 7 months ago
  89. 7865722 allow fail to include a value by Alex Heneveld · 7 months ago
  90. 6401e02 allow maps expected containing a type key by Alex Heneveld · 7 months ago
  91. 7ead50c Merge pull request #1407 from iuliana/wrapped by Alex Heneveld · 7 months ago
  92. c009a86 Added wrapped values in the other map by iuliana · 7 months ago
  93. 8116df8 workflow errors are simplified when serialized; by Alex Heneveld · 7 months ago
  94. 375c5a6 persist workflows on failure by Alex Heneveld · 7 months ago
  95. 46c0548 better warnings if connection object cannot be instantiated by Alex Heneveld · 7 months ago
  96. e536fd6 allow the workflow interpolation mode to be customized by Alex Heneveld · 8 months ago
  97. 3a1083c expose use of freemarker cache and object unwrapping by Alex Heneveld · 8 months ago
  98. 3b60d40 better handling of some errors by Alex Heneveld · 8 months ago
  99. 09803fd add config keys for all the supported workflow policy options by Alex Heneveld · 8 months ago
  100. c0861aa set sensors to null before removing by Alex Heneveld · 9 months ago