Commit Graph

272 Commits

Author SHA1 Message Date
Fernando Fernández
7febbd4efb ci(bot): recreate comment on deployment
When there are multiple events in GitHub Pull Requests, GitHub collapses them,
so there's less noise in the pull request view

Track the comment in pull requests with a lot of activity might be difficult, so this ensures the comment is always placed last
2022-12-14 19:24:57 +01:00
renovate[bot]
2f8fd1ea3b chore(deps): update thollander/actions-comment-pull-request action to v2.1.0 2022-12-14 19:24:57 +01:00
Fernando Fernández
a407bbc468 ci: replace comment_includes with comment_tag
As specified in https://github.com/thollander/actions-comment-pull-request/pull/160
2022-12-14 11:09:58 +00:00
renovate[bot]
c9f119cbce chore(deps): update ci dependencies 2022-12-14 11:02:12 +01:00
Fernando Fernández
2198e4a7e8 ci: separate renovate config for Tauri
Tauri dependencies are updated alongside the frontend ones.
This commit separates them, while also not separating major and minor.

CI dependencies are also separated from major and minor updates.
2022-12-14 10:53:38 +01:00
renovate[bot]
ea744663fc chore(deps): update cloudflare/pages-action action to v1.2.0 2022-12-06 20:18:27 +01:00
renovate[bot]
05a2126c97 chore(deps): update thollander/actions-comment-pull-request action to v1.6.0 2022-11-29 15:14:32 +01:00
Fernando Fernández
f33e34f159 ci: set concurrency in automation workflow
Automation workflow is fast, but in multiple and quick force
pushes it can lag behind.

This way we're sure the comment status, labeling and project management
is always updated.

Also make PR commenting checks less prone to failure with force pushes.
2022-11-23 16:59:57 +01:00
Fernando Fernández
59cc6b34c4 ci: check compliance with conventional commits
Add an action to check for the compliance of conventional
commits guidelines.
2022-11-23 16:59:57 +01:00
renovate[bot]
8f7e7a62c9 chore(deps): update actions/dependency-review-action action to v3.0.1 2022-11-21 16:57:35 +01:00
Fernando Fernández
d50da0aed8 ci: ignore documentation files on workflows 2022-11-21 15:36:58 +00:00
Fernando Fernández
96692347ea ci: improvements to CF deployment messages
* Shorter version of commit sha
* Show normal URL when deploying to master
* Reusable job system workflow
* Add links to workflow runs for easier debugging
2022-11-21 15:36:51 +00:00
Fernando Fernández
d901bb64ba
ci: remove reusable workflow
GitHub API does not update the artifact until after the reusable workflow fails
https://docs.github.com/en/rest/reference/actions#list-workflow-run-artifacts

This means that we need to use dawidd6/action-download-artifact to handle PRs in conjuction with actions/download-artifact, which is more unconvenient than simply handling pushes to master as pull requests
2022-11-15 18:17:11 +01:00
Fernando Fernández
7f236b230e
ci: remove set-output from unstable release workflow 2022-11-15 13:42:12 +01:00
Fernando Fernández
841b51c995
ci: add custom system comment for Cloudflare Pages deployments 2022-11-15 13:42:07 +01:00
Fernando Fernández
c1db965930
ci: fix CodeQL workflow warnings
Not having the workflow executed on push event lead to CodeQL warnings, as it thought that
it was unable to compare PR changes from a PR and master
2022-11-15 02:08:30 +01:00
Fernando Fernández
98600bfa4e
ci: deploy only on successful workflow run 2022-11-14 18:41:53 +01:00
Fernando Fernández
310e687b19
ci: fix deploy workflow 2022-11-14 16:59:02 +01:00
Fernando Fernández
8f6d1b2422 ci: remove commands workflow
Rebases are now possible using GitHub UI
2022-11-14 13:18:05 +01:00
Fernando Fernández
db359d7bf2 ci: rename build steps for clarity 2022-11-14 12:52:21 +01:00
Fernando Fernández
e567653653 ci: add support for Vue CodeQL scanning 2022-11-14 12:52:21 +01:00
Fernando Fernández
eceeab5f8e ci: move deploy step to another workflow to keep repository secrets safe 2022-11-14 12:52:21 +01:00
Fernando Fernández
60ccaeff40 ci: set concurrency in pull request checks
If a PR is synchronized while a previous running check is still running, the previous jobs will be cancelled, leaving only the new checks running

