Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Onboarding #496

Merged
merged 42 commits into from
Dec 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
1a263de
chore: 🧽 sync develop with beta
wizarr-sentry[bot] May 19, 2024
018ec31
prep for allowing editing of existing users #414
mtthidoteu May 20, 2024
f51cad3
---
dependabot[bot] May 21, 2024
bef7712
Merge pull request #425 from wizarrrr/dependabot/pip/apps/wizarr-back…
JamsRepos May 21, 2024
e2b8fd4
chore: 🧽 sync develop with master
wizarr-sentry[bot] May 21, 2024
92c7154
chore(deps): bump actions/download-artifact from 3 to 4 (#428)
dependabot[bot] May 21, 2024
fdf96e5
chore(deps): bump peaceiris/actions-gh-pages from 3 to 4 (#429)
dependabot[bot] May 21, 2024
0d66052
chore(deps): bump actions/setup-python from 4 to 5 (#430)
dependabot[bot] May 21, 2024
4b77632
chore(deps): bump actions/checkout from 2 to 4 (#431)
dependabot[bot] May 21, 2024
8c026d2
chore(deps): bump getsentry/action-github-app-token from 2 to 3 (#432)
dependabot[bot] May 21, 2024
1147e44
ci(dependabot): 🔧 fix pip path
MrDynamo May 21, 2024
357e067
ci(code-ql): 🧪 add beta and master branch
MrDynamo May 21, 2024
c6b8573
ci(build-image): 🧪 bump upload-artifact version
MrDynamo May 21, 2024
0b711e1
ci(build-image): 🧪 drop download/upload artifact version
MrDynamo May 21, 2024
8ec9ddc
chore(deps): bump the pip group across 1 directory with 7 updates (#433)
dependabot[bot] May 22, 2024
c0e7c2a
chore(deps): bump tj-actions/branch-names from 7 to 8 (#435)
dependabot[bot] May 23, 2024
ae5d6b1
revert: 🔁 Change unraid configuration back to working variant
JamsRepos May 26, 2024
f37e767
Revert "revert: 🔁 Change unraid configuration back to working variant"
JamsRepos May 26, 2024
10e104b
feat: Ability to specify whether a user can download content (#449)
EuanMosit Jun 30, 2024
2408a59
fix: 🛠️ Country Code for Sweden being incorrect (#457)
albinmedoc Jul 24, 2024
856fa34
refactor: 📦 Cleanup code for darkmode (#458)
albinmedoc Jul 24, 2024
9780190
chore(deps): bump docker/build-push-action from 5 to 6 (#446)
dependabot[bot] Jul 24, 2024
9d3d0ad
Translations update from Hosted Weblate (#438)
weblate Jul 24, 2024
c8b8d36
feat: 🎊 Make DefaultButton center icon (#462)
albinmedoc Jul 24, 2024
e6e9d68
feat: ✨ Added Onboarding Customisation
albinmedoc Jul 31, 2024
7a958fe
fix: 🐛 Solve security alerts (#465)
albinmedoc Jul 31, 2024
1f92838
Merge pull request #464 from wizarrrr/develop
JamsRepos Jul 31, 2024
a6ea8db
chore(release): 4.2.0-beta.1
semantic-release-bot Jul 31, 2024
2f6ca87
fix: 🐛 Solve issue reordering onboarding pages
albinmedoc Aug 1, 2024
c405bea
Merge pull request #467 from albinmedoc/onboarding-reorder
JamsRepos Aug 1, 2024
c850c8e
feat: 🎊 Any length of invitation code (#469)
albinmedoc Aug 1, 2024
2051990
fix: 🐛 Solve some issues with markdown preview (#470)
albinmedoc Aug 1, 2024
32e4ba1
Merge pull request #468 from wizarrrr/develop
JamsRepos Aug 2, 2024
3a3bc03
chore(release): 4.2.0-beta.2
semantic-release-bot Aug 2, 2024
3de4467
chore: 🧽 sync develop with beta
wizarr-sentry[bot] Aug 2, 2024
2edf951
feat: 🎉 Add MAX_CONTENT_LENGTH configuration for file uploads (#473)
albinmedoc Aug 3, 2024
3d4c06a
feat: ✨ Allow editing of all onboarding pages (#471)
albinmedoc Aug 4, 2024
d57e726
refactor: 🛠️ Remove auto PR [skip-ci]
JamsRepos Aug 4, 2024
e3b0240
feat: 🎉 Add swedish translations (#475)
albinmedoc Aug 5, 2024
5086f32
Merge pull request #474 from wizarrrr/develop
JamsRepos Aug 5, 2024
f6be902
chore(release): 4.2.0-beta.3
semantic-release-bot Aug 5, 2024
22da102
Merge branch 'master' into beta
JamsRepos Dec 15, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ updates:
# Enable version updates for poetry backend
- package-ecosystem: "pip"
# Look for `pyproject.toml` and `lock` files in the `backend` directory
directory: "/apps/wizarr_backend/"
directory: "/apps/wizarr-backend/"
# Check the pip registry for updates every day (weekdays)
schedule:
interval: "daily"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
steps:
- name: GitHub App Token
id: gh_app
uses: getsentry/action-github-app-token@v2
uses: getsentry/action-github-app-token@v3
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -44,7 +44,7 @@ jobs:
run: npx nx run wizarr-frontend:build-storybook

- name: Deploy Storybook
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
external_repository: wizarrrr/storybook.wizarr.dev
personal_token: ${{ steps.gh_app.outputs.token }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master-beta-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
node-version: 18.18.2

# Set up Python and install Poetry
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
# Build and push the image
- name: Build and push by digest
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./dockerfiles/wizarr-ci/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
node-version: 18.18.2

# Use Python and Poetry to install dependencies
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
# Build and push by digest
- name: Build and push by digest
id: build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./dockerfiles/wizarr-ci/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-review-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Get GitHub App Token
id: gh_app
uses: getsentry/action-github-app-token@v2
uses: getsentry/action-github-app-token@v3
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
# Get the GH_TOKEN from the app
- name: Get GitHub App Token
id: gh_app
uses: getsentry/action-github-app-token@v2
uses: getsentry/action-github-app-token@v3
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
# Get the current branch from git
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8

# Create Release for the Beta
- name: Semantic Release for Beta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checkout the repo and the translations branch
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: translations

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vulnerability-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
push:
branches:
- develop
- beta
- master
pull_request_target:
branches:
- develop
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -444,5 +444,5 @@ poetry.toml
testing/core
apps/wizarr-backend-next/
apps/wizarr-backend-old/
database/
/apps/wizarr-backend/database/
.sentryclirc
74 changes: 74 additions & 0 deletions CHANGELOG-beta.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,77 @@
## [4.2.0-beta.3](https://github.com/wizarrrr/wizarr/compare/v4.2.0-beta.2...v4.2.0-beta.3) (2024-08-05)


### New Features

* ✨ Allow editing of all onboarding pages ([#471](https://github.com/wizarrrr/wizarr/issues/471)) ([3d4c06a](https://github.com/wizarrrr/wizarr/commit/3d4c06a4450c7f28547a4478f10c5c0907aff013))
* 🎉 Add MAX_CONTENT_LENGTH configuration for file uploads ([#473](https://github.com/wizarrrr/wizarr/issues/473)) ([2edf951](https://github.com/wizarrrr/wizarr/commit/2edf951afbbc2af4d4c4f7222df2207d013edb63))
* 🎉 Add swedish translations ([#475](https://github.com/wizarrrr/wizarr/issues/475)) ([e3b0240](https://github.com/wizarrrr/wizarr/commit/e3b0240bf834535275b65ef5063ec2ec2c3b200d))


### Chores

* 🧽 sync develop with beta ([3de4467](https://github.com/wizarrrr/wizarr/commit/3de4467c9c5204b41f4dead31695efb152fa449a))


### Code Refactoring

* 🛠️ Remove auto PR [skip-ci] ([d57e726](https://github.com/wizarrrr/wizarr/commit/d57e726f91f7cbd5c311845cf7071e2cf946fdb4))

## [4.2.0-beta.2](https://github.com/wizarrrr/wizarr/compare/v4.2.0-beta.1...v4.2.0-beta.2) (2024-08-02)


### New Features

* 🎊 Any length of invitation code ([#469](https://github.com/wizarrrr/wizarr/issues/469)) ([c850c8e](https://github.com/wizarrrr/wizarr/commit/c850c8e64a34cf7fcee584e6a20a2b801830a74b))


### Bug Fixes

* 🐛 Solve issue reordering onboarding pages ([2f6ca87](https://github.com/wizarrrr/wizarr/commit/2f6ca87e106eb83e0c81fb90666546bb43c2280a))
* 🐛 Solve some issues with markdown preview ([#470](https://github.com/wizarrrr/wizarr/issues/470)) ([2051990](https://github.com/wizarrrr/wizarr/commit/2051990271cd0dfee3efad8b641065513ee4e479))

## [4.2.0-beta.1](https://github.com/wizarrrr/wizarr/compare/v4.1.1...v4.2.0-beta.1) (2024-07-31)


### New Features

* ✨ Added Onboarding Customisation ([e6e9d68](https://github.com/wizarrrr/wizarr/commit/e6e9d6890b431ce6ec60e33306d28f3a3a571a98))
* 🎊 Make DefaultButton center icon ([#462](https://github.com/wizarrrr/wizarr/issues/462)) ([c8b8d36](https://github.com/wizarrrr/wizarr/commit/c8b8d3653b140472172737ec275d6444054b2ada))
* Ability to specify whether a user can download content ([#449](https://github.com/wizarrrr/wizarr/issues/449)) ([10e104b](https://github.com/wizarrrr/wizarr/commit/10e104b80fd3d2ae53678c0d83a4044d5b2deee0))


### Bug Fixes

* 🐛 Solve security alerts ([#465](https://github.com/wizarrrr/wizarr/issues/465)) ([7a958fe](https://github.com/wizarrrr/wizarr/commit/7a958fe83e7fbc4feac0a1ae88353c92642d3336))
* 🛠️ Country Code for Sweden being incorrect ([#457](https://github.com/wizarrrr/wizarr/issues/457)) ([2408a59](https://github.com/wizarrrr/wizarr/commit/2408a599a49a9a86a8ed4eda1284c4fa48ef6d35))


### Continuous Integration

* **build-image:** 🧪 bump upload-artifact version ([c6b8573](https://github.com/wizarrrr/wizarr/commit/c6b85739c3f69a1d1e986fd7a5a06e1d0dfc52cb))
* **build-image:** 🧪 drop download/upload artifact version ([0b711e1](https://github.com/wizarrrr/wizarr/commit/0b711e1cd1031ab614253373e40e1819dcd74cad))
* **code-ql:** 🧪 add beta and master branch ([357e067](https://github.com/wizarrrr/wizarr/commit/357e067369a58c01eb4be63390c6b6d911d2681a))
* **dependabot:** 🔧 fix pip path ([1147e44](https://github.com/wizarrrr/wizarr/commit/1147e4496f1300a063c1826b844545c4cfee934d))


### Chores

* 🧽 sync develop with beta ([1a263de](https://github.com/wizarrrr/wizarr/commit/1a263de76e4bf3cc10025e6d5f421424fb869584))
* 🧽 sync develop with master ([e2b8fd4](https://github.com/wizarrrr/wizarr/commit/e2b8fd4549424b103f4d87f6ca057d7e7349ad5d))
* **deps:** bump actions/checkout from 2 to 4 ([#431](https://github.com/wizarrrr/wizarr/issues/431)) ([4b77632](https://github.com/wizarrrr/wizarr/commit/4b776320e7bd9e7d5c6ae40dbe2515c66a978c48))
* **deps:** bump actions/download-artifact from 3 to 4 ([#428](https://github.com/wizarrrr/wizarr/issues/428)) ([92c7154](https://github.com/wizarrrr/wizarr/commit/92c7154e8c6ba9614efe0d2b4652fc08faeea8f1))
* **deps:** bump actions/setup-python from 4 to 5 ([#430](https://github.com/wizarrrr/wizarr/issues/430)) ([0d66052](https://github.com/wizarrrr/wizarr/commit/0d660528f88a390160b43db95be7182376ec743c))
* **deps:** bump docker/build-push-action from 5 to 6 ([#446](https://github.com/wizarrrr/wizarr/issues/446)) ([9780190](https://github.com/wizarrrr/wizarr/commit/9780190169d7f9f34aabc603ac5eb0e665c96178))
* **deps:** bump getsentry/action-github-app-token from 2 to 3 ([#432](https://github.com/wizarrrr/wizarr/issues/432)) ([8c026d2](https://github.com/wizarrrr/wizarr/commit/8c026d269dbee9b654db28681d0220187a0ac52d))
* **deps:** bump peaceiris/actions-gh-pages from 3 to 4 ([#429](https://github.com/wizarrrr/wizarr/issues/429)) ([fdf96e5](https://github.com/wizarrrr/wizarr/commit/fdf96e563d2017bfcb2d2ba178f9152e57016a55))
* **deps:** bump the pip group across 1 directory with 7 updates ([#433](https://github.com/wizarrrr/wizarr/issues/433)) ([8ec9ddc](https://github.com/wizarrrr/wizarr/commit/8ec9ddc594752fb788da28e42ae2759cc7eab3e6))
* **deps:** bump tj-actions/branch-names from 7 to 8 ([#435](https://github.com/wizarrrr/wizarr/issues/435)) ([c0e7c2a](https://github.com/wizarrrr/wizarr/commit/c0e7c2a0878da7b9423c2dec9c36771bca9ee657))


### Code Refactoring

* 📦 Cleanup code for darkmode ([#458](https://github.com/wizarrrr/wizarr/issues/458)) ([856fa34](https://github.com/wizarrrr/wizarr/commit/856fa349acd4b1e4b5e784e0b7b1014d766cdcf3))

## [4.1.1-beta.3](https://github.com/wizarrrr/wizarr/compare/v4.1.1-beta.2...v4.1.1-beta.3) (2024-05-19)


Expand Down
Loading
Loading