Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored Nov 26, 2024
2 parents 56303cc + 8d0ca34 commit 168140c
Show file tree
Hide file tree
Showing 116 changed files with 3,538 additions and 996 deletions.
47 changes: 31 additions & 16 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
aliases:
- Mike Sarahan
- Michael Sarahan
num_commits: 2001
num_commits: 2002
first_commit: 2015-09-04 21:31:08
- name: Jonathan J. Helmus
email: [email protected]
aliases:
- Jonathan Helmus
num_commits: 110
num_commits: 111
first_commit: 2014-06-09 17:25:05
github: jjhelmus
- name: Isuru Fernando
email: [email protected]
alternate_emails:
- [email protected]
num_commits: 84
num_commits: 86
first_commit: 2017-06-16 15:14:34
github: isuruf
- name: Dan Blanchard
Expand Down Expand Up @@ -162,7 +162,7 @@
aliases:
- MinRK
github: minrk
num_commits: 16
num_commits: 18
first_commit: 2014-02-13 19:43:59
- name: Matty G
email: [email protected]
Expand Down Expand Up @@ -370,7 +370,7 @@
github: ClinicalGraphics
- name: John Blischak
email: [email protected]
num_commits: 11
num_commits: 12
first_commit: 2017-08-11 13:23:55
github: jdblischak
- name: Floris Bruynooghe
Expand Down Expand Up @@ -1121,7 +1121,7 @@
alternate_emails:
- [email protected]
- [email protected]
num_commits: 19
num_commits: 27
first_commit: 2019-10-17 23:05:16
github: beckermr
- name: Jinzhe Zeng
Expand Down Expand Up @@ -1171,7 +1171,7 @@
github: pradghos
- name: James Lamb
email: [email protected]
num_commits: 1
num_commits: 2
first_commit: 2020-04-26 13:41:22
github: jameslamb
- name: Oleg Alexandrov
Expand Down Expand Up @@ -1202,7 +1202,7 @@
alternate_emails:
- [email protected]
- name: Ken Odegard
num_commits: 204
num_commits: 228
email: [email protected]
first_commit: 2020-09-08 19:53:41
github: kenodegard
Expand All @@ -1225,7 +1225,7 @@
first_commit: 2020-11-19 10:46:41
- name: Jannis Leidel
email: [email protected]
num_commits: 32
num_commits: 34
github: jezdez
first_commit: 2020-11-19 10:46:41
- name: Christof Kaufmann
Expand All @@ -1240,7 +1240,7 @@
github: pre-commit-ci[bot]
aliases:
- pre-commit-ci[bot]
num_commits: 71
num_commits: 95
first_commit: 2021-11-20 01:47:17
- name: Jacob Walls
email: [email protected]
Expand All @@ -1251,7 +1251,7 @@
github: beeankha
alternate_emails:
- [email protected]
num_commits: 27
num_commits: 40
first_commit: 2022-01-19 16:40:06
- name: Conda Bot
email: [email protected]
Expand All @@ -1262,7 +1262,7 @@
alternate_emails:
- [email protected]
- [email protected]
num_commits: 53
num_commits: 66
first_commit: 2022-01-17 18:09:22
- name: Uwe L. Korn
email: [email protected]
Expand All @@ -1271,7 +1271,7 @@
- name: Daniel Holth
email: [email protected]
github: dholth
num_commits: 15
num_commits: 16
first_commit: 2022-04-28 05:22:14
- name: Rylan Chord
email: [email protected]
Expand Down Expand Up @@ -1310,7 +1310,7 @@
- name: dependabot[bot]
email: 49699333+dependabot[bot]@users.noreply.github.com
github: dependabot[bot]
num_commits: 19
num_commits: 37
first_commit: 2022-05-31 04:34:40
- name: Serhii Kupriienko
email: [email protected]
Expand All @@ -1327,7 +1327,7 @@
- name: Jaime Rodríguez-Guerra
email: [email protected]
github: jaimergp
num_commits: 13
num_commits: 20
first_commit: 2022-11-02 19:34:51
- name: Dave Clements
email: [email protected]
Expand Down Expand Up @@ -1376,7 +1376,7 @@
aliases:
- Ryan
github: ryanskeith
num_commits: 6
num_commits: 7
first_commit: 2023-03-22 03:11:02
- name: Rishabh Singh
email: [email protected]
Expand Down Expand Up @@ -1454,3 +1454,18 @@
num_commits: 5
first_commit: 2024-03-19 18:09:38
github: ytausch
- name: Tim Paine
email: [email protected]
num_commits: 1
first_commit: 2024-06-10 11:17:05
github: timkpaine
- name: Klaus Zimmermann
email: [email protected]
num_commits: 3
first_commit: 2024-06-07 10:02:14
github: zklaus
- name: Daniel Ching
email: [email protected]
num_commits: 1
first_commit: 2024-06-07 11:14:31
github: carterbox
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/0_bug.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# edit this in https://github.com/conda/infrastructure

name: Bug Report
description: Create a bug report.
labels:
Expand All @@ -13,7 +15,7 @@ body:
Since there are already a lot of open issues, please also take a moment to search existing ones to see if your bug has already been reported. If you find something related, please upvote that issue and provide additional details as necessary.
💐 Thank you for helping to make Conda better. We would be unable to improve Conda without our community!
💐 Thank you for helping to make `conda/conda-build` better. We would be unable to improve `conda/conda-build` without our community!
- type: checkboxes
id: checks
attributes:
Expand Down Expand Up @@ -70,6 +72,7 @@ body:
conda list --show-channel-urls
```
render: shell

- type: textarea
id: context
attributes:
Expand Down
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE/1_feature.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# edit this in https://github.com/conda/infrastructure

name: Feature Request
description: Create a feature request.
labels:
Expand All @@ -13,7 +15,7 @@ body:
Since there are already a lot of open issues, please also take a moment to search existing ones to see if your feature request has already been submitted. If you find something related, please upvote that issue and provide additional details as necessary.
💐 Thank you for helping to make Conda better. We would be unable to improve Conda without our community!
💐 Thank you for helping to make `conda/conda-build` better. We would be unable to improve `conda/conda-build` without our community!
- type: checkboxes
id: checks
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/2_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# edit this in https://github.com/conda/infrastructure

name: Documentation
description: Create a documentation related issue.
labels:
Expand Down
5 changes: 4 additions & 1 deletion .github/ISSUE_TEMPLATE/epic.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# edit this in https://github.com/conda/infrastructure

name: Epic
description: A collection of related tickets.
labels:
Expand All @@ -15,7 +17,8 @@ body:
Since there are already a lot of open issues, please also take a moment to search existing ones to see if a similar epic has already been opened. If you find something related, please upvote that issue and provide additional details as necessary.
💐 Thank you for helping to make Conda better. We would be unable to improve Conda without our community!
💐 Thank you for helping to make `conda/conda-build` better. We would be unable to improve `conda/conda-build` without our community!
- type: checkboxes
id: checks
attributes:
Expand Down
12 changes: 7 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,20 @@
### Checklist - did you ...

<!-- If any of the following items aren't relevant to your contribution,
please still tick them so we know you've gone through the checklist. -->
please either tick them or use ~strikethrough~ so we know you've gone
through the checklist. -->

- [ ] Add a file to the `news` directory ([using the template](../blob/main/news/TEMPLATE)) for the next release's release notes?
- [ ] Add a file to the `news` directory ([using the template](https://github.com/conda/conda-build/blob/main/news/TEMPLATE)) for the next release's release notes?
<!-- All "significant" changes should get an entry:
- user-facing changes or enhancements
- bug fixes
- deprecations
- documentation updates
- other changes -->
- etc -->
- [ ] Add / update necessary tests?
- [ ] Add / update outdated documentation?


<!-- Just as a reminder, everyone in all conda org spaces (including PRs)
must follow the Conda Org Code of Conduct (link below).
Expand All @@ -31,5 +33,5 @@
let us know!
Helpful links:
- Conda Org COC: https://github.com/conda-incubator/governance/blob/main/CODE_OF_CONDUCT.md
- Contributing docs: ../blob/main/CONTRIBUTING.md -->
- Conda Org COC: https://github.com/conda/conda-build/blob/main/CODE_OF_CONDUCT.md
- Contributing docs: https://github.com/conda/conda-build/blob/main/CONTRIBUTING.md -->
2 changes: 2 additions & 0 deletions .github/condarc
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ notify_outdated_conda: False
changeps1: False
always_yes: True
local_repodata_ttl: 7200
channels:
- defaults
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@ updates:
- package-ecosystem: pip
directory: /docs/
schedule:
interval: weekly
interval: monthly
allow:
# Allow only production updates for Sphinx
- dependency-name: sphinx
dependency-type: production
groups:
docs:
patterns:
- '*'
- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: weekly
interval: monthly
groups:
workflows:
patterns:
- '*'
54 changes: 54 additions & 0 deletions .github/template-files/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
conda/governance:
# [required] community files
- CODE_OF_CONDUCT.md

conda/conda:
# issue template details for templates/issues/bug.yml template
- .github/template-files/templates/issue_template_details.yml

conda/infrastructure:
# [required] general workflows
- .github/workflows/cla.yml
- .github/workflows/update.yml

# [optional] to include repo in https://github.com/orgs/conda/projects/2
- .github/workflows/issues.yml
- .github/workflows/labels.yml
- .github/workflows/project.yml

# [optional] stale bot workflows
- .github/workflows/stale.yml
- .github/workflows/lock.yml

# [optional] general processes for the conda org
- src: templates/HOW_WE_USE_GITHUB.md
dst: HOW_WE_USE_GITHUB.md

# [optional] standard issue templates
- src: templates/issues/bug.yml
dst: .github/ISSUE_TEMPLATE/0_bug.yml

- src: templates/issues/feature.yml
dst: .github/ISSUE_TEMPLATE/1_feature.yml

- src: templates/issues/documentation.yml
dst: .github/ISSUE_TEMPLATE/2_documentation.yml

- src: templates/issues/epic.yml
dst: .github/ISSUE_TEMPLATE/epic.yml

# [optional] standard PR template
- src: templates/pull_requests/news_tests_docs.md
dst: .github/template-files/templates/pull_request_template_details.md
- src: templates/pull_requests/base.md
dst: .github/PULL_REQUEST_TEMPLATE.md

# [optional] rever release files
- src: templates/releases/RELEASE.md
dst: RELEASE.md
with:
placeholder: YY.M
- src: templates/releases/rever.xsh
dst: rever.xsh
- src: templates/releases/TEMPLATE
dst: news/TEMPLATE
39 changes: 39 additions & 0 deletions .github/template-files/templates/issue_template_details.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
- type: textarea
id: info
attributes:
label: Conda Info
description: |
Let's collect some basic information about your conda install.
Please run the following command from your command line and paste the output below.
```bash
conda info
```
render: shell
- type: textarea
id: config
attributes:
label: Conda Config
description: |
Let's collect any customizations you may have for your conda install.
Please run the following command from your command line and paste the output below.
```bash
conda config --show-sources
```
render: shell
- type: textarea
id: list
attributes:
label: Conda list
description: |
The packages installed into your environment can offer clues as to the problem you are facing.
Please activate the environment within which you are encountering this bug, run the following command from your command line, and paste the output below.
```bash
conda list --show-channel-urls
```
render: shell
15 changes: 15 additions & 0 deletions .github/template-files/templates/pull_request_template_details.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
### Checklist - did you ...

<!-- If any of the following items aren't relevant to your contribution,
please either tick them or use ~strikethrough~ so we know you've gone
through the checklist. -->

- [ ] Add a file to the `news` directory ([using the template](https://github.com/conda/conda-build/blob/main/news/TEMPLATE)) for the next release's release notes?
<!-- All "significant" changes should get an entry:
- user-facing changes or enhancements
- bug fixes
- deprecations
- documentation updates
- etc -->
- [ ] Add / update necessary tests?
- [ ] Add / update outdated documentation?
Loading

0 comments on commit 168140c

Please sign in to comment.