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

Bump einaregilsson/beanstalk-deploy from 14 to 22 #30

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps einaregilsson/beanstalk-deploy from 14 to 22.

Release notes

Sourced from einaregilsson/beanstalk-deploy's releases.

v22

What's Changed

New Contributors

Full Changelog: einaregilsson/beanstalk-deploy@v21...v22

v21 - Use node16 runner

What's Changed

New Contributors

Full Changelog: einaregilsson/beanstalk-deploy@v20...v21

Retry throttled API requests for all operations

Changed the AWS logic so now all operations will retry with exponential back-off when they are throttled by AWS. Max 10 retry attempts for every operation, the retry attempts will be logged as warnings in the build log.

Thanks to @​n-hebert for his contributions.

Allow upload only actions to result in no change when version already exists.

When you use the action without an environment name then it only creates a new version in Beanstalk but doesn't deploy it anywhere. This can for example be used if you want to first just upload a version, then run the action again to deploy to many environments in a matrix action. If a workflow run fails somewhere after you've uploaded the version you might want to run it again. In that case it can be useful to run an upload only action that checks if a version already exists in Beanstalk and does nothing if the version exists.

This can now be done by setting the use_existing_version_if_available parameter to true. When it's set to true and no environment name is set then the action will check if the version exists and exit successfully if it exists. If it doesn't exist the action uploads the version.

Thanks to @​n-hebert for the pull-request.

Use existing bucket option

One new feature in this release, the ability to use an existing bucket for your builds, not the one EB creates for you. Use the optional existing_bucket_name parameter to specify a bucket. Thanks to @​dsiemensma-m4m who contributed this change.

Use region specific buckets

This release fixes an issue with buckets in regions other than the default region. No change is needed to the parameters, it should just work now.

Fix encoding of version label and description

Two changes in this release:

  1. A lot of special character errors were happening because a lot of characters are illegal in S3 filenames but are legal in the version label itself in Elastic Beanstalk. So now we replace any characters other than letters, numbers and - and _ with a dash, - in the S3 filename, but leave the version label as it is. The only character that Elastic Beanstalk itself has a problem with in a version label is the forward slash /, so you still can't use that one.

  2. Many people like to use their latest commit message ${{github.event.head_commit.message}} as the version description but were having problems. The action will now truncate the message at 200 characters, so it doesn't cause Elastic Beanstalk to reject it. It's now also encoding asterisk * correctly, which was causing a lot of squash commits to fail.

Allow more special characters in version label

