Commit 13b2844
committed
Refactor task management and validation system
- Replaced TodoProvider with TaskProvider in task-provider.factory.ts.
- Introduced TaskManager class for managing TODO tasks and changelog operations.
- Updated IssuesProvider and ProjectsProvider to use formatJson for request bodies.
- Removed unused interfaces and types related to command execution and validation.
- Enhanced ITaskValidator and ITaskFixer interfaces to use ITask type.
- Updated validation functions to return IValidationResult instead of custom objects.
- Cleaned up logger implementation and adjusted logging levels for CLI usage.
- Removed obsolete error classes and command options related to auditing.
- Simplified the structure of the aliases.json file and removed unused CI script.1 parent 7ac468e commit 13b2844
File tree
81 files changed
+285
-982
lines changed- scripts
- src
- commands
- audit
- rendering
- task-management
- execution
- postprocessing
- preprocessing
- presentation
- validation
- validation
- constants
- core
- fixers
- helpers
- parsers
- processing
- rendering
- services
- storage
- system
- errors
- services
- types
- audit
- commands
- core
- rendering
- repository
- tasks
- validation
- validators
- standards/catalogs
- tools/ci-scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
81 files changed
+285
-982
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments