Commit graph

135 commits

Author SHA1 Message Date
tfuxu
0bfc938983
build.yml: bump flatpak builder version (#749) 2023-04-06 12:37:26 +00:00
dependabot[bot]
ad6f2facbb
build(deps): bump peter-evans/create-pull-request from 4 to 5
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-05 08:01:17 +00:00
K.B.Dharun Krishna
73f1784642
build.yml: bump flatpak builder version
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-04-02 16:28:10 +05:30
tfuxu
2a94a508b2
meta: make Dependency Review not fail
Dependency Review action can be only run on pull requests, as it requires base_ref/head_ref configuration options, which are only available on `pull_request` and `pull_request_target` triggers. More info: https://docs.github.com/en/actions/learn-github-actions/contexts

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-01-23 16:33:22 +00:00
0dbd5c809c
misc: CI improvements (#700)
# Description

Made several improvements to workflow files and added a new Typos
workflow.

_We probably should squash this on merge_

## Type of change

<!-- What type of change does your pull request introduce? Put an `x` in
the box that apply. -->
- [ ] Bugfix (Change which fixes a issue)
- [ ] New feature (Change which adds new functionality)
- [x] Enhancement (Change which slightly improves existing code)
- [ ] Breaking change (This change will introduce incompatibility with
existing functionality)

## Changelog <!-- This is optional, but highly appreciated. -->

- Beautified some workflow files
- Updated text in Greetings action
- Changed `pypi_deps.yml` file name to `pypi-dependencies.yml`
- Added new typo checking workflow

## Testing

- [x] I have tested my changes and verified that they work as expected
<!-- Required, your PR won't be accepted if you don't do this step. -->

### How to test the changes

<!-- Optional, it can speed up review process if you provide the
information on how to test your changes. -->
No information provided.

Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
Co-authored-by: 0xMRTT <0xMRTT@proton.me>
Co-authored-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2023-01-18 03:04:00 +03:00
5621934d8b
fix: rename ci to build
since it's only doing build

Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2023-01-03 23:55:02 +01:00
tfuxu
d5fa02b2a6
linting: fix a majority of coding errors pointed by pylint 2022-12-27 21:28:58 +01:00
tfuxu
f5a8fdca4c
meta: change CI artifact output names
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-25 16:53:53 +00:00
e828e9915e
misc: change to main
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 16:21:54 +03:00
e474bbbd84
feat: switch to gnome-nightly
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 15:10:25 +03:00
efad0fdde8
feat: update CI
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 14:20:24 +03:00
0fffe61cd3
feat: update CI
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-12-25 00:53:45 +03:00
tfuxu
a6c6881365
fix: use Github's auto-generated repository token
Signed-off-by: tfuxu <73042332+tfuxu@users.noreply.github.com>
2022-12-03 23:30:54 +00:00
0f43eba0ff
fix: remove stale
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 19:28:08 +01:00
51531efc00
fix: remove labeler
Signed-off-by: 0xMRTT <0xMRTT@proton.me>
2022-11-21 19:27:53 +01:00
770b51cb41
Update translation.yml
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-11-18 17:50:50 +03:00
fb77024e72
Update translation.yml
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-11-18 17:46:06 +03:00
dependabot[bot]
8bb9d3f4d9
build(deps): bump actions/dependency-review-action from 2 to 3 (#655)
Bumps
[actions/dependency-review-action](https://github.com/actions/dependency-review-action)
from 2 to 3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/dependency-review-action/releases">actions/dependency-review-action's
releases</a>.</em></p>
<blockquote>
<h2>3.0.0</h2>
<h2>Breaking Changes</h2>
<p>By default the action now expects <a
href="https://spdx.org/licenses/">SPDX-compliant licenses</a>
everywhere. If you were previously using license names in the allow or
deny lists make sure they're valid!</p>
<h2>What's Changed</h2>
<h3>Support for external configuration files</h3>
<p>You can now specify a <a
href="https://github.com/actions/dependency-review-action/#configuration-file">configuration
file external to your repository</a>. This allows organizations to have
a single configuration file for all their repos.</p>
<h3>Broader license support</h3>
<p>We've added support for a much broader set of project licenses by
using GitHub's <a
href="https://docs.github.com/en/rest/licenses">Licenses API</a>.</p>
<h3>SPDX Compliance</h3>
<p>All of our license-related code now expects <a
href="https://spdx.org/licenses/">SPDX-compliant licenses or
expressions</a>. This allows us to standardize on a license naming
scheme that already supports <code>OR</code>/<code>AND</code>
expressions.</p>
<h3>Disable individual checks</h3>
<p>You can now use the boolean options <code>license-check</code> and
<code>vulnerability-check</code> to disable either one of the checks.
More information in <a
href="https://github.com/actions/dependency-review-action/#configuration-options">our
configuration options</a>.</p>
<h2>Thanks</h2>
<p>Contributors for this release include:</p>
<ul>
<li><a
href="https://github.com/cnagadya"><code>@​cnagadya</code></a></li>
<li><a
href="https://github.com/courtneycl"><code>@​courtneycl</code></a></li>
<li><a
href="https://github.com/ericcornelissen"><code>@​ericcornelissen</code></a></li>
<li><a
href="https://github.com/elireisman"><code>@​elireisman</code></a></li>
<li><a href="https://github.com/hmaurer"><code>@​hmaurer</code></a></li>
</ul>
<p>Thanks everyone!
<strong>Full Changelog</strong>: <a
href="https://github.com/actions/dependency-review-action/compare/v2...v3.0.0">https://github.com/actions/dependency-review-action/compare/v2...v3.0.0</a></p>
<h2>2.5.1</h2>
<p>Adding some quality-of-life improvements to the local development
experience. You can now pass a flag to the <code>scripts/scan_pr</code>
script using the <code>-c/--config-file</code> flags to use an external
configuration file:</p>
<p>Example:</p>
<pre><code> scripts/scan_pr
https://github.com/actions/dependency-review-action/pull/294
</code></pre>
<h2>2.5.0</h2>
<p>Fallback on GitHub Licenses API data for missing Dependency Review
API Licenses. This should improve our license coverage.</p>
<h2>2.4.1</h2>
<p>This patch release fixes the bugs below:</p>
<ul>
<li>Display the dependency name instead of the manifest name in the
detailed list of dependents.</li>
<li>Fix an issue where undefined GHSAs would remove filter out all
changes.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="30d5821115"><code>30d5821</code></a>
Bumping version number</li>
<li><a
href="6e42c3395a"><code>6e42c33</code></a>
Remove defaults from the recently added fields.</li>
<li><a
href="a3074cd699"><code>a3074cd</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/327">#327</a>
from actions/adding-extra-options</li>
<li><a
href="51a29d6960"><code>51a29d6</code></a>
Updating action.yml to include <code>*-check</code> config</li>
<li><a
href="235a221cf4"><code>235a221</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/324">#324</a>
from actions/readme-update</li>
<li><a
href="9b3a7f61dd"><code>9b3a7f6</code></a>
Minor README tweaks.</li>
<li><a
href="a4761312ac"><code>a476131</code></a>
Add <code>pull_request</code> to the list of events that don't need
refs.</li>
<li><a
href="28c7c8c314"><code>28c7c8c</code></a>
Set the correct default for license-check in README.</li>
<li><a
href="9da0fd4871"><code>9da0fd4</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/325">#325</a>
from actions/dependabot/npm_and_yarn/eslint-plugin-je...</li>
<li><a
href="fe45fd6645"><code>fe45fd6</code></a>
Merge pull request <a
href="https://github-redirect.dependabot.com/actions/dependency-review-action/issues/326">#326</a>
from actions/dependabot/npm_and_yarn/esbuild-register...</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/dependency-review-action/compare/v2...v3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/dependency-review-action&package-manager=github_actions&previous-version=2&new-version=3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-14 20:44:29 +01:00
0xMRTT
d626e22e47
Delete weekly.yml
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-10-23 08:29:54 +02:00
a758444741
Merge branch 'main' into readme_refactor
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-10-13 23:14:42 +03:00
0xMRTT
64b4200290
fix: update discord link
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-10-13 20:46:04 +02:00
5e179e031b feat: rename to CI 2022-10-08 17:18:06 +03:00
c8e2ccd644
feat: remove duplicate of Weblate actions
Signed-off-by: David Lapshin <ddaudix@gmail.com>
2022-09-30 00:32:26 +03:00
0xMRTT
5d4bd5768a
feat: update pot files
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-29 22:36:10 +02:00
dependabot[bot]
2e8af890a8
build(deps): bump actions/stale from 5 to 6
Bumps [actions/stale](https://github.com/actions/stale) from 5 to 6.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-22 08:44:44 +00:00
0xMRTT
267da086bd
fix: remove arm64
Yes, I've said that I will revert 😅

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-20 16:40:44 +02:00
0xMRTT
455b66be44
feat: add arm64
Maybe I will revert ...

Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-20 16:29:02 +02:00
0xMRTT
a0a602feca
Update translation.yml
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-18 11:05:18 +02:00
0xMRTT
efcbcc95fe
fix: update flatpak path
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-18 01:29:10 +02:00
0xMRTT
7f60773bd4
fix: update matrix links
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-17 02:40:12 +02:00
0xMRTT
0824e8b62a
fix: only update pypi deps on push
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-13 20:16:31 +02:00
0xMRTT
8c1cbfb8eb
fix: remove i386 build
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 23:01:44 +02:00
0xMRTT
31ae751728
feat: add i386
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:54:20 +02:00
0xMRTT
a2e74e142b
fix: add aarch64
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:28:42 +02:00
0xMRTT
66d4397473
fix: update Access token
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:22:23 +02:00
0xMRTT
af983f67e3
feat: add pysa
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:12:56 +02:00
0xMRTT
f90d18ea45
feat: add auto labeler
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-11 22:07:32 +02:00
0xMRTT
2e91435fe2
fix: only run flatpak action if changes 2022-09-09 18:06:04 +02:00
0xMRTT
e4b61590e4
fix: remove automatic python formating
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-09 17:53:02 +02:00
0xMRTT
8e7251cb72
fix!: rename bundle name with devel suffix
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-08 23:26:41 +02:00
0xMRTT
d58fdd76ca
fix: use devel in ci
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-08 23:16:33 +02:00
0xMRTT
45f01c8845
Delete flatpak-nightly.yml
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-08 23:15:21 +02:00
0xMRTT
ec0fa5a1bd
Merge branch 'main' into changes 2022-09-05 18:39:04 +02:00
0xMRTT
f49c3c10b5
fix: automatically create pr
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 20:54:48 +02:00
0xMRTT
105ad80af4
fix: update generation
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 20:11:09 +02:00
0xMRTT
82f13a2d6e
Merge branch 'main' into changes 2022-09-04 20:02:32 +02:00
0xMRTT
9630b0b4f8
ci: update deps
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:52:49 +02:00
0xMRTT
7a79a33c71
ci: add wip generation of pypi-dependencies.json
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:49:15 +02:00
0xMRTT
def4b898fb
ci: remove pkgbuild
Signed-off-by: 0xMRTT <0xMRTT@tuta.io>
2022-09-04 19:16:32 +02:00
tfuxu
0351e97a18 fix: ignore E302 in autopep8 2022-09-04 19:15:13 +02:00