-
-
Notifications
You must be signed in to change notification settings - Fork 649
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
Regex, Header, and Footer Additions for the GUI #873
base: master
Are you sure you want to change the base?
Commits on Mar 3, 2018
-
Merging in Shirley's test updates....
Ross Myers committedMar 3, 2018 Configuration menu - View commit details
-
Copy full SHA for a01f3a2 - Browse repository at this point
Copy the full SHA a01f3a2View commit details -
Identified issue with auto-detected selections button (a variable ren…
…amed to page_number in all other locations was still referred to as page)...thanks for pointing this out Shirley!
Ross Myers committedMar 3, 2018 Configuration menu - View commit details
-
Copy full SHA for f3315a7 - Browse repository at this point
Copy the full SHA f3315a7View commit details -
Removed some debugging statements from the code, just tidying up a bi…
…t...
Ross Myers committedMar 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 12ebb7b - Browse repository at this point
Copy the full SHA 12ebb7bView commit details -
Small cosmetic code changes....messing around in git right now to see…
… if I can get it to store my credentials....
Ross Myers committedMar 3, 2018 Configuration menu - View commit details
-
Copy full SHA for a665fd1 - Browse repository at this point
Copy the full SHA a665fd1View commit details
Commits on Mar 4, 2018
-
Made minor changes to the extraction page regarding the shadow colors…
… and the size of the sidebars. Both sidebars weren't set to a size of 100% so I changed that size depending on the size of the window the sidebars look of differentl lengths.
Configuration menu - View commit details
-
Copy full SHA for d46d603 - Browse repository at this point
Copy the full SHA d46d603View commit details
Commits on Mar 7, 2018
-
Wrapped up the TestExtractionPage, what isn't being tested is mention…
…ed why in the comments. Will start to work on the last component test case before moving onto user case scenario testing
Configuration menu - View commit details
-
Copy full SHA for 3348c11 - Browse repository at this point
Copy the full SHA 3348c11View commit details -
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
…ition # Conflicts: # .idea/workspace.xml
Configuration menu - View commit details
-
Copy full SHA for dc705f9 - Browse repository at this point
Copy the full SHA dc705f9View commit details -
Cleaning up some code regarding header/footer resize events...will st…
…art on overlap detection on header/footer resize events now.
Ross Myers committedMar 7, 2018 Configuration menu - View commit details
-
Copy full SHA for d79da0d - Browse repository at this point
Copy the full SHA d79da0dView commit details
Commits on Mar 8, 2018
-
In process of adding overlap detection for header/footer resize event…
…s...
Ross Myers committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ce4fa6d - Browse repository at this point
Copy the full SHA ce4fa6dView commit details -
Have first-pass overlap detection in for header/footer resize events...
Ross Myers committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for e994440 - Browse repository at this point
Copy the full SHA e994440View commit details -
Merging in Shirley's test cases....
Ross Myers committedMar 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 70f526e - Browse repository at this point
Copy the full SHA 70f526eView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for ba55898 - Browse repository at this point
Copy the full SHA ba55898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d7387c - Browse repository at this point
Copy the full SHA 7d7387cView commit details
Commits on Mar 10, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 40037ec - Browse repository at this point
Copy the full SHA 40037ecView commit details
Commits on Mar 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 1410939 - Browse repository at this point
Copy the full SHA 1410939View commit details
Commits on Mar 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3ba265d - Browse repository at this point
Copy the full SHA 3ba265dView commit details -
Fixed the travis file to mimic the one in the java repo to see if tha…
…t will fix why the build is failing
Configuration menu - View commit details
-
Copy full SHA for b3a3cc8 - Browse repository at this point
Copy the full SHA b3a3cc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2529ba - Browse repository at this point
Copy the full SHA f2529baView commit details
Commits on Mar 14, 2018
-
Added on more commands before the script for the travis file, testing…
… to see if it will work
Configuration menu - View commit details
-
Copy full SHA for 427a0f9 - Browse repository at this point
Copy the full SHA 427a0f9View commit details
Commits on Mar 21, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for cbd078a - Browse repository at this point
Copy the full SHA cbd078aView commit details
Commits on Mar 22, 2018
-
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 committedMar 22, 2018 Configuration menu - View commit details
-
Copy full SHA for 38a696f - Browse repository at this point
Copy the full SHA 38a696fView commit details
Commits on Mar 24, 2018
-
Added on some beginning test cases for eu-002.pdf, testing for the re…
…gex search disabled button
Configuration menu - View commit details
-
Copy full SHA for b767f0b - Browse repository at this point
Copy the full SHA b767f0bView commit details -
Added on a new method to test for incorrect inputs for pattern after …
…and pattern before
Configuration menu - View commit details
-
Copy full SHA for 74d544d - Browse repository at this point
Copy the full SHA 74d544dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 9826e87 - Browse repository at this point
Copy the full SHA 9826e87View commit details
Commits on Mar 25, 2018
-
Added on more test scenarios of inputting a common word and a correct…
… input to pattern before and pattern after
Configuration menu - View commit details
-
Copy full SHA for 8ee6a71 - Browse repository at this point
Copy the full SHA 8ee6a71View commit details -
mMade another method to eliminate some redundant code and fixed up so…
…me previous test cases
Configuration menu - View commit details
-
Copy full SHA for 829cdd7 - Browse repository at this point
Copy the full SHA 829cdd7View commit details
Commits on Mar 26, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for fe85886 - Browse repository at this point
Copy the full SHA fe85886View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 65e1e3d - Browse repository at this point
Copy the full SHA 65e1e3dView commit details
Commits on Mar 27, 2018
-
Got rid of more redundant code, updated the pom file, and added on 3 …
…more test scenarios that use inclusive
Configuration menu - View commit details
-
Copy full SHA for f545361 - Browse repository at this point
Copy the full SHA f545361View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4a3af - Browse repository at this point
Copy the full SHA 5f4a3afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 492bce4 - Browse repository at this point
Copy the full SHA 492bce4View commit details -
In process of figuring out how to update deprecated back-end extracti…
…on method deciders....
Ross Myers committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 9cf1b7d - Browse repository at this point
Copy the full SHA 9cf1b7dView commit details -
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 committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 95f0e57 - Browse repository at this point
Copy the full SHA 95f0e57View commit details -
Attempting to merge in all of Shirley's work...
Ross Myers committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for dee7667 - Browse repository at this point
Copy the full SHA dee7667View commit details -
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 committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 37ea880 - Browse repository at this point
Copy the full SHA 37ea880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0541878 - Browse repository at this point
Copy the full SHA 0541878View commit details -
Merge remote-tracking branch 'remotes/origin/Header_Addition' into He…
…ader_Addition # Conflicts: # .idea/workspace.xml
Configuration menu - View commit details
-
Copy full SHA for 8b25a00 - Browse repository at this point
Copy the full SHA 8b25a00View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 74a3643 - Browse repository at this point
Copy the full SHA 74a3643View commit details -
Added on inclusive/exclusive user scenarios for the the one_stop_voti…
…ng_sit_list_nov2012 pdf file
Configuration menu - View commit details
-
Copy full SHA for ad1ee62 - Browse repository at this point
Copy the full SHA ad1ee62View commit details
Commits on Apr 1, 2018
-
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 committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 67c1a79 - Browse repository at this point
Copy the full SHA 67c1a79View commit details -
Merging in Shirley's workspace.xml changes...
Ross Myers committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for db0ebd1 - Browse repository at this point
Copy the full SHA db0ebd1View commit details -
Adding in these .idea files...
Ross Myers committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for beab8ef - Browse repository at this point
Copy the full SHA beab8efView commit details
Commits on Apr 2, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 1581407 - Browse repository at this point
Copy the full SHA 1581407View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd2a734 - Browse repository at this point
Copy the full SHA dd2a734View commit details -
Added on a test case for multiple regex searches, have to go back in …
…and fix the current error it has when verifying data
Configuration menu - View commit details
-
Copy full SHA for 491803d - Browse repository at this point
Copy the full SHA 491803dView commit details -
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
…ition # Conflicts: # .idea/workspace.xml
Configuration menu - View commit details
-
Copy full SHA for bd2d6c8 - Browse repository at this point
Copy the full SHA bd2d6c8View commit details
Commits on Apr 5, 2018
-
Updated GUI-CLI converter so that white space is put between page and…
… area options..
Ross Myers committedApr 5, 2018 Configuration menu - View commit details
-
Copy full SHA for 88bab31 - Browse repository at this point
Copy the full SHA 88bab31View commit details -
Merging in Shirley's changes...
Ross Myers committedApr 5, 2018 Configuration menu - View commit details
-
Copy full SHA for bc8b13c - Browse repository at this point
Copy the full SHA bc8b13cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8113880 - Browse repository at this point
Copy the full SHA 8113880View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd0bbe - Browse repository at this point
Copy the full SHA 0dd0bbeView commit details
Commits on Apr 6, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2f08a87 - Browse repository at this point
Copy the full SHA 2f08a87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9903832 - Browse repository at this point
Copy the full SHA 9903832View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7241b3f - Browse repository at this point
Copy the full SHA 7241b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eff4dd - Browse repository at this point
Copy the full SHA 6eff4ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6089e - Browse repository at this point
Copy the full SHA fd6089eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a39c617 - Browse repository at this point
Copy the full SHA a39c617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d0ddeb - Browse repository at this point
Copy the full SHA 5d0ddebView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4528a07 - Browse repository at this point
Copy the full SHA 4528a07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2bc8cda - Browse repository at this point
Copy the full SHA 2bc8cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 311d91f - Browse repository at this point
Copy the full SHA 311d91fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87305f7 - Browse repository at this point
Copy the full SHA 87305f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f74b0a2 - Browse repository at this point
Copy the full SHA f74b0a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf87ab - Browse repository at this point
Copy the full SHA cbf87abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c16d3b - Browse repository at this point
Copy the full SHA 2c16d3bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b5c54ff - Browse repository at this point
Copy the full SHA b5c54ffView commit details -
Added on the system.setproperty to see if that will fix the issue wit…
…h the exception being thrown
Configuration menu - View commit details
-
Copy full SHA for 9246c8a - Browse repository at this point
Copy the full SHA 9246c8aView commit details
Commits on Apr 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for c0d1c59 - Browse repository at this point
Copy the full SHA c0d1c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7eb05b - Browse repository at this point
Copy the full SHA c7eb05bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ecd499 - Browse repository at this point
Copy the full SHA 6ecd499View commit details -
DOn't know why there is a current error with fetching this log file, …
…going to try again
Configuration menu - View commit details
-
Copy full SHA for fee2ad5 - Browse repository at this point
Copy the full SHA fee2ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a42fc2 - Browse repository at this point
Copy the full SHA 8a42fc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bde268c - Browse repository at this point
Copy the full SHA bde268cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b90dd04 - Browse repository at this point
Copy the full SHA b90dd04View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3212da - Browse repository at this point
Copy the full SHA d3212daView commit details -
Configuration menu - View commit details
-
Copy full SHA for ef55f60 - Browse repository at this point
Copy the full SHA ef55f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f10513 - Browse repository at this point
Copy the full SHA 6f10513View commit details -
Configuration menu - View commit details
-
Copy full SHA for c09853b - Browse repository at this point
Copy the full SHA c09853bView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a0dff5a - Browse repository at this point
Copy the full SHA a0dff5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55172bc - Browse repository at this point
Copy the full SHA 55172bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 717ec40 - Browse repository at this point
Copy the full SHA 717ec40View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc2dd89 - Browse repository at this point
Copy the full SHA fc2dd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ad8b24 - Browse repository at this point
Copy the full SHA 9ad8b24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eb8877 - Browse repository at this point
Copy the full SHA 9eb8877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85a2f9e - Browse repository at this point
Copy the full SHA 85a2f9eView commit details
Commits on Apr 8, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6489890 - Browse repository at this point
Copy the full SHA 6489890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d7ae8c - Browse repository at this point
Copy the full SHA 7d7ae8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd85504 - Browse repository at this point
Copy the full SHA dd85504View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b6f5c - Browse repository at this point
Copy the full SHA 38b6f5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76b06a3 - Browse repository at this point
Copy the full SHA 76b06a3View commit details -
Merging in Shirley's changes + seeing if jbundle update will prevent …
…the failure building the frontEndBuild...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ef96c9b - Browse repository at this point
Copy the full SHA ef96c9bView commit details -
Trying to see why util.function is not being found...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 21667ae - Browse repository at this point
Copy the full SHA 21667aeView commit details -
Ok, now see why jdk7 is needed...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 95574ff - Browse repository at this point
Copy the full SHA 95574ffView commit details -
Trying to figure out where exactly the error in the build is at...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ba31877 - Browse repository at this point
Copy the full SHA ba31877View commit details -
Still trying to figure out the source of the error..
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 1f6b982 - Browse repository at this point
Copy the full SHA 1f6b982View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 367b911 - Browse repository at this point
Copy the full SHA 367b911View commit details -
Trying to figure out what exactly in TestHelpPage.java is causing all…
… this ruckus...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for cea98ee - Browse repository at this point
Copy the full SHA cea98eeView commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 48c5c40 - Browse repository at this point
Copy the full SHA 48c5c40View commit details -
Changing openjdk7 to openjdk8...seeing if this does anything differen…
…t....
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 3ef48d2 - Browse repository at this point
Copy the full SHA 3ef48d2View commit details -
Travis is acting weird with openjdk8...see what happens when its reve…
…rted back...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 0281f35 - Browse repository at this point
Copy the full SHA 0281f35View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ae7f803 - Browse repository at this point
Copy the full SHA ae7f803View commit details -
Trying to read the log files to see where travis is losing it...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 5161132 - Browse repository at this point
Copy the full SHA 5161132View commit details -
Putting everything back as it was for now....
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 23f35e7 - Browse repository at this point
Copy the full SHA 23f35e7View commit details -
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 committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 52f66f7 - Browse repository at this point
Copy the full SHA 52f66f7View commit details -
add gem install jbundler to travis yml file...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 8003830 - Browse repository at this point
Copy the full SHA 8003830View commit details -
Updated GemFile to point to more recent version of jar-dependencies
(hopefully this resolves loadError in Travis...)
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 2e3e9f5 - Browse repository at this point
Copy the full SHA 2e3e9f5View commit details -
Attempting to update jar-dependencies in pre-install step...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 0a67a5c - Browse repository at this point
Copy the full SHA 0a67a5cView commit details -
Dealing with some syntax mishaps...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for b02dad7 - Browse repository at this point
Copy the full SHA b02dad7View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for a0d2868 - Browse repository at this point
Copy the full SHA a0d2868View commit details -
Fixed errors for TestPreviewandExportData test case and TestHelpPage …
…test cases, before they were both failing for the most part.
Configuration menu - View commit details
-
Copy full SHA for 6c3398b - Browse repository at this point
Copy the full SHA 6c3398bView commit details -
Syntax error in last commit...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 9f4a3c7 - Browse repository at this point
Copy the full SHA 9f4a3c7View commit details -
Seeing if removing the blasted classpath file will make Travis find t…
…he copy of the build created during startup...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 11cb988 - Browse repository at this point
Copy the full SHA 11cb988View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for b76b170 - Browse repository at this point
Copy the full SHA b76b170View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 4bf8e3d - Browse repository at this point
Copy the full SHA 4bf8e3dView commit details -
Trying to figure out the issue with jruby -S jbundle install...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 4381589 - Browse repository at this point
Copy the full SHA 4381589View commit details -
Trying to figure out what is going on by running jbundle install in d…
…ebug mode...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 1af8164 - Browse repository at this point
Copy the full SHA 1af8164View commit details -
Trying some new stuff (attempting to install jars as part of spin up ...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 876f0c7 - Browse repository at this point
Copy the full SHA 876f0c7View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 71dac52 - Browse repository at this point
Copy the full SHA 71dac52View commit details -
Still trying to figure out what is going on...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for ae6aff5 - Browse repository at this point
Copy the full SHA ae6aff5View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for d535117 - Browse repository at this point
Copy the full SHA d535117View commit details -
Travis isn't running so trying to track down error in yml file...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 40c4894 - Browse repository at this point
Copy the full SHA 40c4894View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 291b005 - Browse repository at this point
Copy the full SHA 291b005View commit details -
Fixing a path for the build...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 1ae5379 - Browse repository at this point
Copy the full SHA 1ae5379View commit details -
Trying to figure out the correct file path for the build...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 9099547 - Browse repository at this point
Copy the full SHA 9099547View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for f2b048d - Browse repository at this point
Copy the full SHA f2b048dView commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 4df6b95 - Browse repository at this point
Copy the full SHA 4df6b95View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for bf36975 - Browse repository at this point
Copy the full SHA bf36975View commit details -
Ross Myers committed
Apr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for e0c2d76 - Browse repository at this point
Copy the full SHA e0c2d76View commit details -
Changing debugging port to see if that will allow the GUI to spin up...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 368b382 - Browse repository at this point
Copy the full SHA 368b382View commit details -
Current state of affirs with Travis: can get the GUI to spin up but n…
…o tests are being kicked off...
Ross Myers committedApr 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 4296e06 - Browse repository at this point
Copy the full SHA 4296e06View commit details
Commits on Apr 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 61cdf2d - Browse repository at this point
Copy the full SHA 61cdf2dView commit details -
Merge remote-tracking branch 'origin/Header_Addition' into Header_Add…
…ition # Conflicts: # .idea/workspace.xml
Configuration menu - View commit details
-
Copy full SHA for cea0459 - Browse repository at this point
Copy the full SHA cea0459View commit details -
Configuration menu - View commit details
-
Copy full SHA for e72e834 - Browse repository at this point
Copy the full SHA e72e834View commit details -
moved the back-end jar to before_install and commented out all the GU…
…I repo stuff to see if that is working
Configuration menu - View commit details
-
Copy full SHA for 8e9dcaf - Browse repository at this point
Copy the full SHA 8e9dcafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97a2618 - Browse repository at this point
Copy the full SHA 97a2618View commit details -
Configuration menu - View commit details
-
Copy full SHA for fae59a6 - Browse repository at this point
Copy the full SHA fae59a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb7a4d6 - Browse repository at this point
Copy the full SHA bb7a4d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c902855 - Browse repository at this point
Copy the full SHA c902855View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5783c - Browse repository at this point
Copy the full SHA 8e5783cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2268f1 - Browse repository at this point
Copy the full SHA e2268f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3474336 - Browse repository at this point
Copy the full SHA 3474336View commit details -
Configuration menu - View commit details
-
Copy full SHA for a49a379 - Browse repository at this point
Copy the full SHA a49a379View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5f358f - Browse repository at this point
Copy the full SHA d5f358fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86cb3ab - Browse repository at this point
Copy the full SHA 86cb3abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 834f6eb - Browse repository at this point
Copy the full SHA 834f6ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47bf37e - Browse repository at this point
Copy the full SHA 47bf37eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fb152d - Browse repository at this point
Copy the full SHA 3fb152dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e23653a - Browse repository at this point
Copy the full SHA e23653aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b96d52d - Browse repository at this point
Copy the full SHA b96d52dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e92fbc - Browse repository at this point
Copy the full SHA 2e92fbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49af084 - Browse repository at this point
Copy the full SHA 49af084View commit details -
Configuration menu - View commit details
-
Copy full SHA for c749a89 - Browse repository at this point
Copy the full SHA c749a89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa246a - Browse repository at this point
Copy the full SHA 1fa246aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfcf59c - Browse repository at this point
Copy the full SHA cfcf59cView commit details -
Added on xvfb for the GUI to the travis file, also the server is runn…
…ing on travis now!
Configuration menu - View commit details
-
Copy full SHA for 41c1734 - Browse repository at this point
Copy the full SHA 41c1734View commit details -
Added on xvfb for the GUI to the travis file, also the server is runn…
…ing on travis now!
Configuration menu - View commit details
-
Copy full SHA for 6c06629 - Browse repository at this point
Copy the full SHA 6c06629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03bedb1 - Browse repository at this point
Copy the full SHA 03bedb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66ed50 - Browse repository at this point
Copy the full SHA b66ed50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d5d420 - Browse repository at this point
Copy the full SHA 4d5d420View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa7024b - Browse repository at this point
Copy the full SHA fa7024bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62645c7 - Browse repository at this point
Copy the full SHA 62645c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b99c619 - Browse repository at this point
Copy the full SHA b99c619View commit details -
Configuration menu - View commit details
-
Copy full SHA for c48837f - Browse repository at this point
Copy the full SHA c48837fView commit details -
Made minor changes to the run.sh file and travis file to see if i can…
… give it enough time to start the server
Configuration menu - View commit details
-
Copy full SHA for 3b35b1d - Browse repository at this point
Copy the full SHA 3b35b1dView commit details -
Made minor changes to the run.sh file and travis file to see if i can…
… give it enough time to start the server
Configuration menu - View commit details
-
Copy full SHA for 252c5f6 - Browse repository at this point
Copy the full SHA 252c5f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for df32a27 - Browse repository at this point
Copy the full SHA df32a27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96092cd - Browse repository at this point
Copy the full SHA 96092cdView commit details -
Merging in Shirley's changes...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 658a72d - Browse repository at this point
Copy the full SHA 658a72dView commit details -
Ading in Shirley's test files...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 77c7278 - Browse repository at this point
Copy the full SHA 77c7278View commit details -
Removing ExtractionLog files..
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for a2cdc46 - Browse repository at this point
Copy the full SHA a2cdc46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 689cdbe - Browse repository at this point
Copy the full SHA 689cdbeView commit details -
Ross Myers committed
Apr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 40b9a3b - Browse repository at this point
Copy the full SHA 40b9a3bView commit details -
Seeing if waitForServerLoad will send back the curl exit status....
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 1448517 - Browse repository at this point
Copy the full SHA 1448517View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a0ef27 - Browse repository at this point
Copy the full SHA 0a0ef27View commit details -
Merge branch 'Header_Addition' of https://github.com/redmyers/484_P7_…
…1-GUI into Header_Addition
Configuration menu - View commit details
-
Copy full SHA for 5f75af7 - Browse repository at this point
Copy the full SHA 5f75af7View commit details -
Adding waitForServerLoad to repo...sorry about that faux pas Shirley
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 1b696b4 - Browse repository at this point
Copy the full SHA 1b696b4View commit details -
Merging in Shirley/s changes...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 90f2791 - Browse repository at this point
Copy the full SHA 90f2791View commit details -
Tweaking waitForServerLoad a bit...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 4db6352 - Browse repository at this point
Copy the full SHA 4db6352View commit details -
Syntax error in last commit...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 8f9368f - Browse repository at this point
Copy the full SHA 8f9368fView commit details -
Syntax error in last commit...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 7c31165 - Browse repository at this point
Copy the full SHA 7c31165View commit details -
Yet another syntax error....grr
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for f9aed23 - Browse repository at this point
Copy the full SHA f9aed23View commit details -
OK, this SHOULD not have any syntax errors...not holding my breath..
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for ebdfc74 - Browse repository at this point
Copy the full SHA ebdfc74View commit details -
Giving the server more time to load...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 3dfe329 - Browse repository at this point
Copy the full SHA 3dfe329View commit details -
Fixed syntax issue in run.sh no whitespace in statment install jruby...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 1cfad21 - Browse repository at this point
Copy the full SHA 1cfad21View commit details -
Giving server a lot more time to load....
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for d1ad724 - Browse repository at this point
Copy the full SHA d1ad724View commit details -
For some reason the last 2 lines of run.sh were on one line...fixed t…
…hat...
Ross Myers committedApr 10, 2018 Configuration menu - View commit details
-
Copy full SHA for 1b616b8 - Browse repository at this point
Copy the full SHA 1b616b8View commit details
Commits on Apr 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 3870961 - Browse repository at this point
Copy the full SHA 3870961View commit details -
Configuration menu - View commit details
-
Copy full SHA for f061210 - Browse repository at this point
Copy the full SHA f061210View commit details -
Updated output of waitForServerLoad to enhance log file readability....
Ross Myers committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for 3d2878b - Browse repository at this point
Copy the full SHA 3d2878bView commit details -
Trying to figure out what exactly the mvn install is needed for...
Ross Myers committedApr 11, 2018 Configuration menu - View commit details
-
Copy full SHA for d83a514 - Browse repository at this point
Copy the full SHA d83a514View commit details
Commits on Apr 13, 2018
-
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 committedApr 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 6e6c9ea - Browse repository at this point
Copy the full SHA 6e6c9eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2476cb2 - Browse repository at this point
Copy the full SHA 2476cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for acdb514 - Browse repository at this point
Copy the full SHA acdb514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9aa749d - Browse repository at this point
Copy the full SHA 9aa749dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfe3a94 - Browse repository at this point
Copy the full SHA cfe3a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4475898 - Browse repository at this point
Copy the full SHA 4475898View commit details -
Configuration menu - View commit details
-
Copy full SHA for d708aa6 - Browse repository at this point
Copy the full SHA d708aa6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac0a2a - Browse repository at this point
Copy the full SHA 0ac0a2aView commit details -
Trying to merge in the most recent stuff..
Ross Myers committedApr 13, 2018 Configuration menu - View commit details
-
Copy full SHA for ff922b2 - Browse repository at this point
Copy the full SHA ff922b2View commit details -
Ross Myers committed
Apr 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 09a4436 - Browse repository at this point
Copy the full SHA 09a4436View commit details -
Trying to merge in Shirley's most recent changes...
Ross Myers committedApr 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 87f38a6 - Browse repository at this point
Copy the full SHA 87f38a6View commit details -
Trying to figure out why gui repo is bogging down...
Ross Myers committedApr 13, 2018 Configuration menu - View commit details
-
Copy full SHA for 16f61fb - Browse repository at this point
Copy the full SHA 16f61fbView commit details
Commits on Apr 14, 2018
-
Trying to figure out server spin-up issue...
Ross Myers committedApr 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 1596b96 - Browse repository at this point
Copy the full SHA 1596b96View commit details -
Removing jbundler from repo since its contents are machine dependent..
Ross Myers committedApr 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 00ca8da - Browse repository at this point
Copy the full SHA 00ca8daView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 13471cf - Browse repository at this point
Copy the full SHA 13471cfView commit details -
Ross Myers committed
Apr 14, 2018 Configuration menu - View commit details
-
Copy full SHA for 06da44d - Browse repository at this point
Copy the full SHA 06da44dView commit details -
Slight changes to the reference of the pdf files and commenting out t…
…he sleep threads since there are sometimes stale error exceptions
Configuration menu - View commit details
-
Copy full SHA for cc899dd - Browse repository at this point
Copy the full SHA cc899ddView commit details -
Noticed "xvfb-run make test" is giving an error, I took off that line…
… and will check if that made a difference
Configuration menu - View commit details
-
Copy full SHA for e53146e - Browse repository at this point
Copy the full SHA e53146eView commit details
Commits on Apr 15, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 50c7bdd - Browse repository at this point
Copy the full SHA 50c7bddView commit details -
Wrapped up test multi-page tables test case, moving on to work on ove…
…rlapping test cases
Configuration menu - View commit details
-
Copy full SHA for 77fdb72 - Browse repository at this point
Copy the full SHA 77fdb72View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4982a36 - Browse repository at this point
Copy the full SHA 4982a36View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 6fc6f6e - Browse repository at this point
Copy the full SHA 6fc6f6eView commit details
Commits on Apr 17, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 0017bed - Browse repository at this point
Copy the full SHA 0017bedView commit details
Commits on Apr 22, 2018
-
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.
Configuration menu - View commit details
-
Copy full SHA for 2f89a44 - Browse repository at this point
Copy the full SHA 2f89a44View commit details
Commits on Apr 23, 2018
-
Fixing an issue with resize events for long documents..
Ross Myers committedApr 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 4ba964e - Browse repository at this point
Copy the full SHA 4ba964eView commit details -
Merging in Shirley's changes to the previously described fix...
Ross Myers committedApr 23, 2018 Configuration menu - View commit details
-
Copy full SHA for 027fde2 - Browse repository at this point
Copy the full SHA 027fde2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 455d033 - Browse repository at this point
Copy the full SHA 455d033View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 796d8e5 - Browse repository at this point
Copy the full SHA 796d8e5View commit details
Commits on Apr 24, 2018
-
(Hopefully) fixing the issue Shirley found earlier...
Ross Myers committedApr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for a37a0a1 - Browse repository at this point
Copy the full SHA a37a0a1View commit details -
Merging in Shirley's changes...
Ross Myers committedApr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for fc8010a - Browse repository at this point
Copy the full SHA fc8010aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7b120bf - Browse repository at this point
Copy the full SHA 7b120bfView commit details -
Merge branch 'Header_Addition' of https://github.com/redmyers/484_P7_…
…1-GUI into Header_Addition
Configuration menu - View commit details
-
Copy full SHA for ecfc708 - Browse repository at this point
Copy the full SHA ecfc708View commit details -
Configuration menu - View commit details
-
Copy full SHA for e68713b - Browse repository at this point
Copy the full SHA e68713bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 1795bf2 - Browse repository at this point
Copy the full SHA 1795bf2View commit details -
Updated run.sh file to checkout the new java repo as well as took out…
… the log file button on the GUI
Configuration menu - View commit details
-
Copy full SHA for 8a01396 - Browse repository at this point
Copy the full SHA 8a01396View commit details -
Commiting workspace.xml changes before pull..
Ross Myers committedApr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 9f7a698 - Browse repository at this point
Copy the full SHA 9f7a698View commit details -
Merging in Shirley's changes...
Ross Myers committedApr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 393ceda - Browse repository at this point
Copy the full SHA 393cedaView commit details -
reset_for_new_doc should now be resetting page margins...I believe th…
…is was the issue encountered last night...
Ross Myers committedApr 24, 2018 Configuration menu - View commit details
-
Copy full SHA for 4758337 - Browse repository at this point
Copy the full SHA 4758337View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d522e93 - Browse repository at this point
Copy the full SHA d522e93View commit details -
Merge branch 'Header_Addition' of https://github.com/redmyers/484_P7_…
…1-GUI into Header_Addition
Configuration menu - View commit details
-
Copy full SHA for d67b37f - Browse repository at this point
Copy the full SHA d67b37fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e20db5f - Browse repository at this point
Copy the full SHA e20db5fView commit details -
Getting a long lag again..trying to see if I can get the test case to…
… wait until a regex result appears
Configuration menu - View commit details
-
Copy full SHA for f06405a - Browse repository at this point
Copy the full SHA f06405aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3004fcb - Browse repository at this point
Copy the full SHA 3004fcbView commit details -
Went back to old changes before changing the index.html for the regex…
…-result row. Shouldn't be causing any problems
Configuration menu - View commit details
-
Copy full SHA for 30923fe - Browse repository at this point
Copy the full SHA 30923feView commit details
Commits on Apr 25, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 28fb4e1 - Browse repository at this point
Copy the full SHA 28fb4e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cc37b6 - Browse repository at this point
Copy the full SHA 4cc37b6View commit details
Commits on Apr 26, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for e98d95c - Browse repository at this point
Copy the full SHA e98d95cView commit details
Commits on Apr 28, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for 8d6662b - Browse repository at this point
Copy the full SHA 8d6662bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 75a7168 - Browse repository at this point
Copy the full SHA 75a7168View commit details
Commits on Apr 29, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e35df90 - Browse repository at this point
Copy the full SHA e35df90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80fcdfc - Browse repository at this point
Copy the full SHA 80fcdfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f03ca20 - Browse repository at this point
Copy the full SHA f03ca20View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ef6e044 - Browse repository at this point
Copy the full SHA ef6e044View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for b91743a - Browse repository at this point
Copy the full SHA b91743aView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 2f90df9 - Browse repository at this point
Copy the full SHA 2f90df9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb1c5db - Browse repository at this point
Copy the full SHA fb1c5dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5448802 - Browse repository at this point
Copy the full SHA 5448802View commit details -
Didn't noticed that I had set the location of the file to my local di…
…rectory, should be fixed now
Configuration menu - View commit details
-
Copy full SHA for 6bbfc3b - Browse repository at this point
Copy the full SHA 6bbfc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2547fc - Browse repository at this point
Copy the full SHA e2547fcView commit details
Commits on Jun 13, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 84e2ee3 - Browse repository at this point
Copy the full SHA 84e2ee3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe92439 - Browse repository at this point
Copy the full SHA fe92439View commit details