Skip to content

Commit 2314c12

Browse files
committed
Merge remote-tracking branch 'upstream/main' into feat/shuttle-logger-service
2 parents f04245f + 28d1a7a commit 2314c12

File tree

43 files changed

+938
-678
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+938
-678
lines changed

.circleci/config.yml

Lines changed: 149 additions & 97 deletions
Large diffs are not rendered by default.

.dockerignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
**/target/
22
**/*Containerfile*
3-
terraform/
43
examples/
54
**/.cargo/
65
**/docker/

.github/ISSUE_TEMPLATE/BUG-REPORT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug Report
22
description: File a bug report
33
title: "[Bug]: "
4-
labels: ["bug"]
4+
labels: ["S-Triage", "T-Bug"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/FEATURE-SUGGESTION.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature suggestion
22
description: Suggest a new feature
33
title: "[Feature]: "
4-
labels: ["feature request"]
4+
labels: ["S-Triage", "T-Feature Request"]
55
body:
66
- type: markdown
77
attributes:

.github/ISSUE_TEMPLATE/IMPROVEMENT.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Improvement suggestion
22
description: Suggest an improvement to an existing feature
33
title: "[Improvement]: "
4-
labels: ["improvement"]
4+
labels: ["S-Triage", "T-Improvement"]
55
body:
66
- type: markdown
77
attributes:

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
**/target/
66
# Ignore the cargo lockfiles not in the workspace root
77
*/**/Cargo.lock
8+
# cargo-chef testing
9+
recipe.json
810

911
# These are backup files generated by rustfmt
1012
**/*.rs.bk

0 commit comments

Comments
 (0)