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

DB state catchup in version control #12

Draft
wants to merge 71 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
71 commits
Select commit Hold shift + click to select a range
ccb53c4
Added some testing files to use as future framework ideas
broceni Apr 29, 2022
bc4ac83
Added Workflow Doc
broceni May 5, 2022
567598b
Added Testing Workflow Text
broceni May 5, 2022
fd13dee
Fixed indentation issue in testLambda.yml
olsonadr May 5, 2022
f5aab2a
Updated Tacks
broceni May 5, 2022
82b133b
Merge branch '5-testing-suite' of https://github.com/olsonadr/nlp-lam…
broceni May 5, 2022
7f694e0
Added SAM version check to workflow
olsonadr May 6, 2022
a0a1b02
Co-authored-by: Nick Olson <[email protected]>
broceni May 6, 2022
dbaef77
Removed Error
broceni May 6, 2022
7f4a98c
Merge branch '5-testing-suite' of https://github.com/olsonadr/nlp-lam…
broceni May 6, 2022
d2a293b
Getting Default Shell Useage
broceni May 6, 2022
a81d022
Trying DefaultShell
olsonadr May 6, 2022
4ba075f
All One Command Trial
broceni May 6, 2022
8567040
Merge branch '5-testing-suite' of https://github.com/olsonadr/nlp-lam…
broceni May 6, 2022
26d5836
Remove Default Shell
broceni May 6, 2022
a071d04
Trail #555555
broceni May 6, 2022
06f5834
Added sam build to workflow
olsonadr May 6, 2022
da491a1
Fixed typo on sam build :(
olsonadr May 6, 2022
7ef7e5c
Testing for Lamdba In Place
broceni May 6, 2022
ef82ac1
Merge branch '5-testing-suite' of https://github.com/olsonadr/nlp-lam…
broceni May 6, 2022
9408875
Added state_update.py to store new reports from Mongo. Remixed format…
Xinnji May 6, 2022
cc1d986
Created several testing documents for use in apitest.py and testrun.p…
broceni May 8, 2022
ee13435
Fixed path to test
broceni May 9, 2022
13348a6
Fixed the test path and file path
broceni May 9, 2022
9a8f9a5
Established simple pytest assert-based testing for invoking lambdas
olsonadr May 11, 2022
5a94669
Add pytest command to testing workflow
olsonadr May 11, 2022
fcd165e
Give pytest environment secrets
olsonadr May 11, 2022
6a7e379
Removed legacy direct tests
olsonadr May 11, 2022
5d54b35
Attempted API Testing, needs work
broceni May 12, 2022
fe74212
Reset request timeout to 180
olsonadr May 12, 2022
4f01bb7
Required apitest and testrun arguments on main call
olsonadr May 12, 2022
47178c9
Deleted legacy tests again :)
olsonadr May 12, 2022
e755a4c
Fixed issue where api_running not reset on kill
olsonadr May 12, 2022
cfc2bac
Reset api_running after normal kill
olsonadr May 12, 2022
9953975
Merge branch '5-testing-suite' of github.com:olsonadr/nlp-lambdas int…
olsonadr May 12, 2022
743ba5b
Added back "api_running = True" to start_api
olsonadr May 12, 2022
17e8830
Fixed backslash in argparse config and added prints on tests
olsonadr May 12, 2022
1ea5943
Fixed final condition on apitest
olsonadr May 12, 2022
712c8bb
Using relative imports, removed legacy imports/code, non-comparison a…
olsonadr May 13, 2022
4a90b79
Fixed relative import error by adding __init__.py to tests directory
olsonadr May 13, 2022
fc5fa29
Renamed workflow .yml files and added testing step to deploy workflow
olsonadr May 13, 2022
d1fe351
Added missing "not" for incorrect input api test
olsonadr May 13, 2022
6ddbdba
Added main pull_request trigger to testing workflow
olsonadr May 13, 2022
426a140
Added new incidents.csv and updated old one to incidents old.csv for …
Xinnji May 13, 2022
6366933
Adding two scripts for local inference testing. Accuracy outputs numb…
Xinnji May 13, 2022
a526985
Finalize Testing Suite
broceni May 13, 2022
9948bc1
Merge branch 'responsible-ai-collaborative:main' into 5-testing-suite
olsonadr May 13, 2022
a479d7b
Update README.md
broceni May 13, 2022
d18ecac
Merge pull request #18 from olsonadr/5-testing-suite
broceni May 13, 2022
d348b40
Merge branch 'main' into 4-reduce-size-of-incident_clspt
olsonadr May 13, 2022
5cd4aa1
Using os.path.join for path to state file
olsonadr May 13, 2022
85e46b9
Changed longformer to use local files in state_update.py
olsonadr May 13, 2022
151dc7a
Added MONGODB_CONNECTION_STRING to the list of required env vars
olsonadr May 13, 2022
bd389d4
test_intervals and test_accuracy now use local model files from submo…
olsonadr May 13, 2022
e1f73d6
Added db state update to testing and deployment workflows
olsonadr May 13, 2022
38377ec
Added pymongo to pip requirements and moved db_state testers
olsonadr May 13, 2022
493e65b
Added provision to create new state object if state.csv does not exist.
Xinnji May 13, 2022
dd62269
Merge branch '4-reduce-size-of-incident_clspt' of https://github.com/…
Xinnji May 13, 2022
d14d9d2
Fixed environment secrets for db_state update in workflow
olsonadr May 13, 2022
54263a0
Added requried [srv] option to pymongo requirement
olsonadr May 13, 2022
a957e24
Merge pull request #20 from olsonadr/4-reduce-size-of-incident_clspt
olsonadr May 13, 2022
b7aafa0
Update README.md
Xinnji May 13, 2022
2b1a36b
Update README.md
Xinnji May 13, 2022
c53569b
Update README.md
Xinnji May 13, 2022
1b0915d
Update README.md
olsonadr May 13, 2022
b0f1602
Moved state_update.py to project root, updated README
olsonadr May 13, 2022
e3c2249
Merge pull request #21 from olsonadr/move-update-state-out-of-inference
olsonadr May 14, 2022
452496c
Create README.md
smcgregor May 14, 2022
3531be4
Merge branch 'responsible-ai-collaborative:main' into main
olsonadr May 23, 2022
a61a46f
Changed model initialization in state_update.py and similar.py to def…
Xinnji May 25, 2022
aa22b0b
Updated state.csv with state_update.py.
Xinnji May 25, 2022
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
Loading