2
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
May 13, 2023 — May 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
addign block storage and test More... over 8 years ago
Adding redigo dependency for redis More... over 8 years ago
add reference to contributing file More... over 8 years ago
adding contribution guidelines More... over 8 years ago
Adding code of conduct More... over 8 years ago
Initial code and tests More... over 8 years ago
Initial gitignore More... over 8 years ago
License update for OWASP team More... over 8 years ago
Initial Godeps More... over 8 years ago
Initial commit More... over 8 years ago
Merge pull request #32 from espenaf/master More... over 8 years ago
Fixes #31. Positive time offset (+) is being converted to a space, so we need to URI encode it. More... over 8 years ago
Updated logging for debugging. More... over 8 years ago
adding a bit of debugging to track down issue: https://github.com/jtmelton/appsensor/issues/31 More... over 8 years ago
Manage queued sessions properly. Write to all connected queues. More... over 8 years ago
adding influxdb back to the build now that https://github.com/influxdb/influxdb-java/issues/37 is resolved More... over 8 years ago
fixing influxdb to 2.0 dependency now that https://github.com/influxdb/influxdb-java/issues/37 is resolved More... over 8 years ago
Merge pull request #29 from ProZachJ/dockerize_websocket More... over 8 years ago
update readme - add link to demo quickstart, slide deck, and video, update dependency version as well More... over 8 years ago
adding demo setup reference More... over 8 years ago
Create demo setup instructions More... over 8 years ago
Fixing async websocket issue with multi-threaded code - referenced here https://github.com/jtmelton/appsensor/issues/26 More... over 8 years ago
Fixing issue for https://github.com/jtmelton/appsensor/issues/30 - removing caching for WebApplicationException when authorization is invalid. More... over 8 years ago
spring-boot launch needs -D More... over 8 years ago
correct env var typo More... over 8 years ago
correct env var typos More... over 8 years ago
rolling back to java 7 usages to comply with java 7 compiler needs More... over 8 years ago
bumping version down to java 7 - build was breaking More... over 8 years ago
Adding the following subprojects to the build: - appsensor-integration-block-emitter - appsensor-block-store - appsensor-block-proxy More... over 8 years ago
First implementation of the "block emitter" integration. The block emitter is a simple integration that watches for "block" type responses and then makes REST api calls (to appsensor-block-store) to notify consumers (via appsensor-block-proxy) which requests to block. More... over 8 years ago