284 Commits

Author SHA1 Message Date
brmnjsh
6fbafcc1ec refining impl 2023-09-18 14:01:50 +00:00
brmnjsh
fff85981b1 fix up string manipulation 2023-09-15 19:40:35 +00:00
brmnjsh
ae4ed690f7 abstract compensator string manipulation 2023-09-15 19:37:47 +00:00
brmnjsh
64a1011604 better abstraction and error handling/logging 2023-09-15 19:34:31 +00:00
brmnjsh
00ba6f4fc3 Merge branch 'develop' into feature/QUANT-2993 2023-09-15 18:46:12 +00:00
brmnjsh
181875c2b5 bump version 2023-09-15 18:38:58 +00:00
brmnjsh
e218ce4053
Merge pull request #35 from yardstick/feature/QUANT-2992 2023-09-15 14:37:23 -04:00
brmnjsh
504d58dca0 upload estimation to s3 2023-09-15 16:51:54 +00:00
brmnjsh
7a14856775 get ability estimation from source 2023-09-15 14:29:55 +00:00
brmnjsh
f22d1c4cdb Merge branch 'feature/QUANT-2992' into feature/QUANT-2993 2023-09-11 13:23:24 +00:00
brmnjsh
4788012ce6 make more pythonic 2023-09-11 13:23:04 +00:00
brmnjsh
49918eb28e Merge branch 'feature/QUANT-2992' into feature/QUANT-2993 2023-09-08 15:52:59 +00:00
brmnjsh
2ae15f9237 enumerate 2023-09-08 15:51:42 +00:00
brmnjsh
079e5b099a add georgia tech package 2023-09-08 11:18:56 +00:00
brmnjsh
91e1640697
Update app/main.py
Co-authored-by: Owen <84334068+owenhtr@users.noreply.github.com>
2023-09-08 12:51:37 +02:00
brmnjsh
dfeb65c900 make more functional v2 2023-09-06 15:37:42 +00:00
brmnjsh
55a0f7c254 make tagging more general 2023-09-05 18:25:51 +00:00
brmnjsh
7e68606cc1 added methodology for delegating to service, fixed some formatting, cleaned up dangling imports 2023-09-04 19:50:29 +00:00
brmnjsh
8f182ef170 type 2023-09-03 21:56:32 +00:00
brmnjsh
4ceeadbbb8 minor formatting fixes, add ability estimation service class 2023-09-03 21:55:48 +00:00
brmnjsh
fc42f0c5c1 python < 3.10 need to use Union for multiple return types 2023-09-03 21:47:13 +00:00
brmnjsh
0e05045817 add return types 2023-09-03 21:40:35 +00:00
brmnjsh
d90f51faca add more typing, add tag to file upload, and rename form generation service 2023-09-03 21:38:46 +00:00
brmnjsh
386ab25515 refactor to use s3 client instead of s3 resource, add tag gathering 2023-09-03 20:28:54 +00:00
brmnjsh
7e57211564 updating to new pydantic requirements for values 2023-09-03 14:59:53 +00:00
Joshua Burman
7ece9acf8c Merge tag '1.3.1' into develop
1.3.1
* added bundle first ordering
2022-05-11 15:14:36 -04:00
Joshua Burman
83a27014b6 Merge branch 'release/1.3.1' 2022-05-11 15:14:13 -04:00
Joshua Burman
2576e69783 increment version 2022-05-11 15:12:45 -04:00
Joshua Burman
f92f487002 quick fix to call method...hah python 2022-05-11 15:11:37 -04:00
brmnjsh
8ee3ae3d2b
Merge pull request #33 from yardstick/feature/QUANT-1656-bundle-first-ordering
QUANT-1656: bundle first ordering
2022-05-10 11:32:35 -04:00
Josh Burman
50e00c5e3b Merge branch 'feature/QUANT-1667-bundle-first-ordering' into feature/QUANT-1656-bundle-first-ordering 2022-05-05 14:48:53 +00:00
Josh Burman
029e886317 Merge tag '1.3' into develop
1.3

* added test, spec, mock libraries
2022-05-03 15:29:38 +00:00
Josh Burman
c23758bd0b Merge branch 'release/1.3' 2022-05-03 15:28:10 +00:00
Josh Burman
a44a2162b0 make sorted lambda variable more descriptive 2022-04-27 18:38:50 +00:00
Josh Burman
35a5ab061b final items need to be returned 2022-04-27 16:03:14 +00:00
Josh Burman
a3ca233953 enforce bundle first ordering if bundles ordering is true 2022-04-27 15:54:59 +00:00
Josh Burman
86d6d2fcec Merge branch 'develop' into feature/QUANT-1667-bundle-first-ordering 2022-04-27 15:46:44 +00:00
Josh Burman
a919530cab proper typing and bundle first ordering 2022-04-27 15:46:23 +00:00
brmnjsh
b83783d907
Merge pull request #31 from yardstick/feature/QUANT-1556-test-library-implementation
QUANT-1556: Test library implementation
2022-04-27 11:42:35 -04:00
Josh Burman
67a6303c45 add stub and mock 2022-04-26 16:51:29 +00:00
Josh Burman
3af90e317e adds test coverage 2022-04-25 18:31:06 +00:00
Josh Burman
9054c92103 remove nose2 2022-04-25 18:27:06 +00:00
Joshua Burman
e6e8f49816 formatting and print removal 2022-04-19 14:49:31 -04:00
Josh Burman
0380401b2b return value added 2022-04-19 18:41:31 +00:00
Josh Burman
e3d9b2e36e added yosh loop to test case 2022-04-19 18:37:51 +00:00
Joshua Burman
2a3f6c7fc6 added nose2 for perspective 2022-04-17 23:53:31 -04:00
Joshua Burman
e3f6c97503 added pass and fail tests 2022-04-17 23:33:22 -04:00
Joshua Burman
41856322f8 test framework and example test added 2022-04-14 23:54:10 -04:00
Joshua Burman
4c4a447afe add pytest 2022-04-14 17:12:48 -04:00
brmnjsh
d818da4494
Merge pull request #30 from yardstick/release/1.2.0
1.2.0
2022-03-29 11:48:53 -04:00