mirror of
https://github.com/ivuorinen/ivuorinen.git
synced 2026-03-18 14:02:55 +00:00
Compare commits
108 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5985046acf | ||
|
|
724f40cab4 | ||
|
|
edd65df135 | ||
|
|
39e2ba4128 | ||
|
|
8f05f8a3ee | ||
|
|
da8f447844 | ||
|
|
62cc46668e | ||
|
|
9850fc417d | ||
|
|
ca7820f0dc | ||
|
|
784b4aead0 | ||
|
|
2c6ae210df | ||
|
|
8b2d4dd1ca | ||
|
|
c825605d01 | ||
|
|
2e3876c16c | ||
|
|
853b1b462f | ||
|
|
747ee7d2f6 | ||
|
|
2e73cc3df7 | ||
|
|
e68c32ea36 | ||
|
|
9f8aabb07b | ||
|
|
2e580af5ef | ||
|
|
d3fb459d2e | ||
|
|
ea1b5b26ee | ||
|
|
62ddd271cb | ||
|
|
ac49062723 | ||
|
|
307e1ac3e1 | ||
|
|
a4a678994b | ||
|
|
e440a6102e | ||
|
|
83fc2e23a1 | ||
|
|
4bb165ec5f | ||
|
|
b98f0904e0 | ||
|
|
19eaf9e047 | ||
|
|
bd168afe6c | ||
|
|
6e521b3b92 | ||
|
|
c859ba8a08 | ||
|
|
f170f816d8 | ||
|
|
20ea66d699 | ||
|
|
2b2c7e4209 | ||
|
|
c43e2d6d4d | ||
|
|
09be73458d | ||
|
|
8037cc9eb7 | ||
|
|
5731b71703 | ||
|
|
47fd3384c1 | ||
|
|
aed76e3523 | ||
|
|
ee4856aadf | ||
|
|
080beb860a | ||
|
|
18f985ac0b | ||
|
|
a291bddb4f | ||
|
|
aacd15210d | ||
|
|
c0af93181e | ||
|
|
a18793a5c2 | ||
|
|
f8bcfd7017 | ||
|
|
c19cdd446e | ||
|
|
d6e7e368f2 | ||
|
|
ce4951e69d | ||
|
|
7e84f92013 | ||
|
|
037c3fa9dc | ||
|
|
1bf4c85fd6 | ||
|
|
02d3f3d51a | ||
|
|
fcda6338f1 | ||
|
|
55f384fda7 | ||
|
|
2dffb59bf3 | ||
|
|
35381f572c | ||
|
|
327cf09a7f | ||
|
|
d29bd81644 | ||
|
|
160eee3b4f | ||
|
|
c5982010c9 | ||
|
|
015ae0c27c | ||
|
|
35f5f84b1b | ||
|
|
98afa298ac | ||
|
|
8b21460ab5 | ||
|
|
f2da2d4ac3 | ||
|
|
82e59d50d9 | ||
|
|
aac95ebe95 | ||
|
|
26743e244e | ||
|
|
42361ac713 | ||
|
|
4308cd845f | ||
|
|
4c1dc116b3 | ||
|
|
a22ab99f54 | ||
|
|
4d2175be93 | ||
|
|
eb03bb1808 | ||
|
|
a9a0b44b68 | ||
|
|
5a823cc12f | ||
|
|
ca2b97a488 | ||
|
|
e16deff5c8 | ||
|
|
7f9c6dd4d0 | ||
|
|
3204a35f6e | ||
|
|
864e343067 | ||
|
|
75a20124bb | ||
|
|
a328d2eff9 | ||
|
|
7d4f6392b9 | ||
|
|
49ec65814b | ||
|
|
ff34373a2a | ||
|
|
30d0000700 | ||
|
|
dc992d27da | ||
|
|
415af10307 | ||
|
|
dddbe78e4a | ||
|
|
673dd63807 | ||
|
|
3165ff4571 | ||
|
|
0596eaab6c | ||
|
|
6a47495972 | ||
|
|
99b5e57f1f | ||
|
|
6b0e2d1df1 | ||
|
|
2a5d599d7c | ||
|
|
5c2306e49d | ||
|
|
77f68fd8d2 | ||
|
|
b4ad94d400 | ||
|
|
c4750735ad | ||
|
|
5cb75b011c |
2
.github/workflows/composer-install.yml
vendored
2
.github/workflows/composer-install.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: Cache Composer packages
|
||||
id: composer-cache
|
||||
|
||||
2
.github/workflows/compress-images.yml
vendored
2
.github/workflows/compress-images.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: Compress Images
|
||||
id: calibre
|
||||
|
||||
2
.github/workflows/dependency-review.yml
vendored
2
.github/workflows/dependency-review.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
||||
contents: read
|
||||
steps:
|
||||
- name: 'Checkout Repository'
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: 'Dependency Review'
|
||||
uses: actions/dependency-review-action@3b139cfc5fae8b618d3eae3675e383bb1769c019 # v4
|
||||
|
||||
2
.github/workflows/labels.yaml
vendored
2
.github/workflows/labels.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5
|
||||
with:
|
||||
|
||||
2
.github/workflows/laravel-phpunit.yml
vendored
2
.github/workflows/laravel-phpunit.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
with:
|
||||
php-version: '8.4'
|
||||
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: 'Check file existence'
|
||||
id: check_files
|
||||
|
||||
2
.github/workflows/pr-compress-images.yml
vendored
2
.github/workflows/pr-compress-images.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: Compress Images
|
||||
uses: calibreapp/image-actions@737ceeaeed61e17b8d358358a303f1b8d177b779 # 1.1.0
|
||||
|
||||
4
.github/workflows/pr-lint.yml
vendored
4
.github/workflows/pr-lint.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
||||
# Checkout the code base #
|
||||
##########################
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
with:
|
||||
# Full git history is needed to get a proper
|
||||
# list of changed files within `super-linter`
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
# Run Linter against code base #
|
||||
################################
|
||||
- name: Lint Code Base
|
||||
uses: super-linter/super-linter/slim@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7
|
||||
uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8
|
||||
env:
|
||||
VALIDATE_ALL_CODEBASE: false
|
||||
LINTER_RULES_PATH: '${DEFAULT_WORKSPACE}'
|
||||
|
||||
4
.github/workflows/readme-scribe.yaml
vendored
4
.github/workflows/readme-scribe.yaml
vendored
@@ -21,14 +21,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
- uses: muesli/readme-scribe@5a187a2a36ef894335f17a7d01c32b0e28c6d948
|
||||
with:
|
||||
template: templates/README.md.tpl
|
||||
writeTo: README.md
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
|
||||
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
|
||||
- uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f # v6.0.0
|
||||
with:
|
||||
commit_message: 'Update generated README'
|
||||
branch: main
|
||||
|
||||
2
.github/workflows/release-monthly.yaml
vendored
2
.github/workflows/release-monthly.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: Create Release
|
||||
shell: bash
|
||||
|
||||
2
.github/workflows/reviewdog-linters.yml
vendored
2
.github/workflows/reviewdog-linters.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
statuses: write
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: GitHub Actions
|
||||
uses: reviewdog/action-actionlint@abd537417cf4991e1ba8e21a67b1119f4f53b8e0 # v1
|
||||
|
||||
@@ -23,7 +23,7 @@ jobs:
|
||||
outputs:
|
||||
repos: ${{ steps.repos.outputs.REPOS }}
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||
|
||||
- name: Get Repositories
|
||||
id: repos
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v4.6.0
|
||||
rev: v6.0.0
|
||||
hooks:
|
||||
- id: trailing-whitespace
|
||||
- id: check-case-conflict
|
||||
@@ -18,12 +18,12 @@ repos:
|
||||
args: [--autofix, --no-sort-keys]
|
||||
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.41.0
|
||||
rev: v0.45.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args: [-c, .markdownlint.json, --fix]
|
||||
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.35.1
|
||||
rev: v1.37.1
|
||||
hooks:
|
||||
- id: yamllint
|
||||
|
||||
36
README.md
36
README.md
@@ -10,33 +10,33 @@ I'm also a huge fan of open-source, and I try to contribute back to the communit
|
||||
|
||||
- [ivuorinen/cheatsheet-tldr](https://github.com/ivuorinen/cheatsheet-tldr) - tldr-pages/tldr pages for cheat/cheat (1 day ago)
|
||||
- [ivuorinen/starred](https://github.com/ivuorinen/starred) - Automatically updated list of my starred repos. (1 day ago)
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) - ivuorinen's shared actions (6 days ago)
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) - These are my dotfiles. There are many like 'em, but these are mine. (2 weeks ago)
|
||||
- [ivuorinen/docker-php-with-imagick-multi](https://github.com/ivuorinen/docker-php-with-imagick-multi) - PHP 7.4-8.3 with imagick for arm64 and amd64 (2 weeks ago)
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) - These are my dotfiles. There are many like 'em, but these are mine. (1 day ago)
|
||||
- [ivuorinen/generic-landing-page](https://github.com/ivuorinen/generic-landing-page) - (5 days ago)
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) - ivuorinen's shared actions (1 week ago)
|
||||
|
||||
#### 👨💻 Repositories I created recently
|
||||
|
||||
- [ivuorinen/go-test-sarif-action](https://github.com/ivuorinen/go-test-sarif-action) - [WIP] Convert `go test -json` output to SARIF
|
||||
- [ivuorinen/nvm-auto-use.fish](https://github.com/ivuorinen/nvm-auto-use.fish) - Work in progress implementation for nvm-auto-use for fish shell
|
||||
- [ivuorinen/nvm-auto-use](https://github.com/ivuorinen/nvm-auto-use) - Automatically install node version based on .nvmrc, and use it
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) - ivuorinen's shared actions
|
||||
- [ivuorinen/uptime](https://github.com/ivuorinen/uptime) - Public uptime checker for some of my sites
|
||||
- [ivuorinen/tsm](https://github.com/ivuorinen/tsm)
|
||||
- [ivuorinen/gh-action-readme](https://github.com/ivuorinen/gh-action-readme) - Transform your GitHub Actions into professional documentation with multiple themes, output formats, and enterprise-grade features.
|
||||
- [ivuorinen/phpenv.fish](https://github.com/ivuorinen/phpenv.fish) - A fast, feature-rich PHP version manager for Fish Shell using brew that acts like goenv or nvm.
|
||||
- [ivuorinen/monolog-gdpr-filter](https://github.com/ivuorinen/monolog-gdpr-filter) - Monolog processor for GDPR masking with regex and dot-notation path
|
||||
- [ivuorinen/coderabbit](https://github.com/ivuorinen/coderabbit) - CodeRabbit.ai configuration I reference in my projects
|
||||
|
||||
#### 🚀 Latest releases I've contributed to
|
||||
|
||||
- [mason-org/mason-registry](https://github.com/mason-org/mason-registry) ([2025-05-31-pale-coyote](https://github.com/mason-org/mason-registry/releases/tag/2025-05-31-pale-coyote), 1 day ago) - Core registry for mason.nvim.
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) ([25.5.29](https://github.com/ivuorinen/dotfiles/releases/tag/25.5.29), 3 days ago) - These are my dotfiles. There are many like 'em, but these are mine.
|
||||
- [ville6000/toggl-cli](https://github.com/ville6000/toggl-cli) ([v0.8.0](https://github.com/ville6000/toggl-cli/releases/tag/v0.8.0), 3 days ago) - A simple CLI interface for toggl.com
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) ([25.5.26](https://github.com/ivuorinen/actions/releases/tag/25.5.26), 6 days ago) - ivuorinen's shared actions
|
||||
- [ivuorinen/base-configs](https://github.com/ivuorinen/base-configs) ([@ivuorinen/markdownlint-config@0.3.14](https://github.com/ivuorinen/base-configs/releases/tag/%40ivuorinen/markdownlint-config%400.3.14), 1 week ago) - A collection of base configs for code quality and linting tools. Heavily based on `@demartini/base-configs`
|
||||
- [ivuorinen/actions](https://github.com/ivuorinen/actions) ([25.8.31](https://github.com/ivuorinen/actions/releases/tag/25.8.31), 1 day ago) - ivuorinen's shared actions
|
||||
- [ivuorinen/dotfiles](https://github.com/ivuorinen/dotfiles) ([25.8.31](https://github.com/ivuorinen/dotfiles/releases/tag/25.8.31), 1 day ago) - These are my dotfiles. There are many like 'em, but these are mine.
|
||||
- [mason-org/mason-registry](https://github.com/mason-org/mason-registry) ([2025-08-31-livid-butter](https://github.com/mason-org/mason-registry/releases/tag/2025-08-31-livid-butter), 1 day ago) - Core registry for mason.nvim.
|
||||
- [ivuorinen/ivuorinen](https://github.com/ivuorinen/ivuorinen) ([2025.8.0](https://github.com/ivuorinen/ivuorinen/releases/tag/2025.8.0), 1 month ago) - My special github profile header
|
||||
- [ivuorinen/.github](https://github.com/ivuorinen/.github) ([2025.8.0](https://github.com/ivuorinen/.github/releases/tag/2025.8.0), 1 month ago) - My GitHub Shared Configurations.
|
||||
|
||||
#### ⭐ Recent Stars
|
||||
|
||||
- [kimdre/doco-cd](https://github.com/kimdre/doco-cd) - Docker Compose Continuous Deployment (1 day ago)
|
||||
- [mvllow/dots](https://github.com/mvllow/dots) - Minimalist developer setup (2 days ago)
|
||||
- [Yiling-J/piper](https://github.com/Yiling-J/piper) - 🛠 Viper wrapper with config inheritance and key generation (2 days ago)
|
||||
- [fullstackhero/dotnet-starter-kit](https://github.com/fullstackhero/dotnet-starter-kit) - Production Grade Cloud-Ready .NET 9 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included. (2 days ago)
|
||||
- [domaindrivendev/Swashbuckle.AspNetCore](https://github.com/domaindrivendev/Swashbuckle.AspNetCore) - Swagger tools for documenting API's built on ASP.NET Core (2 days ago)
|
||||
- [githubnext/awesome-continuous-ai](https://github.com/githubnext/awesome-continuous-ai) - An awesome list of Continuous AI Actions and Frameworks (1 day ago)
|
||||
- [jetkvm/kvm](https://github.com/jetkvm/kvm) - JetKVM - Control any computer remotely (1 day ago)
|
||||
- [justin/dotfiles](https://github.com/justin/dotfiles) - (1 day ago)
|
||||
- [githubnext/monaspace](https://github.com/githubnext/monaspace) - An innovative superfamily of fonts for code (1 day ago)
|
||||
- [davila7/claude-code-templates](https://github.com/davila7/claude-code-templates) - CLI tool for configuring and monitoring Claude Code (3 days ago)
|
||||
|
||||
|
||||
|
||||
|
||||
1608
package-lock.json
generated
1608
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -17,7 +17,7 @@
|
||||
"devDependencies": {
|
||||
"@ivuorinen/base-configs": "^2.0.2",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"textlint": "^14.2.0",
|
||||
"textlint": "^15.0.0",
|
||||
"textlint-filter-rule-comments": "^1.2.2",
|
||||
"textlint-rule-no-todo": "^2.0.1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user