This is will avoid wasting CI resources and faster checks (as having multiple jobs running can increase the job queue)
2022-11-14 12:52:21 +01:00
Fernando Fernández
b265402cf9 ci: merge workflows 2022-11-14 12:52:21 +01:00
renovate[bot]
1c8bb54599 chore(deps): update eps1lon/actions-label-merge-conflict action to v2.1.0 2022-10-31 11:25:14 +01:00
Fernando Fernández
f59c22f2ec ci(cf-pages): fix deployments 2022-10-28 12:24:14 +02:00
renovate[bot]
9e397a719b chore(deps): update ci dependencies 2022-10-28 12:24:14 +02:00
Fernando Fernández
3324525b15 ci: publish to cloudflare pages using GitHub Actions 2022-10-28 10:02:51 +02:00
Fernando Fernández
dceb6115c2 ci: publish artifact of the built client 2022-10-28 10:02:51 +02:00
Thibault Nocchi
7a8ac9dd42 feat: cancel previous unstable actions when new one comes in 2022-08-17 17:13:45 +02:00
Fernando Fernández
8c630da946 chore: remove unnecessary dependencies 2022-08-13 21:57:26 +02:00
renovate[bot]
c5264283a8 chore(deps): update docker/build-push-action action to v3.1.1 2022-08-10 11:50:23 +02:00
renovate[bot]
514224d7ba chore(deps): update ci dependencies 2022-07-24 17:41:17 +02:00
Renovate Bot
4edc011ac3 chore(deps): update actions/dependency-review-action action to v2 2022-06-15 18:56:18 +02:00
Renovate Bot
8fcd57d48e chore(deps): update actions/setup-node action to v3.3.0 2022-06-08 16:16:06 +02:00
Fernando Fernández
640c128ac2 chore: build Tauri on release and commit and upload artifacts 2022-05-23 17:39:21 +02:00
Fernando Fernández
e2feaa09cd chore: upload Tauri artifacts for workflow runs 2022-05-23 17:39:21 +02:00
Fernando Fernández
745b294887 chore: use rust from virtual environment 2022-05-23 17:39:21 +02:00
Fernando Fernández
5323b192f3 fix(tauri): generate icons at build time 2022-05-23 02:00:23 +02:00
Fernando Fernández
a22a1d02f9 ci: remove linux/arm/v6 architecture from building matrix 2022-05-23 02:00:23 +02:00
Fernando Fernández
9dba4080de fix: workaround for https://github.com/npm/cli/issues/4618 2022-05-23 00:50:28 +02:00
Renovate Bot
c883fe49e8 chore(deps): update cirrus-actions/rebase action to v1.7 2022-05-12 08:12:43 +02:00
Renovate Bot
1bc7e33802 chore(deps): update ci dependencies 2022-05-06 09:04:50 +02:00
Fernando Fernández
c26a656818 feat: finish pinia implementation, remove all vuex mentions and lint files 2022-05-02 10:06:01 +02:00
Renovate Bot
da60b4cb58 chore(deps): update ci dependencies 2022-04-29 13:42:03 +02:00
Renovate Bot
3b8d5f431d chore(deps): update actions/setup-node action to v3.1.1 2022-04-11 18:40:27 +02:00
Fernando Fernández
07c00a6341 ci: update CodeQL actions 2022-04-07 17:06:33 +02:00
Fernando Fernández
dd289d2f2c ci: add dependency review action to PR pipelines
https://github.blog/2022-04-06-prevent-introduction-known-vulnerabilities-into-your-code/
2022-04-07 17:06:33 +02:00
Renovate Bot
30b6801faa chore(deps): update ci dependencies 2022-04-07 16:16:26 +02:00
Renovate Bot
84d40429c2 chore(deps): update actions/setup-node action to v3.1.0 2022-04-07 15:54:44 +02:00
Renovate Bot
5c1b534721 chore(deps): update docker/build-push-action action to v2.10.0 2022-03-15 10:55:29 +01:00
Renovate Bot
7f9db08f37 chore(deps): update actions/labeler action to v4 2022-03-01 22:54:08 +01:00
Renovate Bot
4e8553656b chore(deps): update actions/checkout action to v3 2022-03-01 22:31:45 +01:00
Renovate Bot
bb11a62bb2 chore(deps): update docker/login-action action to v1.14.1 2022-03-01 21:31:39 +01:00
Renovate Bot
cb3e5e0c39 chore(deps): update docker/login-action action to v1.14.0 2022-02-28 11:44:29 +01:00
Renovate Bot
da84bb7540 chore(deps): update actions/setup-node action to v3 2022-02-24 16:26:53 +01:00
Fernando Fernández
c1522f96b3 ci(renovate): group cargo build dependencies 2022-02-18 18:46:29 +01:00
Renovate Bot
562def0013 chore(deps): update docker/login-action action to v1.13.0 2022-02-18 15:23:06 +01:00
Fernando Fernández
982717fa97 chore: fix npm CI yet again and faulty renovate manager
Missed to change to the proper manager for Rust while rebasing #1672
2022-02-18 14:23:26 +01:00
Fernando Fernández
67deb527a4 fix(workspaces): add frontend as dependency to tauri workspace 2022-02-18 13:44:46 +01:00
Fernando Fernández
c534b4a2de feat(tauri): add tauri and dependencies
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-02-18 13:44:46 +01:00
Fernando Fernández
9cb4a2b8f4 chore(tauri): monorepo structure for the project 2022-02-18 13:44:46 +01:00
Renovate Bot
2e02aaff96 chore(deps): update docker/build-push-action action to v2.9.0 2022-02-02 12:27:27 +01:00
Renovate Bot
d442221505 chore(deps): update docker/build-push-action action to v2.8.0 2022-01-18 15:42:29 +01:00
Fernando Fernández
92630a965d ci: remove unnecessary renovate config
See https://github.com/renovatebot/renovate/issues/13317 for more info, but basically it was a docs overlook from my side, so those properties are not really needed in the config file

