Commit 56bf79d
Release/v11.0.2 (#1481)
* fix(alert): remove debug logs from ngOnInit method in alert entity display
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent): add TLS connection option and update command generation for syslog integrations
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update frontend/src/app/app-management/api-keys/shared/components/api-key-modal/api-key-modal.component.ts
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): enhance clipboard functionality with fallback support and feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* fix[frontend](web_console): sanitized password parameter to admit all utf8 characters even url structure ones
* feat[backend](api-keys): added api keys dto, controllers and entities
* feat[backend](api_keys): added api keys
* feat(api_keys): create api_keys table with user_id and add foreign key constraint
* feat(api_keys): implement API key management with CRUD operations and validation
* refactor(api_keys): simplify API key management by removing user ID dependency in service methods
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat[frontend](api_key): added api key list/creation components
* refactor(api_keys): remove unused ApplicationEventService from ApiKeyFilter
* refactor(api_keys): update API key table schema and change ID type to BIGINT
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat(api_keys): enhance API key management with new fields and logging improvements
* feat(api_keys): enhance IP address management with validation and error handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(api_keys): change API key identifier type from UUID to Long for consistency
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): improve API key listing with pagination, loading states, and expiration indicators
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update frontend/src/app/app-management/api-keys/shared/components/api-key-modal/api-key-modal.component.ts
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): enhance clipboard functionality with fallback support and feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* refactor(agent): remove unused TLS certificate validation and related functions;
* Update frontend/src/app/core/auth/account.service.ts
Co-authored-by: Copilot <[email protected]>
* feat(agent): validate TLS certificates before enabling TLS for integrations
* feat(agent): add TLS support for syslog command generation and update argument handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent): add TLS support for syslog command generation and update argument handling
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(agent): remove unused TLS certificate validation and related functions;
* fix[frontend](web_console): sanitized password parameter to admit all utf8 characters even url structure ones
* Update frontend/src/app/core/auth/account.service.ts
Co-authored-by: Copilot <[email protected]>
* fix[frontend](app_settings): added GMT+12 and daylight saving options on date settings
* feat(agent): validate TLS certificates before enabling TLS for integrations
* fix[frontend](web_console): sanitized password parameter to admit all utf8 characters even url structure ones
* feat[backend](api-keys): added api keys dto, controllers and entities
* feat[backend](api_keys): added api keys
* feat(api_keys): create api_keys table with user_id and add foreign key constraint
* feat(api_keys): implement API key management with CRUD operations and validation
* refactor(api_keys): simplify API key management by removing user ID dependency in service methods
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat[frontend](api_key): added api key list/creation components
* refactor(api_keys): remove unused ApplicationEventService from ApiKeyFilter
* refactor(api_keys): update API key table schema and change ID type to BIGINT
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat(api_keys): enhance API key management with new fields and logging improvements
* feat(api_keys): enhance IP address management with validation and error handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <[email protected]>
* refactor(api_keys): change API key identifier type from UUID to Long for consistency
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): improve API key listing with pagination, loading states, and expiration indicators
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update frontend/src/app/app-management/api-keys/shared/components/api-key-modal/api-key-modal.component.ts
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): enhance clipboard functionality with fallback support and feedback
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat(api_key): enhance ApiKeyFilter with improved logging and validation checks
* feat[backend](api-keys): added api keys dto, controllers and entities
* feat[backend](api_keys): added api keys
* feat(api_keys): create api_keys table with user_id and add foreign key constraint
* feat(api_keys): implement API key management with CRUD operations and validation
* feat[frontend](api_key): added api key list/creation components
* refactor(api_keys): remove unused ApplicationEventService from ApiKeyFilter
* refactor(api_keys): update API key table schema and change ID type to BIGINT
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <[email protected]>
* feat(api_keys): implement API key filtering and usage logging for enhanced security
* feat(api_keys): enhance API key management with new fields and logging improvements
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* feat(api_keys): simplify API key listing endpoint and enhance expiration handling
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <[email protected]>
* feat: improve asset source sorting and display in assets view
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance loading state handling in chart and view components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance alert rule modal presentation and improve alert completion messaging
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance asset detail interaction and add trackBy function for performance
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add isEcho input to data field render for conditional rendering of alert status and action components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary field rendering to alert view detail component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add adversary field rendering to alert view detail component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: rename UtmLogstashFilterResource to UtmFilterResource and update API endpoints
* feat: enhance logstash filters component with loading state and quick create functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent): update TLS command generation for syslog integrations to use concatenation
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update database schema and properties for v11 release
* feat: update database schema and properties for v11 release
* feat: refactor constants for log event data and update Elasticsearch query
* feat: refactor event handling to use Event type and update related components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance agent console UI and improve password input handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: refactor layout and styling for active directory components
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance add rule component with after events section and modal styling
Signed-off-by: Manuel Abascal <[email protected]>
* feat: improve layout and styling for active directory event component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add changelogs to hide compliance menu items and update filters visualization
* feat: filter compliance standards by ID in the HTTP response
Signed-off-by: Manuel Abascal <[email protected]>
* feat: implement search functionality for fields in condition item component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: remove duplicate alert badge fields and clean up HTML structure
Signed-off-by: Manuel Abascal <[email protected]>
* feat: remove loading spinner from visualization preview tooltip
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update aggregation field mappings in filters visualization
* feat: comment out documentation alert in logstash filter create component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add changelog to disable correlation rules with regex
* feat: update placement attribute to support multiple positions in alert action select component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: condition builder visibility based on fields availability
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add system owner field to alert response rules and update related logic
* feat: add systemOwner filter to playbooks component
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add system owner field to alert response rules and update related logic
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add system owner field to alert response rules and update related logic
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update agent handling strategy description for clarity and context
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update agent handling strategy description for clarity and context
Signed-off-by: Manuel Abascal <[email protected]>
* fix: change PostgreSQL logger level from WARN to ERROR
* feat: update log handling and display logic for improved clarity and consistency
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update log filter selection to improve user experience
Signed-off-by: Manuel Abascal <[email protected]>
* fix: handle potential null value in audits length check
Signed-off-by: Manuel Abascal <[email protected]>
* fix: update filterBySelect method to accept a generic field type
Signed-off-by: Manuel Abascal <[email protected]>
* feat: update workflows and send to new cm in gcp
* feat: include script to compile installer
* fix: resolve workflow errors and improve cross-platform compatibility
* fix problem with agent SIGN KEY
* feat: implement service to automatically assign asset groups to alerts
* feat: add asset group fields to alert constants and configuration
Signed-off-by: Manuel Abascal <[email protected]>
* feat(agent/syslog): add RFC 5424 octet counting framing support and improve message handling
* fix: always update pending versions
* improve v11 changelog
* feat: enhance playbook UI and loading behavior, add new alert fields
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add CrowdStrike plugin core implementation
* feat: add gRPC configuration management for CrowdStrike
* refactor: update version info handling and clean up community module display
Signed-off-by: Manuel Abascal <[email protected]>
* refactor: remove deprecated standalone plugin architecture
* feat: enhance timezone handling by dynamically generating timezone list
Signed-off-by: Manuel Abascal <[email protected]>
* feat: enhance timezone handling by dynamically generating timezone list
Signed-off-by: Manuel Abascal <[email protected]>
* fix[bitdefender-plugin]: make StartServer blocking and remove retry loop
* update macos guide
* fix: adjust TFA expiration time to use configurable constant
* feat: conditionally render module card based on module name
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add application version info retrieval functionality
* feat: add application version info retrieval functionality
Signed-off-by: Manuel Abascal <[email protected]>
* feat: add application version info retrieval functionality
* fix: remove conditional rendering for AS_400 module and filter out in module retrieval
Signed-off-by: Manuel Abascal <[email protected]>
* feat(o365-plugin): add multi-cloud environment support for Microsoft Cloud (Commercial, GCC, GCC High, DoD)
* feat: add exception handling for MethodArgumentNotValidException and update UtmModuleConfigValidator logic
* fix(o365-plugin): Remove invalid field check and add multi-cloud support
- Implement cloud-aware connection checking per authority
- Use correct endpoints and scopes for each cloud environment
* feat(o365-plugin): add Office 365 cloud environment configuration options
* Update backend/src/main/resources/config/liquibase/changelog/20251125001_add_environment_o365_integration.xml
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/domain/application_modules/factory/impl/ModuleO365.java
Co-authored-by: Copilot <[email protected]>
* Update backend/src/main/java/com/park/utmstack/domain/application_modules/UtmModuleGroupConfiguration.java
Co-authored-by: Copilot <[email protected]>
* fix: update file permissions from 777 to 755 for security improvements
* feat(azure plugin): enhance Azure cloud detection and connection validation
* feat(o365_validation-modules-config): add Management API validation and multi-cloud endpoint support
* feat(header): integrate version info display and update logic
Signed-off-by: Manuel Abascal <[email protected]>
* refactor: rename UtmStackConnectionService to ModuleConfigurationValidationService and enhance validation logic
* feat(exception-handling): add ApiException class and global exception handler
* feat(int-generic-group-config): improve searchable option based on config options length
Signed-off-by: Manuel Abascal <[email protected]>
* feat(int-generic-group-config): improve searchable option based on config options length
Signed-off-by: Manuel Abascal <[email protected]>
* fix(modules-config): disable CROWDSTRIKE module not implemented in backend.
* refactor(plugins): standardize logging with catcher
* style(dashboard): adjust padding and layout for improved UI consistency
Signed-off-by: Manuel Abascal <[email protected]>
* fix: optimize cloud detection logic in connection string parsing
* feat(elastic-filter-time): enhance time filter functionality and update UI interactions
Signed-off-by: Manuel Abascal <[email protected]>
* feat(azure): extract individual records from Azure Event Hub logs
Parse Azure logs with 'records' array structure and send each record
as a separate log entry for better indexing and security analysis.
Maintains backward compatibility for logs without records array.
* fix(modules-config): remove gin default logger middleware to eliminate non-standardized HTTP logs while maintaining catcher logging standard and panic protection.
* refactor(azure-filter): deleted 'Expand log.records' data to improve parsing
* refactor(gcp-filter): deleted 'Expand jsonPayload.structuredRdata' data to improve parsing
* update the version of the Azure and GCP filters
* fix(totp): prevent potential error by checking subscription before unsubscribe
Signed-off-by: Manuel Abascal <[email protected]>
* style(totp): comment out unused email resend container for cleaner code
Signed-off-by: Manuel Abascal <[email protected]>
* style(utm-code-view): add word-break class to code element for better text handling
Signed-off-by: Manuel Abascal <[email protected]>
* feat(filters): add Azure and GCP filters with updated field mappings and severity handling
* refactor(ModuleSocAi): remove unused getName method for cleaner code
* fix(deployment-pipeline): update tag pattern for v10 to support semantic versioning
* chore(changelog): update release notes for UTMStack v11.0.3 with fixed issues and performance improvements
* chore(changelog): update release notes for UTMStack v11.0.3 with fixed issues and performance improvements
---------
Signed-off-by: Manuel Abascal <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: AlexSanchez-bit <[email protected]>
Co-authored-by: Yadian Llada Lopez <[email protected]>
Co-authored-by: Yorjander Hernandez Vergara <[email protected]>
Co-authored-by: JocLRojas <[email protected]>
Co-authored-by: Osmany Montero <[email protected]>1 parent b41e4be commit 56bf79d
File tree
63 files changed
+1992
-409
lines changed- .github/workflows
- backend/src/main
- java/com/park/utmstack
- advice
- aop/logging
- config
- domain/application_modules
- factory/impl
- types
- validators
- service
- app_info
- application_modules/connectors
- dto/app_info
- tfa
- util/exceptions
- web/rest/app_info
- resources/config/liquibase
- changelog
- filters
- azure
- google
- frontend/src
- app
- app-module
- conf/int-generic-group-config
- guides
- guide-as400
- guide-macos-agent
- module-integration
- services
- dashboard/dashboard-overview
- logstash/logstash-filters/logstash-filter-create
- environments
- plugins
- aws/config
- azure
- config
- bitdefender
- config
- server
- gcp/config
- modules-config
- config
- validations
- o365
- config
- soc-ai/config
- sophos/config
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+1992
-409
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
196 | 197 | | |
197 | 198 | | |
198 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
63 | 74 | | |
64 | 75 | | |
65 | 76 | | |
| |||
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 3 | + | |
7 | 4 | | |
| 5 | + | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
165 | 168 | | |
166 | 169 | | |
167 | 170 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
75 | 91 | | |
76 | 92 | | |
77 | 93 | | |
| |||
Lines changed: 45 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| 27 | + | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
| |||
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
105 | | - | |
106 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
107 | 150 | | |
108 | 151 | | |
109 | 152 | | |
| |||
Lines changed: 21 additions & 59 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
6 | 11 | | |
| 12 | + | |
7 | 13 | | |
8 | 14 | | |
9 | 15 | | |
10 | | - | |
| 16 | + | |
11 | 17 | | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
15 | 21 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | 22 | | |
73 | 23 | | |
74 | 24 | | |
| |||
77 | 27 | | |
78 | 28 | | |
79 | 29 | | |
| 30 | + | |
80 | 31 | | |
81 | 32 | | |
82 | 33 | | |
83 | | - | |
84 | | - | |
| 34 | + | |
85 | 35 | | |
86 | 36 | | |
87 | 37 | | |
| |||
119 | 69 | | |
120 | 70 | | |
121 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
122 | 82 | | |
123 | 83 | | |
124 | 84 | | |
| |||
128 | 88 | | |
129 | 89 | | |
130 | 90 | | |
| 91 | + | |
| 92 | + | |
131 | 93 | | |
132 | 94 | | |
133 | 95 | | |
| |||
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | | - | |
| 23 | + | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
36 | 41 | | |
37 | | - | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | 48 | | |
44 | | - | |
| 49 | + | |
45 | 50 | | |
46 | 51 | | |
47 | 52 | | |
| |||
0 commit comments