Skip to content

Staging #78

Merged
merged 49 commits into from
Oct 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
099ebdf
Create JSON spec for section parsing
Sep 14, 2020
f86d8da
Partial Section Parsing Capability for Directory Info, edits, reply t…
Sep 14, 2020
dea72bd
Merge branch 'enhancement-item-body-section-parsing' of github.itap.p…
Sep 14, 2020
58381c5
Partial functionality added for parsing reply from user section
Sep 15, 2020
307cc8b
Update section parsing JSON spec
Sep 16, 2020
d0aebf6
Full functionality for reply from user section parsing and partial pa…
Sep 16, 2020
593a532
Merge branch 'enhancement-item-body-section-parsing' of github.itap.p…
Sep 16, 2020
82c5fce
Full section parsing for initial message
Sep 16, 2020
09841c1
Full section parsing for asignments and additional commenting for sec…
Sep 17, 2020
ffb77be
Merge commit '286d61416e68a372634cf2df6b8663467cf5e8c5' into enhancem…
Sep 17, 2020
4ab1efa
DateTime syntax for storing date and time information. Minor function…
Sep 17, 2020
9d07a5d
Further documentation and separted edits, reply-to, reply-from-user, …
Sep 18, 2020
3b89a51
Merge branch 'master' into enhancement-item-body-section-parsing
Sep 20, 2020
22b2e65
Include python-dateutil in Python requirements
Sep 20, 2020
04484ad
remove Directory Information from initial message
Sep 20, 2020
e45ce20
Remove unecessary newlines from the begining and end of initial messa…
Sep 20, 2020
3478903
Assignments are now directly added to sections and not into one list …
Sep 20, 2020
6d9126b
Bug fix for blank initial message content
Sep 20, 2020
ee0edac
Directory Information now has specific keys for information within th…
Sep 24, 2020
0da7774
Directory Parsing now checks for a \tName delimiter before assuming a…
Sep 28, 2020
3129730
Merge commit '29a8c71b46dae5f54af271cbbea3bd1fdc6ae64b'
Sep 28, 2020
19eb144
Section parsing accounts for nested delimiters (and ignores them) in …
Sep 29, 2020
0b3ed98
Helper function __getFormattedMessageContent created to remove delimi…
Oct 2, 2020
8e150c0
preliminary Errorparse: returns an error dictionary upon encountering…
Oct 2, 2020
429213f
Update dictionary keys for each parsed section per github issue #2
Oct 5, 2020
5adb328
Creation of helper function for formating error parsing output
Oct 5, 2020
8ef3e06
Added initial message parser helper function, completely updated dict…
Oct 7, 2020
67aac5a
Fixed user_email to from_email in initial message
Oct 8, 2020
ef86c7a
Error parsing implementation
Oct 12, 2020
dd8399f
More generalized error statements, refactored error parsing dictionar…
Oct 14, 2020
92e11f2
Error parsing detects ending reply-from-user delimters
Oct 16, 2020
d2ad5bb
Subject key added to the initial message
Oct 16, 2020
f389afb
Reply-from-user subject key added to the reply from user dictionary
Oct 16, 2020
1b734b7
Reply-from-user dictionary includes a list of headers passed in the r…
Oct 16, 2020
b783497
Items stored as numbers and exception handeling for Value Errors
Oct 19, 2020
acd0733
Added assignment parsing helper function
Oct 20, 2020
a5a7f9f
Updated in line commenting and code readability
Oct 20, 2020
6dc675a
Implementation of workaround for extreneous new lines in directory in…
Oct 21, 2020
8e720f5
Updated documentation for error parsing helper function
Oct 22, 2020
f7560e8
Renamed getFormattedMessageContent helper function to getFormattedSec…
Oct 22, 2020
2af7da5
Updated documentation for userReplyParsing
Oct 22, 2020
90b0da8
Updated documentation for statusParsing
Oct 22, 2020
ce7c4d5
Updated documentation for replyToParsing
Oct 22, 2020
96b2e05
Updated documentation for editParsing
Oct 22, 2020
b9e7800
Updated documentation for initialMessageParsing
Oct 22, 2020
a5979b4
updated assignmentParsing documentation
Oct 22, 2020
a174623
Updated documentation for directoryParsing
Oct 22, 2020
6571eaf
Delete parseSectionsFormat.jsonc
campb303 Oct 22, 2020
27d43b9
Merge branch 'staging' into enhancement-item-body-section-parsing
campb303 Oct 22, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ Install the [Remote - SSH](https://marketplace.visualstudio.com/items?itemName=m
![Remote SSH Connection Example](./docs/Dev%20Environment%20Setup%20Guide/Connect%20to%20Remote%20SSH%20Host.gif)

If prompted for a platform, select Linux:


![VS Code Select Platform](./docs/Dev%20Environment%20Setup%20Guide/VS%20Code%20Select%20Platform.png)

## Adding Your SSH Keys to GitHub
Expand Down
Loading