Commit Graph

935 Commits

Author SHA1 Message Date
Scott Pfeil
71b2146862 Minor cleanup 2022-07-22 10:20:46 -04:00
Scott Pfeil
f123be046c Modernization migrations and json passing 2022-07-21 12:39:43 -04:00
Scott Pfeil
90adc247d1 modernization 2022-07-19 14:36:57 -04:00
Scott Pfeil
606fd93fc3 Action modernization 2022-07-18 18:54:11 -04:00
Bruce, Matt R
9bb56d09db Merge branch 'feature/remove_legacy_deprecations' into 'develop'
Deprecated function removal.

See merge request BPHV_MIPS/mvm_core!220
2022-07-18 22:00:31 +00:00
Scott Pfeil
27c5be0415 Deprecated function removal. 2022-07-18 17:45:28 -04:00
Pfeil, Scott Robert
8bfea9b093 Merge branch 'feature/session_timer_keepalive_fix' into 'develop'
Update session keep alive to account for all new session tokens outside of BAU server session.

See merge request BPHV_MIPS/mvm_core!216
2022-07-14 17:40:11 +00:00
Pfeil, Scott Robert
9ffb6f044d Merge branch 'feature/cookies_for_url' into 'develop'
reduce cookie noise

See merge request BPHV_MIPS/mvm_core!218
2022-07-14 16:57:45 +00:00
Kyle Matthew Hedden
ded68fe51f reduce cookie noise 2022-07-13 23:31:43 -04:00
Scott Pfeil
80a257c066 merge develop 2022-07-11 14:37:04 -04:00
Pfeil, Scott Robert
a7d6fff40e Merge branch 'bugfix/build_scripts' into 'develop'
merge

See merge request BPHV_MIPS/mvm_core!215
2022-07-06 15:07:45 +00:00
Kyle Matthew Hedden
a5f5ed3cd1 Update session keep alive to account for all new session tokens outside of BAU server session. 2022-07-05 18:03:13 -04:00
Scott Pfeil
aaa2bb664e typo fix 2022-07-05 14:22:51 -04:00
Scott Pfeil
0a9aca1a98 typo fix 2022-07-05 14:12:53 -04:00
Scott Pfeil
83a814ddb1 typo fix 2022-07-05 14:05:32 -04:00
Scott Pfeil
07bb18fe75 Add dSYM 2022-07-05 14:02:13 -04:00
Scott Pfeil
e9b8ccec18 try again 2022-07-01 17:53:36 -04:00
Scott Pfeil
22f2b18057 version fix for upload 2022-07-01 17:43:10 -04:00
Scott Pfeil
8fb9f7e605 adding back upload 2022-07-01 17:24:43 -04:00
Scott Pfeil
1b4a673802 remove stuffs 2022-07-01 17:21:21 -04:00
Scott Pfeil
dfaa2b0364 testing 2022-07-01 17:15:34 -04:00
Scott Pfeil
5979945304 testing 2022-07-01 17:08:24 -04:00
Scott Pfeil
1031443180 testing 2022-07-01 17:00:05 -04:00
Scott Pfeil
463756fa75 testing 2022-07-01 16:56:24 -04:00
Scott Pfeil
61a54e831f merge 2022-07-01 16:35:14 -04:00
Scott Pfeil
9d4caedbe5 Modernize actions 2022-07-01 15:26:09 -04:00
Pfeil, Scott Robert
d2a1e316ba Merge branch 'feature/develop_mvp_3' into 'develop'
Feature/develop mvp 3

See merge request BPHV_MIPS/mvm_core!200
2022-06-24 21:01:13 +00:00
Pfeil, Scott Robert
fa6f79f3d0 Merge branch 'feature/JSONValue-Update' into 'develop'
updated JSONValue with Helper methods

See merge request BPHV_MIPS/mvm_core!213
2022-06-24 16:10:41 +00:00
Matt Bruce
acf5aae880 added JSONValue additions
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-24 10:41:39 -05:00
Matt Bruce
05a549c633 added toJSONArray
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-24 10:41:26 -05:00
Pfeil, Scott Robert
88f8ee0859 Merge branch 'feature/ModelInitUpdate' into 'feature/develop_mvp_3'
added public initializers to models

See merge request BPHV_MIPS/mvm_core!212
2022-06-22 00:01:18 +00:00
Matt Bruce
5ca22837bf added default value
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-21 15:39:41 -05:00
Matt Bruce
464df10708 resolved for comments
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-21 15:31:51 -05:00
Matt Bruce
71fb70c6eb added initializer
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-21 14:56:52 -05:00
Pfeil, Scott Robert
c84f9b5388 Merge branch 'release/10_0_0' into 'feature/develop_mvp_3'
added userInfo into the Decoders

See merge request BPHV_MIPS/mvm_core!211
2022-06-20 14:50:56 +00:00
Matt Bruce
f2bde996a8 created init for Model
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-20 09:48:37 -05:00
Matt Bruce
2db6fb923c ordered headers above compilation in BuildPhase for Xcode 13 fix
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-06-20 09:44:14 -05:00
Pfeil, Scott Robert
f69dd7339c Merge branch 'develop' into 'release/10_0_0'
added userInfo into the Decoders

See merge request BPHV_MIPS/mvm_core!210
2022-05-25 15:47:32 +00:00
Pfeil, Scott Robert
506717d682 Merge branch 'feature/Decoders+Context' into 'develop'
added userInfo into the Decoders

See merge request BPHV_MIPS/mvm_core!208
2022-05-24 19:02:25 +00:00
Matt Bruce
071cb16870 ensure context exists for JSONDecoder within extension method
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-05-24 12:07:03 -05:00
Matt Bruce
9e9421f66a added property wrapper for default values
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-05-11 09:17:39 -05:00
Matt Bruce
9bb90b2153 refactored create method
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-05-10 14:49:59 -05:00
Matt Bruce
a7e32f3ca4 removed try
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-05-10 12:16:30 -05:00
Matt Bruce
3f0450547a Merge branch 'develop' into feature/Decoders+Context 2022-05-10 12:07:37 -05:00
Matt Bruce
1718f87f40 updated to user the JSONDecoder.create()
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-05-10 12:06:18 -05:00
Matt Bruce
cb053464b5 added userInfo into the Decoders
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
2022-05-10 12:05:57 -05:00
Pfeil, Scott Robert
129159a9a2 Merge branch 'develop' into 'feature/develop_mvp_3'
Develop

See merge request BPHV_MIPS/mvm_core!207
2022-05-04 15:58:27 +00:00
Pfeil, Scott Robert
ce0d984c0b Merge branch 'develop' into 'feature/develop_mvp_3'
Develop

See merge request BPHV_MIPS/mvm_core!206
2022-04-29 15:41:42 +00:00
Pfeil, Scott Robert
a4770c4c79 Develop 2022-04-29 15:41:40 +00:00
Pfeil, Scott Robert
51580bdbd0 Merge branch 'bugfix/client_parameter_handler' into 'develop'
saftey against handler implementations

See merge request BPHV_MIPS/mvm_core!205
2022-04-28 15:18:15 +00:00