-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple fixes #14
base: master
Are you sure you want to change the base?
Simple fixes #14
Commits on Nov 1, 2016
-
Remove non-existent namespace from REPL init
This causes a nasty error while loading up the REPL. I was a bit confused at first but then I realized this ns didn't exist.
Configuration menu - View commit details
-
Copy full SHA for 149df62 - Browse repository at this point
Copy the full SHA 149df62View commit details -
Add response-url and user to the meta key
Both of these keys are used by post-to-slack and format-result-for-slack
Configuration menu - View commit details
-
Copy full SHA for a07fda3 - Browse repository at this point
Copy the full SHA a07fda3View commit details -
Remove the requirement for post-url and obtain it from initial request
As per the Slack API documentation, you don't provide a URL to respond to, instead you are given a URL that you should POST results back to.
Configuration menu - View commit details
-
Copy full SHA for f82df5c - Browse repository at this point
Copy the full SHA f82df5cView commit details -
Use format-result-for-slack with correct map structure
`format-result-for-slack` expects a certain kind of map. The code has access to this map already, but a different one is sent instead.
Configuration menu - View commit details
-
Copy full SHA for 62de31c - Browse repository at this point
Copy the full SHA 62de31cView commit details -
Update sample edn file and README to reflect config requirements
`:post-url` shouldn't be mentioned as it is no longer needed
Configuration menu - View commit details
-
Copy full SHA for fdd8dae - Browse repository at this point
Copy the full SHA fdd8daeView commit details
Commits on Mar 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d6a0741 - Browse repository at this point
Copy the full SHA d6a0741View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e622b3 - Browse repository at this point
Copy the full SHA 1e622b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef6e71b - Browse repository at this point
Copy the full SHA ef6e71bView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb0e9cb - Browse repository at this point
Copy the full SHA fb0e9cbView commit details