Skip to content

Commit 642df1d

Browse files
author
Convilyn Release
committed
Release v1.2.0b14
Generated public mirror snapshot.
1 parent d4a53e3 commit 642df1d

23 files changed

Lines changed: 1245 additions & 1245 deletions
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
---
2-
name: 🐛 Bug report
3-
about: Something in convilyn doesn't work as documented
4-
title: 'bug: '
5-
labels: ['bug', 'needs-triage']
6-
---
7-
8-
### What happened
9-
10-
<!-- A clear description of the bug and what you expected instead. -->
11-
12-
### Reproduction
13-
14-
<!-- Minimal steps or a code snippet. Please redact any real API keys. -->
15-
16-
```
17-
```
18-
19-
### Environment
20-
21-
- `convilyn` version:
22-
- Python version:
23-
- OS:
24-
25-
### Logs / traceback
26-
27-
<!-- Paste the relevant output. Scrub keys/tokens/hostnames before posting. -->
28-
29-
```
30-
```
31-
32-
<!-- Fixes are upstreamed into Convilyn's monorepo, then released here — see
33-
CONTRIBUTING.md. A PR is welcome (remember `git commit -s` for the DCO). -->
1+
---
2+
name: 🐛 Bug report
3+
about: Something in convilyn doesn't work as documented
4+
title: 'bug: '
5+
labels: ['bug', 'needs-triage']
6+
---
7+
8+
### What happened
9+
10+
<!-- A clear description of the bug and what you expected instead. -->
11+
12+
### Reproduction
13+
14+
<!-- Minimal steps or a code snippet. Please redact any real API keys. -->
15+
16+
```
17+
```
18+
19+
### Environment
20+
21+
- `convilyn` version:
22+
- Python version:
23+
- OS:
24+
25+
### Logs / traceback
26+
27+
<!-- Paste the relevant output. Scrub keys/tokens/hostnames before posting. -->
28+
29+
```
30+
```
31+
32+
<!-- Fixes are upstreamed into Convilyn's monorepo, then released here — see
33+
CONTRIBUTING.md. A PR is welcome (remember `git commit -s` for the DCO). -->

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
blank_issues_enabled: false
2-
contact_links:
3-
- name: 📚 Documentation
4-
url: 'https://docs.convilyn.corenovus.com'
5-
about: Install, quickstart, and API reference — check here first.
6-
- name: 🔒 Report a security vulnerability
7-
url: '../../security/advisories/new'
8-
about: Do NOT open a public issue for vulnerabilities — use a private advisory.
9-
- name: 💬 Questions & discussion
10-
url: '../../discussions'
11-
about: Ask how-to questions and discuss ideas with the community.
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 📚 Documentation
4+
url: 'https://docs.convilyn.corenovus.com'
5+
about: Install, quickstart, and API reference — check here first.
6+
- name: 🔒 Report a security vulnerability
7+
url: '../../security/advisories/new'
8+
about: Do NOT open a public issue for vulnerabilities — use a private advisory.
9+
- name: 💬 Questions & discussion
10+
url: '../../discussions'
11+
about: Ask how-to questions and discuss ideas with the community.
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
---
2-
name: 💡 Feature request
3-
about: Suggest a capability or API change
4-
title: 'feat: '
5-
labels: ['enhancement', 'needs-triage']
6-
---
7-
8-
### Problem
9-
10-
<!-- What are you trying to do that's hard or impossible today? -->
11-
12-
### Proposed solution
13-
14-
<!-- What would the API / behaviour look like? -->
15-
16-
### Alternatives considered
17-
18-
<!-- Anything you tried or ruled out. -->
19-
20-
> Note: API / behaviour changes are upstreamed into Convilyn's monorepo (the
21-
> SDK's source of truth), so a maintainer will confirm the direction before implementation.
22-
> Please open this issue **before** a PR for behaviour changes (see CONTRIBUTING.md).
1+
---
2+
name: 💡 Feature request
3+
about: Suggest a capability or API change
4+
title: 'feat: '
5+
labels: ['enhancement', 'needs-triage']
6+
---
7+
8+
### Problem
9+
10+
<!-- What are you trying to do that's hard or impossible today? -->
11+
12+
### Proposed solution
13+
14+
<!-- What would the API / behaviour look like? -->
15+
16+
### Alternatives considered
17+
18+
<!-- Anything you tried or ruled out. -->
19+
20+
> Note: API / behaviour changes are upstreamed into Convilyn's monorepo (the
21+
> SDK's source of truth), so a maintainer will confirm the direction before implementation.
22+
> Please open this issue **before** a PR for behaviour changes (see CONTRIBUTING.md).

