Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
0444929
Update the wording re: creating feature branches (#204)
elookpotts-nvidia Jan 6, 2026
6fc9d0c
Add a link back to OSMO from the brev launchable (#205)
elookpotts-nvidia Jan 6, 2026
acb5cf0
Improve styling for badges in the brev launchable readme (#207)
elookpotts-nvidia Jan 7, 2026
38ae8c8
Fix osmo config pool update payload in backend installation docs (#210)
elookpotts-nvidia Jan 8, 2026
8610248
Fix osmo config pool update payload in practical guide (#213)
elookpotts-nvidia Jan 9, 2026
9826329
#147 - backend operator redesign doc (#149)
xutongNV Jan 9, 2026
b0837da
195 - Bump quick-start version due to updated dependencies (#217)
elookpotts-nvidia Jan 13, 2026
94b1827
Perform Client Side Data Auth Check In the Event of Environment Based…
fernandol-nvidia Jan 13, 2026
f314dd6
Update quick start installation to always install latest version (#218)
elookpotts-nvidia Jan 13, 2026
50a432d
Add workflow to label external issues and pull requests (#222)
elookpotts-nvidia Jan 14, 2026
992495f
allow flexible squid proxy replicas (#241)
vvnpn-nv Jan 15, 2026
f1a4fd6
Efficient Workflow Cleanup through Using Async Operations for Log Mig…
ethany-nv Jan 16, 2026
b72f3a6
#244 - Use last login url if url is not specified (#245)
RyaliNvidia Jan 16, 2026
4aad106
Cannot select any text inside modals or slideouts (#248)
patclarknvidia Jan 17, 2026
fca542b
Video html element not changin when selecting different video files i…
patclarknvidia Jan 17, 2026
0284894
sync-feature-branches: fix no conflict case, allow single branch to b…
elookpotts-nvidia Jan 20, 2026
5107e90
add test cases (#247)
xutongNV Jan 20, 2026
2f425bf
Allow PR checks to run on release branches (#264)
elookpotts-nvidia Jan 20, 2026
493baf6
Database Pooling in Postgres Singleton Across Services (#251)
ethany-nv Jan 20, 2026
5b29bfe
Add Go Postgres utils (#272)
RyaliNvidia Jan 21, 2026
9adbe17
#148 - Auth Project Design Documents (#165)
RyaliNvidia Jan 22, 2026
c22735d
Merge main into feature/PROJ-147-operator-redesign
svc-osmo-ci Jan 22, 2026
82a2000
fix conflict
xutongNV Jan 22, 2026
640c1e1
fix more confilicts
xutongNV Jan 22, 2026
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
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened]
branches: [ main, 'feature/**' ]
branches: [ main, 'feature/**', 'release/**' ]
paths:
- 'deployments/charts/**'
- '.github/workflows/helm-chart-lint.yaml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, closed]
branches: [ main, 'feature/**' ]
branches: [ main, 'feature/**', 'release/**' ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-description-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: PR Description Check
on:
pull_request:
types: [opened, synchronize, reopened, edited]
branches: [ main, 'feature/**' ]
branches: [ main, 'feature/**', 'release/**' ]

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
Expand Down
Loading
Loading