From ba5afd5e8ac6cabaca91470d0b14cc9d1819c475 Mon Sep 17 00:00:00 2001 From: Jerry Ling Date: Sat, 2 Jul 2022 17:46:10 -0400 Subject: [PATCH 1/7] add missing links and fix MD link --- samples/Samples.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samples/Samples.md b/samples/Samples.md index 930aa28..255b333 100644 --- a/samples/Samples.md +++ b/samples/Samples.md @@ -74,7 +74,7 @@ Example of painting with a Image Surface as source [sample_image.jl](sample_imag ### image pattern # -Example of painting with a Image Surface as pattern [sample_imagepattern.jl] (sample_imagepattern.jl). +Example of painting with a Image Surface as pattern [sample_imagepattern.jl](sample_imagepattern.jl). ![imagepattern .png](sample_imagepattern.png "imagepattern example") @@ -188,12 +188,12 @@ Example of using Recording surface, simple copy, then scaled and offset. ![sample record0.png](sample_record0.png "record0 example") ![sample record1.png](sample_record1.png "record1 example") -Example of writing to script, put script text into frame. +Example of writing to script, put script text into frame. [sample_record0.jl](sample_record0.jl), [sample_record1.jl](sample_record1.jl) ![sample script0.png](sample_script0.png "scrip0 example") ### current point -Example of using current point +Example of using current point [sample_current_point.jl](sample_current_point.jl) -![sample current point.png](sample_current_point.png "current point example") \ No newline at end of file +![sample current point.png](sample_current_point.png "current point example") From 12e707d94b92547c78cfd89414db3d69f52d6b7e Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 14:39:46 -0400 Subject: [PATCH 2/7] Update TagBot.yml --- .github/workflows/TagBot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index f49313b..4bad0ec 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -4,6 +4,22 @@ on: types: - created workflow_dispatch: + inputs: + lookback: + default: "3" +permissions: + actions: read + checks: read + contents: write + deployments: read + issues: read + discussions: read + packages: read + pages: read + pull-requests: read + repository-projects: read + security-events: read + statuses: read jobs: TagBot: if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' @@ -12,4 +28,6 @@ jobs: - uses: JuliaRegistries/TagBot@v1 with: token: ${{ secrets.GITHUB_TOKEN }} + # Edit the following line to reflect the actual name of the GitHub Secret containing your private key ssh: ${{ secrets.DOCUMENTER_KEY }} + # ssh: ${{ secrets.NAME_OF_MY_SSH_PRIVATE_KEY_SECRET }} From ddd2df89e787772f88c223ecac200db4836f7977 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 14:41:36 -0400 Subject: [PATCH 3/7] Update ci.yml --- .github/workflows/ci.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f5bc49d..dccf5bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,20 +15,16 @@ jobs: fail-fast: false matrix: julia-version: - - "1.3" - - "1" - - "nightly" + - 'lts' + - '1' os: - ubuntu-latest - - macos-latest - windows-latest julia-arch: - x64 - - x86 - # 32-bit Julia binaries are not available on macOS - exclude: + include: - os: macOS-latest - julia-arch: x86 + julia-arch: aarch64 steps: - uses: actions/checkout@v2 From 16c89e03c8ef56d6e3ba48962909a8b52a692c86 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 14:42:11 -0400 Subject: [PATCH 4/7] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dccf5bd..e720897 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,13 +27,13 @@ jobs: julia-arch: aarch64 steps: - - uses: actions/checkout@v2 - - uses: julia-actions/setup-julia@v1 + - uses: actions/checkout@v4 + - uses: julia-actions/setup-julia@v2 with: version: ${{ matrix.julia-version }} arch: ${{ matrix.julia-arch }} - name: Cache artifacts - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-artifacts with: From 3c8fe53c8813337f75be5a02ad61138cea0c1745 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 14:44:30 -0400 Subject: [PATCH 5/7] Update ci.yml --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e720897..b8f9c52 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: include: - os: macOS-latest julia-arch: aarch64 + julia-version: '1' steps: - uses: actions/checkout@v4 From 8990a1864e49d53ad5dceaa818ce2cc1441b6ca0 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 14:46:33 -0400 Subject: [PATCH 6/7] Delete .drone.yml --- .drone.yml | 55 ------------------------------------------------------ 1 file changed, 55 deletions(-) delete mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml deleted file mode 100644 index c38671a..0000000 --- a/.drone.yml +++ /dev/null @@ -1,55 +0,0 @@ ---- -kind: pipeline -name: linux - arm - Julia 1.3 - -platform: - os: linux - arch: arm - -steps: -- name: build - image: julia:1.3 - commands: - - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" - -trigger: - branch: - - master - ---- -kind: pipeline -name: linux - arm64 - Julia 1.3 - -platform: - os: linux - arch: arm64 - -steps: -- name: build - image: julia:1.3 - commands: - - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" - -trigger: - branch: - - master - ---- -kind: pipeline -name: linux - arm64 - Julia 1.5 - -platform: - os: linux - arch: arm64 - -steps: -- name: build - image: julia:1.5 - commands: - - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" - -trigger: - branch: - - master - -... From 5cfa2c35624d2c59f5a2e3b5f2770f132c5cb0d1 Mon Sep 17 00:00:00 2001 From: "Viral B. Shah" Date: Mon, 12 Aug 2024 14:46:45 -0400 Subject: [PATCH 7/7] Delete .drone.jsonnet --- .drone.jsonnet | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 .drone.jsonnet diff --git a/.drone.jsonnet b/.drone.jsonnet deleted file mode 100644 index 1d1c8e7..0000000 --- a/.drone.jsonnet +++ /dev/null @@ -1,26 +0,0 @@ -local Pipeline(os, arch, version) = { - kind: "pipeline", - name: os+" - "+arch+" - Julia "+version, - platform: { - os: os, - arch: arch - }, - steps: [ - { - name: "build", - image: "julia:"+version, - commands: [ - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" - ] - } - ], - trigger: { - branch: ["master"] - } -}; - -[ - Pipeline("linux", "arm", "1.3"), - Pipeline("linux", "arm64", "1.3"), - Pipeline("linux", "arm64", "1.5") -]