Commit graph

5668 commits

Author SHA1 Message Date
Zanz2 7f704c07e3 Created base endpoints for projects and related models 2018-09-13 11:37:07 +02:00
Zanz2 dace81f724 created base projects endpoint 2018-09-13 11:37:07 +02:00
Zanz2 a9c0201fcc
Merge pull request #1277 from Zanz2/zz_export_items_unselectable_sci2629
Fixed disabled export button after new inventory item save [SCI-2629]
2018-09-13 11:35:07 +02:00
Zanz2 5f39404e83 minor indendation fix 2018-09-13 11:25:25 +02:00
Zanz2 26856463ac rebased with core api 2018-09-13 11:24:31 +02:00
Zanz2 68385b36cc removed attributes 2018-09-13 11:20:30 +02:00
Zanz2 23f74a5b9b standardized serializers by removing specified attributes 2018-09-13 11:19:54 +02:00
Zanz2 8a925008f9 fixed hound 2018-09-13 11:18:49 +02:00
Zanz2 bd49ea56c5 Added results endpoint 2018-09-13 11:16:34 +02:00
Zanz2 426bd129cc Added task inputs and outputs functionality 2018-09-13 11:14:22 +02:00
Oleksii Kriuchykhin 9d9a5d07d8 Fix CREATE inventory endpoint [SCI-2693] 2018-09-13 11:08:58 +02:00
Zanz2 2519a010f6 Created new controllers and serializers for nested task related attributes 2018-09-13 11:04:52 +02:00
Zanz2 8d70764fe8 new routes for endpoints 2018-09-13 11:04:52 +02:00
Zanz2 765ee25853
Merge pull request #1292 from Zanz2/zz_experiments_api_task_2666
Created API endpoints for experiments and related data [SCI-2666]
2018-09-13 10:49:49 +02:00
Zanz2 1159ce519c Review changes 2018-09-13 09:25:16 +02:00
Luka Murn 0a2be5072a Update rubocop to 0.59.0, fix the config to be compliant 2018-09-12 17:17:55 +02:00
Luka Murn 3b3d682ab2
Merge pull request #1294 from czbiohub/mc-SCI-2699
add unit tests for Create inventory_column endpoint [SCI-2699]
2018-09-12 15:39:18 +02:00
Luka Murn 99c156de94 Fix (hopefully) the TinyMCE files from being cached
Closes SCI-2717.
2018-09-12 15:28:21 +02:00
Luka Murn 8e376a0293 Hound is love, Hound is life. 2018-09-12 13:47:52 +02:00
Luka Murn 0b68a670c2 Fix the inventory_columns_controller#create action
Based on unit tests, fix the create inventory columns endpoint
to work as intended. Also add another unit test case.
2018-09-12 13:44:10 +02:00
Luka Murn 3099725065
Merge pull request #1293 from czbiohub/mc-SCI-2698
close SCI-2698; unit tests for DELETE inventory item [SCI-2698]
2018-09-11 19:05:56 +02:00
Michael 9fab092c31 remove funky symbol 2018-09-11 09:55:38 -07:00
Zanz2 98ef3585a3 removed attributes 2018-09-11 15:41:38 +02:00
Zanz2 a086d181f5 removing attributes 2018-09-11 15:37:42 +02:00
Zanz2 ae3c19ced5 removing attributes 2018-09-11 15:35:03 +02:00
Zanz2 4c2c92445c fixed oversight, added paging to connections 2018-09-11 13:07:28 +02:00
Zanz2 fa54badb9a fixed oversight, added paging to connections 2018-09-11 13:06:41 +02:00
Zanz2 6c51a14292 Fixed oversight, added paging to connections 2018-09-11 13:04:40 +02:00
Zanz2 c5300865d6 fixed hound 2018-09-11 10:49:24 +02:00
Zanz2 c8c0ed6298 standardized serializers by removing specified attributes 2018-09-11 10:47:33 +02:00
Zanz2 34f408b552 refactored serializers, removed attributes 2018-09-11 10:34:05 +02:00
Zanz2 43e6524392 standardized serializers by removing specified attributes 2018-09-11 10:31:16 +02:00
Zanz2 7cb50145a0
Merge pull request #1275 from Zanz2/zz_adding_removing_table_sci2621
Fixed table add and remove crash [SCI-2621]
2018-09-11 09:37:07 +02:00
Zanz2 0efaf827b8
Merge pull request #1285 from Zanz2/zz_refactor_icons_sci_2445_v2
Replaced image icon with paperclip on scinote [SCI-2712]
2018-09-11 09:36:47 +02:00
Zanz2 94a7868d6e Fixed hound 2018-09-11 09:16:59 +02:00
Zanz2 44c3784977 Created base endpoints for projects and related models 2018-09-11 09:13:17 +02:00
Zanz2 83717e8655 created base projects endpoint 2018-09-10 16:20:02 +02:00
Zanz2 0a6ae102cd fixes travis again 2018-09-10 15:53:12 +02:00
Zanz2 c2d62667e4 fixed hound 2018-09-10 15:42:21 +02:00
Zanz2 87d072537b fixed hound 2018-09-10 15:39:50 +02:00
Zanz2 6a4801466d Fixed serializer types 2018-09-10 15:21:45 +02:00
Zanz2 837fbaa35f Added results endpoint 2018-09-10 15:17:27 +02:00
Zanz2 30c4fac2ae Added task inputs and outputs functionality 2018-09-10 14:22:27 +02:00
Michael 4b41cc9566 close mc-SC-2703; unit tests for DELETE inventory endpoints 2018-09-09 14:58:56 -07:00
Michael f9f9bcac9f same changes to update unite tests 2018-09-09 14:03:56 -07:00
Michael 849a147756 failing tests for update, to_i doesn't work with updated changes 2018-09-09 14:02:22 -07:00
Michael beff430b61 unit tests for DELETE inventory [SCI-2704] 2018-09-09 13:37:26 -07:00
Michael e2c10e973d close mc-SC-2701; DELETE inventory column endpoint unit tests 2018-09-09 13:15:54 -07:00
Michael 43a3c1c06b close SCI-2702; unit tests for create inventory 2018-09-09 13:02:42 -07:00
Michael 436876ad76 close SCI-2699; add unit tests for Create inventory_column endpoint 2018-09-09 00:15:56 -07:00