summaryrefslogtreecommitdiffstats
path: root/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:40:59 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-13 11:40:59 +0000
commitbc4e624732bd51c0dd1e9529cf228e8c23127732 (patch)
treed95dab8960e9d02d3b95f8653074ad2e54ca207c /dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github
parentInitial commit. (diff)
downloadicingadb-bc4e624732bd51c0dd1e9529cf228e8c23127732.tar.xz
icingadb-bc4e624732bd51c0dd1e9529cf228e8c23127732.zip
Adding upstream version 1.1.1.upstream/1.1.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github')
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/bug_report.md20
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/config.yml4
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/feature_request.md22
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/dependabot.yml19
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/fossa.yaml20
-rw-r--r--dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/go.yml54
6 files changed, 139 insertions, 0 deletions
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/bug_report.md b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 0000000..96fe902
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,20 @@
+---
+name: Bug report
+about: Create a report to help us improve
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+**To Reproduce**
+Steps to reproduce the behavior
+
+**Expected behavior**
+A clear and concise description of what you expected to happen.
+
+**Additional context**
+Add any other context about the problem here.
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/config.yml b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 0000000..917a641
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,4 @@
+contact_links:
+ - name: Questions
+ about: Please use our Discussions page
+ url: https://github.com/uber-go/zap/discussions
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/feature_request.md b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/feature_request.md
new file mode 100644
index 0000000..8a1ef5c
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/ISSUE_TEMPLATE/feature_request.md
@@ -0,0 +1,22 @@
+---
+name: Feature request
+about: Suggest an idea for this project
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+**Is your feature request related to a problem? Please describe.**
+
+**Describe the solution you'd like**
+A clear and concise description of what you want to happen.
+
+**Describe alternatives you've considered**
+A clear and concise description of any alternative solutions or features you've considered.
+
+**Is this a breaking change?**
+We do not accept breaking changes to the existing API. Please consider if your proposed solution is backwards compatible. If not, we can help you make it backwards compatible, but this must be considered when we consider new features.
+
+**Additional context**
+Add any other context or screenshots about the feature request here.
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/dependabot.yml b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/dependabot.yml
new file mode 100644
index 0000000..33ac821
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/dependabot.yml
@@ -0,0 +1,19 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
+
+ # Since Zap is a library, we don't want to update its dependency requirements
+ # regularly--not until we need a newer version of a dependency for a feature
+ # or specific fix.
+ # This way, users of Zap aren't forced to upgrade all their transitive
+ # dependencies every time they upgrade Zap.
+ #
+ # However, we do want to regularly update dependencies used inside the tools
+ # submodule because that holds linters and other development tools.
+ - package-ecosystem: "gomod"
+ directory: "/tools"
+ schedule:
+ interval: "weekly"
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/fossa.yaml b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/fossa.yaml
new file mode 100644
index 0000000..6c91435
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/fossa.yaml
@@ -0,0 +1,20 @@
+name: FOSSA Analysis
+on: push
+
+permissions:
+ contents: read
+
+jobs:
+
+ build:
+ runs-on: ubuntu-latest
+ if: github.repository_owner == 'uber-go'
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
+
+ - name: FOSSA analysis
+ uses: fossas/fossa-action@v1
+ with:
+ api-key: ${{ secrets.FOSSA_API_KEY }}
+
diff --git a/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/go.yml b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/go.yml
new file mode 100644
index 0000000..c4fb393
--- /dev/null
+++ b/dependencies/pkg/mod/go.uber.org/zap@v1.25.0/.github/workflows/go.yml
@@ -0,0 +1,54 @@
+name: Go
+
+on:
+ push:
+ branches: ['*']
+ tags: ['v*']
+ pull_request:
+ branches: ['*']
+
+permissions:
+ contents: read
+
+jobs:
+
+ build:
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ go: ["1.19.x", "1.20.x"]
+ include:
+ - go: 1.20.x
+ latest: true
+
+ steps:
+ - name: Checkout code
+ uses: actions/checkout@v3
+
+ - name: Setup Go
+ uses: actions/setup-go@v3
+ with:
+ go-version: ${{ matrix.go }}
+ cache: true
+ cache-dependency-path: '**/go.sum'
+
+ - name: Download Dependencies
+ run: |
+ go mod download
+ (cd tools && go mod download)
+ (cd benchmarks && go mod download)
+ (cd zapgrpc/internal/test && go mod download)
+
+ - name: Lint
+ if: matrix.latest
+ run: make lint
+
+ - name: Test
+ run: make cover
+
+ - name: Upload coverage to codecov.io
+ uses: codecov/codecov-action@v3
+
+ - name: vulncheck
+ if: matrix.latest
+ run: make vulncheck