Skip to content
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
12e5f3d
Main (#179)
osmontero Dec 27, 2023
337b860
main (#214)
leonardomoralopez89 Jan 4, 2024
7bb1923
Merge branch 'main' into qa
jdieguez89 Jan 5, 2024
8cb566a
Update agent version and fix agent update based on master version (#2…
Kbayero Jan 5, 2024
a1b5b19
Merge branch 'main' into qa
osmontero Jan 5, 2024
8e71da3
Bugfix/frontend/202 unable to remove groups in the datasources view (…
jdieguez89 Jan 5, 2024
68a7d57
Updating qa (#239)
c3s4rfred Jan 8, 2024
d0572fb
Merge branch 'main' into qa
osmontero Jan 11, 2024
87050a8
Merge branch 'main' into qa
osmontero Jan 11, 2024
f077d50
Fixing issues for 10.2 release (#272) (#273)
osmontero Jan 15, 2024
355a2a8
Preparing v10.2 release (#284)
osmontero Jan 15, 2024
f2b1803
Qa (#286)
osmontero Jan 15, 2024
82df8f7
Qa (#288)
osmontero Jan 15, 2024
97c9b83
remove csp
osmontero Jan 15, 2024
be71431
fixed logout observable emission (#314) (#315)
mjabascal10 Jan 16, 2024
e8f45ff
Fixing overwriting of the properties host and IP of the alert that is…
leonardomoralopez89 Jan 22, 2024
1bb5295
Updating security configuration to fix ROLE_USER disconnection bug (#…
c3s4rfred Jan 22, 2024
35fd977
Fixed Down datasource shows an empty detail in view and error in cons…
mjabascal10 Jan 22, 2024
1e8f1f2
Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)
mjabascal10 Jan 23, 2024
fb42c6a
Fix error cannot assign requested address (#357)
Kbayero Jan 23, 2024
ffc34be
Bugfix/10.2/333 incorrect linux install command (#361)
mjabascal10 Jan 23, 2024
fede312
Add 10.2.1 to CHANGELOG.md (#367)
jdieguez89 Jan 25, 2024
151cda2
Fixed User management module allows an action that causes UTMStack ha…
mjabascal10 Jan 25, 2024
861ae85
using node1 always
osmontero Jan 25, 2024
2c5d5d5
Updating security access to info endpoint to be used by agent install…
c3s4rfred Jan 26, 2024
91d3164
Bugfix/10.2/359 rc unhandled login error (#374)
mjabascal10 Jan 26, 2024
d03220c
Bugfix/10.2/378 overview dashboard has wrong alert value (#387)
mjabascal10 Jan 29, 2024
f3704de
Fixing rule history filter condition for IRA (#388)
c3s4rfred Jan 30, 2024
8218d3a
Fixed integration disconnected alert coming to often (#313) (#393)
mjabascal10 Feb 1, 2024
b5b18e8
Adding default agent for incident rules (#397)
c3s4rfred Feb 1, 2024
72e21f4
Fixed 217 Log-explorer-query-crashed-when-type-something (#398)
mjabascal10 Feb 2, 2024
656b505
Fixed Incident-response-automation-must-allow-to-run-in-default-agent…
mjabascal10 Feb 5, 2024
1ad4d0c
Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)
mjabascal10 Feb 5, 2024
e35dfc0
Bugfix/10.2/402 incident response trigger select cause modal scroll (…
mjabascal10 Feb 5, 2024
386b684
Fixed Auditor crash try to parse (#405) (#414)
mjabascal10 Feb 6, 2024
cdfcebe
Bugfix/10.2/402 incident response trigger select cause modal scroll (…
mjabascal10 Feb 6, 2024
2519834
Update CHANGELOG.md to 10.2.2 (#425)
jdieguez89 Feb 7, 2024
8b45369
Unable-to-login-with-token-query-param (#269) (#428)
mjabascal10 Feb 8, 2024
6c2e427
Fixed pipelines are showing wrong input and processed values (#441)
mjabascal10 Feb 12, 2024
4ef9c73
updating gitignore
osmontero Feb 12, 2024
b9ba6f2
updating modules
osmontero Feb 12, 2024
09566c1
Fixed Pipelines are showing wrong input and processed value (#379) (#…
mjabascal10 Feb 14, 2024
06f4977
merge changes from main/installer and main/office365
osmontero Feb 16, 2024
a7c8a20
Merge branch 'rc' of github.com:utmstack/UTMStack into rc
osmontero Feb 16, 2024
1254b7b
merge main/office365
osmontero Feb 16, 2024
0114c2e
Update version.yml
osmontero Feb 16, 2024
cda047a
import libpq
osmontero Feb 16, 2024
df984f1
Fixed Processed logs values still in the pipeline detail view (#470)
mjabascal10 Feb 20, 2024
e50f85b
Merge remote-tracking branch 'origin/main' into bugfix/10.2/470-proce…
mjabascal10 Feb 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ <h6 class="text-blue-800 d-flex justify-content-start w-100">
<span class="font-size-lg"><i
class="icon-database-refresh mr-1"></i><strong>{{pipeline.events.filtered | thousandSuff}}</strong></span>-->
<span class="font-size-lg">
<i class="text-blue-800 icon-database-export"></i>
</span>
<i class="text-blue-800 icon-database-export"></i></span>
<span class="text-blue-800 ml-1">
{{ 'Processed events:'}} <strong>{{pipeline.events.out | thousandSuff}}</strong>
</span>
Expand Down Expand Up @@ -183,8 +182,8 @@ <h6 class="card-title text-blue-800 font-weight-light">
<ng-template #pipelineEventTemplate let-detail="pipeline" let-showColum="showColum">
<div class="d-flex "
[ngClass]="showColum?'flex-column align-items-start justify-content-center': 'justify-content-between align-items-center'">
<span class="span-small-icon"><i class="icon-database-insert mr-1"></i>Input: {{detail.events.in}}</span>
<!--<span class="span-small-icon"><i class="icon-database-insert mr-1"></i>Input: {{detail.events.in}}</span>-->
<span class="span-small-icon"><i class="icon-database-refresh mr-1"></i>Processed: {{detail.events.filtered}}</span>
<span class="span-small-icon"><i class="icon-database-export mr-1"></i>Output: {{detail.events.out}}</span>
<!--<span class="span-small-icon"><i class="icon-database-export mr-1"></i>Output: {{detail.events.out}}</span>-->
</div>
</ng-template>