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

Docker でアプリケーションを起動できるようにする #100

Merged
merged 2 commits into from
Nov 11, 2023

Conversation

nozomu-y
Copy link
Member

変更の概要

  • Docker でアプリケーションを起動できるようにします

変更の理由

  • 環境構築を簡単にするため

@nozomu-y nozomu-y added the enhancement New feature or request label Nov 11, 2023
Copy link

Coverage

Percentage
Total Coverage 78.1 %
Coverage for all files
Path Percentage
Console/Kernel 66.7 %
Enums/AccountingType 100.0 %
Enums/Part 100.0 %
Enums/PaymentMethod 100.0 %
Enums/Role 100.0 %
Enums/UserStatus 100.0 %
Exceptions/Handler 47.6 %
Helpers/Helper 100.0 %
Http/Controllers/AccountingsController 91.7 %
Http/Controllers/Admin/ProfilesController 100.0 %
Http/Controllers/Admin/UsersController 100.0 %
Http/Controllers/Auth/ConfirmPasswordController 0.0 %
Http/Controllers/Auth/ForgotPasswordController 100.0 %
Http/Controllers/Auth/LoginController 100.0 %
Http/Controllers/Auth/RegisterController 0.0 %
Http/Controllers/Auth/ResetPasswordController 100.0 %
Http/Controllers/Auth/VerificationController 0.0 %
Http/Controllers/AuthController 100.0 %
Http/Controllers/Controller 100.0 %
Http/Controllers/HomeController 100.0 %
Http/Controllers/IndividualAccountingsController 100.0 %
Http/Controllers/UsersController 100.0 %
Http/Kernel 100.0 %
Http/Middleware/Authenticate 100.0 %
Http/Middleware/EncryptCookies 100.0 %
Http/Middleware/EnsureUserHasRole 100.0 %
Http/Middleware/PreventRequestsDuringMaintenance 100.0 %
Http/Middleware/RedirectIfAuthenticated 66.7 %
Http/Middleware/RequireJson 100.0 %
Http/Middleware/TrimStrings 100.0 %
Http/Middleware/TrustHosts 0.0 %
Http/Middleware/TrustProxies 100.0 %
Http/Middleware/ValidateSignature 100.0 %
Http/Middleware/VerifyCsrfToken 100.0 %
Models/AccountingList 0.0 %
Models/AccountingPayment 100.0 %
Models/AccountingRecord 100.0 %
Models/IndividualAccountingList 0.0 %
Models/IndividualAccountingRecord 100.0 %
Models/Profile 100.0 %
Models/User 92.3 %
Notifications/ResetPassword 100.0 %
Providers/AppServiceProvider 100.0 %
Providers/AuthServiceProvider 100.0 %
Providers/BroadcastServiceProvider 0.0 %
Providers/EventServiceProvider 100.0 %
Providers/RouteServiceProvider 100.0 %

Copy link

Middleware

Route 管理者 運営 会計 合宿 団員 未認証
ホーム /
ログイン /login
団員リスト /users
集金リスト /accountings
個別会計 /individual_accountings
管理者 > 団員リスト /admin/users
管理者 > 団員リスト > 追加 /admin/users/add
管理者 > 集金リスト /admin/accountings
管理者 > 個別会計 /admin/individual_accountings

@nozomu-y nozomu-y merged commit 1817835 into main Nov 11, 2023
5 checks passed
@nozomu-y nozomu-y deleted the feature/docker branch November 11, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant