Skip to content

Commit cf696d2

Browse files
release: v1.3.0 #8835
2 parents 7902805 + bb128e3 commit cf696d2

File tree

4,397 files changed

+64720
-41778
lines changed

Some content is hidden

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

4,397 files changed

+64720
-41778
lines changed

.codespellrc

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/--bug-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Bug report
22
description: Create a bug report to help us improve Plane
33
title: "[bug]: "
4-
labels: [🐛bug]
4+
labels: [🐛bug, plane]
55
assignees: [vihar, pushya22]
66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/--feature-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Feature request
22
description: Suggest a feature to improve Plane
33
title: "[feature]: "
4-
labels: [✨feature]
4+
labels: [✨feature, plane]
55
assignees: [vihar, pushya22]
66
body:
77
- type: markdown

.github/ISSUE_TEMPLATE/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
contact_links:
22
- name: Help and support
3-
about: Reach out to us on our Discord server or GitHub discussions.
3+
about: Reach out to us on our Forum or GitHub discussions.
44
- name: Dedicated support
55
url: mailto:support@plane.so
66
about: Write to us if you'd like dedicated support using Plane

.github/workflows/build-branch.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ jobs:
134134
135135
- id: checkout_files
136136
name: Checkout Files
137-
uses: actions/checkout@v4
137+
uses: actions/checkout@v6
138138

139139
branch_build_push_admin:
140140
name: Build-Push Admin Docker Image
141141
runs-on: ubuntu-22.04
142142
needs: [branch_build_setup]
143143
steps:
144144
- name: Admin Build and Push
145-
uses: makeplane/actions/build-push@v1.0.0
145+
uses: makeplane/actions/build-push@v1.4.0
146146
with:
147147
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
148148
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
@@ -164,7 +164,7 @@ jobs:
164164
needs: [branch_build_setup]
165165
steps:
166166
- name: Web Build and Push
167-
uses: makeplane/actions/build-push@v1.0.0
167+
uses: makeplane/actions/build-push@v1.4.0
168168
with:
169169
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
170170
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
@@ -186,7 +186,7 @@ jobs:
186186
needs: [branch_build_setup]
187187
steps:
188188
- name: Space Build and Push
189-
uses: makeplane/actions/build-push@v1.0.0
189+
uses: makeplane/actions/build-push@v1.4.0
190190
with:
191191
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
192192
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
@@ -208,7 +208,7 @@ jobs:
208208
needs: [branch_build_setup]
209209
steps:
210210
- name: Live Build and Push
211-
uses: makeplane/actions/build-push@v1.0.0
211+
uses: makeplane/actions/build-push@v1.4.0
212212
with:
213213
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
214214
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
@@ -230,7 +230,7 @@ jobs:
230230
needs: [branch_build_setup]
231231
steps:
232232
- name: Backend Build and Push
233-
uses: makeplane/actions/build-push@v1.0.0
233+
uses: makeplane/actions/build-push@v1.4.0
234234
with:
235235
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
236236
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
@@ -252,7 +252,7 @@ jobs:
252252
needs: [branch_build_setup]
253253
steps:
254254
- name: Proxy Build and Push
255-
uses: makeplane/actions/build-push@v1.0.0
255+
uses: makeplane/actions/build-push@v1.4.0
256256
with:
257257
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
258258
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
@@ -282,7 +282,7 @@ jobs:
282282
- branch_build_push_proxy
283283
steps:
284284
- name: Checkout Files
285-
uses: actions/checkout@v4
285+
uses: actions/checkout@v6
286286

287287
- name: Prepare AIO Assets
288288
id: prepare_aio_assets
@@ -298,13 +298,13 @@ jobs:
298298
echo "AIO_BUILD_VERSION=${aio_version}" >> $GITHUB_OUTPUT
299299
300300
- name: Upload AIO Assets
301-
uses: actions/upload-artifact@v4
301+
uses: actions/upload-artifact@v7
302302
with:
303303
path: ./deployments/aio/community/dist
304304
name: aio-assets-dist
305305

306306
- name: AIO Build and Push
307-
uses: makeplane/actions/build-push@v1.1.0
307+
uses: makeplane/actions/build-push@v1.4.0
308308
with:
309309
build-release: ${{ needs.branch_build_setup.outputs.build_release }}
310310
build-prerelease: ${{ needs.branch_build_setup.outputs.build_prerelease }}
@@ -337,7 +337,7 @@ jobs:
337337
- branch_build_push_proxy
338338
steps:
339339
- name: Checkout Files
340-
uses: actions/checkout@v4
340+
uses: actions/checkout@v6
341341

342342
- name: Update Assets
343343
run: |
@@ -352,7 +352,7 @@ jobs:
352352
# sed -i 's/APP_RELEASE=stable/APP_RELEASE='${REL_VERSION}'/g' deployments/cli/community/variables.env
353353
354354
- name: Upload Assets
355-
uses: actions/upload-artifact@v4
355+
uses: actions/upload-artifact@v7
356356
with:
357357
name: community-assets
358358
path: |
@@ -381,7 +381,7 @@ jobs:
381381
REL_VERSION: ${{ needs.branch_build_setup.outputs.release_version }}
382382
steps:
383383
- name: Checkout
384-
uses: actions/checkout@v4
384+
uses: actions/checkout@v6
385385

