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

Merging revamp into main #114

Merged
merged 58 commits into from
Sep 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
4dc591c
PANDA-361
MVarshini Apr 1, 2024
7797feb
Layout and Store
MVarshini Apr 1, 2024
87552b1
OCP Table Laout
MVarshini Apr 2, 2024
f3952ee
sort
MVarshini Apr 3, 2024
6cb308e
Pagination
MVarshini Apr 10, 2024
845ca6b
Readme file update
MVarshini Apr 10, 2024
62a325c
Dockerfile update
MVarshini Apr 12, 2024
8be3cde
Resolved conflicts
MVarshini Jun 12, 2024
ae7ca38
host mapping
MVarshini Jun 13, 2024
5ea688b
Merge pull request #91 from MVarshini/PANDA-361
chentex Jun 18, 2024
edec519
PANDA-361
MVarshini Apr 1, 2024
8edef0f
Dockerfile update
MVarshini Apr 12, 2024
499588f
PANDA-364
MVarshini Apr 24, 2024
15c9d36
url update fro filters
MVarshini Apr 24, 2024
1b1ab93
Date filter
MVarshini Apr 25, 2024
fe94caf
Date filter in url
MVarshini Apr 26, 2024
46d8629
Update the filter component to be common
MVarshini Apr 26, 2024
4f4f83d
date update
MVarshini Apr 26, 2024
ebb11fa
Table bug fixes with pagination
MVarshini May 13, 2024
dd76a08
spinner css
MVarshini May 13, 2024
c691bec
PANDA-377
MVarshini May 13, 2024
6bd1a17
PANDA-406
MVarshini May 14, 2024
5450fce
Row Expansion
MVarshini May 15, 2024
6af5822
row expansion
MVarshini May 27, 2024
5b30e76
metadata row
MVarshini Jun 10, 2024
ec14c5f
Dynamic columns
MVarshini Jun 11, 2024
21799dc
sidemenu toggle
MVarshini Jun 13, 2024
bbc007e
update .gitignore
MVarshini Jun 24, 2024
cdd250c
Converting thresholds to line in telco plotly visuals
Jun 22, 2024
84aa69a
Updating job status based on threshold
Jun 22, 2024
7348cdb
sorting amd telco in side menu
MVarshini Jul 9, 2024
2610be9
locla-compose
MVarshini Jul 9, 2024
bd981f6
locale-compose file update
MVarshini Jul 9, 2024
7075082
Template for Quay, Telco
MVarshini Jul 15, 2024
7189136
Merge pull request #102 from MVarshini/PANDA-406
chentex Jul 16, 2024
b84fa11
Merge branch 'main' into revamp
chentex Jul 16, 2024
2b6972b
Multiple filter
MVarshini Jul 15, 2024
54473f6
filter value recalc
MVarshini Jul 16, 2024
0e5824d
OCP Filter
MVarshini Jul 16, 2024
2a76f7b
status filter from Metrics Tab
MVarshini Jul 23, 2024
4f2383e
Merge pull request #109 from MVarshini/PANDA-446_1
vishnuchalla Aug 6, 2024
70f23db
PANDA-361
MVarshini Apr 1, 2024
70164e6
PANDA-406
MVarshini May 14, 2024
25b64c9
PANDA-424
MVarshini Jun 20, 2024
ce1f7ca
Removed Old Grafana file
MVarshini Aug 14, 2024
1e6bc94
Readme file update
MVarshini Aug 14, 2024
1426cb2
Update local-compose.sh
MVarshini Aug 26, 2024
8187c4a
Merge pull request #111 from MVarshini/PANDA-424
vishnuchalla Aug 26, 2024
2e98490
PANDA-445
MVarshini Aug 19, 2024
ac4b782
Metrics Tab and Filter
MVarshini Aug 19, 2024
2102ade
graphs
MVarshini Aug 20, 2024
da6a754
telco type update
MVarshini Aug 27, 2024
1223fa2
Splunk Links in Telco:
MVarshini Aug 27, 2024
e678519
set date
MVarshini Aug 27, 2024
e2efcd2
Telco missing value
MVarshini Aug 27, 2024
6a80aa0
PANDA-569
MVarshini Aug 30, 2024
685b6aa
Merge pull request #112 from MVarshini/PANDA-445
vishnuchalla Aug 30, 2024
e9d79cb
Merge pull request #113 from MVarshini/PANDA-569
vishnuchalla Aug 30, 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
Prev Previous commit
Next Next commit
Update local-compose.sh
  • Loading branch information
MVarshini authored Aug 26, 2024
commit 1426cb2ede69390eb1c5e731e1aabcd307fd5a1c
2 changes: 1 addition & 1 deletion local-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CPT_CONFIG=${CPT_CONFIG:-"$PWD/backend/ocpperf.toml"}
podman rm -f front back

podman build -f backend/backend.containerfile --tag backend
# podman build -f frontend/frontend.containerfile --tag frontend
podman build -f frontend/frontend.containerfile --tag frontend

# NOTE: add --network=host to test against a local containerized Horreum
podman run -d --name=back -p ${CPT_BACKEND_PORT}:8000 --network=host -v "${CPT_CONFIG}:/backend/ocpperf.toml:Z" localhost/backend
Expand Down
Loading