.. |
0f38d7a36f21_.py
|
Fixing migration.
|
2020-04-21 17:31:20 -04:00 |
1c3f88dbccc3_.py
|
Merge branch 'dev' into feature/update_study_status_latest
|
2020-07-31 14:26:24 -06:00 |
1fdd1bdb600e_.py
|
Continuing a major refactor. Some important points:
|
2020-06-17 17:11:15 -04:00 |
2e7b377cbc7b_.py
|
Convert protocol builder status to always be in lower case in order to better match the front end. And also fixing an issue with the multi_instance that is oddly broken suddenly, and I don't know why.
|
2020-07-28 17:16:48 -04:00 |
5acd138e969c_.py
|
Updating migrations
|
2020-06-24 21:47:15 -06:00 |
5e0709e172fa_.py
|
Adds display order to categories
|
2020-03-26 15:29:52 -04:00 |
5f06108116ae_.py
|
Adds is_status flag to workflow specs
|
2020-03-13 14:56:46 -04:00 |
7be7cecbeea8_.py
|
Adds display order to Workflow Spec
|
2020-04-09 14:25:14 -04:00 |
7c0de7621a1f_.py
|
missing another migration. This should fix it.
|
2020-03-30 09:40:56 -04:00 |
9b43e725f39c_.py
|
Adding missing migration.
|
2020-05-25 23:47:40 -04:00 |
23c62c933848_.py
|
forgot the migration.
|
2020-05-28 10:31:20 -04:00 |
55c6cd407d89_.py
|
Adds cascade to study relationship so data loader doesn't freak out.
|
2020-05-22 22:04:11 -04:00 |
65f3fce6031a_.py
|
Adds is_status flag to workflow_spec, status_spec_id & version to study, and is_active flag to WorkflowApi
|
2020-03-15 15:52:59 -04:00 |
87af86338630_.py
|
Adding a migration for the last commit.
|
2020-03-30 08:36:10 -04:00 |
90dd63672e0a_.py
|
Adds workflow stats and task events models and schemas. Updates workflow stats and logs task completion when task data is updated.
|
2020-03-10 21:29:57 -04:00 |
476f8a4933ba_.py
|
If you name add a file to a workflow that has the exact same name as a Task Spec's ID, and an extension of "md", it wll use that file as the markdown content, and ignore the markdown in the documentation on the task spec.
|
2020-04-17 13:30:32 -04:00 |
0718ad13e5f3_.py
|
Added ID as pk
|
2020-11-11 11:36:25 -05:00 |
1685be1cc232_.py
|
Adding Migration, and checking that everything till works the same as before, only a little better.
|
2020-04-22 15:45:58 -04:00 |
5064b72284b7_.py
|
Faster lookup fields. We were parsing the spec each time to get details about how to search. We're just grabbing the workflow id and task id now and building that straight into the full text search index for faster lookups. Should be peppy.
|
2020-05-29 01:39:39 -04:00 |
13424d5a6de8_.py
|
as always, forgot the migration.
|
2020-06-02 18:17:51 -04:00 |
69081f1ff387_.py
|
Adds user uid and cascades study event in study model. Fixes migration to properly downgrade enums.
|
2020-08-12 10:13:23 -04:00 |
8856126b6658_.py
|
Fixes migrations. Will require full database reset.
|
2020-03-06 09:50:32 -05:00 |
17597692d0b0_.py
|
Fixing the migrations so I don't break the universe.
|
2020-06-04 10:09:36 -04:00 |
ab06a94e5d4c_.py
|
Adds AdminSession model and refactors impersonation methods to use it.
|
2020-07-30 12:40:53 -04:00 |
afecb64d2e66_.py
|
Forgot a migration
|
2020-03-27 12:19:32 -04:00 |
bec71f7dc652_.py
|
This migration will clear out any approvals in the database.
|
2020-05-28 20:13:33 -04:00 |
c4ddb69e7ef4_.py
|
Adds enrollment_date to study model
|
2020-07-22 09:35:08 -04:00 |
c6261ac7a7bc_.py
|
Make sure alembic version is added
|
2021-02-16 09:06:03 -05:00 |
cb892916166a_.py
|
service and scripts with working test - still needs a few more tests to try out, but should work to get Mike going
|
2021-02-24 12:55:23 -05:00 |
cc4bccc5e5a8_.py
|
Setting JSON_SORT_KEYS to false, assuring that Flask does not resort all data returned to the front end.
|
2020-05-06 10:59:49 -04:00 |
ddd5fc9ea75b_.py
|
Allow migration even when data exists.
|
2020-03-23 13:39:54 -04:00 |
de30304ff5e6_.py
|
Shifting to a different model, where the TaskEvents store ONLY the form data submitted for that task.
|
2020-06-19 08:22:53 -04:00 |
e0dfdbfd6f69_add_columns.py
|
Add mostly-working elements of the data-store, compare with dev to see why db is not working after running tests
|
2020-11-10 08:24:17 -05:00 |
f186725c1ad3_.py
|
Add last_updated field - change the api signature to be closer to what we need going forward, but retain the old methods for testing the script get/set through the API
|
2020-11-13 12:03:29 -05:00 |
ff29528a9909_.py
|
Remove Approvals per ticket 183
|
2021-02-16 09:05:29 -05:00 |
ffef4661a37d_.py
|
Whenever a workflow is loaded or updated, add events to the TaskEvent table with assignments for the next set of ready tasks, along with who should complete those tasks.
|
2020-07-14 22:16:44 -04:00 |