-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* documentation update * refactor before adding new rest client types * refactor before adding new rest client types * re-org * re-org * re-org * re-org * WIP * remove logged error for Linux encryption * DI for configs * DI for configs * Change for DI * Change for DI * DI work * .net core upgrade * wip * WIP * WIP * config DI refactoring - untested * update workflows .net core version * update workflows .net core version * update workflows .net core version * update workflows .net core version * refactor execution WIP * refactor execution * update docker to fit refactoring * update docker to fit refactoring * typo * normalize binary props * pluggable output modules * move DI to AutoFac * re-org * re-org * re-org * re-org * re-org to support transformer modules * re-org * re-org * re-org * re-org * re-org * re-org * compiles but no transform execution yet * transform modules impl * extract common parts of transformation * SCA impl prep * refactor REST client * SCA login functional * SCA WIP * SCA impl WIP * SCA API implemented * omit obsolete unit test * added a few unit tests * WIP - project info record complete * policy violations implemented * SCA detail output * bug fixes * updated config for 2.0 * prerelease doc updates * regression and linter fixes * fix element position error * linter updates
- Loading branch information
Showing
265 changed files
with
5,390 additions
and
2,805 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,4 +14,6 @@ artifacts/ | |
**/*.log4net | ||
|
||
.build_tools/ | ||
**/TestResults | ||
**/TestResults | ||
|
||
**/DELETE* |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
using CxAnalytix.Executive; | ||
using System; | ||
|
||
|
||
namespace CxAnalytixCLI | ||
{ | ||
class Program | ||
{ | ||
static void Main(string[] args) | ||
{ | ||
ExecuteOnce.Execute(); | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.