Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/risingwavelabs/risingwave i…
Browse files Browse the repository at this point in the history
…nto li0k/grafana_fix_lock_metrics
  • Loading branch information
Li0k committed Apr 9, 2024
2 parents 07abd7b + 6f360ce commit e756077
Show file tree
Hide file tree
Showing 407 changed files with 9,529 additions and 5,443 deletions.
3 changes: 3 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ d70dba827c303373f3220c9733f7c7443e5c2d37

# chore: cargo +nightly fmt (#13162) (format let-chains)
c583e2c6c054764249acf484438c7bf7197765f4

# chore: replace all ProstXxx with PbXxx (#8621)
6fd8821f2e053957b183d648bea9c95b6703941f
9 changes: 8 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,11 @@ updates:
- "mysql_async"
google-cloud:
patterns:
- "google-cloud*"
- "google-cloud*"
# Don't update these directories
- package-ecosystem: cargo
directory: /integration_tests/feature-store
schedule:
interval: "daily"
ignore:
- dependency-name: "*"
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: 1

# Match title
labels:
- label: "type/feature"
title: "^feat.*"
Expand Down Expand Up @@ -29,5 +31,11 @@ labels:
- label: "cherry-pick"
title: "^cherry pick.*"

# Match body
- label: "breaking-change"
body: '- \[x\] My PR contains breaking changes'

# Match File changes
- label: "ci/run-e2e-single-node-tests"
files:
- "src\\/meta\\/.*.rs"
2 changes: 1 addition & 1 deletion .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"color": "B60205"
},
"CHECKS": {
"regexp": "^(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate|cherry pick|cherry-pick)(\\(.*\\))?:.*",
"regexp": "^(cherry pick|cherry-pick)?(| )+(feat|fix|test|refactor|chore|style|doc|perf|build|ci|revert|deprecate)(\\(.*\\))?:.*",
"ignoreLabels" : ["ignore-title"]
},
"MESSAGES": {
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/hakari_fix.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Label PRs

on:
pull_request:
types: [opened, edited]
types: [opened, edited, synchronize]

jobs:
pr-labeler:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
uses: actions/checkout@v3

- name: Check spelling of the entire repository
uses: crate-ci/typos@v1.15.0
uses: crate-ci/typos@v1.20.4
6 changes: 4 additions & 2 deletions .typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ nd = "nd" # N-dimentional / 2nd
steam = "stream" # You played with Steam games too much.
# Some weird short variable names
ot = "ot"
bui = "bui"
bui = "bui" # BackwardUserIterator
mosquitto = "mosquitto" # This is a MQTT broker.

abd = "abd"
iy = "iy"
Pn = "Pn"
[default.extend-identifiers]

[files]
Expand Down
Loading

0 comments on commit e756077

Please sign in to comment.