Commit Graph

67 Commits (82cbfb37411d27c515ea5d1a6904d465ce7cf6cf)

Author SHA1 Message Date
Robert Dailey 82cbfb3741 refactor: Separate JSON loading from CFs
1 year ago
Robert Dailey 016bcb6624 refactor: Centralize JSON serializer settings
1 year ago
Robert Dailey 8f267483a2 feat: Add list command for template includes
1 year ago
Robert Dailey 5bb2bfa8a0 feat: YAML includes
1 year ago
Robert Dailey 175aa6733b refactor: Reorganize config list command code
1 year ago
Robert Dailey ef8ae7dd48 refactor: Centralize repo updating
1 year ago
Robert Dailey b5c49d81c5 test: Suppress NSubstitute NS5000
1 year ago
Robert Dailey 38755aa81a refactor: Remove System.IO.Abstractions.Extension namespace usage
1 year ago
Robert Dailey 740f775aeb build: Remove SonarAnalyzer.CSharp package
1 year ago
Robert Dailey bede64eadd refactor: Rework ConfigCreation unit tests
1 year ago
Robert Dailey 3a50b9fa61 fix: Add validation for duplicate instances
1 year ago
Robert Dailey 6706a87972 test: Relocate & rename config extensions test
1 year ago
Robert Dailey 3255dc68eb test: Fix broken unit test after scoreless CF changes
1 year ago
Robert Dailey b409dd7c2d build: Globally use package SonarAnalyzer.CSharp
1 year ago
Robert Dailey 0b82c3bea3 fix: Better processing for HTTP 500 service responses
1 year ago
Robert Dailey 372fd804fe refactor: Replace TestCorrelator with Observable sink
1 year ago
Robert Dailey 4d7a5f49c3 fix: NRE when `reset_unmatched_scores` not present
1 year ago
Robert Dailey 3f5960c414 feat: Add score sets and raw output to list custom-formats
1 year ago
Robert Dailey 4f52201ede feat: Support for "score sets" in quality profiles
1 year ago
Robert Dailey f9ba985d1f fix: Grab scores from the `trash_scores` object in CF json data
1 year ago
Robert Dailey 4935377a4b refactor: Remove GetOrDefault method
1 year ago
Robert Dailey 8b350b5bce feat: Add exclusions support to 'reset_unmatched_scores'
1 year ago
Robert Dailey c033dd8a13 refactor: Change structure of processed QP object
1 year ago
Robert Dailey f6465316d2 feat: New delete custom-formats command
1 year ago
Robert Dailey a84c8a0efc refactor: Improve service connection error message
1 year ago
Robert Dailey c9d015f492 test: Fix newline insertion in MockYaml method
1 year ago
Robert Dailey 0f88f2a306 fix: Detect & fail on split instance config files
1 year ago
Robert Dailey b79a71a1cf test: Fix broken tests due to mistakenly removed whitespace
1 year ago
Robert Dailey c190d5e6d6 refactor: Use raw string literals for multi-line strings
1 year ago
Robert Dailey d6fc96f247 fix: Allow quality group names to duplicate quality names.
1 year ago
Robert Dailey def934ebeb refactor: Upgrade FileSystem to remove hack
1 year ago
Robert Dailey 8596168757 feat: Add Allowed flag for QP upgrades
1 year ago
Robert Dailey 0652cfd800 fix: More robust handling of missing qualities list
1 year ago
Robert Dailey ade5ee72b2 fix: Cutoff set properly when disabling upgrades
1 year ago
Robert Dailey ce338e24f3 feat: Quality profile sync
1 year ago
Robert Dailey abcf4f7d8f feat: api_key and base_url are now optional
1 year ago
Robert Dailey 7c5da06e57 refactor: Remove instance name from cache storage path
1 year ago
Robert Dailey 241eb261e9 test: Verify CF in cache but not in service
1 year ago
Robert Dailey 58927728f8 fix: Clone/update config repo in config create command
1 year ago
Robert Dailey 010c788e14 feat: Add migration step to delete old repo directory
1 year ago
Robert Dailey 406e0590a4 fix: Refactor and re-introduce capability enforcement
1 year ago
Robert Dailey 0eb084b146 style: Code cleanup
1 year ago
Robert Dailey f05ff6e04b fix: Service cache now remembers CFs no longer in config
1 year ago
Robert Dailey f06a2c829a refactor: Move Cache code files to Cli project
1 year ago
Robert Dailey 2a28130599 fix: Do not unconditionally show deleted custom formats
1 year ago
Robert Dailey d799da385e fix: Regression caused reset_unmatched_scores: false to not be respected
1 year ago
Robert Dailey fd8a2f570b test: Add AutoFixture to global usings in Cli test project
1 year ago
Robert Dailey ee377e55fa feat: Create configs from templates
1 year ago
Robert Dailey ca941ac31d refactor: Rename ConfigListCategory enum
1 year ago
Robert Dailey d5c4a5d8ec test: Remove unused FileSystem extension methods
1 year ago