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

Update v0.2.0 #87

Merged
merged 88 commits into from
May 21, 2024
Merged

Update v0.2.0 #87

merged 88 commits into from
May 21, 2024

Conversation

kimchanhyung98
Copy link
Owner

작업 내용

  • Laravel 11.x 업그레이드
  • 유저&게시판 기능

kimchanhyung98 and others added 30 commits October 22, 2023 18:33
* 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
* Install sail

php artisan sail:install

* Add Docker related files

* Add github workflow, deploy ecr&eb

* Update composer.lock
* 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
* 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)
* Create accounts, signup

* Create accounts, signin

* Update accounts, signin

Checked hash instead Auth facade

* Rename post resources

* Rename Auth user

* Update pint.yml
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>
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>
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>
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>
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>
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>
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 .env.example

* Update Account resource's namespace

* Update user name, not unique

* Update run-tests.yml

* Fix code format
* Fix styling

* Update Post model

* Create API Healthcheck

* Update UserFactory

* Update UserSeeder

* Fix UserSeeders

* Fix typo

* Create PostFactory

* Create PostSeeder
* Update IndexResource collection

* Update ShowResource

* Update Post Model
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>
…plugin-laravel-2.10.1

Bump psalm/plugin-laravel from 2.8.0 to 2.10.1
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>
…y/mockery-1.6.9

Bump mockery/mockery from 1.6.7 to 1.6.9
github-actions bot and others added 27 commits May 1, 2024 11:05
…l/pint-1.15.3

Bump laravel/pint from 1.15.0 to 1.15.3
…l/framework-10.48.10

Bump laravel/framework from 10.48.4 to 10.48.10
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>
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>
…/flysystem-aws-s3-v3-3.27.0

Bump league/flysystem-aws-s3-v3 from 3.26.0 to 3.27.0
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>
…l/scout-10.8.6

Bump laravel/scout from 10.8.4 to 10.8.6
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>
…t/phpunit-10.5.20

Bump phpunit/phpunit from 10.5.16 to 10.5.20
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>
…iteproviders/kakao-4.3.0

Bump socialiteproviders/kakao from 4.2.2 to 4.3.0
…e/swagger-php-4.9.0

Bump zircote/swagger-php from 4.8.7 to 4.9.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>
…dependabot/fetch-metadata-2.1.0

Bump dependabot/fetch-metadata from 2.0.0 to 2.1.0
Update DELETE method to POST method
need deleted reason
- private post, you cannot check your own post
* 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
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>
@kimchanhyung98 kimchanhyung98 merged commit 9e63cd8 into main May 21, 2024
3 of 7 checks passed
@kimchanhyung98 kimchanhyung98 deleted the upgrade branch May 21, 2024 06:21
Copy link

sonarcloud bot commented May 21, 2024

Quality Gate Failed Quality Gate failed

Failed conditions
19.5% Duplication on New Code (required ≤ 3%)

See analysis details on SonarCloud

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.

None yet

1 participant