.github/ISSUE_TEMPLATE/question.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
---
2-
name: ❓ Question
3-
about: How do I…? (check the docs first)
4-
title: 'question: '
5-
labels: ['question', 'needs-triage']
6-
---
7-
8-
<!-- Please check https://docs.convilyn.corenovus.com first — many how-to answers live there. -->
9-
10-
### What are you trying to do
11-
12-
<!-- Describe your goal, and what you've tried. -->
13-
14-
### Relevant code / config
15-
16-
```
17-
```
18-
19-
### Environment
20-
21-
- `convilyn` version:
1+
---
2+
name: ❓ Question
3+
about: How do I…? (check the docs first)
4+
title: 'question: '
5+
labels: ['question', 'needs-triage']
6+
---
7+
8+
<!-- Please check https://docs.convilyn.corenovus.com first — many how-to answers live there. -->
9+
10+
### What are you trying to do
11+
12+
<!-- Describe your goal, and what you've tried. -->
13+
14+
### Relevant code / config
15+
16+
```
17+
```
18+
19+
### Environment
20+
21+
- `convilyn` version:

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
<!--
2-
Thanks for contributing to convilyn-python! This is a public mirror — see CONTRIBUTING.md
3-
for how your PR reaches the upstream monorepo (and gets credited to you).
4-
-->
5-
6-
## What & why
7-
8-
<!-- 1–3 sentences: what this changes and the motivation. Link the issue it
9-
addresses (behaviour/API changes should have an issue first). -->
10-
11-
Closes #
12-
13-
## How verified
14-
15-
<!-- Bullet list: tests added/updated, commands you ran, what you observed. -->
16-
17-
-
18-
19-
## Checklist
20-
21-
- [ ] Every commit is **signed off** (`git commit -s` — DCO). See CONTRIBUTING.md.
22-
- [ ] Tests added/updated; the CI is green.
23-
- [ ] For behaviour/API changes: a linked issue confirmed the direction.
24-
- [ ] No secrets, internal hostnames, or internal identifiers added.
25-
- [ ] I agree my contribution is provided under this project's **Apache-2.0**
26-
license (inbound = outbound).
27-
28-
<!--
29-
Note: this PR is reviewed here, then upstreamed into Convilyn's monorepo (your
30-
authorship preserved) where the full contract/conformance CI runs. Once merged
31-
there, this mirror is refreshed and this PR is closed as "Upstreamed in #N".
32-
-->
1+
<!--
2+
Thanks for contributing to convilyn-python! This is a public mirror — see CONTRIBUTING.md
3+
for how your PR reaches the upstream monorepo (and gets credited to you).
4+
-->
5+
6+
## What & why
7+
8+
<!-- 1–3 sentences: what this changes and the motivation. Link the issue it
9+
addresses (behaviour/API changes should have an issue first). -->
10+
11+
Closes #
12+
13+
## How verified
14+
15+
<!-- Bullet list: tests added/updated, commands you ran, what you observed. -->
16+
17+
-
18+
19+
## Checklist
20+
21+
- [ ] Every commit is **signed off** (`git commit -s` — DCO). See CONTRIBUTING.md.
22+
- [ ] Tests added/updated; the CI is green.
23+
- [ ] For behaviour/API changes: a linked issue confirmed the direction.
24+
- [ ] No secrets, internal hostnames, or internal identifiers added.
25+
- [ ] I agree my contribution is provided under this project's **Apache-2.0**
26+
license (inbound = outbound).
27+
28+
<!--
29+
Note: this PR is reviewed here, then upstreamed into Convilyn's monorepo (your
30+
authorship preserved) where the full contract/conformance CI runs. Once merged
31+
there, this mirror is refreshed and this PR is closed as "Upstreamed in #N".
32+
-->

.github/dependabot.yml

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
1-
# Dependency updates for the public mirror. Dependabot PRs land here like any
2-
# community PR — a maintainer reviews and upstreams them via the bridge (they do
3-
# NOT merge directly; the monorepo is the source of truth). Grouped + capped to
4-
# keep the queue reviewable.
5-
version: 2
6-
updates:
7-
- package-ecosystem: pip
8-
directory: "/"
9-
schedule:
10-
interval: weekly
11-
open-pull-requests-limit: 5
12-
labels:
13-
- dependencies
14-
groups:
15-
dev-tooling:
16-
patterns:
17-
- "ruff"
18-
- "pytest*"
19-
- "detect-secrets"
20-
commit-message:
21-
prefix: "chore(deps)"
22-
23-
- package-ecosystem: github-actions
24-
directory: "/"
25-
schedule:
26-
interval: weekly
27-
open-pull-requests-limit: 3
28-
labels:
29-
- dependencies
30-
commit-message:
31-
prefix: "chore(ci)"
1+
# Dependency updates for the public mirror. Dependabot PRs land here like any
2+
# community PR — a maintainer reviews and upstreams them via the bridge (they do
3+
# NOT merge directly; the monorepo is the source of truth). Grouped + capped to
4+
# keep the queue reviewable.
5+
version: 2
6+
updates:
7+
- package-ecosystem: pip
8+
directory: "/"
9+
schedule:
10+
interval: weekly
11+
open-pull-requests-limit: 5
12+
labels:
13+
- dependencies
14+
groups:
15+
dev-tooling:
16+
patterns:
17+
- "ruff"
18+
- "pytest*"
19+
- "detect-secrets"
20+
commit-message:
21+
prefix: "chore(deps)"
22+
23+
- package-ecosystem: github-actions
24+
directory: "/"
25+
schedule:
26+
interval: weekly
27+
open-pull-requests-limit: 3
28+
labels:
29+
- dependencies
30+
commit-message:
31+
prefix: "chore(ci)"

.github/labels.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,44 @@
1-
# Label taxonomy for convilyn-python. The issue/PR templates + CONTRIBUTING reference
2-
# these; this file is the source of truth. Apply with:
3-
# scripts/oss/apply_repo_settings.sh CoreNovus/convilyn-python (uses `gh label create`)
4-
# or a label-sync Action. Keep names stable — the issue templates hard-code them.
5-
6-
- name: bug
7-
color: d73a4a
8-
description: Something isn't working
9-
- name: enhancement
10-
color: a2eeef
11-
description: New feature or request
12-
- name: documentation
13-
color: 0075ca
14-
description: Docs, examples, or README
15-
- name: question
16-
color: d876e3
17-
description: A usage question (prefer Discussions for open-ended ones)
18-
- name: needs-triage
19-
color: ededed
20-
description: Awaiting a maintainer's first look
21-
- name: good first issue
22-
color: 7057ff
23-
description: Good for newcomers
24-
- name: help wanted
25-
color: 008672
26-
description: Extra attention is welcome
27-
- name: upstreamed
28-
color: 5319e7
29-
description: Accepted and converted into a monorepo PR (authorship preserved)
30-
- name: needs-info
31-
color: fef2c0
32-
description: Blocked on more information from the reporter
33-
- name: wontfix
34-
color: ffffff
35-
description: This will not be worked on
36-
- name: duplicate
37-
color: cfd3d7
38-
description: Already tracked elsewhere
39-
- name: dependencies
40-
color: 0366d6
41-
description: Dependency updates (Dependabot)
42-
- name: security
43-
color: b60205
44-
description: Security-relevant (prefer private reporting — see SECURITY.md)
1+
# Label taxonomy for convilyn-python. The issue/PR templates + CONTRIBUTING reference
2+
# these; this file is the source of truth. Apply with:
3+
# scripts/oss/apply_repo_settings.sh CoreNovus/convilyn-python (uses `gh label create`)
4+
# or a label-sync Action. Keep names stable — the issue templates hard-code them.
5+
6+
- name: bug
7+
color: d73a4a
8+
description: Something isn't working
9+
- name: enhancement
10+
color: a2eeef
11+
description: New feature or request
12+
- name: documentation
13+
color: 0075ca
14+
description: Docs, examples, or README
15+
- name: question
16+
color: d876e3
17+
description: A usage question (prefer Discussions for open-ended ones)
18+
- name: needs-triage
19+
color: ededed
20+
description: Awaiting a maintainer's first look
21+
- name: good first issue
22+
color: 7057ff
23+
description: Good for newcomers
24+
- name: help wanted
25+
color: 008672
26+
description: Extra attention is welcome
27+
- name: upstreamed
28+
color: 5319e7
29+
description: Accepted and converted into a monorepo PR (authorship preserved)
30+
- name: needs-info
31+
color: fef2c0
32+
description: Blocked on more information from the reporter
33+
- name: wontfix
34+
color: ffffff
35+
description: This will not be worked on
36+
- name: duplicate
37+
color: cfd3d7
38+
description: Already tracked elsewhere
39+
- name: dependencies
40+
color: 0366d6
41+
description: Dependency updates (Dependabot)
42+
- name: security
43+
color: b60205
44+
description: Security-relevant (prefer private reporting — see SECURITY.md)

0 commit comments

Comments
 (0)