Commit a60d2f4
Release/v11 (#1426)
* feat(action): add UTMStack Collector build step and update Dockerfile
* feat(utmstack-collector): implement DownloadVersion function for dependency management
* Update frontend/src/app/data-management/alert-management/alert-view/alert-view.component.html
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update frontend/src/app/data-management/alert-management/alert-view/alert-view.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update frontend/src/app/data-management/alert-management/shared/components/data-field-render/data-field-render.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* feat(utmstack): update installation and uninstallation commands for UTMStack Collector
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* Update frontend/src/app/app-module/guides/guide-utmstack/guide-utmstack.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix[frontend](alert_management): marked as false positive on create false positive tag rule
* Update frontend/src/app/data-management/alert-management/shared/components/alert-rule-create/alert-rule-create.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update frontend/src/app/data-management/alert-management/shared/components/alert-actions/alert-apply-tags/alert-tags-apply.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update frontend/src/app/data-management/alert-management/shared/components/alert-actions/alert-apply-tags/alert-tags-apply.component.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* refactor(action-sidebar): improve layout and optimize scroll handling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* refactor(action-sidebar): improve layout and optimize scroll handling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* fix(collector-ops): update deleteCollector method to use module enum value
* fix(logstash): update logstash filter resource URL to use UTM filters
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* refactor(guide-utmstack): simplify ngOnInit and enhance token retrieval logic
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(alert): add new fields for Host and User in alert display
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(alert): add countAllAlertsByStatus method for improved alert counting
* feat(alert): introduce ALERT_ECHOES_FIELDS and enhance dynamic table with initialExpandedId
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* fix(alert): adjust layout for alert host detail and improve conditional rendering
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* fix[frontend](app_settings): added GMT+12 and daylight saving options on date settings
* 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(config): introduce constants for configuration data types and refactor validation logic
* refactor(UtmDataInputStatus, UtmNetworkScan): remove unused relationships and update queries to use source field
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(config): introduce constants for configuration data types and refactor validation logic
* refactor(UtmDataInputStatus, UtmNetworkScan): remove unused relationships and update queries to use source field
* 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 <mjabascal10@gmail.com>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* fix(agent): ensure proper closure of TCP and UDP listeners on disable
* 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 <mjabascal10@gmail.com>
* fix(login): prevent error when checking for blocked user JWT authorization
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* refactor(events): remove unused meter initialization in Analyze and startQueue functions
* fix(alert): remove debug logs from ngOnInit method in alert entity display
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(agent): add TLS connection option and update command generation for syslog integrations
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <175728472+Copilot@users.noreply.github.com>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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 <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* 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 <175728472+Copilot@users.noreply.github.com>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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 <mjabascal10@gmail.com>
* 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 <175728472+Copilot@users.noreply.github.com>
* 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 <mjabascal10@gmail.com>
* feat(agent): add TLS support for syslog command generation and update argument handling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <175728472+Copilot@users.noreply.github.com>
* 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 <mjabascal10@gmail.com>
* feat(api_keys): enhance API key management UI
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat(api_keys): add API key generation and expiration handling with user feedback
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat(api_keys): update API key modal for editing and improved deletion confirmation
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* 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 <175728472+Copilot@users.noreply.github.com>
* Update backend/src/main/java/com/park/utmstack/security/api_key/ApiKeyFilter.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* 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 <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* 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 <175728472+Copilot@users.noreply.github.com>
* feat: improve asset source sorting and display in assets view
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: enhance loading state handling in chart and view components
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: enhance alert rule modal presentation and improve alert completion messaging
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: enhance asset detail interaction and add trackBy function for performance
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: add isEcho input to data field render for conditional rendering of alert status and action components
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: add adversary field rendering to alert view detail component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: add adversary field rendering to alert view detail component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat(agent): update TLS command generation for syslog integrations to use concatenation
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat: enhance agent console UI and improve password input handling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: refactor layout and styling for active directory components
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: enhance add rule component with after events section and modal styling
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: improve layout and styling for active directory event component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat: implement search functionality for fields in condition item component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: remove duplicate alert badge fields and clean up HTML structure
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: remove loading spinner from visualization preview tooltip
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: update aggregation field mappings in filters visualization
* feat: comment out documentation alert in logstash filter create component
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat: condition builder visibility based on fields availability
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: enhance playbook component with improved layout and functionality
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat: update agent handling strategy description for clarity and context
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: update agent handling strategy description for clarity and context
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* feat: update log filter selection to improve user experience
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* fix: handle potential null value in audits length check
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* fix: update filterBySelect method to accept a generic field type
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* 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 <mjabascal10@gmail.com>
* refactor: remove deprecated standalone plugin architecture
* feat: enhance timezone handling by dynamically generating timezone list
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* feat: enhance timezone handling by dynamically generating timezone list
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
* update changelog
---------
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Yadian Llada Lopez <yadian.llada@gmail.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: AlexSanchez-bit <sanchez.saez.alex01@gmail.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Yorjander Hernandez Vergara <yorjaKbayero@gmail.com>1 parent 4cc9e37 commit a60d2f4
File tree
16 files changed
+345
-186
lines changed- frontend/src/app
- incident-response
- playbooks
- plugins/modules-config
- config
- validations
16 files changed
+345
-186
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
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 | | - | |
| 1 | + | |
44 | 2 | | |
| 3 | + | |
| 4 | + | |
Lines changed: 5 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
Lines changed: 11 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | | - | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
132 | 134 | | |
133 | 135 | | |
134 | 136 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 14 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
| 23 | + | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
32 | | - | |
33 | 27 | | |
34 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
35 | 31 | | |
36 | 32 | | |
37 | 33 | | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
| 48 | + | |
46 | 49 | | |
Lines changed: 30 additions & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
491 | 521 | | |
492 | 522 | | |
493 | 523 | | |
| |||
583 | 613 | | |
584 | 614 | | |
585 | 615 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | | - | |
609 | | - | |
610 | | - | |
611 | | - | |
612 | | - | |
613 | | - | |
614 | | - | |
615 | | - | |
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| |||
Lines changed: 17 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
10 | 24 | | |
11 | 25 | | |
12 | 26 | | |
| |||
38 | 52 | | |
39 | 53 | | |
40 | 54 | | |
41 | | - | |
| 55 | + | |
| 56 | + | |
42 | 57 | | |
43 | 58 | | |
44 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
131 | 133 | | |
132 | 134 | | |
133 | 135 | | |
| |||
165 | 167 | | |
166 | 168 | | |
167 | 169 | | |
| 170 | + | |
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
| |||
0 commit comments