One change in this release. A lot of special character errors were happening because a lot of characters are illegal in S3 filenames but are legal in the version label itself in Elastic Beanstalk. So now we replace any characters other than letters, numbers and - and _ with a dash, - in the S3 filename, but leave the version label as it is.

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [einaregilsson/beanstalk-deploy](https://github.com/einaregilsson/beanstalk-deploy) from 14 to 22.
- [Release notes](https://github.com/einaregilsson/beanstalk-deploy/releases)
- [Commits](einaregilsson/beanstalk-deploy@v14...v22)

---
updated-dependencies:
- dependency-name: einaregilsson/beanstalk-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 19, 2024

The following labels could not be found: dependencies.

@kimchanhyung98 kimchanhyung98 changed the base branch from develop to Bump March 5, 2024 08:46
@kimchanhyung98 kimchanhyung98 merged commit c4f8c2c into Bump Mar 5, 2024
1 of 9 checks passed
@kimchanhyung98 kimchanhyung98 deleted the dependabot/github_actions/einaregilsson/beanstalk-deploy-22 branch March 5, 2024 08:47
kimchanhyung98 added a commit that referenced this pull request May 21, 2024
* Bump ramsey/composer-install from 2 to 3 (#39)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.7 to 10.5.11 (#37)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.11/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.7...10.5.11)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/pint from 1.13.8 to 1.14.0 (#36)

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.14.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.13.8...v1.14.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump einaregilsson/beanstalk-deploy from 14 to 22 (#30)

Bumps [einaregilsson/beanstalk-deploy](https://github.com/einaregilsson/beanstalk-deploy) from 14 to 22.
- [Release notes](https://github.com/einaregilsson/beanstalk-deploy/releases)
- [Commits](einaregilsson/beanstalk-deploy@v14...v22)

---
updated-dependencies:
- dependency-name: einaregilsson/beanstalk-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump actions/checkout from 3 to 4 (#16)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/configure-aws-credentials from 1 to 4 (#15)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#14)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Update README.md

* Update README.md

* 로그인 관련 기능 수정 (#43)

* Update .env.example

* Update Account resource's namespace

* Update user name, not unique

* Update run-tests.yml

* Fix code format

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kimchanhyung98 added a commit that referenced this pull request May 21, 2024
* Bump ramsey/composer-install from 2 to 3 (#39)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.7 to 10.5.11 (#37)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.11/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.7...10.5.11)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/pint from 1.13.8 to 1.14.0 (#36)

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.14.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.13.8...v1.14.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump einaregilsson/beanstalk-deploy from 14 to 22 (#30)

Bumps [einaregilsson/beanstalk-deploy](https://github.com/einaregilsson/beanstalk-deploy) from 14 to 22.
- [Release notes](https://github.com/einaregilsson/beanstalk-deploy/releases)
- [Commits](einaregilsson/beanstalk-deploy@v14...v22)

---
updated-dependencies:
- dependency-name: einaregilsson/beanstalk-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump actions/checkout from 3 to 4 (#16)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/configure-aws-credentials from 1 to 4 (#15)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#14)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Update README.md

* Update README.md

* 로그인 관련 기능 수정 (#43)

* Update .env.example

* Update Account resource's namespace

* Update user name, not unique

* Update run-tests.yml

* Fix code format

* Fix routes, post controller

* 팩토리&시드 추가 (#48)

* Fix styling

* Update Post model

* Create API Healthcheck

* Update UserFactory

* Update UserSeeder

* Fix UserSeeders

* Fix typo

* Create PostFactory

* Create PostSeeder

* 게시판 오류 수정  (#49)

* Update IndexResource collection

* Update ShowResource

* Update Post Model

* Bump psalm/plugin-laravel from 2.8.0 to 2.10.1

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.8.0 to 2.10.1.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.8.0...v2.10.1)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.7 to 1.6.9

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.7 to 1.6.9.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.7...1.6.9)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update run-tests.yml

* Bump league/flysystem-aws-s3-v3 from 3.24.0 to 3.25.1

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.24.0 to 3.25.1.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.24.0...3.25.1)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.9 to 1.6.11

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.9 to 1.6.11.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.9...1.6.11)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시판 수정 사항 (#56)

* Update Resources, created_at

* Create Post edit

* Create PostPolicy

* Fix PostEditResource

* Create lang (localization)

* Update post response message

* Create ko language

* Fix post edit routes

* Update Post factory, user

* Publish laravel-errors

* Create custom error

* Update redirectTo

* Fix post model, fillable

* Fix styling

---------

Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>

* Bump laravel/pint from 1.14.0 to 1.15.0

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump league/flysystem-aws-s3-v3 from 3.25.1 to 3.26.0

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.25.1 to 3.26.0.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.25.1...3.26.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump psalm/plugin-laravel from 2.10.1 to 2.11.0

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/framework from 10.48.3 to 10.48.4

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.48.3 to 10.48.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.48.3...v10.48.4)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/sail from 1.28.1 to 1.29.1

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.29.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.29.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.16

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.16)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시글 검색 기능 추가 (#65)

* Bump zircote/swagger-php from 4.8.4 to 4.8.5 (#46)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.5.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.5)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/sail from 1.28.1 to 1.28.2 (#47)

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.28.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.12 (#44)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.12.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.12/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.12)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/framework from 10.46.0 to 10.47.0 (#45)

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.46.0 to 10.47.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.46.0...v10.47.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Add laravel/scout package

* Update .env.example

* Update post seeding

* Add algolia/algoliasearch-client-php package

* Create Post searchable

* Update post type

* Update post index(search)

* Fix apple login, jwtConfig construct

- Lcobucci\JWT\Configuration is not instantiable
- Run 'php artisan route:list'

* Add dedoc/scramble package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zircote/swagger-php from 4.8.4 to 4.8.7 (#61)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.7.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.7)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#53)

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Fix package update interval

* 게시글 예외 처리 (#66)

* Update PostController, exception

* Update PostController, transaction

* Create Post FormRequest

* Fix PostSeeder

* Update Post ShowResource, is_edit

Check if edits are possible

* Update UserFactory, email_verified_at null

* Update MessageResource

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>
kimchanhyung98 added a commit that referenced this pull request May 21, 2024
* Bump ramsey/composer-install from 2 to 3 (#39)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.7 to 10.5.11 (#37)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.11/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.7...10.5.11)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/pint from 1.13.8 to 1.14.0 (#36)

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.14.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.13.8...v1.14.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump einaregilsson/beanstalk-deploy from 14 to 22 (#30)

Bumps [einaregilsson/beanstalk-deploy](https://github.com/einaregilsson/beanstalk-deploy) from 14 to 22.
- [Release notes](https://github.com/einaregilsson/beanstalk-deploy/releases)
- [Commits](einaregilsson/beanstalk-deploy@v14...v22)

---
updated-dependencies:
- dependency-name: einaregilsson/beanstalk-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump actions/checkout from 3 to 4 (#16)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/configure-aws-credentials from 1 to 4 (#15)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#14)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Update README.md

* Update README.md

* 로그인 관련 기능 수정 (#43)

* Update .env.example

* Update Account resource's namespace

* Update user name, not unique

* Update run-tests.yml

* Fix code format

* Fix routes, post controller

* 팩토리&시드 추가 (#48)

* Fix styling

* Update Post model

* Create API Healthcheck

* Update UserFactory

* Update UserSeeder

* Fix UserSeeders

* Fix typo

* Create PostFactory

* Create PostSeeder

* 게시판 오류 수정  (#49)

* Update IndexResource collection

* Update ShowResource

* Update Post Model

* Bump psalm/plugin-laravel from 2.8.0 to 2.10.1

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.8.0 to 2.10.1.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.8.0...v2.10.1)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.7 to 1.6.9

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.7 to 1.6.9.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.7...1.6.9)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update run-tests.yml

* Bump league/flysystem-aws-s3-v3 from 3.24.0 to 3.25.1

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.24.0 to 3.25.1.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.24.0...3.25.1)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.9 to 1.6.11

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.9 to 1.6.11.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.9...1.6.11)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시판 수정 사항 (#56)

* Update Resources, created_at

* Create Post edit

* Create PostPolicy

* Fix PostEditResource

* Create lang (localization)

* Update post response message

* Create ko language

* Fix post edit routes

* Update Post factory, user

* Publish laravel-errors

* Create custom error

* Update redirectTo

* Fix post model, fillable

* Fix styling

---------

Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>

* Bump laravel/pint from 1.14.0 to 1.15.0

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump league/flysystem-aws-s3-v3 from 3.25.1 to 3.26.0

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.25.1 to 3.26.0.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.25.1...3.26.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump psalm/plugin-laravel from 2.10.1 to 2.11.0

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/framework from 10.48.3 to 10.48.4

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.48.3 to 10.48.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.48.3...v10.48.4)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/sail from 1.28.1 to 1.29.1

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.29.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.29.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.16

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.16)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시글 검색 기능 추가 (#65)

* Bump zircote/swagger-php from 4.8.4 to 4.8.5 (#46)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.5.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.5)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/sail from 1.28.1 to 1.28.2 (#47)

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.28.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.12 (#44)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.12.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.12/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.12)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/framework from 10.46.0 to 10.47.0 (#45)

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.46.0 to 10.47.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.46.0...v10.47.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Add laravel/scout package

* Update .env.example

* Update post seeding

* Add algolia/algoliasearch-client-php package

* Create Post searchable

* Update post type

* Update post index(search)

* Fix apple login, jwtConfig construct

- Lcobucci\JWT\Configuration is not instantiable
- Run 'php artisan route:list'

* Add dedoc/scramble package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zircote/swagger-php from 4.8.4 to 4.8.7 (#61)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.7.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.7)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#53)

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Fix package update interval

* 게시글 예외 처리 (#66)

* Update PostController, exception

* Update PostController, transaction

* Create Post FormRequest

* Fix PostSeeder

* Update Post ShowResource, is_edit

Check if edits are possible

* Update UserFactory, email_verified_at null

* Update MessageResource

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>
kimchanhyung98 added a commit that referenced this pull request May 21, 2024
* Initial laravel 10&php 8.2

* Default packages&config (#9)

* Update .gitignore

* Update .env.example

* Update .env.example

* Install packages

Add scripts, Install packages
- doctrine/dbal
- laravel/socialite (apple, kakao)
- league/flysystem-aws-s3-v3
- predis/predis
- beyondcode/laravel-query-detector
- psalm/plugin-laravel
- zircote/swagger-php

* Install socialite

update socialite&app config

* Create github action(pint)&pr template

* Update cors.php

* Update databases

user migration&factory

* Deploy AWS ECR&EB (#10)

* Install sail

php artisan sail:install

* Add Docker related files

* Add github workflow, deploy ecr&eb

* Update composer.lock

* Add Social login&Board (#11)

* Create aws healthcheck

* Create User models (socialite)

* Create Post model

- user relationship
- viewable scope

* Create social login (apple, kakao)

* Create Auth user resource

* Create Post controller&resources

* Upgrade php 8.3

* Upgrade php 8.3

* Update README.md

* GitHub Actions 추가 (#12)

* Add laravel-maker

* Update composer.json

* Create issue_template

- https://github.com/spatie/package-skeleton-laravel/tree/main/.github/ISSUE_TEMPLATE

* Create github workflows

* Update github workflows (deploy)

* 로그인 기능 추가 (#22)

* Create accounts, signup

* Create accounts, signin

* Update accounts, signin

Checked hash instead Auth facade

* Rename post resources

* Rename Auth user

* Update pint.yml

* Update README.md

* Update php@8.3

* Update run-tests.yml

* Bump ramsey/composer-install from 2 to 3 (#39)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.7 to 10.5.11 (#37)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.11/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.7...10.5.11)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/pint from 1.13.8 to 1.14.0 (#36)

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.14.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.13.8...v1.14.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump einaregilsson/beanstalk-deploy from 14 to 22 (#30)

Bumps [einaregilsson/beanstalk-deploy](https://github.com/einaregilsson/beanstalk-deploy) from 14 to 22.
- [Release notes](https://github.com/einaregilsson/beanstalk-deploy/releases)
- [Commits](einaregilsson/beanstalk-deploy@v14...v22)

---
updated-dependencies:
- dependency-name: einaregilsson/beanstalk-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump actions/checkout from 3 to 4 (#16)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/configure-aws-credentials from 1 to 4 (#15)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#14)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Update README.md

* Update README.md

* 로그인 관련 기능 수정 (#43)

* Update .env.example

* Update Account resource's namespace

* Update user name, not unique

* Update run-tests.yml

* Fix code format

* Fix routes, post controller

* 팩토리&시드 추가 (#48)

* Fix styling

* Update Post model

* Create API Healthcheck

* Update UserFactory

* Update UserSeeder

* Fix UserSeeders

* Fix typo

* Create PostFactory

* Create PostSeeder

* 게시판 오류 수정  (#49)

* Update IndexResource collection

* Update ShowResource

* Update Post Model

* Bump psalm/plugin-laravel from 2.8.0 to 2.10.1

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.8.0 to 2.10.1.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.8.0...v2.10.1)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.7 to 1.6.9

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.7 to 1.6.9.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.7...1.6.9)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update run-tests.yml

* Bump league/flysystem-aws-s3-v3 from 3.24.0 to 3.25.1

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.24.0 to 3.25.1.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.24.0...3.25.1)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.9 to 1.6.11

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.9 to 1.6.11.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.9...1.6.11)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시판 수정 사항 (#56)

* Update Resources, created_at

* Create Post edit

* Create PostPolicy

* Fix PostEditResource

* Create lang (localization)

* Update post response message

* Create ko language

* Fix post edit routes

* Update Post factory, user

* Publish laravel-errors

* Create custom error

* Update redirectTo

* Fix post model, fillable

* Fix styling

---------

Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>

* Bump laravel/pint from 1.14.0 to 1.15.0

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump league/flysystem-aws-s3-v3 from 3.25.1 to 3.26.0

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.25.1 to 3.26.0.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.25.1...3.26.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump psalm/plugin-laravel from 2.10.1 to 2.11.0

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/framework from 10.48.3 to 10.48.4

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.48.3 to 10.48.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.48.3...v10.48.4)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/sail from 1.28.1 to 1.29.1

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.29.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.29.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.16

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.16)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시글 검색 기능 추가 (#65)

* Bump zircote/swagger-php from 4.8.4 to 4.8.5 (#46)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.5.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.5)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/sail from 1.28.1 to 1.28.2 (#47)

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.28.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.12 (#44)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.12.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.12/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.12)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/framework from 10.46.0 to 10.47.0 (#45)

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.46.0 to 10.47.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.46.0...v10.47.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Add laravel/scout package

* Update .env.example

* Update post seeding

* Add algolia/algoliasearch-client-php package

* Create Post searchable

* Update post type

* Update post index(search)

* Fix apple login, jwtConfig construct

- Lcobucci\JWT\Configuration is not instantiable
- Run 'php artisan route:list'

* Add dedoc/scramble package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zircote/swagger-php from 4.8.4 to 4.8.7 (#61)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.7.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.7)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#53)

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Fix package update interval

* 게시글 예외 처리 (#66)

* Update PostController, exception

* Update PostController, transaction

* Create Post FormRequest

* Fix PostSeeder

* Update Post ShowResource, is_edit

Check if edits are possible

* Update UserFactory, email_verified_at null

* Update MessageResource

* 회원 수정, 탈퇴 추가 (#67)

* Update users migration, nickname unique

* Update users nickname

* Update UserResource

* Fix UserController namespace

* Create user language(localization)

* Create User Update&Destroy

초안 작성

* Update user destroy, provider disconnect

* Update user edit

* Fix return type&comment

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>
kimchanhyung98 added a commit that referenced this pull request May 21, 2024
* Initial laravel 10&php 8.2

* Default packages&config (#9)

* Update .gitignore

* Update .env.example

* Update .env.example

* Install packages

Add scripts, Install packages
- doctrine/dbal
- laravel/socialite (apple, kakao)
- league/flysystem-aws-s3-v3
- predis/predis
- beyondcode/laravel-query-detector
- psalm/plugin-laravel
- zircote/swagger-php

* Install socialite

update socialite&app config

* Create github action(pint)&pr template

* Update cors.php

* Update databases

user migration&factory

* Deploy AWS ECR&EB (#10)

* Install sail

php artisan sail:install

* Add Docker related files

* Add github workflow, deploy ecr&eb

* Update composer.lock

* Add Social login&Board (#11)

* Create aws healthcheck

* Create User models (socialite)

* Create Post model

- user relationship
- viewable scope

* Create social login (apple, kakao)

* Create Auth user resource

* Create Post controller&resources

* Upgrade php 8.3

* Upgrade php 8.3

* Update README.md

* GitHub Actions 추가 (#12)

* Add laravel-maker

* Update composer.json

* Create issue_template

- https://github.com/spatie/package-skeleton-laravel/tree/main/.github/ISSUE_TEMPLATE

* Create github workflows

* Update github workflows (deploy)

* 로그인 기능 추가 (#22)

* Create accounts, signup

* Create accounts, signin

* Update accounts, signin

Checked hash instead Auth facade

* Rename post resources

* Rename Auth user

* Update pint.yml

* Update README.md

* Update php@8.3

* Update run-tests.yml

* Bump ramsey/composer-install from 2 to 3 (#39)

Bumps [ramsey/composer-install](https://github.com/ramsey/composer-install) from 2 to 3.
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@v2...v3)

---
updated-dependencies:
- dependency-name: ramsey/composer-install
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.7 to 10.5.11 (#37)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.7 to 10.5.11.
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.11/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.7...10.5.11)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/pint from 1.13.8 to 1.14.0 (#36)

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.13.8 to 1.14.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.13.8...v1.14.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump einaregilsson/beanstalk-deploy from 14 to 22 (#30)

Bumps [einaregilsson/beanstalk-deploy](https://github.com/einaregilsson/beanstalk-deploy) from 14 to 22.
- [Release notes](https://github.com/einaregilsson/beanstalk-deploy/releases)
- [Commits](einaregilsson/beanstalk-deploy@v14...v22)

---
updated-dependencies:
- dependency-name: einaregilsson/beanstalk-deploy
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump actions/checkout from 3 to 4 (#16)

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/configure-aws-credentials from 1 to 4 (#15)

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 1 to 4.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@v1...v4)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#14)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Update README.md

* Update README.md

* 로그인 관련 기능 수정 (#43)

* Update .env.example

* Update Account resource's namespace

* Update user name, not unique

* Update run-tests.yml

* Fix code format

* Fix routes, post controller

* 팩토리&시드 추가 (#48)

* Fix styling

* Update Post model

* Create API Healthcheck

* Update UserFactory

* Update UserSeeder

* Fix UserSeeders

* Fix typo

* Create PostFactory

* Create PostSeeder

* 게시판 오류 수정  (#49)

* Update IndexResource collection

* Update ShowResource

* Update Post Model

* Bump psalm/plugin-laravel from 2.8.0 to 2.10.1

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.8.0 to 2.10.1.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.8.0...v2.10.1)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.7 to 1.6.9

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.7 to 1.6.9.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.7...1.6.9)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update run-tests.yml

* Bump league/flysystem-aws-s3-v3 from 3.24.0 to 3.25.1

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.24.0 to 3.25.1.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.24.0...3.25.1)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump mockery/mockery from 1.6.9 to 1.6.11

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.6.9 to 1.6.11.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md)
- [Commits](mockery/mockery@1.6.9...1.6.11)

---
updated-dependencies:
- dependency-name: mockery/mockery
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시판 수정 사항 (#56)

* Update Resources, created_at

* Create Post edit

* Create PostPolicy

* Fix PostEditResource

* Create lang (localization)

* Update post response message

* Create ko language

* Fix post edit routes

* Update Post factory, user

* Publish laravel-errors

* Create custom error

* Update redirectTo

* Fix post model, fillable

* Fix styling

---------

Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>

* Bump laravel/pint from 1.14.0 to 1.15.0

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump league/flysystem-aws-s3-v3 from 3.25.1 to 3.26.0

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.25.1 to 3.26.0.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.25.1...3.26.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump psalm/plugin-laravel from 2.10.1 to 2.11.0

Bumps [psalm/plugin-laravel](https://github.com/psalm/psalm-plugin-laravel) from 2.10.1 to 2.11.0.
- [Release notes](https://github.com/psalm/psalm-plugin-laravel/releases)
- [Commits](psalm/psalm-plugin-laravel@v2.10.1...v2.11.0)

---
updated-dependencies:
- dependency-name: psalm/plugin-laravel
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/framework from 10.48.3 to 10.48.4

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.48.3 to 10.48.4.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.48.3...v10.48.4)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/sail from 1.28.1 to 1.29.1

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.29.1.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.29.1)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.16

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.16.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.16/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.16)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 게시글 검색 기능 추가 (#65)

* Bump zircote/swagger-php from 4.8.4 to 4.8.5 (#46)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.5.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.5)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/sail from 1.28.1 to 1.28.2 (#47)

Bumps [laravel/sail](https://github.com/laravel/sail) from 1.28.1 to 1.28.2.
- [Release notes](https://github.com/laravel/sail/releases)
- [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md)
- [Commits](laravel/sail@v1.28.1...v1.28.2)

---
updated-dependencies:
- dependency-name: laravel/sail
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump phpunit/phpunit from 10.5.11 to 10.5.12 (#44)

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.11 to 10.5.12.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.12/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.11...10.5.12)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump laravel/framework from 10.46.0 to 10.47.0 (#45)

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.46.0 to 10.47.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/10.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.46.0...v10.47.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Add laravel/scout package

* Update .env.example

* Update post seeding

* Add algolia/algoliasearch-client-php package

* Create Post searchable

* Update post type

* Update post index(search)

* Fix apple login, jwtConfig construct

- Lcobucci\JWT\Configuration is not instantiable
- Run 'php artisan route:list'

* Add dedoc/scramble package

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump zircote/swagger-php from 4.8.4 to 4.8.7 (#61)

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.4 to 4.8.7.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.4...4.8.7)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#53)

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Fix package update interval

* 게시글 예외 처리 (#66)

* Update PostController, exception

* Update PostController, transaction

* Create Post FormRequest

* Fix PostSeeder

* Update Post ShowResource, is_edit

Check if edits are possible

* Update UserFactory, email_verified_at null

* Update MessageResource

* 회원 수정, 탈퇴 추가 (#67)

* Update users migration, nickname unique

* Update users nickname

* Update UserResource

* Fix UserController namespace

* Create user language(localization)

* Create User Update&Destroy

초안 작성

* Update user destroy, provider disconnect

* Update user edit

* Fix return type&comment

* Bump spatie/laravel-ignition from 2.5.0 to 2.6.2

Bumps [spatie/laravel-ignition](https://github.com/spatie/laravel-ignition) from 2.5.0 to 2.6.2.
- [Release notes](https://github.com/spatie/laravel-ignition/releases)
- [Changelog](https://github.com/spatie/laravel-ignition/blob/main/CHANGELOG.md)
- [Commits](spatie/laravel-ignition@2.5.0...2.6.2)

---
updated-dependencies:
- dependency-name: spatie/laravel-ignition
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/socialite from 5.12.1 to 5.13.2

Bumps [laravel/socialite](https://github.com/laravel/socialite) from 5.12.1 to 5.13.2.
- [Release notes](https://github.com/laravel/socialite/releases)
- [Changelog](https://github.com/laravel/socialite/blob/5.x/CHANGELOG.md)
- [Commits](laravel/socialite@v5.12.1...v5.13.2)

---
updated-dependencies:
- dependency-name: laravel/socialite
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump doctrine/dbal from 3.8.3 to 3.8.4

Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.8.3 to 3.8.4.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@3.8.3...3.8.4)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/pint from 1.15.0 to 1.15.3

Bumps [laravel/pint](https://github.com/laravel/pint) from 1.15.0 to 1.15.3.
- [Release notes](https://github.com/laravel/pint/releases)
- [Changelog](https://github.com/laravel/pint/blob/main/CHANGELOG.md)
- [Commits](laravel/pint@v1.15.0...v1.15.3)

---
updated-dependencies:
- dependency-name: laravel/pint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/framework from 10.48.4 to 10.48.10

Bumps [laravel/framework](https://github.com/laravel/framework) from 10.48.4 to 10.48.10.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/11.x/CHANGELOG.md)
- [Commits](laravel/framework@v10.48.4...v10.48.10)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump league/flysystem-aws-s3-v3 from 3.26.0 to 3.27.0

Bumps [league/flysystem-aws-s3-v3](https://github.com/thephpleague/flysystem-aws-s3-v3) from 3.26.0 to 3.27.0.
- [Commits](thephpleague/flysystem-aws-s3-v3@3.26.0...3.27.0)

---
updated-dependencies:
- dependency-name: league/flysystem-aws-s3-v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump laravel/scout from 10.8.4 to 10.8.6

Bumps [laravel/scout](https://github.com/laravel/scout) from 10.8.4 to 10.8.6.
- [Release notes](https://github.com/laravel/scout/releases)
- [Changelog](https://github.com/laravel/scout/blob/10.x/CHANGELOG.md)
- [Commits](laravel/scout@v10.8.4...v10.8.6)

---
updated-dependencies:
- dependency-name: laravel/scout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump phpunit/phpunit from 10.5.16 to 10.5.20

Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 10.5.16 to 10.5.20.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.20/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.16...10.5.20)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump socialiteproviders/kakao from 4.2.2 to 4.3.0

Bumps [socialiteproviders/kakao](https://github.com/SocialiteProviders/Kakao) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/SocialiteProviders/Kakao/releases)
- [Commits](SocialiteProviders/Kakao@4.2.2...4.3.0)

---
updated-dependencies:
- dependency-name: socialiteproviders/kakao
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump zircote/swagger-php from 4.8.7 to 4.9.0

Bumps [zircote/swagger-php](https://github.com/zircote/swagger-php) from 4.8.7 to 4.9.0.
- [Release notes](https://github.com/zircote/swagger-php/releases)
- [Changelog](https://github.com/zircote/swagger-php/blob/master/Changelog.md)
- [Commits](zircote/swagger-php@4.8.7...4.9.0)

---
updated-dependencies:
- dependency-name: zircote/swagger-php
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](dependabot/fetch-metadata@v2.0.0...v2.1.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update routes, accounts delete

Update DELETE method to POST method

* Create UserDestroyRequest

need deleted reason

* Update UserResource directory

* Update Post withSoftdeleted user

* Update User.php

* Update AppServiceProvider, withoutGlobalScope

- private post, you cannot check your own post

* Delete Viewable post global scope

* Update Post show, policy

* Upgrading To 11.0 (#82)

* Update Packages

Remove packages
- doctrine/dbal
- guzzlehttp/guzzle
- beyondcode/laravel-query-detector
- kimchanhyung98/laravel-maker
- psalm/plugin-laravel

* Update app

* Update config

* Update migrations

* Update routes

* Update laravel 11

* Update github action, run tests

* Update run-tests.yml

* Update run-tests.yml

* Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 (#80)

Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.3.1 to 2.4.
- [Release notes](https://github.com/aglipanci/laravel-pint-action/releases)
- [Commits](aglipanci/laravel-pint-action@2.3.1...2.4)

---
updated-dependencies:
- dependency-name: aglipanci/laravel-pint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@gmail.com>

* Update README.md

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: kimchanhyung98 <kimchanhyung98@users.noreply.github.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant