Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
34 changes: 17 additions & 17 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Ignore Go workspace files during Docker builds
go.work
go.work.sum

# Common ignores
.git/
.gitignore
README.md
.env
.env.local
*.log
tmp/
.DS_Store

**/node_modules
**/package-lock.json
**/.venv
# Ignore Go workspace files during Docker builds
go.work
go.work.sum
# Common ignores
.git/
.gitignore
README.md
.env
.env.local
*.log
tmp/
.DS_Store
**/node_modules
**/package-lock.json
**/.venv
**/uv.lock
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
**/ @agntcy/dir-maintainers
versions.yaml @agntcy/dir-maintainers
**/ @agntcy/dir-maintainers
versions.yaml @agntcy/dir-maintainers
120 changes: 60 additions & 60 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,60 +1,60 @@
# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0

---
name: Bug Report
description: Report a bug to help us improve.
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Bug Description
description: Please provide a description of the problem
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: Please describe what you expected would happen
validations:
required: true
- type: input
id: version
attributes:
label: Affected Version
description: |
Please specify the version where this issue was encountered.
Common versions: v0.3.0, v0.2.13, main (development)
You can find all releases at: https://github.com/agntcy/dir/releases
placeholder: "e.g., v0.3.0 or main"
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Please provide all steps to reproduce the behavior
placeholder: |
1. In this environment...
1. With this config...
1. Run `this command`...
1. See error...
validations:
required: true
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: By submitting this issue, you agree to the following
options:
- label: I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
required: true
- label: I have verified this does not duplicate an existing issue
required: true
# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: Bug Report
description: Report a bug to help us improve.
title: "[Bug]: "
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: textarea
id: description
attributes:
label: Bug Description
description: Please provide a description of the problem
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: Please describe what you expected would happen
validations:
required: true
- type: input
id: version
attributes:
label: Affected Version
description: |
Please specify the version where this issue was encountered.
Common versions: v0.3.0, v0.2.13, main (development)
You can find all releases at: https://github.com/agntcy/dir/releases
placeholder: "e.g., v0.3.0 or main"
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Please provide all steps to reproduce the behavior
placeholder: |
1. In this environment...
1. With this config...
1. Run `this command`...
1. See error...
validations:
required: true
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: By submitting this issue, you agree to the following
options:
- label: I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
required: true
- label: I have verified this does not duplicate an existing issue
required: true
116 changes: 58 additions & 58 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0

---
name: Feature Request
description: Suggest a feature for this project.
title: "[Feature]: "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to request a feature or enhancement!
- type: textarea
id: description
attributes:
label: Problem Statement
description: |
Please describe the problem or limitation to be addressed by
the proposed feature
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: |
Please describe what you envision the solution to this
problem would look like
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: |
Please briefly describe which alternatives, if any, have been
considered, including merits of alternate approaches and any tradeoffs
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional Context
description: Please provide any other information that may be relevant
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: By submitting this request, you agree to the following
options:
- label: I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
required: true
- label: |
I have verified this does not duplicate an existing feature request
required: true
# Copyright AGNTCY Contributors (https://github.com/agntcy)
# SPDX-License-Identifier: Apache-2.0
---
name: Feature Request
description: Suggest a feature for this project.
title: "[Feature]: "
labels: ["enhancement", "triage"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to request a feature or enhancement!
- type: textarea
id: description
attributes:
label: Problem Statement
description: |
Please describe the problem or limitation to be addressed by
the proposed feature
validations:
required: true
- type: textarea
id: solution
attributes:
label: Proposed Solution
description: |
Please describe what you envision the solution to this
problem would look like
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Alternatives Considered
description: |
Please briefly describe which alternatives, if any, have been
considered, including merits of alternate approaches and any tradeoffs
validations:
required: false
- type: textarea
id: context
attributes:
label: Additional Context
description: Please provide any other information that may be relevant
validations:
required: false
- type: checkboxes
id: checklist
attributes:
label: Checklist
description: By submitting this request, you agree to the following
options:
- label: I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md)
required: true
- label: |
I have verified this does not duplicate an existing feature request
required: true
38 changes: 19 additions & 19 deletions .github/actions/setup-dirctl/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Setup DIRCTL in GitHub Action

An action that sets up `dirctl` CLI in GitHub Actions.

The GITHUB_TOKEN has to have "public repo" access.

## Usage

```yaml
- name: Setup dirctl
uses: agntcy/dir/.github/actions/setup-dirctl@main
with:
# Default: latest
version: v0.4.0
# Default: linux
os: linux
# Default: amd64
arch: amd64
```
# Setup DIRCTL in GitHub Action
An action that sets up `dirctl` CLI in GitHub Actions.
The GITHUB_TOKEN has to have "public repo" access.
## Usage
```yaml
- name: Setup dirctl
uses: agntcy/dir/.github/actions/setup-dirctl@main
with:
# Default: latest
version: v0.4.0
# Default: linux
os: linux
# Default: amd64
arch: amd64
```
Loading
Loading