-
Notifications
You must be signed in to change notification settings - Fork 1
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
lightszentip
wants to merge
140
commits into
main
Choose a base branch
from
jetstream
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Jetstream #341
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BREAKING CHANGE: Jetstream Integration
Update renovate
…patch chore(deps): update dependency postcss to ^8.4.43 (jetstream)
…-maintenance chore(deps): lock file maintenance (jetstream)
# Conflicts: # package.json # pnpm-lock.yaml
Feat/maryui
chore: Update composer
…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>
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>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
.env.testing
file to configure environment variables for testing purposes.GitHub Workflows:
actions/checkout
andshivammathur/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]jetstream
in thelaravel.yml
workflow file.psalm.yml
workflow file.release-drafter
action version in therelease-drafter.yml
workflow file.User and Team Management:
CreateNewUser
,PasswordValidationRules
,ResetUserPassword
,UpdateUserPassword
,UpdateUserProfileInformation
,AddTeamMember
,CreateTeam
,DeleteTeam
, andDeleteUser
classes. [1] [2] [3] [4] [5] [6] [7] [8] [9]Documentation:
README.md
file to include badges and references to Jetstream and MaryUI. [1] [2]