Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement for alarms #215

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e60ffbc
Enhancement for alarms
pixelsoccupied Sep 3, 2024
921c8d9
update requriment for when acknowledge is sent by user
pixelsoccupied Oct 1, 2024
7a3aa1b
fix render
pixelsoccupied Oct 1, 2024
031094b
clean up intro
pixelsoccupied Oct 1, 2024
4e9acdc
code review changes
pixelsoccupied Oct 3, 2024
180e0a9
improve mapping clarity
pixelsoccupied Oct 3, 2024
11d44c2
add query to retrieve probablecause data
pixelsoccupied Oct 3, 2024
d26596d
code review changes
pixelsoccupied Oct 3, 2024
dc34a4f
inlcude event record exmaple
pixelsoccupied Oct 3, 2024
f32fa40
updated postgres
pixelsoccupied Oct 3, 2024
d1678f9
update reviewers list
pixelsoccupied Oct 4, 2024
cd4c97d
improve probablecause info and update the example to reflect real data
pixelsoccupied Oct 4, 2024
c0007fe
specify that simple controller and remove whitespace
pixelsoccupied Oct 4, 2024
fe65442
clean up whitespace
pixelsoccupied Oct 4, 2024
5fb2e42
clean up whitespace
pixelsoccupied Oct 4, 2024
82f1ae2
clarify text
pixelsoccupied Oct 4, 2024
221aba4
add docs to explain the additional resourceType alerts support
pixelsoccupied Oct 8, 2024
ceff658
clarify postgres config
pixelsoccupied Oct 8, 2024
567f14b
prefer lookup over enum and other code review changes
pixelsoccupied Oct 9, 2024
d0d0c8e
add alegacy as reviewer and update timestamp
pixelsoccupied Oct 9, 2024
46fca41
specify alarms deployment CR and init DB steps need to be split when …
pixelsoccupied Oct 10, 2024
96b0d0c
specify o-ran endpoints to v1alpha1 to be more strict
pixelsoccupied Oct 10, 2024
023bcd0
fix oran apis to v1
pixelsoccupied Oct 11, 2024
9fd15cb
updates for code review, improve postgres creds requirement alarms se…
pixelsoccupied Oct 15, 2024
c543980
remove apis due to copy/paste error
pixelsoccupied Oct 15, 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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@

# Folders
.idea/

# macOS auto generated
.DS_Store
Loading