renovate[bot]
77c11a603b
Update docker/setup-qemu-action action to v2
3 years ago
renovate[bot]
64c5580c69
Update github/codeql-action action to v2
3 years ago
Gabe Kangas
f3a16be0dd
Add user detail API + modal. Closes #2002
3 years ago
Gabe Kangas
aead748c0d
Use the race detector when running automated tests.
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
6ff8c89246
Move to the Eartlhy job for the nightly Docker build. Closes #1953
3 years ago
Gabe Kangas
78c6189c02
First pass at bundling web app into service. Working.
3 years ago
Gabe Kangas
62a580b72c
Use Earthly setup action instead of manually downloading
3 years ago
Gabe Kangas
078462b246
Remove additional branching
3 years ago
Gabe Kangas
a137d7ebb9
Support multi-platform docker builds with qemu
3 years ago
Gabe Kangas
233a2ccb2f
Point to most recent earthly + cd to root on build
3 years ago
Gabe Kangas
fce3672bc1
Add nightly build action that uses Earthly. Another step in #1953
3 years ago
Gabe Kangas
dacfaba32b
Experiment with chromatic to streamline visual UI testing
3 years ago
Gabe Kangas
ed50016bfc
Do not commit built storybook
3 years ago
Gabe Kangas
e0aa5f8522
Use token
3 years ago
Gabe Kangas
2329d3a17d
Send event on commits
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
Gabe Kangas
8638961b59
Add workflow for building storybook
3 years ago
Gabe Kangas
717db25d65
Remove no longer valid browser test
3 years ago
renovate[bot]
3cacdf6804
Update golangci/golangci-lint-action action to v3 ( #1821 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Gabe Kangas
d1cebb0d88
Increase linter timeout even more to try to fix github workflow error.
3 years ago
Gabe Kangas
e95cf6bc72
Increase linter timeout
3 years ago
Renovate Bot
e7a08759aa
Update actions/upload-artifact action to v3
3 years ago
Renovate Bot
42890950d2
Update actions/setup-node action to v3
3 years ago
Renovate Bot
661b788d3a
Update actions/checkout action to v3
3 years ago
Renovate Bot
5b1b21c729
Update EndBug/add-and-commit action to v9
3 years ago
Renovate Bot
15e054fb82
Update creyD/prettier_action action to v4
3 years ago
renovate[bot]
d4c7f183eb
Update actions/setup-go action to v3 ( #1814 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
3 years ago
Gabe Kangas
d3aa3f87af
doc -> docs as Github needs a specific name
3 years ago
Gabe Kangas
48006d7a79
Fix updated go linter
3 years ago
Gabe Kangas
2743bddf4e
Fix js package build workflow
3 years ago
Gabe Kangas
883d22cf76
Force worfklow to run under node 12
3 years ago
Gabe Kangas
5dd3ce5c44
Update golangci-lint action
3 years ago
Gabe Kangas
e6ed6a6849
Don't run CodeQL for dependencies
4 years ago
Gabe Kangas
06f3644b11
Remove running codeql on a schedule
...
PRs and pushes only.
4 years ago
Gabe Kangas
ae49e38eb9
Update admin dispatch event workflow
4 years ago
Gabe Kangas
464ae9598b
Add workflow for accepting bundle admin event
4 years ago
Gabe Kangas
3fdae7afb9
Don't codeql the static directory
4 years ago
Gabe Kangas
fdc381c738
Test against Go 1.17 and drop 1.15 from the tests
4 years ago
Jack
651caeba91
Fix build for Windows ( #1377 ) ( #1506 )
...
* Fix build for Windows (#1377 )
* Add tests for windows
4 years ago
Gabe Kangas
f0bd7d2528
Replace pkger with go:embed for bundling the admin. Closes #844 ( #1464 )
...
* Replace pkger with go:embed for bundling the admin. Closes #844
* Remove references to pkged.go
* Point tests to use an updated version of Go
* Add comment to new exported function
* Cleanup
* Add a dummy pkged.go to alert people to stop using it.
* Add simple browser test to make sure the admin is available and renders
* Don't panic
4 years ago
Gabe Kangas
7b097ccdd9
HLS tests for local and S3 storage. Closes #1457 ( #1460 )
4 years ago
Gabe Kangas
cc6b257470
Automated browser testing ( #1415 )
...
* Move automated api tests to api directory
* First pass at automated browser testing
4 years ago
Gabe Kangas
608888317b
Have nightly build create a production build of tailwind
4 years ago
Gabe Kangas
c6c6f0233d
Expanded linting + fix warnings ( #1396 )
...
* Expand the linters and types of warnings to improve consistency and safety
* Fail lint workflow if there are errors
* golint has been replaced by revive
* Hand-pick some of the default exclude list
* Ignore error when trying to delete preview gif
* Ignore linter warning opening playlist path
* Rename user field Id -> ID
* A bunch of renames to address linter warnings
* Rename ChatClient -> Client per linter suggestion best practice
* Rename ChatServer -> Server per linter suggestion best practice
* More linter warning fixes
* Add missing comments to all exported functions and properties
4 years ago
Meisam
ae1c2d89f0
Check for secret key before nightly builds ( #1375 )
4 years ago