Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
6560a6c
feat: begin work on validator
curtisf Dec 4, 2021
ad8a8b8
feat: restart branch with upstream changes
curtisf Dec 4, 2021
d5e0c63
Merge branch 'vcu-validators' of https://github.com/emperorcow/laforg…
curtisf Dec 29, 2021
ca6f0b1
add some more validations
curtisf Dec 29, 2021
0f64606
feat: almost all unix agent validations written
curtisf Jan 19, 2022
bbb39bf
feat: some windows validations + able to "go run"
curtisf Jan 19, 2022
8e451a5
feat: goroutine for udptest
curtisf Jan 25, 2022
2944a37
feat: allow optional payload udp test
curtisf Jan 26, 2022
562aaf8
feat: try to make two laforges work in one
curtisf Jan 26, 2022
5382c1a
feat: revert gomod change
curtisf Jan 26, 2022
628b5ec
feat: begin registry fetch validation
curtisf Jan 26, 2022
911dc76
Added validations.go manually
grietzercs Feb 2, 2022
d9f27de
Replaced parser.go via file upload
grietzercs Feb 2, 2022
c4d057d
Merge branch 'vcu-validators' of https://github.com/emperorcow/laforg…
curtisf Feb 2, 2022
00fe7b1
feat: create validation package, provisionstep build hook
curtisf Feb 2, 2022
50c3fee
fix: agent_unix ping
curtisf Feb 3, 2022
2cea681
adding functions
perezfg Feb 3, 2022
ded6d19
generated validation ent schema
grietzercs Feb 7, 2022
c1fbcc4
generated validation ent schema
grietzercs Feb 7, 2022
0d9204d
Merge branch 'vcu-validators' of https://github.com/emperorcow/laforg…
perezfg Feb 9, 2022
ca83ae2
feat: first attempt at serverside agent validation
curtisf Feb 9, 2022
0e11065
HostProcessRunning
dileonk Feb 10, 2022
ed7f294
some changes for the checking if port is open
perezfg Feb 14, 2022
98f4fd4
Finish user-group-membership
perezfg Feb 14, 2022
db2df2d
Get content of webpage and hash
perezfg Feb 14, 2022
4728715
feat: create agent tasks for validations
curtisf Feb 15, 2022
8aecb8b
Merge branch 'vcu-validators' of https://github.com/emperorcow/laforg…
curtisf Feb 15, 2022
a97e281
added validation function to parser
grietzercs Feb 15, 2022
2ae6c1e
feat: hostportopen, hostfirewallport, yum installed validations
curtisf Feb 21, 2022
4b4ff3d
feat: remove some print lines
curtisf Apr 13, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion ent/agenttask.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 11 additions & 1 deletion ent/agenttask/agenttask.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 28 additions & 0 deletions ent/agenttask/where.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions ent/agenttask_create.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 66 additions & 1 deletion ent/agenttask_query.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading