Skip to content

Commit

Permalink
Merge pull request #28 from jeremykenedy/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jeremykenedy authored Dec 4, 2022
2 parents 12dde38 + bc65499 commit 22cc75a
Show file tree
Hide file tree
Showing 35 changed files with 1,751 additions and 449 deletions.
8 changes: 8 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Add 'repo' label to any root file changes
repo:
- '*'

# Add 'frontend` label to any change to *.js files as long as the `app.js` hasn't changed
frontend:
- any: ['resources/js/**/*.js','resources/css/**/*.css']
all: ['!resources/js/app.js']
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: BobAnkh/[email protected]
with:
REPO_NAME: 'jeremykenedy/laravel-spa'
ACCESS_TOKEN: ${{secrets.GH_TOKEN}}
ACCESS_TOKEN: ${{secrets.GITHUB_TOKEN}}
PATH: 'CHANGELOG.md'
COMMIT_MESSAGE: 'docs(CHANGELOG): update release notes'
TYPE: 'feat:Feature,fix:Bug Fixes,docs:Documentation,refactor:Refactor,perf:Performance Improvements'
69 changes: 0 additions & 69 deletions .github/workflows/ethicalcheck.yml

This file was deleted.

8 changes: 4 additions & 4 deletions .github/workflows/label.yml → .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ on: [pull_request]

jobs:
label:

runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write

steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: actions/labeler@v4
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'
sync-labels: true
6 changes: 3 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Runs a single command using the runners shell
- name: Send greeting
run: echo "Hello ${{ github.event.inputs.name }}"
# Runs a single command using the runners shell
- name: Send greeting
run: echo "Hello ${{ github.event.inputs.name }}"
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ steps:
@semantic-release/changelog
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/stale@v5
with:
repo-token: ${{ secrets.GH_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'Stale issue message'
stale-pr-message: 'Stale pull request message'
stale-issue-label: 'no-issue-activity'
Expand Down
35 changes: 18 additions & 17 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
## [v3.0.0](https://github.com/jeremykenedy/laravel-spa/releases/tag/v3.0.0) - 2022-12-01 09:51:19

## What's Changed
* Bump trim-newlines and meow by @dependabot in https://github.com/jeremykenedy/laravel-spa/pull/19
* Dev by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/20
* Dev by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/21
* add socialite authentication & providers, fully configure the app to … by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/25

- Bump trim-newlines and meow by @dependabot in https://github.com/jeremykenedy/laravel-spa/pull/19
- Dev by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/20
- Dev by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/21
- add socialite authentication & providers, fully configure the app to … by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/25

**Full Changelog**: https://github.com/jeremykenedy/laravel-spa/compare/v2.1.0...v3.0.0

Expand All @@ -20,41 +20,42 @@

<!-- Release notes generated using configuration in .github/release.yml at master -->



**Full Changelog**: https://github.com/jeremykenedy/laravel-spa/compare/v2.0.0...v2.1.0

## [v2.0.0](https://github.com/jeremykenedy/laravel-spa/releases/tag/v2.0.0) - 2022-11-21 05:25:57

<!-- Release notes generated using configuration in .github/release.yml at master -->

## What's Changed

### Other Changes
* Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in https://github.com/jeremykenedy/laravel-spa/pull/14
* Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in https://github.com/jeremykenedy/laravel-spa/pull/15

- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in https://github.com/jeremykenedy/laravel-spa/pull/14
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in https://github.com/jeremykenedy/laravel-spa/pull/15

## New Contributors
* @dependabot made their first contribution in https://github.com/jeremykenedy/laravel-spa/pull/14

- @dependabot made their first contribution in https://github.com/jeremykenedy/laravel-spa/pull/14

**Full Changelog**: https://github.com/jeremykenedy/laravel-spa/compare/v1.3.0...v2.0.0

## [v1.3.0](https://github.com/jeremykenedy/laravel-spa/releases/tag/v1.3.0) - 2022-10-22 08:40:06

## What's Changed
* update email verification by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/13

- update email verification by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/13

**Full Changelog**: https://github.com/jeremykenedy/laravel-spa/compare/v1.2.0...v1.3.0

## [v1.2.0](https://github.com/jeremykenedy/laravel-spa/releases/tag/v1.2.0) - 2022-10-22 07:46:50

## What's Changed
* Roles by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/4
* Apply fixes from StyleCI by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/5
* update gitignore by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/6
* Apply fixes from StyleCI by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/8
* Admin by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/12

- Roles by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/4
- Apply fixes from StyleCI by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/5
- update gitignore by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/6
- Apply fixes from StyleCI by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/8
- Admin by @jeremykenedy in https://github.com/jeremykenedy/laravel-spa/pull/12

**Full Changelog**: https://github.com/jeremykenedy/laravel-spa/compare/v1.1.0...v1.2.0

Expand All @@ -64,6 +65,6 @@ V1.1.0 - Email, Log, and Slack error notifications

## [V1.0.0](https://github.com/jeremykenedy/laravel-spa/releases/tag/V1.0.0) - 2022-09-19 06:00:40

*No description*
_No description_

\* *This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)*
\* _This CHANGELOG was automatically generated by [auto-generate-changelog](https://github.com/BobAnkh/auto-generate-changelog)_
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ part of this repository it is a completely separated Vue 3 front end compiled us
- [Google Analytics (optional)](https://matteo-gabriele.gitbook.io/vue-gtag/v/next/)
- [Social Authentication with Facebook, Twitter, Instagram, GitHub, TikTok, Google, YouTube, Microsoft, Twitch, and Apple](https://laravel.com/docs/9.x/socialite)


## Installation Instructions
1. Run `git clone https://github.com/jeremykenedy/laravel-spa.git laravel-spa`
2. Create a MySQL database for the project
Expand Down Expand Up @@ -138,6 +139,12 @@ part of this repository it is a completely separated Vue 3 front end compiled us
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/profile1.png" title="Settings - Profile" alt="Settings - Profile" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/profile2.png" title="Settings - Password" alt="Settings - Password" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/profile3.png" title="Profile Dark" alt="Profile Dark" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/v3.1/settings-account-auth.png" title="Account SM Settings" alt="Account SM Settings" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/v3.1/settings-account-auth-revoke.png" title="Revoke Account SM Provider" alt="Revoke Account SM Provider" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/v3.1/settings-account-delete.png" title="Delete Account" alt="Delete Account" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/v3.1/settings-account-delete-confirm.png" title="Confirm Delete Account" alt="Confirm Delete Account" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/v3.1/account-deleted.png" title="Account Deleted" alt="Account Deleted" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/v3.1/terms.png" title="Terms Template" alt="Terms Template" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/forgot.png" title="Forgot Password" alt="Forgot Password" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/reset.png" title="Reset Password" alt="Reset Password" width="48%" />
<img src="https://laravel-spa.s3.us-west-2.amazonaws.com/mobile-menu.png" title="Mobile Menu" alt="Mobile Menu" width="48%" />
Expand Down
Loading

0 comments on commit 22cc75a

Please sign in to comment.