Commit graph

332 commits

Author SHA1 Message Date
Christian Kußowski
5c88133691
build: Build website in release job 2026-03-12 09:54:52 +01:00
Christian Kußowski
210ebdae6e
chore: Added deeplinks to test protocol 2026-03-10 09:45:07 +01:00
Christian Kußowski
47ac9c8f97
chore: Skip matrix notify for events from myself 2026-03-09 17:35:25 +01:00
dependabot[bot]
ece4628751
build: (deps): Bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-07 07:56:19 +01:00
Krille-chan
9d229e04c6
Merge pull request #2665 from krille-chan/krille/retry-sign-in-tap-in-tests
chore: Retry sign in tap in tests
2026-03-06 09:27:37 +01:00
Christian Kußowski
89864cfd0c
chore: Retry sign in tap in tests 2026-03-06 08:52:05 +01:00
dependabot[bot]
d0901da51e
build: (deps): Bump docker/metadata-action from 5 to 6
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-05 21:33:52 +00:00
Christian Kußowski
386d01296f
build: Use flutter version from pubspec.yaml instead of env file 2026-03-05 10:24:40 +01:00
dependabot[bot]
de76969993
build: (deps): Bump docker/login-action from 3 to 4
Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-04 21:33:46 +00:00
Christian Kußowski
08e396c02c
refactor: Remove unused localizations 2026-03-04 07:58:08 +01:00
Christian Kußowski
7f7e7eb928
chore: Check of unused localizations 2026-03-04 07:57:03 +01:00
Krille-chan
d700d8db0a
Merge pull request #2640 from krille-chan/dependabot/github_actions/actions/upload-artifact-7
build: (deps): Bump actions/upload-artifact from 5 to 7
2026-03-04 06:07:06 +01:00
Krille-chan
1f17d68f8d
Merge pull request #2639 from krille-chan/dependabot/github_actions/actions/download-artifact-8
build: (deps): Bump actions/download-artifact from 7 to 8
2026-03-04 06:06:50 +01:00
dependabot[bot]
d808fc857c
build: (deps): Bump actions/upload-artifact from 5 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 21:38:23 +00:00
dependabot[bot]
76c5335d32
build: (deps): Bump actions/download-artifact from 7 to 8
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-version: '8'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 21:38:17 +00:00
dependabot[bot]
d58b65a4b8
build: (deps): Bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v4...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-03 21:38:12 +00:00
Krille-chan
caa5847b66
Merge pull request #2283 from krille-chan/krille/maestro-integration-tests
build: Add maestro based integration tests
2026-03-03 18:25:58 +01:00
Christian Kußowski
23f97df1f1
build: Add maestro based integration tests 2026-03-03 17:45:14 +01:00
Krille-chan
21202c8b29
Merge pull request #2634 from krille-chan/krille/check-conventional-commits-in-ci
Check conventional commits in CI
2026-03-03 17:23:59 +01:00
Krille-chan
c11877d893
Merge pull request #2633 from krille-chan/krille/increase-operations-per-run
chore: Set operations per run to 1000
2026-03-03 17:17:23 +01:00
krille-chan
c360abb0fc
chore: Check conventional commits in CI 2026-03-03 16:58:25 +01:00
krille-chan
5053dd7978
chore: Set operations per run to 1000 2026-03-03 16:55:45 +01:00
Christian Kußowski
a0ad140262
build: Remove libssl-dev dependency for linux 2026-03-01 07:40:29 +01:00
Christian Kußowski
f18404fb7e
chore: Run matrix notification in pull request target 2026-03-01 07:13:39 +01:00
Christian Kußowski
10a5673391
chore: Follow up matrix notify 2026-02-28 12:28:07 +01:00
Christian Kußowski
26d3f4859d
chore: Follow up matrix notify 2026-02-28 12:24:45 +01:00
Christian Kußowski
5e6c80ddd8
chore: Follow up matrix notify script 2026-02-28 12:14:58 +01:00
Christian Kußowski
13bd504f17
chore: Add matrix notify workflow 2026-02-28 12:04:30 +01:00
Christian Kußowski
d7d104de91
chore: Exempt assignees from stale 2026-02-28 10:45:38 +01:00
Christian Kußowski
959d3da494
chore: Give issues and PRs more time for stale 2026-02-28 10:05:36 +01:00
Christian Kußowski
1fc49db3d3
build: Update to flutter 3.41.2 2026-02-28 09:11:47 +01:00
Christian Kußowski
a91e35bb0b
chore: Check if pubspec.lock is up to date in CI 2026-02-27 18:32:50 +01:00
Krille-chan
c28136a692
Merge pull request #2618 from krille-chan/dependabot/github_actions/actions/upload-artifact-7
build: (deps): Bump actions/upload-artifact from 6 to 7
2026-02-27 18:22:35 +01:00
Christian Kußowski
a2de30360e
chore: Replace duplicate check for stale bot 2026-02-27 18:20:50 +01:00
dependabot[bot]
f4ee2670a8
build: (deps): Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-26 21:33:27 +00:00
Christian Kußowski
2d23f88e6b
chore: Execute dart code linter in CI 2026-02-24 09:16:54 +01:00
Christian Kußowski
e82438975b
build: Check for commented code in CI 2026-02-24 08:28:18 +01:00
Christian Kußowski
f9d1d4a9ca
chore: Clean up pages build 2026-02-22 09:57:31 +01:00
Christian Kußowski
15a7053c58
build: Deploy web on app.fluffy.chat 2026-02-22 09:07:37 +01:00
krille-chan
8381281086
build: Upgrade to flutter 3.41.1 2026-02-18 17:03:48 +01:00
Christian Kußowski
1896c56544
chore: Add code lint check for unused code 2026-02-18 16:10:23 +01:00
Krille-chan
f7932639e2
Merge pull request #2421 from krille-chan/dependabot/github_actions/actions/upload-artifact-6
build: (deps): bump actions/upload-artifact from 5 to 6
2026-02-01 08:59:47 +01:00
Christian Kußowski
72c814a815
build: Update to flutter 3.38.8 2026-01-29 17:59:49 +01:00
Christian Kußowski
19e0bda239
fix: apk crash on some platforms due new flutter version 2026-01-23 08:00:27 +01:00
dependabot[bot]
ff1882c3e9
build: (deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-12 21:08:10 +00:00
Christian Kußowski
803602e3c5
build: Upgrade to flutter 3.38.4 2025-12-06 09:30:53 +01:00
Christian Kußowski
5d590c2c75
build: Update to flutter 3.38.3 2025-11-22 13:18:38 +01:00
dependabot[bot]
85500e76c2
build: (deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [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/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-20 21:08:45 +00:00
Christian Kußowski
b72ea373de
chore: Escape title in check duplicates job 2025-11-19 08:44:33 +01:00
Christian Kußowski
863359e287
build: Upgrade to flutter 3.38.1 2025-11-16 18:55:52 +01:00