liblaf-cherries 0.0.1__tar.gz → 0.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.github/copier/.copier-answers.python.yaml +4 -2
- liblaf_cherries-0.0.2/.github/copier/.copier-answers.release.yaml +6 -0
- liblaf_cherries-0.0.1/.github/copier/.copier-answers.share.yaml → liblaf_cherries-0.0.2/.github/copier/.copier-answers.shared.yaml +3 -2
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.github/linters/.ruff.toml +4 -0
- liblaf_cherries-0.0.2/.github/release-please/.manifest.json +1 -0
- liblaf_cherries-0.0.1/.github/workflows/mega-linter.yaml → liblaf_cherries-0.0.2/.github/workflows/shared-mega-linter.yaml +16 -2
- liblaf_cherries-0.0.2/.github/workflows/shared-pr.yaml +51 -0
- liblaf_cherries-0.0.2/.github/workflows/shared-release-please.yaml +108 -0
- liblaf_cherries-0.0.1/.github/workflows/release.yaml → liblaf_cherries-0.0.2/.github/workflows/shared-release.yaml +25 -4
- liblaf_cherries-0.0.1/.github/workflows/auto-repo.yaml → liblaf_cherries-0.0.2/.github/workflows/shared-repo.yaml +30 -4
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.gitignore +0 -3
- liblaf_cherries-0.0.2/CHANGELOG.md +52 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/PKG-INFO +2 -2
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/pyproject.toml +2 -2
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/scripts/gen-init.sh +2 -0
- liblaf_cherries-0.0.1/.github/.mega-linter.yaml +0 -5
- liblaf_cherries-0.0.1/.github/copier/.copier-answers.release.yaml +0 -5
- liblaf_cherries-0.0.1/.github/release-please/.manifest.json +0 -1
- liblaf_cherries-0.0.1/.github/release-please.yml +0 -5
- liblaf_cherries-0.0.1/.github/workflows/auto-pr.yaml +0 -33
- liblaf_cherries-0.0.1/CHANGELOG.md +0 -41
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.config/.restic-ignore +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.config/resticprofile.toml +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.cspell.json +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.envrc +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.github/linters/pyrightconfig.json +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.github/release-please/config.json +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.github/renovate.json +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.ruff.toml +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/.vscode/settings.json +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/Justfile +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/LICENSE +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/__builtins__.pyi +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/docs/README.md +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/exp/hello-cherries.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/pixi.lock +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/pyrightconfig.json +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/__init__.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/__init__.pyi +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/_config.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/_env.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/_experiment.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/_main.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/_start.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/__init__.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/__init__.pyi +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/_commit.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/_entrypoint.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/_repo.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/github/__init__.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/github/__init__.pyi +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/github/_link.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/git/github/_repo.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/integration/__init__.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/integration/__init__.pyi +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/integration/_backend.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/integration/_factory.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/integration/_neptune.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/plugin/__init__.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/plugin/__init__.pyi +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/plugin/_abc.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/plugin/_default.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/plugin/_git.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/plugin/_logging.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/plugin/_restic.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/utils/__init__.py +0 -0
- {liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/utils/__init__.pyi +0 -0
@@ -1,5 +1,7 @@
|
|
1
|
-
#
|
2
|
-
|
1
|
+
# This file is @generated by <https://github.com/liblaf/copier-python>.
|
2
|
+
# DO NOT EDIT!
|
3
|
+
# prettier-ignore
|
4
|
+
_commit: 11b97e3
|
3
5
|
_src_path: gh:liblaf/copier-python
|
4
6
|
author: liblaf
|
5
7
|
email: 30631553+liblaf@users.noreply.github.com
|
@@ -1,6 +1,7 @@
|
|
1
|
-
#
|
1
|
+
# This file is @generated by <https://github.com/liblaf/copier-shared>.
|
2
|
+
# DO NOT EDIT!
|
2
3
|
# prettier-ignore
|
3
|
-
_commit:
|
4
|
+
_commit: 25684d3
|
4
5
|
_src_path: gh:liblaf/copier-share
|
5
6
|
copyright_holder: liblaf
|
6
7
|
license: MIT
|
@@ -1,7 +1,11 @@
|
|
1
1
|
#:schema https://json.schemastore.org/ruff.json
|
2
|
+
# This file is @generated by <https://github.com/liblaf/copier-python>.
|
3
|
+
# DO NOT EDIT!
|
4
|
+
|
2
5
|
builtins = ["ic"]
|
3
6
|
fix = true
|
4
7
|
show-fixes = true
|
8
|
+
target-version = "py312"
|
5
9
|
|
6
10
|
[format]
|
7
11
|
docstring-code-format = true
|
@@ -0,0 +1 @@
|
|
1
|
+
{".":"0.0.2"}
|
@@ -1,8 +1,10 @@
|
|
1
|
-
#
|
1
|
+
# This file is @generated by <https://github.com/liblaf/copier-shared>.
|
2
|
+
# DO NOT EDIT!
|
3
|
+
|
2
4
|
# https://github.com/oxsecurity/megalinter/blob/main/mega-linter-runner/generators/mega-linter/templates/mega-linter.yml
|
3
5
|
# https://megalinter.io
|
4
6
|
|
5
|
-
name: MegaLinter
|
7
|
+
name: (Shared) MegaLinter
|
6
8
|
|
7
9
|
on:
|
8
10
|
push:
|
@@ -18,8 +20,20 @@ jobs:
|
|
18
20
|
security-events: write # https://megalinter.io/latest/reporters/SarifReporter/
|
19
21
|
statuses: write # https://megalinter.io/latest/reporters/GitHubStatusReporter/
|
20
22
|
runs-on: ubuntu-latest
|
23
|
+
concurrency:
|
24
|
+
group: ${{ github.workflow }}-${{ github.ref }}-mega-linter
|
25
|
+
cancel-in-progress: true
|
21
26
|
steps:
|
22
27
|
- name: Checkout
|
23
28
|
uses: actions/checkout@v4
|
29
|
+
with:
|
30
|
+
token: ${{ secrets.PAT || github.token }}
|
24
31
|
- name: MegaLinter
|
25
32
|
uses: liblaf/actions/mega-linter@main
|
33
|
+
- name: Remove MegaLinter Reports
|
34
|
+
run: sudo rm --force --recursive "mega-linter.log" "megalinter-reports/"
|
35
|
+
- name: Auto Commit
|
36
|
+
uses: stefanzweifel/git-auto-commit-action@v5
|
37
|
+
with:
|
38
|
+
commit_message: "chore(mega-linter): apply linters fixes"
|
39
|
+
add_options: --update
|
@@ -0,0 +1,51 @@
|
|
1
|
+
# This file is @generated by <https://github.com/liblaf/copier-shared>.
|
2
|
+
# DO NOT EDIT!
|
3
|
+
|
4
|
+
name: (Shared) PR
|
5
|
+
|
6
|
+
on:
|
7
|
+
schedule:
|
8
|
+
- cron: "0 0 * * *"
|
9
|
+
- cron: "0 0 * * 0"
|
10
|
+
workflow_dispatch:
|
11
|
+
|
12
|
+
jobs:
|
13
|
+
merge:
|
14
|
+
name: Merge
|
15
|
+
permissions:
|
16
|
+
pull-requests: write
|
17
|
+
if: >-
|
18
|
+
(
|
19
|
+
github.event_name == 'schedule' &&
|
20
|
+
github.event.schedule == '0 0 * * 0'
|
21
|
+
) || github.event_name == 'workflow_dispatch'
|
22
|
+
runs-on: ubuntu-latest
|
23
|
+
concurrency:
|
24
|
+
group: ${{ github.workflow }}-merge
|
25
|
+
cancel-in-progress: true
|
26
|
+
steps:
|
27
|
+
- name: Merge
|
28
|
+
uses: liblaf/actions/pr-label@main
|
29
|
+
with:
|
30
|
+
add-label: automerge
|
31
|
+
label: "autorelease: pending"
|
32
|
+
token: ${{ secrets.PAT || github.token }}
|
33
|
+
|
34
|
+
review:
|
35
|
+
name: Review
|
36
|
+
permissions:
|
37
|
+
pull-requests: write
|
38
|
+
if: >-
|
39
|
+
(
|
40
|
+
github.event_name == 'schedule' &&
|
41
|
+
github.event.schedule == '0 0 * * *'
|
42
|
+
) || github.event_name == 'workflow_dispatch'
|
43
|
+
runs-on: ubuntu-latest
|
44
|
+
concurrency:
|
45
|
+
group: ${{ github.workflow }}-review
|
46
|
+
cancel-in-progress: true
|
47
|
+
steps:
|
48
|
+
- name: Review
|
49
|
+
uses: liblaf/actions/pr-review@main
|
50
|
+
with:
|
51
|
+
token: ${{ secrets.PAT || github.token }}
|
@@ -0,0 +1,108 @@
|
|
1
|
+
# This file is @generated by <https://github.com/liblaf/copier-release>.
|
2
|
+
# DO NOT EDIT!
|
3
|
+
|
4
|
+
name: (Shared) Release Please
|
5
|
+
|
6
|
+
on:
|
7
|
+
push:
|
8
|
+
branches:
|
9
|
+
- main
|
10
|
+
workflow_dispatch:
|
11
|
+
|
12
|
+
jobs:
|
13
|
+
release-please:
|
14
|
+
name: Release Please
|
15
|
+
permissions:
|
16
|
+
contents: write
|
17
|
+
pull-requests: write
|
18
|
+
runs-on: ubuntu-latest
|
19
|
+
concurrency:
|
20
|
+
group: ${{ github.workflow }}-${{ github.ref }}-release-please
|
21
|
+
cancel-in-progress: true
|
22
|
+
outputs:
|
23
|
+
created: ${{ steps.release-please.outputs.release_created }}
|
24
|
+
pr: ${{ steps.release-please.outputs.pr }}
|
25
|
+
tag: ${{ steps.release-please.outputs.tag_name }}
|
26
|
+
steps:
|
27
|
+
- id: release-please
|
28
|
+
name: Release Please
|
29
|
+
uses: googleapis/release-please-action@v4
|
30
|
+
with:
|
31
|
+
config-file: .github/release-please/config.json
|
32
|
+
manifest-file: .github/release-please/.manifest.json
|
33
|
+
token: ${{ github.token }}
|
34
|
+
|
35
|
+
changelog-pr:
|
36
|
+
name: Changelog (PR)
|
37
|
+
permissions:
|
38
|
+
contents: write
|
39
|
+
needs:
|
40
|
+
- release-please
|
41
|
+
if: ${{ needs.release-please.outputs.pr }}
|
42
|
+
runs-on: ubuntu-latest
|
43
|
+
concurrency:
|
44
|
+
group: ${{ github.workflow }}-${{ github.ref }}-changelog-pr
|
45
|
+
cancel-in-progress: true
|
46
|
+
steps:
|
47
|
+
- name: Checkout
|
48
|
+
uses: actions/checkout@v4
|
49
|
+
with:
|
50
|
+
ref: ${{ fromJson(needs.release-please.outputs.pr).headBranchName }}
|
51
|
+
token: ${{ github.token }}
|
52
|
+
fetch-depth: 0
|
53
|
+
- id: tag
|
54
|
+
name: Parse Tag
|
55
|
+
run: |-
|
56
|
+
title="${{ fromJson(needs.release-please.outputs.pr).title }}"
|
57
|
+
version=$(echo "$title" | awk '{ print $NF }')
|
58
|
+
echo "tag=v$version" >> "$GITHUB_OUTPUT"
|
59
|
+
- name: Changelog
|
60
|
+
uses: liblaf/actions/changelog@main
|
61
|
+
with:
|
62
|
+
args: --tag "${{ steps.tag.outputs.tag }}"
|
63
|
+
output: CHANGELOG.md
|
64
|
+
- name: Commit
|
65
|
+
uses: stefanzweifel/git-auto-commit-action@v5
|
66
|
+
with:
|
67
|
+
commit_message: "chore(docs): update CHANGELOG.md"
|
68
|
+
file_pattern: CHANGELOG.md
|
69
|
+
|
70
|
+
changelog-release:
|
71
|
+
name: Changelog (Release)
|
72
|
+
permissions:
|
73
|
+
actions: write
|
74
|
+
contents: write
|
75
|
+
needs:
|
76
|
+
- release-please
|
77
|
+
if: ${{ needs.release-please.outputs.created }}
|
78
|
+
runs-on: ubuntu-latest
|
79
|
+
concurrency:
|
80
|
+
group: ${{ github.workflow }}-${{ github.ref }}-changelog-release
|
81
|
+
cancel-in-progress: true
|
82
|
+
steps:
|
83
|
+
- name: Checkout
|
84
|
+
uses: actions/checkout@v4
|
85
|
+
with:
|
86
|
+
ref: ${{ needs.release-please.outputs.tag }}
|
87
|
+
fetch-depth: 0
|
88
|
+
- id: changelog
|
89
|
+
name: Changelog
|
90
|
+
uses: liblaf/actions/changelog@main
|
91
|
+
with:
|
92
|
+
args: --current --strip all
|
93
|
+
- name: Update Release
|
94
|
+
run: gh release edit "${{ needs.release-please.outputs.tag }}" --notes-file "${{ steps.changelog.outputs.changelog }}"
|
95
|
+
env:
|
96
|
+
GH_TOKEN: ${{ github.token }}
|
97
|
+
- name: Trigger Release Workflow
|
98
|
+
run: |-
|
99
|
+
WORKFLOW_FILES=(.github/workflows/{,shared-}release{.yaml,.yml})
|
100
|
+
for workflow_file in "${WORKFLOW_FILES[@]}"; do
|
101
|
+
if [[ -f $workflow_file ]]; then
|
102
|
+
workflow_name=$(basename -- "$workflow_file")
|
103
|
+
echo "::notice::Triggering workflow: $workflow_name"
|
104
|
+
gh workflow run "$workflow_name" --ref "${{ needs.release-please.outputs.tag }}"
|
105
|
+
fi
|
106
|
+
done
|
107
|
+
env:
|
108
|
+
GH_TOKEN: ${{ github.token }}
|
@@ -1,10 +1,14 @@
|
|
1
|
-
|
1
|
+
# This file is @generated by <https://github.com/liblaf/copier-python>.
|
2
|
+
# DO NOT EDIT!
|
3
|
+
|
4
|
+
name: (Shared) Release
|
2
5
|
|
3
6
|
on:
|
4
7
|
push:
|
5
8
|
release:
|
6
9
|
types:
|
7
10
|
- published
|
11
|
+
workflow_dispatch:
|
8
12
|
|
9
13
|
jobs:
|
10
14
|
build:
|
@@ -25,8 +29,11 @@ jobs:
|
|
25
29
|
id-token: write
|
26
30
|
needs:
|
27
31
|
- build
|
28
|
-
if: github.event_name == 'release'
|
32
|
+
if: github.event_name == 'release' || startsWith(github.ref, 'refs/tags/v')
|
29
33
|
runs-on: ubuntu-latest
|
34
|
+
concurrency:
|
35
|
+
group: ${{ github.workflow }}-${{ github.ref }}-publish
|
36
|
+
cancel-in-progress: true
|
30
37
|
steps:
|
31
38
|
- name: Download Artifacts
|
32
39
|
uses: actions/download-artifact@v4
|
@@ -44,7 +51,14 @@ jobs:
|
|
44
51
|
- build
|
45
52
|
if: github.ref == 'refs/heads/main'
|
46
53
|
runs-on: ubuntu-latest
|
54
|
+
concurrency:
|
55
|
+
group: ${{ github.workflow }}-${{ github.ref }}-pre-release
|
56
|
+
cancel-in-progress: true
|
47
57
|
steps:
|
58
|
+
- name: Checkout
|
59
|
+
uses: actions/checkout@v4
|
60
|
+
with:
|
61
|
+
fetch-depth: 0
|
48
62
|
- name: Download Artifacts
|
49
63
|
uses: actions/download-artifact@v4
|
50
64
|
with:
|
@@ -64,9 +78,16 @@ jobs:
|
|
64
78
|
contents: write
|
65
79
|
needs:
|
66
80
|
- build
|
67
|
-
if: github.event_name == 'release'
|
81
|
+
if: github.event_name == 'release' || startsWith(github.ref, 'refs/tags/v')
|
68
82
|
runs-on: ubuntu-latest
|
83
|
+
concurrency:
|
84
|
+
group: ${{ github.workflow }}-${{ github.ref }}-release
|
85
|
+
cancel-in-progress: true
|
69
86
|
steps:
|
87
|
+
- name: Checkout
|
88
|
+
uses: actions/checkout@v4
|
89
|
+
with:
|
90
|
+
fetch-depth: 0
|
70
91
|
- name: Download Artifacts
|
71
92
|
uses: actions/download-artifact@v4
|
72
93
|
with:
|
@@ -76,4 +97,4 @@ jobs:
|
|
76
97
|
uses: liblaf/actions/release@main
|
77
98
|
with:
|
78
99
|
files: dist/*
|
79
|
-
tag: ${{ github.event.release.tag_name }}
|
100
|
+
tag: ${{ github.event.release.tag_name || github.ref_name }}
|
@@ -1,4 +1,7 @@
|
|
1
|
-
|
1
|
+
# This file is @generated by <https://github.com/liblaf/copier-shared>.
|
2
|
+
# DO NOT EDIT!
|
3
|
+
|
4
|
+
name: (Shared) Repo
|
2
5
|
|
3
6
|
on:
|
4
7
|
push:
|
@@ -17,6 +20,9 @@ jobs:
|
|
17
20
|
actions: write
|
18
21
|
contents: write
|
19
22
|
runs-on: ubuntu-latest
|
23
|
+
concurrency:
|
24
|
+
group: ${{ github.workflow }}-copier-update
|
25
|
+
cancel-in-progress: true
|
20
26
|
steps:
|
21
27
|
- name: Checkout
|
22
28
|
uses: actions/checkout@v4
|
@@ -28,15 +34,15 @@ jobs:
|
|
28
34
|
uses: stefanzweifel/git-auto-commit-action@v5
|
29
35
|
with:
|
30
36
|
commit_message: "chore(copier): update from template"
|
31
|
-
commit_user_name: ${{ github.actor }}
|
32
|
-
commit_user_email: ${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com
|
33
|
-
commit_author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
|
34
37
|
|
35
38
|
label-sync:
|
36
39
|
name: Label Sync
|
37
40
|
permissions:
|
38
41
|
issues: write
|
39
42
|
runs-on: ubuntu-latest
|
43
|
+
concurrency:
|
44
|
+
group: ${{ github.workflow }}-label-sync
|
45
|
+
cancel-in-progress: true
|
40
46
|
steps:
|
41
47
|
- name: Label Sync
|
42
48
|
uses: EndBug/label-sync@v2
|
@@ -48,6 +54,9 @@ jobs:
|
|
48
54
|
repo-edit:
|
49
55
|
name: Repo Edit
|
50
56
|
runs-on: ubuntu-latest
|
57
|
+
concurrency:
|
58
|
+
group: ${{ github.workflow }}-repo-edit
|
59
|
+
cancel-in-progress: true
|
51
60
|
steps:
|
52
61
|
- name: Repo Edit
|
53
62
|
run: |-
|
@@ -65,9 +74,26 @@ jobs:
|
|
65
74
|
env:
|
66
75
|
GH_TOKEN: ${{ secrets.PAT || github.token }}
|
67
76
|
|
77
|
+
ruleset-import:
|
78
|
+
name: Ruleset Import
|
79
|
+
runs-on: ubuntu-latest
|
80
|
+
concurrency:
|
81
|
+
group: ${{ github.workflow }}-ruleset-import
|
82
|
+
cancel-in-progress: true
|
83
|
+
steps:
|
84
|
+
- name: Ruleset Import
|
85
|
+
uses: liblaf/actions/ruleset-import@main
|
86
|
+
with:
|
87
|
+
token: ${{ secrets.PAT || github.token }}
|
88
|
+
source-repo: liblaf/.github
|
89
|
+
source-ruleset-id: 3407904
|
90
|
+
|
68
91
|
set-default-workflow-permissions:
|
69
92
|
name: Set Default Workflow Permissions
|
70
93
|
runs-on: ubuntu-latest
|
94
|
+
concurrency:
|
95
|
+
group: ${{ github.workflow }}-set-default-workflow-permissions
|
96
|
+
cancel-in-progress: true
|
71
97
|
steps:
|
72
98
|
- name: Set Default Workflow Permissions
|
73
99
|
run: |-
|
@@ -0,0 +1,52 @@
|
|
1
|
+
# Changelog
|
2
|
+
|
3
|
+
## [0.0.2](https://github.com/liblaf/cherries/compare/v0.0.1..v0.0.2) - 2025-02-03
|
4
|
+
|
5
|
+
### ⬆️ Dependencies
|
6
|
+
|
7
|
+
- **deps:** update dependency liblaf-grapes to >=0.0.3,<0.0.4 (#7) - ([654faa9](https://github.com/liblaf/cherries/commit/654faa9033f3a911b39f7e5c64439cbab7c80591))
|
8
|
+
- **deps:** update dependency liblaf-grapes to >=0.0.1,<0.0.2 (#4) - ([2c3f56e](https://github.com/liblaf/cherries/commit/2c3f56eac1858effe88d0a09671df3ab39dc367c))
|
9
|
+
|
10
|
+
### ❤️ New Contributors
|
11
|
+
|
12
|
+
- @renovate[bot] made their first contribution in [#7](https://github.com/liblaf/cherries/pull/7)
|
13
|
+
- @liblaf made their first contribution
|
14
|
+
|
15
|
+
## [0.0.1](https://github.com/liblaf/cherries/compare/v0.0.0..v0.0.1) - 2025-01-19
|
16
|
+
|
17
|
+
### ✨ Features
|
18
|
+
|
19
|
+
- **cherries:** enhance experiment tracking and logging capabilities - ([093e56e](https://github.com/liblaf/cherries/commit/093e56ec73b1d1c86a46bfe9893a09f0f51f4f39))
|
20
|
+
- **cherries:** refactor experiment tracking and add new features - ([8594ac1](https://github.com/liblaf/cherries/commit/8594ac1ff3f782d4aba7072c9f92ad3091ea64b7))
|
21
|
+
- **integration:** enhance logging support for unsupported types - ([019b5b7](https://github.com/liblaf/cherries/commit/019b5b7130f9a2612c3f58c4e89c3e4b954f724a))
|
22
|
+
- **logging:** enhance file logging with custom filter for cherries module - ([d03a6a1](https://github.com/liblaf/cherries/commit/d03a6a1b3bab3eeca929520dee33e6542a46766e))
|
23
|
+
- log experiment entrypoint for better traceability - ([06c3f84](https://github.com/liblaf/cherries/commit/06c3f84bf4e675229ae73be2ad5978b2d9a282c1))
|
24
|
+
|
25
|
+
### ♻ Code Refactoring
|
26
|
+
|
27
|
+
- sort plugins by priority and reverse iteration order - ([33d98e4](https://github.com/liblaf/cherries/commit/33d98e4f613adad1f756950e6cf26e0b0bf6787d))
|
28
|
+
- remove unused integration base class and update gitignore - ([4015f84](https://github.com/liblaf/cherries/commit/4015f846b0d7436280cc018cf60f46a46d5e3ec5))
|
29
|
+
|
30
|
+
### ❤️ New Contributors
|
31
|
+
|
32
|
+
- @liblaf-bot[bot] made their first contribution
|
33
|
+
|
34
|
+
## [0.0.0] - 2025-01-16
|
35
|
+
|
36
|
+
### ✨ Features
|
37
|
+
|
38
|
+
- add logging and restic plugins, extend run capabilities - ([f28d30f](https://github.com/liblaf/cherries/commit/f28d30f990a9cbc876c16e98f8fdf5a2e7f54746))
|
39
|
+
|
40
|
+
### ♻ Code Refactoring
|
41
|
+
|
42
|
+
- simplify Run class by removing abstract base class - ([d267065](https://github.com/liblaf/cherries/commit/d26706537fc81d4abd4be87d29511259774053ad))
|
43
|
+
|
44
|
+
### 👷 Build System
|
45
|
+
|
46
|
+
- restructure project and enhance git integration - ([bbc24c0](https://github.com/liblaf/cherries/commit/bbc24c019640371f110aaae98d3bf178c8f353f0))
|
47
|
+
- initialize project structure and configuration - ([91d27cf](https://github.com/liblaf/cherries/commit/91d27cf861b724b1cbaf923eceac7e0177edcadb))
|
48
|
+
|
49
|
+
### ❤️ New Contributors
|
50
|
+
|
51
|
+
- @release-please[bot] made their first contribution in [#1](https://github.com/liblaf/cherries/pull/1)
|
52
|
+
- @liblaf made their first contribution
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: liblaf-cherries
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.2
|
4
4
|
Summary: Add your description here
|
5
5
|
Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
|
6
6
|
Project-URL: Homepage, https://github.com/liblaf/cherries
|
@@ -14,7 +14,7 @@ Requires-Python: >=3.12
|
|
14
14
|
Requires-Dist: comet-ml<4,>=3.47.6
|
15
15
|
Requires-Dist: gitpython<4,>=3.1.44
|
16
16
|
Requires-Dist: lazy-loader<0.5,>=0.4
|
17
|
-
Requires-Dist: liblaf-grapes<0.0.
|
17
|
+
Requires-Dist: liblaf-grapes<0.0.4,>=0.0.3
|
18
18
|
Requires-Dist: loguru<0.8,>=0.7.3
|
19
19
|
Requires-Dist: neptune<2,>=1.13.0
|
20
20
|
Requires-Dist: pydantic-settings<3,>=2.7.1
|
@@ -16,7 +16,7 @@ dependencies = [
|
|
16
16
|
"comet-ml>=3.47.6,<4",
|
17
17
|
"gitpython>=3.1.44,<4",
|
18
18
|
"lazy-loader>=0.4,<0.5",
|
19
|
-
"liblaf-grapes>=0.0.
|
19
|
+
"liblaf-grapes>=0.0.3,<0.0.4",
|
20
20
|
"loguru>=0.7.3,<0.8",
|
21
21
|
"neptune>=1.13.0,<2",
|
22
22
|
"pydantic-settings>=2.7.1,<3",
|
@@ -28,7 +28,7 @@ license = "MIT"
|
|
28
28
|
name = "liblaf-cherries"
|
29
29
|
readme = "docs/README.md"
|
30
30
|
requires-python = ">=3.12"
|
31
|
-
version = "0.0.
|
31
|
+
version = "0.0.2"
|
32
32
|
|
33
33
|
[project.urls]
|
34
34
|
"Changelog" = "https://github.com/liblaf/cherries/blob/main/CHANGELOG.md"
|
@@ -1,5 +0,0 @@
|
|
1
|
-
# yaml-language-server: $schema=https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json
|
2
|
-
# https://megalinter.io/latest/config-file/
|
3
|
-
|
4
|
-
EXTENDS:
|
5
|
-
- https://github.com/liblaf/.github/raw/refs/heads/main/.mega-linter.yaml
|
@@ -1 +0,0 @@
|
|
1
|
-
{".":"0.0.1"}
|
@@ -1,5 +0,0 @@
|
|
1
|
-
# yaml-language-server: $schema=https://raw.githubusercontent.com/googleapis/repo-automation-bots/refs/heads/main/packages/release-please/src/config-schema.json
|
2
|
-
handleGHRelease: true
|
3
|
-
manifest: true
|
4
|
-
manifestConfig: .github/release-please/config.json
|
5
|
-
manifestFile: .github/release-please/.manifest.json
|
@@ -1,33 +0,0 @@
|
|
1
|
-
name: (Auto) PR
|
2
|
-
|
3
|
-
on:
|
4
|
-
pull_request:
|
5
|
-
schedule:
|
6
|
-
- cron: "0 0 * * 0"
|
7
|
-
workflow_dispatch:
|
8
|
-
|
9
|
-
jobs:
|
10
|
-
merge:
|
11
|
-
name: Merge
|
12
|
-
permissions:
|
13
|
-
pull-requests: write
|
14
|
-
runs-on: ubuntu-latest
|
15
|
-
steps:
|
16
|
-
- if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
|
17
|
-
name: Merge
|
18
|
-
uses: liblaf/actions/auto-merge@main
|
19
|
-
with:
|
20
|
-
add-label: automerge
|
21
|
-
label: "autorelease: pending"
|
22
|
-
token: ${{ secrets.PAT || github.token }}
|
23
|
-
|
24
|
-
review:
|
25
|
-
name: Review
|
26
|
-
permissions:
|
27
|
-
pull-requests: write
|
28
|
-
runs-on: ubuntu-latest
|
29
|
-
steps:
|
30
|
-
- name: Review
|
31
|
-
uses: liblaf/actions/auto-review@main
|
32
|
-
with:
|
33
|
-
token: ${{ secrets.PAT || github.token }}
|
@@ -1,41 +0,0 @@
|
|
1
|
-
# Changelog
|
2
|
-
|
3
|
-
## [0.0.1](https://github.com/liblaf/cherries/compare/v0.0.0...v0.0.1) (2025-01-19)
|
4
|
-
|
5
|
-
|
6
|
-
### ✨ Features
|
7
|
-
|
8
|
-
* **cherries:** enhance experiment tracking and logging capabilities ([093e56e](https://github.com/liblaf/cherries/commit/093e56ec73b1d1c86a46bfe9893a09f0f51f4f39))
|
9
|
-
* **cherries:** refactor experiment tracking and add new features ([8594ac1](https://github.com/liblaf/cherries/commit/8594ac1ff3f782d4aba7072c9f92ad3091ea64b7))
|
10
|
-
* **integration:** enhance logging support for unsupported types ([019b5b7](https://github.com/liblaf/cherries/commit/019b5b7130f9a2612c3f58c4e89c3e4b954f724a))
|
11
|
-
* log experiment entrypoint for better traceability ([06c3f84](https://github.com/liblaf/cherries/commit/06c3f84bf4e675229ae73be2ad5978b2d9a282c1))
|
12
|
-
* **logging:** enhance file logging with custom filter for cherries module ([d03a6a1](https://github.com/liblaf/cherries/commit/d03a6a1b3bab3eeca929520dee33e6542a46766e))
|
13
|
-
|
14
|
-
|
15
|
-
### ♻ Code Refactoring
|
16
|
-
|
17
|
-
* remove unused integration base class and update gitignore ([4015f84](https://github.com/liblaf/cherries/commit/4015f846b0d7436280cc018cf60f46a46d5e3ec5))
|
18
|
-
* sort plugins by priority and reverse iteration order ([33d98e4](https://github.com/liblaf/cherries/commit/33d98e4f613adad1f756950e6cf26e0b0bf6787d))
|
19
|
-
|
20
|
-
## 0.0.0 (2025-01-16)
|
21
|
-
|
22
|
-
|
23
|
-
### ✨ Features
|
24
|
-
|
25
|
-
* add logging and restic plugins, extend run capabilities ([f28d30f](https://github.com/liblaf/cherries/commit/f28d30f990a9cbc876c16e98f8fdf5a2e7f54746))
|
26
|
-
|
27
|
-
|
28
|
-
### 🎫 Chores
|
29
|
-
|
30
|
-
* **release:** trigger release-please ([c9a55bf](https://github.com/liblaf/cherries/commit/c9a55bf870bce514a76288827d817d0f3777f65a))
|
31
|
-
|
32
|
-
|
33
|
-
### ♻ Code Refactoring
|
34
|
-
|
35
|
-
* simplify Run class by removing abstract base class ([d267065](https://github.com/liblaf/cherries/commit/d26706537fc81d4abd4be87d29511259774053ad))
|
36
|
-
|
37
|
-
|
38
|
-
### 👷 Build System
|
39
|
-
|
40
|
-
* initialize project structure and configuration ([91d27cf](https://github.com/liblaf/cherries/commit/91d27cf861b724b1cbaf923eceac7e0177edcadb))
|
41
|
-
* restructure project and enhance git integration ([bbc24c0](https://github.com/liblaf/cherries/commit/bbc24c019640371f110aaae98d3bf178c8f353f0))
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{liblaf_cherries-0.0.1 → liblaf_cherries-0.0.2}/src/liblaf/cherries/integration/__init__.pyi
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|