https://github.com/blumilksoftware/gha-analyzer
GitHub Actions logs simple analyzer
https://github.com/blumilksoftware/gha-analyzer
github github-actions vue
Last synced: 5 months ago
JSON representation
GitHub Actions logs simple analyzer
- Host: GitHub
- URL: https://github.com/blumilksoftware/gha-analyzer
- Owner: blumilksoftware
- Created: 2022-05-25T20:04:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-09T06:18:10.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T06:54:55.380Z (almost 2 years ago)
- Topics: github, github-actions, vue
- Language: PHP
- Homepage: https://blumilksoftware.github.io/gha-analyzer/
- Size: 530 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: readme.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## @blumilksoftware/gha-analyzer
### About application
> placeholder
### Local development
```
cp .env.example .env
make init
make dev
```
Application will be running under [localhost:63851](localhost:63851) and [http://gha-analyzer.blumilk.localhost/](http://gha-analyzer.blumilk.localhost/) in Blumilk traefik environment. If you don't have a Blumilk traefik environment set up yet, follow the instructions from this [repository](https://github.com/blumilksoftware/environment).
#### Commands
Before running any of the commands below, you must run shell:
```
make shell
```
| Command | Task |
|:------------------------|:--------------------------------------------|
| `composer ` | Composer |
| `composer test` | Runs backend tests |
| `composer analyse` | Runs Larastan analyse for backend files |
| `composer cs` | Lints backend files |
| `composer csf` | Lints and fixes backend files |
| `php artisan ` | Artisan commands |
| `npm run dev` | Compiles and hot-reloads for development |
| `npm run build` | Compiles and minifies for production |
| `npm run lint` | Lints frontend files |
| `npm run lintf` | Lints and fixes frontend files |
| `npm run tsc` | Runs TypeScript checker |
#### Containers
| service | container name | default host port |
|:-----------|:--------------------------|:--------------------------------|
| `app` | `gha-analyzer-app-dev` | [63851](http://localhost:63851) |
| `database` | `gha-analyzer-db-dev` | 63853 |
| `redis` | `gha-analyzer-redis-dev` | 63852 |
| `mailpit` | `gha-analyzer-mailpit-dev` | 63854 |