1. e946424 improve DSL parsing by Alex Heneveld · 26 hours ago master
  2. e4599a0 optimize absent stack trace origin, and improve version serialization for jackson by Alex Heneveld · 11 days ago
  3. a5830ed better resolution of workflow inputs by Alex Heneveld · 14 days ago
  4. c8e7bbb apply type deserialization even into maps and lists by default by Alex Heneveld · 2 weeks ago
  5. f05fe05 better ordering of type coercions, run "wrong bean" coercions after standard coercions by Alex Heneveld · 2 weeks ago
  6. 3bfae5b allow workflow policy and callable to be subclassed by Alex Heneveld · 2 weeks ago
  7. 0f56dd8 fix async delay for initializer, and intermittent failing test by Alex Heneveld · 3 weeks ago
  8. edca9fb allow tests to update the external config registry from properties by Alex Heneveld · 3 weeks ago
  9. b9febc0 expose ability for workflow policy to be invoked by Alex Heneveld · 4 weeks ago
  10. 3deb69f tidy utility methods, support floor/ceil by Alex Heneveld · 5 weeks ago
  11. 95d3ec3 reconstruct search path when set without catalog item id by Alex Heneveld · 6 weeks ago
  12. 351e1d0 remove unnecessary template model wrapping by Alex Heneveld · 6 weeks ago
  13. 83300f5 allow prefixes to filter on exceptions to be modified by Alex Heneveld · 6 weeks ago
  14. 2327001 allow checking call stacks across tasks by Alex Heneveld · 6 weeks ago
  15. c922860 update builder, git already installed here by Alex Heneveld · 6 weeks ago
  16. 5a5dd2a use newer maven container to build by Alex Heneveld · 6 weeks ago
  17. 7eda859 Merge branch 'tidy-config' by Alex Heneveld · 6 weeks ago
  18. a85eff4 ensure keys saved as value only are if specified as NEVER_INHERITED are not inherited by Alex Heneveld · 6 weeks ago
  19. 0d6fa32 remove deprecated config key methods by Alex Heneveld · 6 weeks ago
  20. 61d759d tidy deprecated and unused by Alex Heneveld · 7 weeks ago
  21. c8ce09a use latest apache parent pom by Alex Heneveld · 7 weeks ago
  22. 057d8f8 allow from system if possible where bundle not known by Alex Heneveld · 8 weeks ago
  23. 9ef5dcc pause most tasks submitted during entity startup, until all entities are managed by Alex Heneveld · 8 weeks ago
  24. 16f868a allow soft retention to be specified, globally or per workflow/step by Alex Heneveld · 8 weeks ago
  25. fb7c015 expire appropriate softly-kept in memory completed workflows, using system default by Alex Heneveld · 8 weeks ago
  26. 51ad80b allow keeping soft references to previous workflows by Alex Heneveld · 8 weeks ago
  27. 931caf0 record the workflow resolution context better by Alex Heneveld · 8 weeks ago
  28. 3c977b9 suppress handled error message in processing xpath by Alex Heneveld · 8 weeks ago
  29. 2ccea71 allow rebind tests to terminate mgmt context by Alex Heneveld · 8 weeks ago
  30. 9a58578 store whether a bundle comes from the initial catalog, and don't persist those by Alex Heneveld · 8 weeks ago
  31. 2738ecb exclude mvn: and classpath: url bundles from persistence, and related tweaks by Alex Heneveld · 8 weeks ago
  32. fb626e4 discover brooklyn packages when running osgi felix (not karaf) without JARs by Alex Heneveld · 8 weeks ago
  33. e48b67e allow on_update_child, and accept numbers as entity id's by Alex Heneveld · 9 weeks ago
  34. b47cbd8 better checking for string/primitive, and better error for workflow input by Alex Heneveld · 9 weeks ago
  35. fa635a1 better naming for switch step sub-tasks by Alex Heneveld · 9 weeks ago
  36. 1a2c551 make better subworkflow name and store on tag for easier navigation by Alex Heneveld · 10 weeks ago
  37. 8975991 allow if workflow step to take condition objects by Alex Heneveld · 3 months ago
  38. 2bca22a make more context for workflow step resolution by Alex Heneveld · 3 months ago
  39. 5520ad4 don't use synch blocks for type coercion; can cause race if task submitted for coercion by Alex Heneveld · 3 months ago
  40. e8ee84d better error handling in rest api by Alex Heneveld · 3 months ago
  41. eab2eeb improve rest output with errors, and reduce max depth by Alex Heneveld · 3 months ago
  42. 0931246 add if step, and improve deep workflow partial resolution for conditions by Alex Heneveld · 3 months ago
  43. 0091680 foreach takes 'do step' optionally by Alex Heneveld · 3 months ago
  44. a09ab7e better workflow step resolution, using workflow/entity/mgmt context by Alex Heneveld · 3 months ago
  45. 1d9bb2e improve step parser by Alex Heneveld · 3 months ago
  46. 6dd3bb6 support prescanning entities for dynamic group by Alex Heneveld · 3 months ago
  47. ead691b allow 'entity' to be used as a type, and lookup based on plan id or internal id by Alex Heneveld · 3 months ago
  48. 32257cb more flexible workflow shorthand - set entity on clear/set sensor/config, and entity on invoke-effector by Alex Heneveld · 3 months ago
  49. 72784da infer type as a subworkflow step if `step` is omitted but `steps` are supplied by Alex Heneveld · 3 months ago
  50. d369f4b add a subworkflow step which shares vars with parents by Alex Heneveld · 3 months ago
  51. d6d53dc allow workflow step names to include freemarker expressions, and resolve them by Alex Heneveld · 3 months ago
  52. 5b1ea50 expression parser - tweak to multi-word handling by Alex Heneveld · 4 months ago
  53. 6d428e7 Merge pull request #1415 from ahgittin/expression-parsing by Alex Heneveld · 4 months ago
  54. 68597ff refactor how map sensors are updated, consistent between let and set-sensor by Alex Heneveld · 4 months ago
  55. 0c6b441 update shorthand processor to use expression processor by Alex Heneveld · 4 months ago
  56. 9527155 add an expresson parser which understands interpolated strings etc by Alex Heneveld · 4 months ago
  57. c2320eb fix test case for more forgiving let parse by Alex Heneveld · 4 months ago
  58. 16ad21b better error check+report for workflow by Alex Heneveld · 4 months ago
  59. d5fdb06 tighten how interpolated expressions with spaces are accepted by Alex Heneveld · 4 months ago
  60. 5cbd6ce allow let workflow step to accept interpolated expressions with spaces by Alex Heneveld · 4 months ago
  61. 93dd3dd remove log warn on explicit workflow fail step, simplifying code by Alex Heneveld · 4 months ago
  62. b060595 remove redundant log warning on process workflow steps with non-zero exit code by Alex Heneveld · 4 months ago
  63. 7513c05 better warning for errors in workflow step config (between steps) by Alex Heneveld · 4 months ago
  64. deefd6c support boolean values and suppliers being set for dsl predicate / conditions by Alex Heneveld · 4 months ago
  65. fc9009d log handled workflow errors and explicit fail steps as debug not warn by Alex Heneveld · 4 months ago
  66. f2a35dc Change version to 1.2.0-SNAPSHOT by Duncan Grant · 4 months ago
  67. f1cd632 Merge pull request #1414 from apache/licences-update by Juan Cabrerizo · 4 months ago
  68. 65cac11 use bean with type to load beans in tests by Alex Heneveld · 4 months ago
  69. 1dc6d10 Updated licenses by Duncan Grant · 4 months ago licences-update
  70. b05554a better dsl predicate evaluation equality and comparison for numbers by Alex Heneveld · 4 months ago
  71. 852b038 blueprint test fixture should return new app after rebinding by Alex Heneveld · 5 months ago
  72. f22df8d use slightly older version of fabric8 kubernetes which uses slf4j 1.x by Alex Heneveld · 5 months ago
  73. d4cdbcf add note about excluding jclouds-byon for snakeyaml compatibility by Alex Heneveld · 5 months ago
  74. 4c3cdf1 bump kubernetes-client to latest version to work with snakeyaml 2.x by Alex Heneveld · 5 months ago
  75. e1bf605 comments on snakeyaml version bump by Alex Heneveld · 5 months ago
  76. 96cad20 Merge pull request #1413 from ahgittin/bump-snakeyaml-22 by Juan Cabrerizo · 5 months ago
  77. 0c34ed5 update snakeyaml to latest version; same for jackson and cxf to use latest snakeyaml by Alex Heneveld · 5 months ago
  78. eeb806e fix issue that guava predicates won't be deserialized as dsl predicates by Alex Heneveld · 6 months ago
  79. 8abb4cf support AddTags initializer and better errors by Alex Heneveld · 6 months ago
  80. fe2b324 support dot property access in DSL, and transform get, join, split by Alex Heneveld · 8 months ago
  81. ffdb9b3 give better/earlier error if 'services' and 'type' supplied in same block by Alex Heneveld · 8 months ago
  82. fd1d4cd add support for `skip_initial_run` on workflow policies and sensors by Alex Heneveld · 8 months ago
  83. 1211969 better logging messages and levels, esp during startup by Alex Heneveld · 8 months ago
  84. 83d80a8 better detection of dev env and disablement of host-geo lookup by Alex Heneveld · 8 months ago
  85. e244be1 note on non-det failure by Alex Heneveld · 8 months ago
  86. 0ffe031 disable non-deterministically failing test by Alex Heneveld · 8 months ago
  87. 8ae18e0 add small wait on assertions about entity failures in tests by Alex Heneveld · 8 months ago
  88. a3fc47a Merge branch 'master' of https://gitbox.apache.org/repos/asf/brooklyn-server by Alex Heneveld · 8 months ago
  89. 1312937 better CME protection for workflows by Alex Heneveld · 8 months ago
  90. 2d71a46 Merge pull request #1412 from jcabrerizo/security-provider-unauthorized-helper by Alex Heneveld · 8 months ago
  91. 5fbd2eb support better minidev and google json parsing and serialization by Alex Heneveld · 8 months ago
  92. f81db2c Allow to forward some to the headers when a SecurityProviderDeniedAuthentication is thrown for helping the client to identify the reason by Juan Cabrerizo · 8 months ago
  93. 23ff837 improvements for very occasional test failures by Alex Heneveld · 8 months ago
  94. b3864ca add primitive-or-object deserializer, fix bug resolving entity exprs in triggers by Alex Heneveld · 8 months ago
  95. c241157 better errors when config bag can't coerce something by Alex Heneveld · 8 months ago
  96. 7922399 allow effectors with workflow with output only, no steps by Alex Heneveld · 8 months ago
  97. 918acb9 allow workflow to have no steps if it has output by Alex Heneveld · 8 months ago
  98. 5f50ca0 fail poller tasks by default if they throw exceptions by Alex Heneveld · 8 months ago
  99. a122342 Merge branch 'shell-workflow-step' by Alex Heneveld · 8 months ago
  100. 71f88dd fix log message tests, ignoring noise from other runs by Alex Heneveld · 8 months ago