Skip to content

Jetstream #341

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

Open
wants to merge 140 commits into
base: main
Choose a base branch
from
Open

Jetstream #341

wants to merge 140 commits into from

Conversation

lightszentip
Copy link
Owner

@lightszentip lightszentip commented Feb 9, 2025

This pull request includes several updates to environment configuration, GitHub workflows, and the introduction of new actions related to user and team management in the Laravel application. The most important changes include the addition of a testing environment configuration file, updates to GitHub workflow files, and the addition of new actions for handling user and team operations.

Environment Configuration:

  • Added a new .env.testing file to configure environment variables for testing purposes.

GitHub Workflows:

  • Updated the actions/checkout and shivammathur/setup-php versions in multiple workflow files (larastan.yml, laravel.yml, phpcodesniffer.yml, phpmd.yml, pint.yml, psalm.yml). [1] [2] [3] [4] [5] [6]
  • Updated the branches to include jetstream in the laravel.yml workflow file.
  • Added permissions to the psalm.yml workflow file.
  • Updated the release-drafter action version in the release-drafter.yml workflow file.

User and Team Management:

  • Added new actions for creating, updating, and deleting users and teams using Laravel Fortify and Jetstream. This includes CreateNewUser, PasswordValidationRules, ResetUserPassword, UpdateUserPassword, UpdateUserProfileInformation, AddTeamMember, CreateTeam, DeleteTeam, and DeleteUser classes. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Documentation:

  • Updated the README.md file to include badges and references to Jetstream and MaryUI. [1] [2]

lightszentip and others added 30 commits September 2, 2024 22:28
BREAKING CHANGE: Jetstream Integration
…patch

chore(deps): update dependency postcss to ^8.4.43 (jetstream)
…-maintenance

chore(deps): lock file maintenance (jetstream)
# Conflicts:
#	package.json
#	pnpm-lock.yaml
…ramework-11.22.x-lockfile

fix(deps): update dependency laravel/framework to v11.22.0 (jetstream) - abandoned
…-patch

chore(deps): update dependency vite to ^5.4.2 (jetstream)
* chore(deps): pin dependencies

* docs: update renovate

* chore(deps): lock file maintenance

* fix(deps): update dependency laravel/framework to v11.22.0

* chore(deps): update all non-minor and non major dependencies

* chore: Update composer with correct data

* docs: update readme

* feat: add github action labeler

* feat: release drafter

* chore(deps): pin actions/labeler action to 8558fd7 (#22)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update dependency vite to v5.4.3 (#18)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* docs: add release yml

* docs: add laravel test

* docs: update readme

* fix: fix lock files

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate bot and others added 28 commits December 12, 2024 23:43
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…#335)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions github-actions bot added documentation Improvements or additions to documentation githubaction labels Feb 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation githubaction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant