Skip to content

Commit 79f43e1

Browse files
committed
Merge branch 'main' into develop
2 parents b143cfa + 0999f7e commit 79f43e1

File tree

2,296 files changed

+297459
-200
lines changed

Some content is hidden

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

2,296 files changed

+297459
-200
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test and send code coverage to codecov.io
1+
name: "🧪 Test"
22

33
on:
44
push:
@@ -11,7 +11,7 @@ on:
1111
- develop
1212
jobs:
1313
test-and-codecov:
14-
name: test and check coverage
14+
name: "🤙 Call SDK test workflow"
1515
uses: clamsproject/.github/.github/workflows/sdk-codecov.yml@main
1616
secrets:
1717
CC_REPO_UPLOAD_TOKEN: ${{ secrets.CODECOV_UPLOAD_TOKEN_MMIF_PYTHON }}

.github/workflows/issue-assign.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
name: "assign an issue when issue branch is created"
1+
name: "🙆 Assign issue"
22

33
on:
44
create:
55

66
jobs:
77
call-assign:
88
if: github.ref_type == 'branch'
9+
name: "🤙 Call assignment workflow"
910
uses: clamsproject/.github/.github/workflows/repo-issue-assign.yml@main
1011
secrets: inherit

.github/workflows/issue-close.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "unassign all when an issue is closed"
1+
name: "🙅 Unassign assignees"
22

33
on:
44
issues:
@@ -10,5 +10,6 @@ on:
1010

1111
jobs:
1212
call-unassign:
13+
name: "🤙 Call unassignment workflow"
1314
uses: clamsproject/.github/.github/workflows/repo-issue-close.yml@main
1415
secrets: inherit

.github/workflows/issue-infra-project.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "add to `infra` GH project when a new issue is submitted"
1+
name: "🗂 Add issue to `infra` GHP"
22

33
on:
44
issues:
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
call-assign:
14+
name: "🤙 Call GHP workflow"
1415
uses: clamsproject/.github/.github/workflows/repo-issue-project.yml@main
1516
secrets: inherit
1617
with:

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
name: upload HTML documentation, PyPI distribution
1+
name: "📦 Publish (docs, PyPI)"
22

33
on:
44
push:
55
tags:
66
- '[0-9]+.[0-9]+.[0-9]+'
7+
78
jobs:
8-
build-and-upload:
9-
name: documentation and pypi
9+
packge-and-upload:
10+
name: "🤙 Call SDK publish workflow"
1011
uses: clamsproject/.github/.github/workflows/sdk-publish.yml@main
1112
secrets: inherit
13+

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
-50.4 KB
Binary file not shown.

docs/.doctrees/environment.pickle

-1020 KB
Binary file not shown.
-16.3 KB
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b7b856efa04d9944cefa833c271e53ba
3+
config: f096d2caba7303b9a2d38a50c0ba12a6
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

0 commit comments

Comments
 (0)