-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from acelaya-forks/feature/testing
Feature/testing
- Loading branch information
Showing
16 changed files
with
1,901 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: ['acelaya'] | ||
custom: ['https://slnk.to/donate'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<!-- | ||
Before opening an issue, just take into account that this is a completely free of charge and open source project. | ||
I'm always happy to help and provide support, but some understanding will be expected. | ||
I do this in my own free time, so expect some delays when implementing new features and fixing bugs, and don't take it personal if an issue gets eventually closed. | ||
You may also be asked to provide tests or ways to reproduce reported bugs. | ||
Try to be polite, and understand it is impossible for an OSS project to cover all use cases. | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: npm | ||
directory: '/' | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: '09:00' | ||
timezone: 'Europe/Madrid' | ||
open-pull-requests-limit: 10 | ||
groups: | ||
fontawesome: | ||
patterns: | ||
- '@fortawesome/*' | ||
eslint: | ||
patterns: | ||
- '@shlinkio/eslint-config-js-coding-standard' | ||
- '@typescript-eslint/*' | ||
- 'eslint' | ||
shlink: | ||
patterns: | ||
- '@shlinkio/*' | ||
remix: | ||
patterns: | ||
- '@remix-run/*' | ||
react: | ||
patterns: | ||
- 'react' | ||
- 'react-dom' | ||
types: | ||
patterns: | ||
- '@types/*' | ||
testing: | ||
patterns: | ||
- '@testing-library/*' | ||
vite: | ||
patterns: | ||
- 'vite' | ||
- '@vitejs/*' | ||
vitest: | ||
patterns: | ||
- 'vitest' | ||
- '@vitest/*' | ||
ignore: | ||
# Bootstrap can introduce visual breaking changes on styles | ||
# Ignore it, since the plan is to remove it anyway | ||
- dependency-name: 'bootstrap' | ||
- package-ecosystem: docker | ||
directory: '/' | ||
schedule: | ||
interval: weekly | ||
day: saturday | ||
time: '09:00' | ||
timezone: 'Europe/Madrid' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
name: Continuous integration | ||
|
||
on: | ||
pull_request: null | ||
push: | ||
branches: | ||
- main | ||
- develop | ||
|
||
jobs: | ||
ci: | ||
uses: shlinkio/github-actions/.github/workflows/web-app-ci.yml@main | ||
with: | ||
node-version: 22.x | ||
publish-coverage: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ build | |
home | ||
node_modules | ||
docker-compose.override.yml | ||
coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.