Skip to content

Commit

Permalink
Merge branch 'implement-silence-list-modal' of github.com:bai1024/pro…
Browse files Browse the repository at this point in the history
…mgen into implement-silence-list-modal

# Conflicts:
#	promgen/static/js/promgen.vue.js
  • Loading branch information
bai1024 committed Sep 10, 2024
2 parents 11554d7 + 236aa46 commit b53a2b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5.1.1
- uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v5.1.1
- uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down
2 changes: 1 addition & 1 deletion promgen/static/js/promgen.vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ app.component('silence-list-modal', {
}

return this.activeSilences.filter(silence => {
return this.state.labels.some(filterLabel => {
return this.state.labels.every(filterLabel => {
return silence.matchers.some(matcher =>
matcher.name === filterLabel.label &&
matcher.value === filterLabel.value
Expand Down

0 comments on commit b53a2b8

Please sign in to comment.