Commit Graph

215 Commits

Author SHA1 Message Date
Cyrus
d80af7bc9e Working through some inheritance issues for Policy. Archiving also is
on the list of things that need to be reworked.
2022-08-04 10:02:34 -04:00
Cyrus
81aeaf85c0 Updated most of Supply Chain Validation impl. Didn't get further with
the persistence configuration.  Updated some of the Reference digest
values.  Will need to dig more into pulling information based on columns
(if criteria)
2022-08-03 21:08:14 -04:00
Cyrus
9221befdf0 Further updates to reference digest controller and the persistence
configuration which now includes updated refactoring for entity manager
2022-08-03 12:17:55 -04:00
Cyrus
56b77ab360 Changing the bulk of entries on the Certificate page controllers from
manager to service.  What is left is Unit Tests and Certificate Selector
which could be more of an issue.
2022-08-02 20:33:22 -04:00
Cyrus
74a3cf9e21 Removed DeviceGroup. Updated the serviceImpl classes with the retry and
flush methods.  Commit latest changes and transitioning to getting the
properites linked.
2022-08-02 14:00:57 -04:00
Cyrus
228a5e56bc Some more updates. 2022-08-02 08:29:49 -04:00
Cyrus
fa7eef6857 Additional classes created, certificate, reference manifest and digest
values.  Created default service for common classes.
2022-08-01 16:28:54 -04:00
Cyrus
b8ca5f9ea9 Previous commit resolved an issue and now I've started implementing
using the jparespository.  Started with Device
2022-08-01 12:47:27 -04:00
Cyrus
8dfd8a7484 Finally have the jpa object import state working 2022-08-01 08:39:21 -04:00
Cyrus
3f1a140946 Fixed up compiling 2022-07-28 13:23:40 -04:00
Cyrus
5ec4d8e415 Reloaded the unit test 2022-07-28 07:41:54 -04:00
Cyrus
53c565717d Trying to fix up code to pull down the correct library for JPARepository 2022-07-28 07:37:43 -04:00
Cyrus
d4b0a87228 Additional refactor 2022-07-25 12:11:53 -04:00
Cyrus
43038310b4 Missed some additional refactors 2022-07-25 12:04:11 -04:00
Cyrus
ea080ccd67 more refactor to get rid of sessionfactory 2022-07-25 11:58:04 -04:00
Cyrus
509907472a Back to addression SessionFactory 2022-07-21 16:18:33 -04:00
Cyrus
ba8c2d80ab Additions 2022-07-21 08:26:03 -04:00
Cyrus
1091d44009 Moved files to portal 2022-07-21 08:20:02 -04:00
Cyrus
f22a603f01 Trying to get the web config running 2022-07-21 07:16:53 -04:00
Cyrus
c177cfdadd This is a test to see if the problem is the location of the files 2022-07-19 07:21:24 -04:00
Cyrus
a9bfbcbad5 More refactoring 2022-07-15 13:45:16 -04:00
Cyrus
a7a555ed5e Additional changes to move data managers to the ACA module 2022-07-12 13:40:46 -04:00
Cyrus
2971459f32 Additional changes. Went to Hibernate 6, encountered issues with the
version of java.  Backed down to 5 but ran into different issues
2022-06-27 06:44:29 -04:00
Cyrus
c426cec978 This push compiles at the command line. However this ACA does not run. 2022-06-10 09:17:30 -04:00
Cyrus
51b9251e3f Continued changes remove and updating return types and parameter types 2022-05-31 10:17:11 -04:00
Cyrus
364347b7bb I removed the tpm2provisionerstate without recognizing it wasn't
directly linked to the DeviceState object class structure.
2022-05-11 14:28:18 -04:00
Cyrus
116ed5b4aa Continued changes to update to Hibernate 5, removed a lot of the
baseline files
2022-05-10 07:04:16 -04:00
Cyrus
dabd88719f Removed a lot of files 2022-05-04 14:19:18 -04:00
Cyrus
545e5b0918 This current push is in the middle of changes for Hibernate 5.x. Before
going to 6, you are recommended to upgrade to 5 first.
2022-04-19 06:50:13 -04:00
Cyrus
d4b6fdd1df Pushing up changes. Majority of the libraries are updated. The main 2,
hibernate/spring are saved for last.  Protobuf won't be updated without
a new OS.
2022-04-15 07:02:44 -04:00
Cyrus
f6bcb0c9ed Due to some testing, in situations were the client doesn't seen certain
files, this causes null pointers
2022-03-24 15:18:34 -04:00
Cyrus
dea58b1f07 The issue was resolved with the code changes. Removing comments 2022-03-21 14:43:52 -04:00
Cyrus
308064089c Checking git hub action error 2022-03-21 14:29:48 -04:00
Cyrus
6f71f48ad2 Removed comments and updated notes for Patching values 2022-03-21 10:11:23 -04:00
Cyrus
2e26823fc1 Did some testing on manual/curl uploading. This produced an error
because device name was being used to pull objects in the validation
quote part of the provision.  This was changed.  The event log is
deleted each time so that only one event log per device is maintained.
2022-03-21 09:51:32 -04:00
Cyrus
d4c35e09ab Updated the code to correctly include the supplemental digestvalues in
the firmware validation.
2022-03-16 09:06:04 -04:00
iadgovuser26
65471c87f1
Merge pull request #447 from nsacyber/issue-442
[#442] Provisioning Status Impl
2022-03-02 08:31:32 -05:00
Cyrus
6a8c0f47c0 Removed unused variables 2022-03-02 06:22:58 -05:00
Cyrus
7738a47b99 Updated the provisioner to respond to failed status instead of blank
certificates.  Updated the proto to use enum instead of bytes
2022-02-28 14:18:48 -05:00
Cyrus
acef2ea5b8 Added the new status for the state of the provision 2022-02-18 10:16:32 -05:00
chubtub
1fced3aa61 Resolve merge conflicts 2022-02-18 09:59:45 -05:00
chubtub
bf989bbee7 Merge branch 'issue-395' of github.com:nsacyber/HIRS into issue-395 2022-02-17 16:55:59 -05:00
Cyrus
470e6eccdf Refactored the Reference Digest code so that the ReferenceDigestValue
table is accessible and upated the contoller for the getOrderedList.
2022-02-17 16:48:08 -05:00
Cyrus
10915bdc3b Prelminary changes to remove ReferenceDigestRecord as a database object. 2022-02-17 13:11:41 -05:00
Cyrus
6abd87a192 Removed debug statements 2022-02-15 13:43:33 -05:00
Cyrus
99ba840a54 Fixed debug statement 2022-02-15 11:25:25 -05:00
Cyrus
0f839ebd08 This is a test commit. Changes will be removed. 2022-02-15 11:17:07 -05:00
Cyrus
e16f009294 Removed if check for the matching file name of the support RIM from the
Base RIMs meta data.  Only keying off hash.
2022-02-15 10:03:25 -05:00
Cyrus
caa2a7c55b Removed the RIM controller tests 2022-02-14 10:26:07 -05:00
Cyrus
fc3f59adce Updated RIM lookup to use manufacturer and model instead of deviceName 2022-02-11 09:09:39 -05:00