Commits
Branch selector
User selector
Datepicker
Commit History
Commits on Jun 26, 2018
- authored andAlex VigdorcommittedAlex Vigdor
- authored andAlex VigdorcommittedAlex Vigdor
- authored andAlex VigdorcommittedAlex Vigdor
Commits on Jun 25, 2018
Fixes #26 - add test case and patch to convert NaN and Infinity to null values when serializing to JSON
authored andAlex VigdorcommittedAlex Vigdor- authored andAlex VigdorcommittedAlex Vigdor
Commits on May 30, 2018
- authored andAlex VigdorcommittedAlex Vigdor
Commits on May 24, 2018
- authored andAlex VigdorcommittedAlex Vigdor
Commits on May 22, 2018
Commits on May 19, 2018
- authored andAlex VigdorcommittedAlex Vigdor
Commits on May 15, 2018
Closes #23 - file data source allows type to define XML as a serialization format, and defaults to explicit JSON instead of relying on default write tag behavior
authored andAlex VigdorcommittedAlex Vigdor
Commits on May 12, 2018
Commits on May 11, 2018
- authored andAlex VigdorcommittedAlex Vigdor
Fixes #21 - apply entity content type header to request in http tag to ensure boundary parameter is set
authored andAlex VigdorcommittedAlex Vigdor
Commits on May 9, 2018
Closes #17 - add support for InputStream, File, HttpEntity and DataSource to Hash and Hmac tags; Attachment implements DataSource for compatibility
authored andAlex VigdorcommittedAlex Vigdor
Commits on May 8, 2018
- authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 30, 2018
Closes #18 - devolve Attachment to map without implementation details in AttachmentCollector to keep stored metadata clean
authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 27, 2018
Fixes #19 - treat CharSequence, byte[], File and InputStream attributes on calls as well-formed entities regardless of type, add unit test showing fix applies to JSON strings
authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 20, 2018
- authored andAlex VigdorcommittedAlex Vigdor
- authored andAlex VigdorcommittedAlex Vigdor
- authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 19, 2018
Closes #14 - add ModelTemplateWriter to allow serializing a model with groovity templates and ModelFilters for arbitrary string output
authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 17, 2018
Fixes #15 - move WebSocket and Ws tag to standalone module that is imported by groovity-servlet and MAY be imported by a groovity-core application that provides a websocket client implementaton (e.…
authored andAlex VigdorcommittedAlex VigdorFixes #16 - remove check for source and jar locations to allow groovity to startup with only packaged scripts
authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 13, 2018
- authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 12, 2018
- authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 11, 2018
Fixes #12 - move babel to prepare step so clients don't attempt to execute it on install; add npm profile for publishing artifact to npmjs during maven install phase
authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 10, 2018
- authored andAlex VigdorcommittedAlex Vigdor
- authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 6, 2018
Fixes #11 - change configurator order of precedence so that system properties override file properties
authored andAlex VigdorcommittedAlex Vigdor- authored andAlex VigdorcommittedAlex Vigdor
Fixes #10 - when content type is set to XML, http tag serialize arbitrary objects to XML using ModelXmlWriter; add echo test case to validate this works as expected, that character encoding is hand…
authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 5, 2018
Fixes #9 - add tests to show how http POST request charset is not being honored, and fix http tag to apply Content-Type charset to entity
authored andAlex VigdorcommittedAlex Vigdor
Commits on Apr 4, 2018
Fixes #8 - strip default port from URLs before request, use more reliable logic for generating host for signature string, add and improve log statements
authored andAlex VigdorcommittedAlex Vigdor