Skip to content

Staging #78

Merged
merged 49 commits into from
Oct 22, 2020
Merged

Staging #78

merged 49 commits into from
Oct 22, 2020

Commits on Sep 14, 2020

  1. Create JSON spec for section parsing

    Justin Campbell committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    099ebdf View commit details
    Browse the repository at this point in the history
  2. Partial Section Parsing Capability for Directory Info, edits, reply t…

    …o user, and status changes.
    Jacob Daniel Bennett committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    f86d8da View commit details
    Browse the repository at this point in the history
  3. Merge branch 'enhancement-item-body-section-parsing' of github.itap.p…

    …urdue.edu:ECN/webqueue2 into enhancement-item-body-section-parsing
    Jacob Daniel Bennett committed Sep 14, 2020
    Configuration menu
    Copy the full SHA
    dea72bd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Partial functionality added for parsing reply from user section

    Jacob Daniel Bennett committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    58381c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Update section parsing JSON spec

    Justin Campbell committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    307cc8b View commit details
    Browse the repository at this point in the history
  2. Full functionality for reply from user section parsing and partial pa…

    …rsing functionaltiy for initial message parsing
    Jacob Daniel Bennett committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    d0aebf6 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'enhancement-item-body-section-parsing' of github.itap.p…

    …urdue.edu:ECN/webqueue2 into enhancement-item-body-section-parsing
    Jacob Daniel Bennett committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    593a532 View commit details
    Browse the repository at this point in the history
  4. Full section parsing for initial message

    Jacob Daniel Bennett committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    82c5fce View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Full section parsing for asignments and additional commenting for sec…

    …tion parsing
    Jacob Daniel Bennett committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    09841c1 View commit details
    Browse the repository at this point in the history
  2. Merge commit '286d61416e68a372634cf2df6b8663467cf5e8c5' into enhancem…

    …ent-item-body-section-parsing
    Jacob Daniel Bennett committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    ffb77be View commit details
    Browse the repository at this point in the history
  3. DateTime syntax for storing date and time information. Minor function…

    …ality changes
    Jacob Daniel Bennett committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    4ab1efa View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Further documentation and separted edits, reply-to, reply-from-user, …

    …and status update parsing from the section parsing function to their own individual parsing functions
    Jacob Daniel Bennett committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    9d07a5d View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2020

  1. Configuration menu
    Copy the full SHA
    3b89a51 View commit details
    Browse the repository at this point in the history
  2. Include python-dateutil in Python requirements

    Justin Campbell committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    22b2e65 View commit details
    Browse the repository at this point in the history
  3. remove Directory Information from initial message

    Jacob Daniel Bennett committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    04484ad View commit details
    Browse the repository at this point in the history
  4. Remove unecessary newlines from the begining and end of initial messa…

    …ge section
    Jacob Daniel Bennett committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    e45ce20 View commit details
    Browse the repository at this point in the history
  5. Assignments are now directly added to sections and not into one list …

    …within the type: assign dictionary
    Jacob Daniel Bennett committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    3478903 View commit details
    Browse the repository at this point in the history
  6. Bug fix for blank initial message content

    Jacob Daniel Bennett committed Sep 20, 2020
    Configuration menu
    Copy the full SHA
    6d9126b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Directory Information now has specific keys for information within th…

    …e direcctory
    Jacob Daniel Bennett committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    ee0edac View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Directory Parsing now checks for a \tName delimiter before assuming a…

    … newline after header info denotes directory info
    Jacob Daniel Bennett committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    0da7774 View commit details
    Browse the repository at this point in the history
  2. Merge commit '29a8c71b46dae5f54af271cbbea3bd1fdc6ae64b'

    Jacob Daniel Bennett committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    3129730 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. Section parsing accounts for nested delimiters (and ignores them) in …

    …replies from users
    Jacob Daniel Bennett committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    19eb144 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Helper function __getFormattedMessageContent created to remove delimi…

    …ters and leading and trailing newlines from a message
    Jacob Daniel Bennett committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    0b3ed98 View commit details
    Browse the repository at this point in the history
  2. preliminary Errorparse: returns an error dictionary upon encountering…

    … nested delimiter.
    Jacob Daniel Bennett committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    8e150c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2020

  1. Update dictionary keys for each parsed section per github issue #2

    Jacob Daniel Bennett committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    429213f View commit details
    Browse the repository at this point in the history
  2. Creation of helper function for formating error parsing output

    Jacob Daniel Bennett committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    5adb328 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Added initial message parser helper function, completely updated dict…

    …ionary keys to camel case
    Jacob Daniel Bennett committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    8ef3e06 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. Fixed user_email to from_email in initial message

    Jacob Daniel Bennett committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    67aac5a View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Error parsing implementation

    Jacob Daniel Bennett committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    ef86c7a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. More generalized error statements, refactored error parsing dictionar…

    …y to include got, expected, file_path, and line_num keys
    Jacob Daniel Bennett committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    dd8399f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. Error parsing detects ending reply-from-user delimters

    Jacob Daniel Bennett committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    92e11f2 View commit details
    Browse the repository at this point in the history
  2. Subject key added to the initial message

    Jacob Daniel Bennett committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    d2ad5bb View commit details
    Browse the repository at this point in the history
  3. Reply-from-user subject key added to the reply from user dictionary

    Jacob Daniel Bennett committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    f389afb View commit details
    Browse the repository at this point in the history
  4. Reply-from-user dictionary includes a list of headers passed in the r…

    …eply-from-user section
    Jacob Daniel Bennett committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    1b734b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Items stored as numbers and exception handeling for Value Errors

    Jacob Daniel Bennett committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    b783497 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Added assignment parsing helper function

    Jacob Daniel Bennett committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    acd0733 View commit details
    Browse the repository at this point in the history
  2. Updated in line commenting and code readability

    Jacob Daniel Bennett committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    a5a7f9f View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Implementation of workaround for extreneous new lines in directory in…

    …formation and reply-from-user headers
    Jacob Daniel Bennett committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    6dc675a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

  1. Updated documentation for error parsing helper function

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    8e720f5 View commit details
    Browse the repository at this point in the history
  2. Renamed getFormattedMessageContent helper function to getFormattedSec…

    …tionContent and updated documentation for getFormattedSectionContent
    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    f7560e8 View commit details
    Browse the repository at this point in the history
  3. Updated documentation for userReplyParsing

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    2af7da5 View commit details
    Browse the repository at this point in the history
  4. Updated documentation for statusParsing

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    90b0da8 View commit details
    Browse the repository at this point in the history
  5. Updated documentation for replyToParsing

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    ce7c4d5 View commit details
    Browse the repository at this point in the history
  6. Updated documentation for editParsing

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    96b2e05 View commit details
    Browse the repository at this point in the history
  7. Updated documentation for initialMessageParsing

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    b9e7800 View commit details
    Browse the repository at this point in the history
  8. updated assignmentParsing documentation

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    a5979b4 View commit details
    Browse the repository at this point in the history
  9. Updated documentation for directoryParsing

    Jacob Daniel Bennett committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    a174623 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6571eaf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27d43b9 View commit details
    Browse the repository at this point in the history