From 2566a608d9b8c8d1c3093267bc628a2e3df2223d Mon Sep 17 00:00:00 2001 From: deep-volue <138577784+deep-volue@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:47:46 +0200 Subject: [PATCH 1/9] Create relnote-0.7.10 (#131) (#132) --- releases/relnote-0.7.10 | 1 + 1 file changed, 1 insertion(+) create mode 100644 releases/relnote-0.7.10 diff --git a/releases/relnote-0.7.10 b/releases/relnote-0.7.10 new file mode 100644 index 0000000..a3a1046 --- /dev/null +++ b/releases/relnote-0.7.10 @@ -0,0 +1 @@ +Internal improvisations and optimisations From c4680862fe6ccf48f6a3bc3606804e212fdda4d9 Mon Sep 17 00:00:00 2001 From: Soumya Deep Ghosh <138577784+deep-volue@users.noreply.github.com> Date: Tue, 10 Oct 2023 12:58:40 +0200 Subject: [PATCH 2/9] Updates for readthedocs sphinx theme (#134) --- .readthedocs.yaml | 2 +- docs/requirements.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 docs/requirements.txt diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c13e9ea..53e0bf1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -19,4 +19,4 @@ sphinx: # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: install: - - requirements: requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt \ No newline at end of file diff --git a/docs/requirements.txt b/docs/requirements.txt new file mode 100644 index 0000000..6074cd9 --- /dev/null +++ b/docs/requirements.txt @@ -0,0 +1,6 @@ +sphinx==6.2.1 +sphinx-rtd-theme==1.2.2 +pillow==5.4.1 +mock==1.0.1 +commonmark==0.9.1 +recommonmark==0.5.0 \ No newline at end of file From 1ba080ee378208cf65c2cde6b2b2e6937fa374f2 Mon Sep 17 00:00:00 2001 From: Soumya Deep Ghosh <138577784+deep-volue@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:51:43 +0200 Subject: [PATCH 3/9] Docs req update (#141) --- .readthedocs.yaml | 2 +- docs/requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 53e0bf1..8689451 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.9" # Build documentation in the docs/ directory with Sphinx sphinx: diff --git a/docs/requirements.txt b/docs/requirements.txt index 6074cd9..b359d79 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ -sphinx==6.2.1 -sphinx-rtd-theme==1.2.2 -pillow==5.4.1 -mock==1.0.1 +sphinx==7.2.6 +sphinx-rtd-theme==1.3.0 +pillow==10.0.1 +mock==5.1.0 commonmark==0.9.1 -recommonmark==0.5.0 \ No newline at end of file +recommonmark==0.7.1 \ No newline at end of file From d7be0654c2fa61a85bf28de28a1ba80a4e832c6c Mon Sep 17 00:00:00 2001 From: Soumya Deep Ghosh <138577784+deep-volue@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:23:08 +0200 Subject: [PATCH 4/9] Update VERSION (#143) --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 5b209ea..b4d6d12 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.10 +0.7.11 From ccc64f6ebbc3787f89944b796719f58b339f3710 Mon Sep 17 00:00:00 2001 From: Soumya Deep Ghosh <138577784+deep-volue@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:22:49 +0200 Subject: [PATCH 5/9] Create relnote-0.7.12 --- releases/relnote-0.7.12 | 1 + 1 file changed, 1 insertion(+) create mode 100644 releases/relnote-0.7.12 diff --git a/releases/relnote-0.7.12 b/releases/relnote-0.7.12 new file mode 100644 index 0000000..0cf31b2 --- /dev/null +++ b/releases/relnote-0.7.12 @@ -0,0 +1 @@ +Modified config for readthedocs From 158857c0d7b0abe908a4b99d32a1bd4de8a44b7a Mon Sep 17 00:00:00 2001 From: Soumya Deep Ghosh <138577784+deep-volue@users.noreply.github.com> Date: Fri, 13 Oct 2023 13:23:36 +0200 Subject: [PATCH 6/9] Rename relnote-0.7.12 to relnote-0.7.11 --- releases/{relnote-0.7.12 => relnote-0.7.11} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename releases/{relnote-0.7.12 => relnote-0.7.11} (100%) diff --git a/releases/relnote-0.7.12 b/releases/relnote-0.7.11 similarity index 100% rename from releases/relnote-0.7.12 rename to releases/relnote-0.7.11 From dc87dc56c74fb5eeeb6eac84464ab1784407d255 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:16:27 +0200 Subject: [PATCH 7/9] Bump pillow from 10.0.1 to 10.1.0 (#144) --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b359d79..06b262c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx==7.2.6 sphinx-rtd-theme==1.3.0 -pillow==10.0.1 +pillow==10.1.0 mock==5.1.0 commonmark==0.9.1 recommonmark==0.7.1 \ No newline at end of file From d80d99af48bc29445885b2f3d399ba41ba1ec8fd Mon Sep 17 00:00:00 2001 From: Soumya Deep Ghosh <138577784+deep-volue@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:09:21 +0200 Subject: [PATCH 8/9] Create .mergeable.yml (#133) --- .github/workflows/.mergeable.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/.mergeable.yml diff --git a/.github/workflows/.mergeable.yml b/.github/workflows/.mergeable.yml new file mode 100644 index 0000000..04a4229 --- /dev/null +++ b/.github/workflows/.mergeable.yml @@ -0,0 +1,25 @@ +version: 2 +mergeable: + - when: pull_request.*, pull_request_review.* + name: PR Checker + validate: + # we check title format because on squash-merge it becomes the merge-commit message + - do: title + must_include: + regex: "^.{0,62}$" + message: | + Title should be at most 62 characters long + - do: title + must_include: + regex: '^(feat|fix|refactor|revert|ci|build|docs|chore)(\([\w\d-]+\))?!?: (\S.+[^.?!])$' + regex_flag: "none" # by default pattern is case-insensitive + message: | + Title should follow conventional commit format `type(scope): summary` + - type is one of feat, fix, refactor, revert, ci, build, docs, chore + - scope is optional, it can be a ClickUp ticket reference or anything else, e.g. feat(CU861naajbt) or build(deps) + - summary should start with lower case and shouldn't end with punctuation + - do: description + no_empty: + enabled: true + message: | + Description should not be empty. Please provide details with **what** was changed, **why** it was changed, and **how** it was changed. From e07d5309f525ea2176b4b7d5892af5cd8ad4104e Mon Sep 17 00:00:00 2001 From: Soumya Deep Ghosh <138577784+deep-volue@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:28:05 +0200 Subject: [PATCH 9/9] Update conf.py (#145) --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 4a51172..c49d562 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.1.0' +release = '0.7.11' # -- General configuration --------------------------------------------------- @@ -42,7 +42,7 @@ 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinx.ext.githubpages', - 'sphinx.ext.napoleon' + 'sphinx.ext.napoleon' ] # Add any paths that contain templates here, relative to this directory. @@ -168,4 +168,4 @@ #Custom css to the documentation def setup(app): - app.add_css_file('css/custom.css') \ No newline at end of file + app.add_css_file('css/custom.css')