Skip to content
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

"Search by text" (aka regex search) #922

Open
wants to merge 435 commits into
base: master
Choose a base branch
from
Open
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 8, 2018

  1. Added on majority of the components tested in Test Preview and Export…

    … Data page, current issue with a stale element exception being thrown but should be able to fix it.
    slmendez committed Mar 8, 2018
    Configuration menu
    Copy the full SHA
    c94738d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d25acb View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2018

  1. Completed the Test Preview and Export Data page, and that was the las…

    …t of the component testing! What isn't tested, which is just one button is mentioned why on the test case- shouldn't affect the overall functionality and am okay if that button is not tested for; other comments and small things to fix are mentioned in the comments. Will begin the user scenario testing with the first round of pdf files.
    slmendez committed Mar 10, 2018
    Configuration menu
    Copy the full SHA
    c773065 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2018

  1. Configuration menu
    Copy the full SHA
    177932d View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    f9a9812 View commit details
    Browse the repository at this point in the history
  2. Fixed the travis file to mimic the one in the java repo to see if tha…

    …t will fix why the build is failing
    slmendez committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    1df0ab1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    47c70e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2018

  1. Added on more commands before the script for the travis file, testing…

    … to see if it will work
    slmendez committed Mar 14, 2018
    Configuration menu
    Copy the full SHA
    fc504be View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Changed for all test cases so far to use ChromeDriver as opposed to F…

    …irefoxDriver, added on a better solution for calling the pdf file in order to utilize it in the test cases, as well as being able to delete the file once done.
    slmendez committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    102e7dd View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. GUI-CLI converter script in progress....need to add support for heade…

    …r/footer scale, update back-end parsing to accommodate multiple user-drawn rectangles for a single program invocation.....
    Ross Myers committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    e387ad3 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Added on some beginning test cases for eu-002.pdf, testing for the re…

    …gex search disabled button
    slmendez committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    5c4af8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    331a5d1 View commit details
    Browse the repository at this point in the history
  3. Added on another test case that inputs 2 incorrect inputs to the patt…

    …ern before and pattern after and checks that there are zero results
    slmendez committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    d638eec View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

  1. Added on more test scenarios of inputting a common word and a correct…

    … input to pattern before and pattern after
    slmendez committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    ef0b8fb View commit details
    Browse the repository at this point in the history
  2. mMade another method to eliminate some redundant code and fixed up so…

    …me previous test cases
    slmendez committed Mar 25, 2018
    Configuration menu
    Copy the full SHA
    dff8aea View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Noticed some issues with the refresh method I had for the test classe…

    …s, have changed it for it to only refresh when the menu bar disappears. Doesn't necessary hurt if the pdf bar or pdf view is not present since it doesn't affect the test cases. Will be updating this method to previous test cases that need it. Also implemented a more correct way to verify tabula is gathering the correct data based on the output
    slmendez committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    e6815df View commit details
    Browse the repository at this point in the history
  2. Fixed up and cleaned up some prior test cases that utilize the refres…

    …hpage method, as well as added on the extra data verification for regex inputs. Will move on to the next set of user scenarios
    slmendez committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    efd4eca View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Got rid of more redundant code, updated the pom file, and added on 3 …

    …more test scenarios that use inclusive
    slmendez committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    8337742 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6bb9a90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a0bfba View commit details
    Browse the repository at this point in the history
  4. In process of figuring out how to update deprecated back-end extracti…

    …on method deciders....
    Ross Myers committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    430dcdf View commit details
    Browse the repository at this point in the history
  5. Workable patch *should* now be in place such that Ben's original Mult…

    …iple Page Regex Test Should now pass...furthermore, the extraction options have been explicitly baked into the command line option so that this ambiguity *should* not be encountered in the future...should be noted that it is an ongoing issue within Tabula regarding extraction methods when multiple tables are specified....
    Ross Myers committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    e9613e5 View commit details
    Browse the repository at this point in the history
  6. Attempting to merge in all of Shirley's work...

    Ross Myers committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    4d8bbaf View commit details
    Browse the repository at this point in the history
  7. Added the header and footer options to the GUI-CLI converter script .…

    …...NOTE: still need to manually test the options to double-check the command line unit tests
    Ross Myers committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    2362d11 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'remotes/origin/Header_Addition' into He…

    …ader_Addition
    
    # Conflicts:
    #	.idea/workspace.xml
    slmendez committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    ff376a7 View commit details
    Browse the repository at this point in the history
  9. Added on 2 user scenarios of a 2 page spanning table and a 5 page spa…

    …nning table. The 5 page spanning table scenario is running into an internal error, and after confirming with Ben testing out the scenario as well, this may be something we may have to further look into.
    slmendez committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    067eb98 View commit details
    Browse the repository at this point in the history
  10. Added on inclusive/exclusive user scenarios for the the one_stop_voti…

    …ng_sit_list_nov2012 pdf file
    slmendez committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    bfbc43f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Updating back-end to reflect change made in header/footer calculation…

    …s (calculate scale in front-end for data efficiency + simpler to generate CLI args)
    Ross Myers committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    7288d96 View commit details
    Browse the repository at this point in the history
  2. Merging in Shirley's workspace.xml changes...

    Ross Myers committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    be00b69 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2018

  1. Added on 3 test cases for case-sensitivity of the eu-002.pdf file. Wi…

    …ll move on to work on the test case for multiple regex searches
    slmendez committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    194b04b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    658ab13 View commit details
    Browse the repository at this point in the history
  3. Added on a test case for multiple regex searches, have to go back in …

    …and fix the current error it has when verifying data
    slmendez committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    93391ae View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…

    …ition
    
    # Conflicts:
    #	.idea/workspace.xml
    slmendez committed Apr 2, 2018
    Configuration menu
    Copy the full SHA
    ed11789 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2018

  1. Updated GUI-CLI converter so that white space is put between page and…

    … area options..
    Ross Myers committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    281be0e View commit details
    Browse the repository at this point in the history
  2. Merging in Shirley's changes...

    Ross Myers committed Apr 5, 2018
    Configuration menu
    Copy the full SHA
    ea0a80d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a3ec4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2edba2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2018

  1. Configuration menu
    Copy the full SHA
    5595eab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f6fe41 View commit details
    Browse the repository at this point in the history
  3. updated the pom file

    slmendez committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    c85c113 View commit details
    Browse the repository at this point in the history
  4. updated the pom file again

    slmendez committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    668165b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1546f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acec7c4 View commit details
    Browse the repository at this point in the history
  7. took off certain lines that were giving an exit code of 1 in the trav…

    …is file, going to see if that will arise new problems
    slmendez committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    4eeb1d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f601ec4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3fecb44 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4d5f14c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5de4d99 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    36fa45c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c457b98 View commit details
    Browse the repository at this point in the history
  14. re-added on chrome settings to the travis file. Seems like the extra …

    …things I had put to the pom file is what was causing the problem
    slmendez committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    459b030 View commit details
    Browse the repository at this point in the history
  15. Added on the system.setproperty to see if that will fix the issue wit…

    …h the exception being thrown
    slmendez committed Apr 6, 2018
    Configuration menu
    Copy the full SHA
    ff2d7ab View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2018

  1. Configuration menu
    Copy the full SHA
    86baf8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    310043b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f774df6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c18a62c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b32995 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    94f8fab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7114386 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96d465e View commit details
    Browse the repository at this point in the history
  9. added on more lines to the travis file to test if it will run the tes…

    …t correctly. Current got the chromedriver to run for majority of the test cases
    slmendez committed Apr 7, 2018
    Configuration menu
    Copy the full SHA
    7d43dac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9bcf608 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    665ae14 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9c78ea View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    87dddfc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3794ede View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2c29f2e View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2018

  1. Configuration menu
    Copy the full SHA
    8433d82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66607f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    356e1c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f727196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a6eb6 View commit details
    Browse the repository at this point in the history
  6. Merging in Shirley's changes + seeing if jbundle update will prevent …

    …the failure building the frontEndBuild...
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    1284b0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4b78ba View commit details
    Browse the repository at this point in the history
  8. Ok, now see why jdk7 is needed...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    6549fb3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c079961 View commit details
    Browse the repository at this point in the history
  10. Still trying to figure out the source of the error..

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    69b1eff View commit details
    Browse the repository at this point in the history
  11. Ditto...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    14b5304 View commit details
    Browse the repository at this point in the history
  12. Trying to figure out what exactly in TestHelpPage.java is causing all…

    … this ruckus...
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    5fb0fec View commit details
    Browse the repository at this point in the history
  13. Ditto...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    ebb1e89 View commit details
    Browse the repository at this point in the history
  14. Changing openjdk7 to openjdk8...seeing if this does anything differen…

    …t....
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    a9c6067 View commit details
    Browse the repository at this point in the history
  15. Travis is acting weird with openjdk8...see what happens when its reve…

    …rted back...
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    d4049ee View commit details
    Browse the repository at this point in the history
  16. Here goes nothing...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    228dff0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    91d171c View commit details
    Browse the repository at this point in the history
  18. Putting everything back as it was for now....

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    435f5c1 View commit details
    Browse the repository at this point in the history
  19. Ok...so it looks like openjdk8 leads to a successful build and openjd…

    …k7 bombs out, but there's still an issue with the jar not being located....seeing if jbundle update will help with that...
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    703c914 View commit details
    Browse the repository at this point in the history
  20. add gem install jbundler to travis yml file...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    a80b294 View commit details
    Browse the repository at this point in the history
  21. Updated GemFile to point to more recent version of jar-dependencies

    (hopefully this resolves loadError in Travis...)
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    72fc0d0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    24aa43c View commit details
    Browse the repository at this point in the history
  23. Dealing with some syntax mishaps...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    a1457e9 View commit details
    Browse the repository at this point in the history
  24. Trying out some changes...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    5bc12e8 View commit details
    Browse the repository at this point in the history
  25. Fixed errors for TestPreviewandExportData test case and TestHelpPage …

    …test cases, before they were both failing for the most part.
    slmendez committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    dcfebdc View commit details
    Browse the repository at this point in the history
  26. Syntax error in last commit...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    de14341 View commit details
    Browse the repository at this point in the history
  27. Seeing if removing the blasted classpath file will make Travis find t…

    …he copy of the build created during startup...
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    bff5603 View commit details
    Browse the repository at this point in the history
  28. Trying something else...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    d9eca17 View commit details
    Browse the repository at this point in the history
  29. Typo in last commit..

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    b8bbf92 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2c7a717 View commit details
    Browse the repository at this point in the history
  31. Trying to figure out what is going on by running jbundle install in d…

    …ebug mode...
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    2f44023 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    796b7db View commit details
    Browse the repository at this point in the history
  33. Still trying to figure out what is going on...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    fed3d8e View commit details
    Browse the repository at this point in the history
  34. Typo in yml file...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    53e9162 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    4f90934 View commit details
    Browse the repository at this point in the history
  36. ...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    2a97bdb View commit details
    Browse the repository at this point in the history
  37. Fixing a path for the build...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    50a84e1 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f48bccf View commit details
    Browse the repository at this point in the history
  39. ...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    c23694c View commit details
    Browse the repository at this point in the history
  40. ...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    cdf53d7 View commit details
    Browse the repository at this point in the history
  41. ...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    3c8de83 View commit details
    Browse the repository at this point in the history
  42. ...

    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    2a5b393 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e3f2d9f View commit details
    Browse the repository at this point in the history
  44. Current state of affirs with Travis: can get the GUI to spin up but n…

    …o tests are being kicked off...
    Ross Myers committed Apr 8, 2018
    Configuration menu
    Copy the full SHA
    d24a4b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2018

  1. Configuration menu
    Copy the full SHA
    4709426 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…

    …ition
    
    # Conflicts:
    #	.idea/workspace.xml
    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    5ce24a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eba6ae9 View commit details
    Browse the repository at this point in the history
  4. moved the back-end jar to before_install and commented out all the GU…

    …I repo stuff to see if that is working
    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    6b0d1a3 View commit details
    Browse the repository at this point in the history
  5. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    5a3b9f7 View commit details
    Browse the repository at this point in the history
  6. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    3566d00 View commit details
    Browse the repository at this point in the history
  7. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    c92f759 View commit details
    Browse the repository at this point in the history
  8. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    706477c View commit details
    Browse the repository at this point in the history
  9. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    93e0580 View commit details
    Browse the repository at this point in the history
  10. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    3936ca1 View commit details
    Browse the repository at this point in the history
  11. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    106bcaf View commit details
    Browse the repository at this point in the history
  12. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    acc74b6 View commit details
    Browse the repository at this point in the history
  13. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    3cf0708 View commit details
    Browse the repository at this point in the history
  14. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    53273db View commit details
    Browse the repository at this point in the history
  15. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    4d8c740 View commit details
    Browse the repository at this point in the history
  16. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    4228ce9 View commit details
    Browse the repository at this point in the history
  17. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    7678637 View commit details
    Browse the repository at this point in the history
  18. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    c87e3dd View commit details
    Browse the repository at this point in the history
  19. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    c0b64a1 View commit details
    Browse the repository at this point in the history
  20. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    af4e87a View commit details
    Browse the repository at this point in the history
  21. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    8f4130e View commit details
    Browse the repository at this point in the history
  22. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    b8ac954 View commit details
    Browse the repository at this point in the history
  23. Changes

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e1dc094 View commit details
    Browse the repository at this point in the history
  24. made some more changes..

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    5b773f4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2ee6f78 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    be3d5ad View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    89f8ea3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    9adbb1f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5a2be63 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4cc76a0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    20ad88d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9b387e6 View commit details
    Browse the repository at this point in the history
  33. Made minor changes to the run.sh file and travis file to see if i can…

    … give it enough time to start the server
    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    e5ddbc8 View commit details
    Browse the repository at this point in the history
  34. Made minor changes to the run.sh file and travis file to see if i can…

    … give it enough time to start the server
    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    724430b View commit details
    Browse the repository at this point in the history
  35. Increased sleep time

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    4e441d4 View commit details
    Browse the repository at this point in the history
  36. Adding curl command

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    73de232 View commit details
    Browse the repository at this point in the history
  37. Ading in Shirley's test files...

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    20f8d42 View commit details
    Browse the repository at this point in the history
  38. Removing ExtractionLog files..

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    c03ae0d View commit details
    Browse the repository at this point in the history
  39. Changes

    slmendez committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    f13a7fc View commit details
    Browse the repository at this point in the history
  40. Merging In Shirley's Page...

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    728c649 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    cf2657d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    273e3dd View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    706d6ee View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    0949d8b View commit details
    Browse the repository at this point in the history
  45. Merging in Shirley/s changes...

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    37b7e1f View commit details
    Browse the repository at this point in the history
  46. Tweaking waitForServerLoad a bit...

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    df91d4b View commit details
    Browse the repository at this point in the history
  47. Syntax error in last commit...

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    047bdd8 View commit details
    Browse the repository at this point in the history
  48. Syntax error in last commit...

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    5e5b1b1 View commit details
    Browse the repository at this point in the history
  49. Yet another syntax error....grr

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    61df0cf View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    0337ec1 View commit details
    Browse the repository at this point in the history
  51. Giving the server more time to load...

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    ebec920 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    00be859 View commit details
    Browse the repository at this point in the history
  53. Giving server a lot more time to load....

    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    fe6d7c2 View commit details
    Browse the repository at this point in the history
  54. For some reason the last 2 lines of run.sh were on one line...fixed t…

    …hat...
    Ross Myers committed Apr 10, 2018
    Configuration menu
    Copy the full SHA
    449249a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2018

  1. Adding curl command

    slmendez committed Apr 11, 2018
    Configuration menu
    Copy the full SHA
    ca2337e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ce5683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9210149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3437429 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2018

  1. Fixed overlap detection issue...this is the second time I've had to d…

    …o this, it's like the code is being overwritten by another merge....weird
    Ross Myers committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    0ef1585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbc7002 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dc2ee7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c3261f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b142faa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    160cfc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    783ee4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    554fcbd View commit details
    Browse the repository at this point in the history
  9. Trying to merge in the most recent stuff..

    Ross Myers committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    9d388f2 View commit details
    Browse the repository at this point in the history
  10. Trying to merge in Shirley's most recent changes...

    Ross Myers committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    d6933ad View commit details
    Browse the repository at this point in the history
  11. Trying to figure out why gui repo is bogging down...

    Ross Myers committed Apr 13, 2018
    Configuration menu
    Copy the full SHA
    fb320a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2018

  1. Trying to figure out server spin-up issue...

    Ross Myers committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    3ae1642 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4186d5a View commit details
    Browse the repository at this point in the history
  3. Changed how to find the pathname of the pdf, and this should be fixin…

    …g the issue of the test cases that are failing because Travis CI can't find the pdf location
    slmendez committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    f82fb46 View commit details
    Browse the repository at this point in the history
  4. Slight changes to the reference of the pdf files and commenting out t…

    …he sleep threads since there are sometimes stale error exceptions
    slmendez committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    964b01f View commit details
    Browse the repository at this point in the history
  5. Noticed "xvfb-run make test" is giving an error, I took off that line…

    … and will check if that made a difference
    slmendez committed Apr 14, 2018
    Configuration menu
    Copy the full SHA
    1917983 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2018

  1. Added on a new test cases for multi regex search, going to be working…

    … on a 2 page spanning table for the eu_002 pdf
    slmendez committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    ffd69a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea9f83 View commit details
    Browse the repository at this point in the history
  3. Finished up the overlapping test cases, need to work on the multiple …

    …regex syntax inputs and then move on to the more complicated test cases
    slmendez committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    220ee65 View commit details
    Browse the repository at this point in the history
  4. Adding on the rest of the pdf files that will be tested and will work…

    … on a list of the specific test cases that the rest of the pdf files will be tested with. Lastly, have to work on the last round off test cases that incorporate header and footer
    slmendez committed Apr 15, 2018
    Configuration menu
    Copy the full SHA
    5ec8086 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2018

  1. Added on the shall and may pdf files that will be tested and added on…

    … the things that Manuel suggested to change in the front-end. Have a written outline of the certain test cases that will target the shall and may files, and will wrap up that implementation.
    slmendez committed Apr 17, 2018
    Configuration menu
    Copy the full SHA
    f77118c View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2018

  1. Completed 3 test cases that attempt to upload 3 different types of pd…

    …f files that contain an embedded picture in them of some type.
    slmendez committed Apr 22, 2018
    Configuration menu
    Copy the full SHA
    f5df67a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2018

  1. Configuration menu
    Copy the full SHA
    14a5bab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f15ea02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1316f77 View commit details
    Browse the repository at this point in the history
  4. Updating Ross' changes and pushing some of the new test cases. Having…

    … a weird issue with EU_002 that I will go back in and fix. Moving on to working on the remaining test cases.
    slmendez committed Apr 23, 2018
    Configuration menu
    Copy the full SHA
    be15f96 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2018

  1. (Hopefully) fixing the issue Shirley found earlier...

    Ross Myers committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4e9230d View commit details
    Browse the repository at this point in the history
  2. Merging in Shirley's changes...

    Ross Myers committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    6c5c094 View commit details
    Browse the repository at this point in the history
  3. Testing through the eu_002 test cases since they majority fail on tra…

    …vis, think I have tracked the issue and will make a new method that calls the pdf upload
    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    6e3edd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb34fc7 View commit details
    Browse the repository at this point in the history
  5. Merge changes

    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    94baae7 View commit details
    Browse the repository at this point in the history
  6. Fixed changes of the eu_002 file, 2 test cases are commented out beca…

    …use of element not found or it would click on another element exceptions. Will look into a way to override that or half it wait long enough for the element to reappear again. Have tries some different ways to fix that issue but they haven't worked.
    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    728b1a0 View commit details
    Browse the repository at this point in the history
  7. Updated run.sh file to checkout the new java repo as well as took out…

    … the log file button on the GUI
    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    0662216 View commit details
    Browse the repository at this point in the history
  8. Merging in Shirley's changes...

    Ross Myers committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    7a2c0ee View commit details
    Browse the repository at this point in the history
  9. reset_for_new_doc should now be resetting page margins...I believe th…

    …is was the issue encountered last night...
    Ross Myers committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    04324bb View commit details
    Browse the repository at this point in the history
  10. Added 3 new test cases for NCHouse2017StatPack file and deleted redun…

    …dant test cases that were failing, which aren't needed since other passing test cases are testing for the same things. Small change to a row name in index file for testing
    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    d9b87ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a663730 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    72a8fdb View commit details
    Browse the repository at this point in the history
  13. Getting a long lag again..trying to see if I can get the test case to…

    … wait until a regex result appears
    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    4dad5fe View commit details
    Browse the repository at this point in the history
  14. Change to -x

    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    0e9d5be View commit details
    Browse the repository at this point in the history
  15. Went back to old changes before changing the index.html for the regex…

    …-result row. Shouldn't be causing any problems
    slmendez committed Apr 24, 2018
    Configuration menu
    Copy the full SHA
    1dbf8c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2018

  1. FIxed up the overlap test case for the HCHouse2017StatPack, will need…

    … to go back for the last test case for all the pdf files being tested. Moving on to OneStopVotingSiteListNov2012 file
    slmendez committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    dc5e4c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74924c View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2018

  1. Fixed up the multiple searches test cases that was failing because it…

    … couldn't find the words, moving on to work on Mecklenburg.Majority.pdf file
    slmendez committed Apr 26, 2018
    Configuration menu
    Copy the full SHA
    85e5dc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2018

  1. Added on test cases for Mecklenburg.Majority pdf file. Will wrap up t…

    …he last two pdf files, starting to work on the Correspondence_FINAL_SBE pdf file
    slmendez committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    8b4313e View commit details
    Browse the repository at this point in the history
  2. Added on the test cases for Correspondence_FINAL_SBE. There is an iss…

    …ue with the overlap test case but I believe it is due to the waits I included for the buttons so I need to go in and change that.
    slmendez committed Apr 28, 2018
    Configuration menu
    Copy the full SHA
    196e2b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2018

  1. Configuration menu
    Copy the full SHA
    b1ed585 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca1f34e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1ff738a View commit details
    Browse the repository at this point in the history
  4. Got rid of NCHouse2017StatPack's thread.sleep() that were being redun…

    …dant when there was a better way for it to wait. The sleeps that weren't deleted were kept because of necessity
    slmendez committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    055781f View commit details
    Browse the repository at this point in the history
  5. Fixed up the Feb_9_2016 test file, changed the overlap regex inputs s…

    …o I wouldn't hit the exception of it not being able to click the regex button because the highlight rectangle was blocking it.
    slmendez committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    0cdff41 View commit details
    Browse the repository at this point in the history
  6. Fixed exception thrown because of an overlay of the drawn rectangle a…

    …nd the regex pane in the Correspondence_FINAL_SBE file. Moving on to the file test case that needs to be fixed
    slmendez committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    9dcd878 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f233bcf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2431571 View commit details
    Browse the repository at this point in the history
  9. Didn't noticed that I had set the location of the file to my local di…

    …rectory, should be fixed now
    slmendez committed Apr 29, 2018
    Configuration menu
    Copy the full SHA
    82576c4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    35b38ad View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Configuration menu
    Copy the full SHA
    a9fe4ff View commit details
    Browse the repository at this point in the history
  2. Changes from the merge

    slmendez committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    6754391 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2018

  1. initial cleanup

    jeremybmerrill committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    858789c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    586145b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e79664 View commit details
    Browse the repository at this point in the history
  4. clean up regex sidebar

    jeremybmerrill committed Jul 22, 2018
    Configuration menu
    Copy the full SHA
    34346a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02ee1f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2018

  1. Configuration menu
    Copy the full SHA
    222fb79 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2018

  1. conditionally render the header/footer things only when regex search …

    …is shown; also templatizes social media nav bar
    jeremybmerrill committed Aug 26, 2018
    Configuration menu
    Copy the full SHA
    f7973ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6c9533 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Configuration menu
    Copy the full SHA
    99fa569 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. just a little cleanup

    jeremybmerrill committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    9b8acd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2018

  1. Configuration menu
    Copy the full SHA
    fc1f51b View commit details
    Browse the repository at this point in the history
  2. cleanup

    jeremybmerrill committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    f692740 View commit details
    Browse the repository at this point in the history
  3. fix up selections

    jeremybmerrill committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    ef927f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. Configuration menu
    Copy the full SHA
    f1c43cc View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2018

  1. Configuration menu
    Copy the full SHA
    8b360bd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2018

  1. tests move aside the existing ~/.tabula so that you don't get test fi…

    …les added to your library
    jeremybmerrill committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    9839f63 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    fd17fd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a7791 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Cleanup root directory

    jazzido committed Sep 27, 2018
    Configuration menu
    Copy the full SHA
    869c557 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2018

  1. Configuration menu
    Copy the full SHA
    68586da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9607295 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2018

  1. fix file paths

    jeremybmerrill committed Oct 2, 2018
    Configuration menu
    Copy the full SHA
    3476cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    401d258 View commit details
    Browse the repository at this point in the history