-
Notifications
You must be signed in to change notification settings - Fork 4
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
Team 02 - Pull Request - PM1 #1
base: master
Are you sure you want to change the base?
Conversation
Implemented initial setup for the XML parsing. Approved-by: Miqdad Amirali <[email protected]> Approved-by: Ryan Hotton <[email protected]>
updated the set up to include the interface and sub classes Approved-by: Ryan Hotton <[email protected]> Approved-by: Sophia Kavousifard <[email protected]>
…term. Tested it using the RSS parser.
… clashes with Ryan's XPath implementation.
Added XPath parsing and made a class for it so it can be called anywhere. Approved-by: Alex Genio <[email protected]> Approved-by: George Grafos <[email protected]>
Implemented the SAX parser class to be used with or without a search term. Tested it using the RSS parser. Approved-by: Ryan Hotton <[email protected]> Approved-by: George Grafos <[email protected]>
…ing the pathToStreamAlert variable and fixed a refactoring error.
…for sending parsed xml to slack via streamalert service.
update read me with soph's changes Approved-by: Alex Genio <[email protected]> Approved-by: Ryan Hotton <[email protected]>
…738222 (pull request #15) README.md edited online with Bitbucket
…162080 (pull request #16) README.md edited online with Bitbucket
PM1 Part 3 -> PM1 branch Approved-by: Miqdad Amirali <[email protected]>
…t using a search term when testing Part 3.
# Conflicts: # .gitignore # README.md
|
@@ -1,3 +1,84 @@ | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- conflicts should be resolved before pushing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be fixed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smokhov just to clarify, you want us to now update the pull request with PM2.3 content instead of just PM1 content?
Thank you for your time.
* LiveTest.java | ||
* | ||
* This file was auto-generated from WSDL | ||
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- is is valid?
Create parser Approved-by: Darrel-Day Guerrero <[email protected]>
PM2 Part 3 - Step 1