renovate[bot]
40c94a5a49
chore(deps): update tj-actions/changed-files action to v40 ( #3402 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Gabe Kangas
ad3588a23c
More changed-files troubleshooting
2 years ago
Gabe Kangas
839f926f69
Looks like we were using the changed-files action incorrectly. Hopefully this fixes it?
2 years ago
A. Singh
427f4ecdd7
fix: issue with lint and prettier during js format build ( #3362 )
2 years ago
renovate[bot]
7b8ea4cefa
chore(deps): update actions/checkout action to v4 ( #3321 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
53dc3779e0
chore(deps): update tj-actions/changed-files action to v39 ( #3324 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
renovate[bot]
74846e00a3
chore(deps): update tj-actions/changed-files action to v38 ( #3280 )
...
* chore(deps): update dependency knip to v2.19.10
* chore(deps): update tj-actions/changed-files action to v38
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 years ago
Gabe Kangas
b51829a0a7
chore(ci): fix duplicate runs of bundle step
2 years ago
Gabe Kangas
8cb4103f3f
chore(ci): cancel other build runs on duplicat
2 years ago
Gabe Kangas
c28d254a96
chore(ci): push_request_target -> push_request
2 years ago
Gabe Kangas
78ec6302b9
fix(ci): add untracked files before rebase. For #3255
2 years ago
Gabe Kangas
845051c4c2
chore: rebase before commit bundled web app
2 years ago
Gabe Kangas
e3dc63994b
chore: only push changes on develop branch
2 years ago
Gabe Kangas
e1deb08c8c
chore: js lint. use autostash when rebasing
2 years ago
Gabe Kangas
401d0bb44e
chore: manually pull, rebase, and push
2 years ago
Gabe Kangas
d5013e9b61
fix: force ignoring of certain paths?
2 years ago
Gabe Kangas
cab45f0be8
chore: force js formatting to occur before building/bundling
2 years ago
Gabe Kangas
48652ac12c
fix: be explicit about what dir we want to know has changed files
2 years ago
Gabe Kangas
3ae0367bec
fix: fix CI js linting?
2 years ago
Gabe Kangas
00c054a748
fix: do not check against PAT as it is not required
2 years ago
Gabe Kangas
460f47d9b7
fix: update use of changed files to specify proper key
2 years ago
Gabe Kangas
a75ea76cc8
chore: only run commit web project build on develop
2 years ago
Gabe Kangas
8c4ebd26ad
chore: consolidate web build/test jobs and only run it after other steps are successful
2 years ago
renovate[bot]
7c13a3fd01
chore(deps): update dependency eslint-plugin-react to v7.33.0 ( #3205 )
...
* chore(deps): update dependency eslint-plugin-react to v7.33.0
* chore: have linter try to autofix and commit linter warnings
* Linter fixes
* chore: tweak how js formatting is run within actions
* fix: type mismatch
* Prettified Code!
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: Owncast <owncast@owncast.online>
Co-authored-by: gabek <gabek@users.noreply.github.com>
2 years ago
Gabe Kangas
e50b23d081
Cleanup unused Javascript ( #3027 )
...
* chore(js): be stricter about dead code warnings
* chore(js): remove dead code and unused exports
* rebase
* chore: remove unused files
* chore(deps): remove unused prop-types dep
* chore(js): remove unused function
* chore(deps): remove + check unused deps
* chore(js): remove unused exports. Closes #3036
2 years ago
Gabe Kangas
bd7553e0bc
fix(tests): run prettier against pull_request_target
2 years ago
Gabe Kangas
ff5a6590e7
fix(tests): run against pull_request not pull_request_target. Closes #2487
2 years ago
Gabe Kangas
efebcd8d45
Bump prettier action and remove workaround
2 years ago
Gabe Kangas
db9e4e2fd3
Work around prettier action bug
2 years ago
Meisam
6f97085285
add Github actions linter to Github actions ( #2521 )
...
* add actions linter
* fix actions/checkout args
* trigger actions lint on both yml/yaml
...and other possible changes in workflow
3 years ago
Meisam
c74d5b4f31
add shellcheck to CI ( #2478 )
...
* add shellcheck to ci
* test ci
* install bash for shellcheck
* set globstar for bash
* cleanup shell scripts
* do not ignore automated hls tests
* rm legacy build script
* update shell scripts
* cleanup ci
* Fix misspell
* cleanup ci
* fail on curl error in ci
3 years ago
Gabe Kangas
8e2fe17e35
Use skip-duplicate-actions instead of concurrency limit
3 years ago
Gabe Kangas
352447e3d4
Web UI frontend automated browser tests ( #2223 )
...
* First pass at basic browser tests for #1926
* Run tests against dev web server not go server
* Bundle the web code into the server before running tests
* Move cypress UI tests into its own npm project + add tests
* Add additional tests + wire up with cypress dashboard
* Limit concurrency of workflow jobs
* Temporarily comment out some tests that do not pass in mobile. Will fix later.
3 years ago
Gabe Kangas
da73ed9f20
Hopefully fix issues running CI on remote forks
3 years ago
Gabe Kangas
9f550a87d2
Run workflows on PRs + Perform test build
3 years ago
Gabe Kangas
8bd222e847
Do not run tests on web-only changes
3 years ago
renovate[bot]
fa1c680f6e
Update actions/checkout action to v3
3 years ago
Gabe Kangas
f3a16be0dd
Add user detail API + modal. Closes #2002
3 years ago
Gabe Kangas
6b45715724
Set working directory of linter
3 years ago
Gabe Kangas
d47084f257
Hopefully fix the linter error
3 years ago
Gabe Kangas
43aba0a67c
Limit what GitHub actions need to run for specific directories
3 years ago
Gabe Kangas
a28533a7ce
Add Javascript linter step
3 years ago
Gabe Kangas
72c01e1b9a
Fix web project build errors
3 years ago
Gabe Kangas
b66617961d
Remove old web workflows and add new ones
3 years ago
Renovate Bot
661b788d3a
Update actions/checkout action to v3
3 years ago
Renovate Bot
15e054fb82
Update creyD/prettier_action action to v4
3 years ago
Gabe Kangas
380f3c5015
Do not format dependabot
4 years ago
Gabe Kangas
0b6c827557
master -> develop
4 years ago
Gabe Kangas
896c7b57ef
Remove code formatting on PRs
4 years ago
Gabe Kangas
3ae6f82701
Update prettier action + only look at webroot
4 years ago