386386
- name: Update Assets
387387
run: |
@@ -391,12 +391,13 @@ jobs:
391391
392392
- name: Create Release
393393
id: create_release
394-
uses: softprops/action-gh-release@v2.1.0
394+
uses: softprops/action-gh-release@v2.6.1
395395
env:
396396
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
397397
with:
398398
tag_name: ${{ env.REL_VERSION }}
399399
name: ${{ env.REL_VERSION }}
400+
target_commitish: ${{ github.sha }}
400401
draft: false
401402
prerelease: ${{ env.IS_PRERELEASE }}
402403
generate_release_notes: true

.github/workflows/check-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
with:
1515
ref: ${{ github.head_ref }}
1616
fetch-depth: 0
1717

1818
- name: Setup Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@v6
2020

2121
- name: Get PR Branch version
2222
run: echo "PR_VERSION=$(node -p "require('./package.json').version")" >> $GITHUB_ENV

.github/workflows/codeql.yml

Lines changed: 4 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -20,43 +20,20 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
language: ["python", "javascript"]
23-
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
24-
# Use only 'java' to analyze code written in Java, Kotlin or both
25-
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
26-
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
2723

2824
steps:
2925
- name: Checkout repository
30-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
3127

32-
# Initializes the CodeQL tools for scanning.
3328
- name: Initialize CodeQL
34-
uses: github/codeql-action/init@v3
29+
uses: github/codeql-action/init@v4
3530
with:
3631
languages: ${{ matrix.language }}
37-
# If you wish to specify custom queries, you can do so here or in a config file.
38-
# By default, queries listed here will override any specified in a config file.
39-
# Prefix the list here with "+" to use these queries and those in the config file.
4032

41-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
42-
# queries: security-extended,security-and-quality
43-
44-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
45-
# If this step fails, then you should remove it and run the build manually (see below)
4633
- name: Autobuild
47-
uses: github/codeql-action/autobuild@v3
48-
49-
# ℹ️ Command-line programs to run using the OS shell.
50-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
51-
52-
# If the Autobuild fails above, remove it and uncomment the following three lines.
53-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
54-
55-
# - run: |
56-
# echo "Run, Build Application using script"
57-
# ./location_of_script_within_repo/buildscript.sh
34+
uses: github/codeql-action/autobuild@v4
5835

5936
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@v3
37+
uses: github/codeql-action/analyze@v4
6138
with:
6239
category: "/language:${{matrix.language}}"

.github/workflows/codespell.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: Copy Right Check
2+
3+
on:
4+
workflow_dispatch:
5+
pull_request:
6+
branches:
7+
- "preview"
8+
types:
9+
- "opened"
10+
- "synchronize"
11+
- "ready_for_review"
12+
- "review_requested"
13+
- "reopened"
14+
15+
jobs:
16+
license-check:
17+
name: Copy Right Check
18+
runs-on: ubuntu-latest
19+
steps:
20+
- name: Checkout repository
21+
uses: actions/checkout@v6
22+
23+
- name: Set up Go
24+
uses: actions/setup-go@v6
25+
with:
26+
go-version: "1.22"
27+
28+
- name: Install addlicense
29+
run: |
30+
go install github.com/google/addlicense@latest
31+
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
32+
33+
- name: Check Copyright For Python Files
34+
run: |
35+
set -e
36+
echo "Running copyright check..."
37+
addlicense -check -f COPYRIGHT.txt -ignore "**/migrations/**" $(git ls-files '*.py')
38+
echo "Copyright check passed."
39+
40+
- name: Check Copyright For TypeScript Files
41+
run: |
42+
set -e
43+
echo "Running copyright check..."
44+
addlicense -check -f COPYRIGHT.txt -ignore "**/*.config.ts" -ignore "**/*.d.ts" $(git ls-files '*.ts' '*.tsx')
45+
echo "Copyright check passed."

.github/workflows/feature-deployment.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- id: checkout_files
5050
name: Checkout Files
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
full_build_push:
5454
runs-on: ubuntu-22.04
@@ -63,23 +63,23 @@ jobs:
6363
BUILDX_ENDPOINT: ${{ needs.branch_build_setup.outputs.gh_buildx_endpoint }}
6464
steps:
6565
- name: Login to Docker Hub
66-
uses: docker/login-action@v3
66+
uses: docker/login-action@v4
6767
with:
6868
username: ${{ secrets.DOCKERHUB_USERNAME }}
6969
password: ${{ secrets.DOCKERHUB_TOKEN }}
7070

7171
- name: Set up Docker Buildx
72-
uses: docker/setup-buildx-action@v3
72+
uses: docker/setup-buildx-action@v4
7373
with:
7474
driver: ${{ env.BUILDX_DRIVER }}
7575
version: ${{ env.BUILDX_VERSION }}
7676
endpoint: ${{ env.BUILDX_ENDPOINT }}
7777

7878
- name: Check out the repo
79-
uses: actions/checkout@v4
79+
uses: actions/checkout@v6
8080

8181
- name: Build and Push to Docker Hub
82-
uses: docker/build-push-action@v6.9.0
82+
uses: docker/build-push-action@v7.0.0
8383
with:
8484
context: .
8585
file: ./aio/Dockerfile-app
@@ -112,7 +112,7 @@ jobs:
112112
sudo apt-get install -y python3-pip
113113
pip3 install awscli
114114
- name: Tailscale
115-
uses: tailscale/github-action@v2
115+
uses: tailscale/github-action@v4
116116
with:
117117
oauth-client-id: ${{ secrets.TAILSCALE_OAUTH_CLIENT_ID }}
118118
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_SECRET }}

0 commit comments

Comments
 (0)