You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG
+38
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,41 @@
1
+
2016-05-19 v0.15.3
2
+
3
+
* modify TestSortElementTree to test for new commandline switch for keeping all results that bypasses the compress events functions (Christopher Barnes)
4
+
* Updating GetTheDocs URL in README.md (Nicholas Rejack)
5
+
* Allow setuptools_scm to set the version when it's importing redi.py (Nicholas Rejack)
6
+
* docs/conf.py needs to get the version from one directory up. (Nicholas Rejack)
7
+
* Adding 2 necessary elements to validate formEvents with HCV RNA forms. Fixing whitespace. (Nicholas Rejack)
8
+
* Adding setuptools_scm to docs/conf.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
9
+
* Adding setuptools_scm to redi.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
10
+
* Adding setuptools_scm to setup.py. Now using dynamically-set version number (based on Git tag) (Nicholas Rejack)
11
+
* Fixing broken test by reordering XML statements so they validate. (Nicholas Rejack)
12
+
* Modifying redi/redi.py to add validation for XSD for formEvents.xml (Nicholas Rejack)
13
+
* Added redi/utils/formEvents.xsd to validate formEvents.xml (Nicholas Rejack)
14
+
* add info on tests needed before I can make a pull request, to TODO (Christopher Barnes)
15
+
* comment out test for --keep-all, add TODO to fix this later (Christopher Barnes)
16
+
* Add 2 TODOs that cover issues with the timestamp and how it affects conmeds. (Buck72)
17
+
* take the -keep-all logic out of get_key_date (Christopher Barnes)
18
+
* take the -keep-all logic out of get_key_date (Christopher Barnes)
19
+
* add keep-all-results logic to get_key_dates (Christopher Barnes)
20
+
* add keep-all-results logic to get_key_dates (Christopher Barnes)
21
+
* mod TestSortElementTree.py to have test keep-all results inputs (Christopher Barnes)
22
+
* mod TestSortElementTree.py to have correct number of args(3) to handle new input keep-all (Christopher Barnes)
23
+
* fixed incorrect ref to input_file to input_file_path on line 400 in _run (Christopher Barnes)
24
+
* set flase correctly in sort elements to turn OFF compression (Christopher Barnes)
25
+
* add keep all to create person xml func (Christopher Barnes)
26
+
* add keep all to create person xml func (Christopher Barnes)
27
+
* add keep all to create person xml func (Christopher Barnes)
28
+
* change all refs to --kepp all to use true and false (Christopher Barnes)
29
+
* fix inputs to sort_element_tree, pass in keep all results (Christopher Barnes)
30
+
* fix inputs to _run, change inputfilename to input_file_path (Christopher Barnes)
31
+
* fix inputs to _run, added -K and -f args and set defaults to none (Christopher Barnes)
32
+
* process raw file correctly as part of keep all results (Christopher Barnes)
33
+
* process raw file correctly as part of keep all results (Christopher Barnes)
34
+
* cleanup -K keep all switch (Christopher Barnes)
35
+
* cleanup -K keep all switch (Christopher Barnes)
36
+
* cleanup -K keep all switch (Christopher Barnes)
37
+
* add switch to keep all results (Christopher Barnes)
38
+
1
39
2016-03-17 v0.15.2
2
40
3
41
* Summary: Hotfix to fix logging behavior when input file is not present.
Copy file name to clipboardExpand all lines: redi/TODO.md
+13
Original file line number
Diff line number
Diff line change
@@ -24,3 +24,16 @@
24
24
TODO: make tests requirement- msg=sudo easy_install sftpserver
25
25
TODO: make all settings files pythonic aka config.yml .. etc using YAML standard
26
26
TODO: take NOT_DONE examples for values without units data points out of vagrant/redi_out_reference.csv for hcv examples
27
+
<<<<<<< HEAD
28
+
# TODO: -K 'keep all results' fail if in the settings.ini doesn't have Y-M-D H:M:S
29
+
30
+
31
+
32
+
# TODO: Modify dates on ConMeds forms to validate for H:M:S.
33
+
=======
34
+
35
+
** TODO: To be able to make pull request for keep-all switch . Write unit test(s) for all the functions touched by the keep-all commandline switch.
36
+
** TODO: TO be able to make a pull request for keep-all switch. Write end-to-end tests to take in fake conmeds data, call the sithc, pass in the file, use redcap api to query out the data and compare to input csv. Use N Rejack scripts to create test data.
37
+
** TODO: change install redcap setting to enable table based authentication.
38
+
** TODO: find out why sometimes redcap can't talk to mysql. restart mysql fixes. may need to add this to the bootstrap to restart apache and mysql right at the e nd.
0 commit comments