Also enabled the lockfileMaintenance, which I left disabled through the onboarding process and I forgot to re-enable
2022-01-04 08:51:44 +01:00
Fernando Fernández
d1bb1df9d3 chore: remove stale bot
This project hasn't reached enough maturity and traction that makes managing issues a hassle, so this is causing more inconveniences that advantages right now by removing actually useful issues.
2021-12-29 23:03:52 +01:00
Fernando Fernández
8111db5d3c chore: update simple-icons import syntax 2021-12-28 21:04:20 +01:00
Fernando Fernández
d17de86e8a chore: ignore hls dependency updates 2021-12-28 20:37:05 +01:00
Fernando Fernández
f4d30c39a9 chore: remove unneeded renovate config 2021-12-28 17:54:55 +01:00
Renovate Bot
8fd07d15d3 chore(deps): update ci dependencies 2021-12-28 17:31:40 +01:00
Fernando Fernández
83bda26b83 deps: customize renovate config 2021-12-28 16:42:44 +01:00
Fernando Fernández
3393a6e288 chore(ci): fix tags only referencing a single arch 2021-12-24 17:54:43 +01:00
Fernando Fernández
505e171c31 ci(docker): parallelise different architecture building 2021-12-24 16:34:26 +01:00
Fernando Fernández
fdda345d6a ci(docker): build the client entirely in the Docker context 2021-12-24 16:34:26 +01:00
Fernando Fernández
5a9114725c ci(docker): remove ci Dockerfile and perform build directly with the main dockerfile 2021-12-24 16:34:26 +01:00
dependabot[bot]
33c57b0f9f fix(deps): bump docker/login-action from 1.10.0 to 1.12.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.10.0 to 1.12.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.10.0...v1.12.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-23 11:30:48 +01:00
Fernando Fernández
225fdadcbb ci(kill-ssr): rename Dockerfile.nginx to Dockerfile.ci 2021-12-23 01:19:49 +01:00
Fernando Fernández
0529e69a85 chore(ssr): remove all CI steps related to SSR 2021-12-23 01:19:49 +01:00
Fernando Fernández
ecd87419e4 chore(ssr): remove all unneeded files 2021-12-23 01:19:49 +01:00
Fernando Fernández
7ccb2c6492 ci(actions): merge Pull Request build and test action 2021-12-23 01:19:49 +01:00
Fernando Fernández
13a27df990 chore(deps): pin lockfile version to 3 in npmrc for dependabot compatibility 2021-12-13 14:42:30 +01:00
Thibault Nocchi
1b9e7da675 ci: add commit number to env var of GH actions 2021-12-09 10:38:31 +01:00
Thibault Nocchi
59cbbbda99 ci: fix docker SSR start command and non-CI docker builds 2021-12-05 22:27:07 +01:00
Fernando Fernández
a6375cd7aa ci: add emojis to workflows 2021-12-03 13:22:28 -05:00
Fernando Fernández
c8ee75e2d9 chore: set static build as default in CI 2021-12-03 13:22:28 -05:00
dependabot[bot]
e54079ab1f fix(deps): bump actions/setup-node from 2.4.0 to 2.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-30 09:17:09 +01:00
dependabot[bot]
1c414db79a fix(deps): bump actions/checkout from 2.3.5 to 2.4.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 07:53:32 +01:00
Fernando Fernández
97f5c01425 chore(node16): update GitHub Actions pipelines 2021-11-02 15:19:14 +01:00
Fernando Fernández
b27edf8b99 chore(node16): update Docker and development environment to Node 16 2021-11-02 15:19:14 +01:00
dependabot[bot]
d801ff169b fix(deps): bump actions/checkout from 2.3.4 to 2.3.5
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-10-18 15:56:04 +02:00
MrTimscampi
35554c0cbe chore(github): fix some markdown in issue template 2021-08-26 17:16:49 +02:00
MrTimscampi
f24c6c8c33 chore(github): mark more issue fields as required 2021-08-26 17:14:23 +02:00
MrTimscampi
dc5c060a8f chore(github): update issue template to use forms 2021-08-26 16:53:48 +02:00
dependabot[bot]
c2f0158752 fix(deps): bump codecov/codecov-action from 2.0.2 to 2.0.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.2...v2.0.3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-26 13:22:47 +02:00
MrTimscampi
c124f2ef2a chore: rename client dir to src 2021-08-26 04:51:58 +02:00
MrTimscampi
36b0433785 ci(dependabot): remove dependabot for vue3 branch 2021-08-20 13:25:54 +02:00
dependabot[bot]
08d2d319dc fix(deps): bump actions/setup-node from 2.3.0 to 2.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.3.0...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-14 08:08:06 +02:00
dependabot[bot]
db3daadc94 fix(deps): bump codecov/codecov-action from 2.0.1 to 2.0.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.1 to 2.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2.0.1...v2.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 18:58:03 +02:00
Thibault Nocchi
d7d8a382e3 ci: use builtin npm cache 2021-08-13 18:52:44 +02:00
dependabot[bot]
2441df9771 fix(deps): bump actions/setup-node from 2.2.0 to 2.3.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-21 20:32:49 +02:00
dependabot[bot]
63b45bb6b7 fix(deps): bump codecov/codecov-action from 1.5.2 to 2.0.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.2 to 2.0.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.5.2...v2.0.1)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-20 12:25:53 +02:00
dependabot[bot]
5c1bd3d029 fix(deps): bump alex-page/github-project-automation-plus
Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.8.0 to 0.8.1.
- [Release notes](https://github.com/alex-page/github-project-automation-plus/releases)
- [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: alex-page/github-project-automation-plus
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-18 14:37:38 +02:00
dependabot[bot]
01ccad3e88 fix(deps): bump docker/setup-buildx-action from 1.5.0 to 1.5.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.0 to 1.5.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.0...v1.5.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-14 13:18:23 +02:00
dependabot[bot]
41038d2890 fix(deps): bump docker/setup-buildx-action from 1.4.1 to 1.5.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.4.1...v1.5.0)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 18:14:01 +02:00
dependabot[bot]
9538cdfcaa fix(deps): bump docker/build-push-action from 2.5.0 to 2.6.1
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 11:11:50 +02:00
dependabot[bot]
9bf6a6add3 fix(deps): bump actions/setup-node from 2.1.5 to 2.2.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2.1.5...v2.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-01 09:01:10 +02:00
dependabot[bot]
1b09158ead fix(deps): bump docker/setup-buildx-action from 1.3.0 to 1.4.1
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.4.1)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-30 10:37:03 +02:00
dependabot[bot]
b782cb4cb8 fix(deps): bump alex-page/github-project-automation-plus
Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/alex-page/github-project-automation-plus/releases)
- [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: alex-page/github-project-automation-plus
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 03:21:58 +02:00
MrTimscampi
59f31a40f3 ci(dependabot): add Vue 3 branch to auto-updates 2021-06-26 10:21:47 +02:00
dependabot[bot]
e8b063c760 fix(deps): bump docker/login-action from 1.9.0 to 1.10.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1.9.0...v1.10.0)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-24 13:39:05 +02:00
dependabot[bot]
5523fd0546 fix(deps): bump codecov/codecov-action from 1.5.0 to 1.5.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.5.0 to 1.5.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1.5.0...v1.5.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-09 11:51:54 +02:00
MrTimscampi
a7eb1c0a4a chore(stalebot): adjust exempt labels 2021-06-08 17:51:01 +02:00
Fernando Fernández
0d84e9bb0d ci: refactor actions and remove duplicated workflows 2021-06-02 12:54:35 +02:00
Fernando Fernández
f95e556e33 Use pull_request_target and fine-tune rebase action 2021-06-02 12:54:35 +02:00
dependabot[bot]
04f77dca57 fix(deps): bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:37:19 +02:00
dependabot[bot]
443d78aec6 fix(deps): bump docker/build-push-action from 2.4.0 to 2.5.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.4.0...v2.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:37:05 +02:00
dependabot[bot]
292e1473fe fix(deps): bump docker/setup-qemu-action from 1.1.0 to 1.2.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 10:36:49 +02:00
dependabot[bot]
c4b0da97af fix(deps): bump cirrus-actions/rebase from 1.4 to 1.5
Bumps [cirrus-actions/rebase](https://github.com/cirrus-actions/rebase) from 1.4 to 1.5.
- [Release notes](https://github.com/cirrus-actions/rebase/releases)
- [Commits](https://github.com/cirrus-actions/rebase/compare/1.4...1.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-19 06:32:13 +02:00
Fernando Fernández
7e19c91704 chore: replace GH_TOKEN with JF_BOT_TOKEN 2021-05-13 20:37:55 +02:00
dependabot[bot]
c62cd7c615 fix(deps): bump docker/setup-qemu-action from 1 to 1.1.0
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action) from 1 to 1.1.0.
- [Release notes](https://github.com/docker/setup-qemu-action/releases)
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v1.1.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 13:12:11 +02:00
dependabot[bot]
861430166c fix(deps): bump docker/login-action from 1 to 1.9.0
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 1.9.0.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v1.9.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 13:11:59 +02:00
dependabot[bot]
c1372e89b5 fix(deps): bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 13:10:58 +02:00
dependabot[bot]
37592aff72 fix(deps): bump docker/build-push-action from 2 to 2.4.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 2.4.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v2.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 13:10:49 +02:00
dependabot[bot]
a57e463ede fix(deps): bump codecov/codecov-action from 1 to 1.5.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 13:10:39 +02:00
dependabot[bot]
30a86a5632 fix(deps): bump docker/setup-buildx-action from 1 to 1.3.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 1.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v1.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 12:47:04 +02:00
dependabot[bot]
ebd621166c fix(deps): bump alex-page/github-project-automation-plus
Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from v0.6.0 to v0.7.1.
- [Release notes](https://github.com/alex-page/github-project-automation-plus/releases)
- [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.6.0...50502d399cbb98cefe7ce1f99f93f78c6756562e)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-01 22:12:20 +02:00
dependabot[bot]
a6f767510b fix(deps): bump alex-page/github-project-automation-plus
Bumps [alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus) from v0.5.1 to v0.6.0.
- [Release notes](https://github.com/alex-page/github-project-automation-plus/releases)
- [Commits](https://github.com/alex-page/github-project-automation-plus/compare/v0.5.1...4230e39aec629f1b622666350cdbdf29ff149aca)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-26 17:43:41 +02:00
dependabot[bot]
e4f69b085b fix(deps): bump eps1lon/actions-label-merge-conflict
Bumps [eps1lon/actions-label-merge-conflict](https://github.com/eps1lon/actions-label-merge-conflict) from v2.0.0 to v2.0.1.
- [Release notes](https://github.com/eps1lon/actions-label-merge-conflict/releases)
- [Changelog](https://github.com/eps1lon/actions-label-merge-conflict/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eps1lon/actions-label-merge-conflict/compare/v2.0.0...b8bf8341285ec9a4567d4318ba474fee998a6919)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-14 15:56:50 +02:00
Fernando Fernández
81362ebe2f chore(ci): replace with actions-label-merge-conflict 2021-04-14 14:45:56 +02:00
dependabot[bot]
7716534177 fix(deps): bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-13 09:48:06 +02:00
dependabot[bot]
f6ff117f98 fix(deps): bump peter-evans/create-or-update-comment
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from v1.4.4 to v1.4.5.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v1.4.4...a35cf36e5301d70b76f316e867e7788a55a31dae)

Signed-off-by: dependabot[bot] <support@github.com>
2021-04-12 08:54:57 +02:00
Fernando Fernández
2f12a6c870 ci(rebase): quote reaction 2021-04-06 10:22:42 +02:00
MrTimscampi
8c5d4b81c5 ci(rebase): react on comment when rebase starts 2021-04-04 10:27:49 +02:00
MrTimscampi
933f04ffb8 ci(rebase): use our bot for rebasing instead of the org 2021-04-02 12:27:45 +02:00
MrTimscampi
0cec4bdf5f build: fix imports and eslint config for use of src folder 2021-03-26 16:43:07 +01:00
Fernando Fernández
c8c49364ae ci: run merge conflict check on PR rebase 2021-03-24 08:05:08 +00:00
MrTimscampi
63b6200166 ci(stalebot): add stalebot config 2021-03-23 16:09:18 +00:00
Julien Machiels
76d2dee2d6
Merge pull request #884 from jellyfin/fix-docker
fix(docker): fix dockerfile not building the SSR version properly
2021-03-15 13:14:01 +01:00
Julien Machiels
903ac67a2e
Update .github/workflows/docker-release.yml
Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
2021-03-15 13:06:13 +01:00
Julien Machiels
fcd823e80d
Update .github/workflows/docker.yml
Co-authored-by: Fernando Fernández <ferferga@hotmail.com>
2021-03-15 13:06:08 +01:00
MrTimscampi
85891a12d9 fix(docker): fix dockerfile not building the SSR version properly
For some reason, npm wasn't passing down the standalone flag to nuxt-build. As a result,
dependencies weren't bundled anymore, leading to errors when trying to run it. This adds a dedicated
standalone build command to avoid having to pass down flags.
2021-03-15 12:18:40 +01:00
Fernando Fernández
ec880c3c75
chore: fix version of auto-label-merge-conflict 2021-03-15 11:01:00 +01:00
MrTimscampi
8e9ddc4adb ci(github): pin labeler and auto-label-merge-conflicts versions 2021-03-13 23:59:06 +01:00
MrTimscampi
aa7658671b ci: use the jellyfin-bot token for Github Actions 2021-03-13 07:29:16 +01:00
Fernando Fernández
66b5544e80 ci: add rebase workflow 2021-03-11 14:41:45 +01:00
Fernando Fernández
13d41b2ed2 refactor: address review comments 2021-03-10 18:55:55 +01:00
Fernando Fernández
f3ba917e50 chore: switch to npm 2021-03-10 13:41:17 +01:00
Fernando Fernández
5d14fb7ccb
ci: update ssr dependencies with dependabot 2021-03-10 12:12:47 +01:00
Fernando Fernández
f6e3073bff ci(actions): mark always as successful labeling and organization workflows 2021-03-08 19:24:36 +01:00
Fernando Fernández
6c6a21d7d8 refactor: address review comments 2021-03-01 21:47:06 +01:00