mike cullerton
|
1cd3be70a7
|
Test for bug fix
|
2022-02-21 10:17:18 -05:00 |
|
mike cullerton
|
92eb8e9cb9
|
test for date field validation
|
2022-02-17 11:48:31 -05:00 |
|
Dan
|
0ad9843569
|
Dealing with some changes in SpiffWorkflow's latest release. I think this gets all tests passing again, and behaving as expected.
|
2022-02-16 10:46:46 -05:00 |
|
Dan
|
e9cf095810
|
Fixing a stupid mistake in the tests.
|
2022-02-11 11:54:46 -05:00 |
|
Dan
|
648383f2ea
|
for some reason jenkins doesn't like the spec_category_reorder test, so just doing it a different way.
|
2022-02-11 11:37:25 -05:00 |
|
Dan
|
7a99859108
|
fixing some failing test
|
2022-02-11 11:00:42 -05:00 |
|
Dan
|
df3f67601c
|
performance improvements. and last rements of load_example_data()
|
2022-02-09 23:29:39 -05:00 |
|
Dan
|
788e40a998
|
death to load_example_data() !!!!!
|
2022-02-09 22:13:02 -05:00 |
|
Dan
|
f12c4aba52
|
Refactor the workflow_spec_service so it doesn't cache anything, it always reads what it needs from the file system.
|
2022-02-09 21:06:55 -05:00 |
|
Dan
|
cf71f68ad9
|
all tests passing!!!!!!!!!!!!!
|
2022-02-09 15:30:07 -05:00 |
|
Dan
|
2cc20d4b9d
|
really need to avoid any kind of caching in the WorkflowSpecService
|
2022-02-09 14:43:32 -05:00 |
|
mike cullerton
|
3b6f217443
|
specs, not workflows
|
2022-02-09 13:51:49 -05:00 |
|
mike cullerton
|
aaf20a4de7
|
specs, not workflows
|
2022-02-09 13:06:33 -05:00 |
|
mike cullerton
|
d46dfdec40
|
Fixed the bad order test
|
2022-02-09 12:14:37 -05:00 |
|
mike cullerton
|
9576089e84
|
Reorder categories
|
2022-02-09 10:55:02 -05:00 |
|
mike cullerton
|
20ca31dd4d
|
category to category_id
|
2022-02-09 08:51:50 -05:00 |
|
mike cullerton
|
5396226b0f
|
Fix reorder spec tests
|
2022-02-08 16:35:36 -05:00 |
|
Dan
|
25ecc1593a
|
test_workflow_spec_api passing.
|
2022-02-08 13:35:27 -05:00 |
|
Dan
|
6c0e38c0a5
|
Merge branch 'feature/spec_files_wthout_db' of github.com:sartography/cr-connect-workflow into feature/spec_files_wthout_db
|
2022-02-08 11:31:56 -05:00 |
|
Dan
|
dc040f190e
|
got one more test to work.
|
2022-02-08 11:30:13 -05:00 |
|
mike cullerton
|
dfb05764db
|
*** WIP ***
Committing to merge in the git integration code
|
2022-02-08 10:27:48 -05:00 |
|
alicia pritchett
|
a4fb00b0ed
|
remove bad imports
|
2022-02-07 15:28:52 -05:00 |
|
Dan
|
4b8d193fb9
|
a few more tests passing
|
2022-02-07 14:58:25 -05:00 |
|
mike cullerton
|
5c3ab9a035
|
Move copy_files_to_file_system to base_test
|
2022-02-07 13:43:20 -05:00 |
|
Dan
|
d64853fa5b
|
two passing tests around the WorkflowSpecService
|
2022-02-07 13:34:13 -05:00 |
|
Dan
|
056f901f9a
|
WIP - its just caos right now.
|
2022-02-07 12:59:48 -05:00 |
|
Dan
|
ad095aaaf5
|
don't try to load the workflowspecservice too early.
|
2022-02-07 12:38:00 -05:00 |
|
Dan
|
abc17a8aff
|
load the workflow_spec_service from app to avoid frequent file scans.
|
2022-02-07 12:30:20 -05:00 |
|
Dan
|
1c384a78e9
|
the tests kind of try and run now ...
|
2022-02-07 12:18:32 -05:00 |
|
Dan
|
ff9b2694ae
|
Fix migrations that depend on removed models.
|
2022-02-07 11:56:22 -05:00 |
|
Dan
|
ed07907ee2
|
at least allow the tests to spin up, even if they all fail.
|
2022-02-07 11:00:19 -05:00 |
|
Dan
|
2383c7d76d
|
WIP - lots of random changes, trying to swtich over
|
2022-02-04 14:50:31 -05:00 |
|
Dan
|
6765afbd02
|
WIP - Move the categories and specifications out of the database.
|
2022-02-04 13:51:39 -05:00 |
|
Dan
|
4ec6e403f5
|
1. Created a UserFileService, so it's clear what we use when for File Services, UserFiles, SpecFiles, and ReferenceFiles each function differently.
2. Reference Files and Spec Files are written to disk, they do not exist in the database at all.
|
2022-02-02 12:59:56 -05:00 |
|
Dan
|
4c00a5762f
|
partial commit - new spec_file_service, and new spec_file_api endpoints that use spec and file name, not file id.
removed worklow_sync
cleaned up file and workflow models
most of the test are broken.
|
2022-01-28 06:42:37 -05:00 |
|
Dan Funk
|
97c29bf77c
|
Merge pull request #449 from sartography/files-to-filesystem-572
Files to filesystem 572
|
2022-01-26 10:11:26 -05:00 |
|
mike cullerton
|
6f31a26772
|
Better description
|
2022-01-24 11:06:01 -05:00 |
|
mike cullerton
|
2ecf6cdf86
|
Validation is the right way to test this.
|
2022-01-24 11:03:49 -05:00 |
|
mike cullerton
|
73e250a54c
|
Test for missing library hint in the error message
|
2022-01-24 10:35:11 -05:00 |
|
mike cullerton
|
91fa44b2ab
|
** WIP **
Committing so I can work on another ticket.
|
2022-01-21 14:37:11 -05:00 |
|
mike cullerton
|
7e5f2a7d6a
|
We no longer use versioning for spec files
|
2022-01-12 15:09:03 -05:00 |
|
mike cullerton
|
b99ed73951
|
Remove unused imports
|
2022-01-12 15:00:26 -05:00 |
|
mike cullerton
|
4df2ed6ce4
|
*** WIP ***
Failing tests, and missing functionality.
Committing to get stuff on Github.
|
2022-01-11 15:30:22 -05:00 |
|
mike cullerton
|
dc27f795c8
|
*** WIP ***
Committing because it is Friday afternoon, and my computer is acting flaky
|
2022-01-07 15:34:51 -05:00 |
|
Dan
|
f129509802
|
Looks like reording the deletes allows us to remove workflow specs a little easier. Tested this with libraries, and seems to work ok.
|
2021-12-20 14:36:45 -05:00 |
|
alicia pritchett
|
0e28d2c5f5
|
Fix a test
|
2021-12-10 12:16:39 -05:00 |
|
Dan Funk
|
0cfa59bfea
|
Merge pull request #429 from sartography/chore/clear-form-data-553
Fixes #553 - Don't load Form data
|
2021-12-08 10:37:44 -05:00 |
|
Dan
|
ffafc1674a
|
assure we don't overwrite task data with a previous form submission if that data already exists.
|
2021-12-07 17:04:20 -05:00 |
|
mike cullerton
|
4ea3682dd6
|
Updated for new ProtocolBuilderCreatorStudy model and schema
Removed unused imports
|
2021-12-06 14:43:07 -05:00 |
|
alicia pritchett
|
22320efad4
|
test for this ticket
|
2021-12-03 12:23:57 -05:00 |
|