Nico Miguelino
d5f5c63e1e
Use Poetry for the Python linter ( #2042 )
2024-08-29 11:29:59 -07:00
Nico Miguelino
390c40d9e8
fix: trigger test and linter check on push and/or PR to experimental branch ( #2012 )
2024-08-06 07:27:01 -07:00
Nico Miguelino
c0964b77cb
Edits docs to include experimental features ( #2008 )
...
* chore: edit docs to include experimental features
* do minor grammatical error(s) in the installer
* chore: exclude bin/install.sh from the CI workflow trigger
2024-08-06 06:53:08 -07:00
Nico Miguelino
30d5a18173
Updates scripts to support build and installation processes for experimental features ( #2005 )
...
* feat: update scripts to support build and installation processes for experimental features
* chore: remove `production` from the CI worklow branches
* chore: refactor the build script
2024-08-02 09:08:51 -07:00
Nico Miguelino
9484f5b5d7
fix: update webview git hash and tag to point to the latest version ( #1998 )
2024-07-29 11:39:23 -07:00
Nico Miguelino
2751c363de
Fixes the CI workflow for building webview binaries ( #1991 )
2024-07-25 11:21:42 -07:00
Nico Miguelino
159cb20d62
fix: CI workflow for building and pushing webview images ( #1990 )
2024-07-25 08:26:37 -07:00
Nico Miguelino
591357d1bc
chore: bumps Python version used by linter from 3.7 to 3.11 ( #1988 )
2024-07-23 15:29:05 -07:00
Nico Miguelino
a33116ba1b
Fixes Pi 1 builds in CI ( #1987 )
...
* fix: don't build and push Dockerfile.test
* fix: removes the Docker build script from the files to be ignored
2024-07-23 08:56:20 -07:00
Nico Miguelino
99a38d69ee
Upgrade containers to use Bookworm ( #1980 )
...
* upgrade containers from using Buster to Bookworm
* replace OMX with VLC
* update the Qt version, webview hash, and the webview download URL
* enable FKMS for Raspberry Pi 1, 2, 3 and 4 devices
2024-07-22 14:26:01 -07:00
nicomiguelino
3c9ffaf015
fix: specify permissions when doing CodeQL analysis via CI
2024-07-03 13:18:34 -07:00
Nico Miguelino
0517242526
Does asset URL validation when a key is pressed ( #1941 )
...
* fix: do asset URL validation on keypress (keyup) as well
* chore: re-generate CoffeeScript to JavaScript map files
* fix: bump codeql-action from v2 to v3
2024-07-03 12:59:54 -07:00
Nico Miguelino
ab8c1927a2
Refactors server scripts for development mode ( #1952 )
...
* refactor code for development mode
* remove unused imports
* trigger test workflow on `master` push
2024-07-03 10:03:56 -07:00
nicomiguelino
6e87511237
chore/fix: increase scope of Python linter
2024-07-02 16:08:19 -07:00
Nico Miguelino
87e2d493ce
Adds Python linting in CI ( #1939 )
2024-06-21 09:11:14 -07:00
nicomiguelino
08a9d256a9
fix: bump codeql-action to v2
2024-06-08 13:53:48 -07:00
Nico Miguelino
dc1f963bd7
Allows support for 4k display by increasing shared memory in viewer ( #1894 )
...
* fix: increase `shm_size` of the viewer service for RPi OS and Balena versions
* modify the docs to include usage of the `--shm-size` flag
2024-05-15 12:54:47 -07:00
nicomiguelino
cabfe23141
cleanup: Remove temporary GitHub workflow changes.
2024-03-13 16:03:22 -07:00
nicomiguelino
f73b380112
draft: Tweak artifact path.
2024-03-13 14:43:43 -07:00
nicomiguelino
991f535a31
draft: Add temporary CI steps to find out why some steps are failing.
2024-03-13 14:28:53 -07:00
nicomiguelino
950e4c894d
draft: Temporarily upload images as artifacts.
2024-03-13 13:52:22 -07:00
nicomiguelino
24eaf3fe1e
fix: Upgrade Balena CLI version from 13.7.1 to 18.1.2
2024-03-13 13:40:34 -07:00
nicomiguelino
ccdf2004c7
fix: Upgrade Balena CLI version from 13.7.1 to 18.1.2.
2024-03-13 12:34:33 -07:00
Viktor Petersson
b846243ece
Switches disk images to manual
2024-02-26 11:07:11 +00:00
Viktor Petersson
d2aef1f0b3
Tweaks codecov
2023-06-29 08:50:20 +00:00
Viktor Petersson
fa6a3b8e84
Fixes syntax
2023-06-29 08:48:21 +00:00
Viktor Petersson
f34259c00a
Tweaks codecov file
2023-06-29 08:47:00 +00:00
Viktor Petersson
c1d93e6e13
Adds codecov
2023-06-29 08:44:39 +00:00
Viktor Petersson
8d21d2ba55
More hostname fixes
2023-02-23 09:49:57 +00:00
Viktor Petersson
972893fe0b
Tweaks retry logic based on https://docs.github.com/en/actions/learn-github-actions/expressions\#failure-with-conditions
2023-02-22 16:01:49 +00:00
Viktor Petersson
6f043d1bed
Removes debug statement
2023-02-22 15:06:39 +00:00
Viktor Petersson
806dc50e6f
Tweaks build process
2023-02-22 11:04:35 +00:00
Viktor Petersson
150aa157aa
Add random sleep
2023-02-21 21:35:17 +00:00
Viktor Petersson
dd922cf642
Merge pull request #1742 from nicomiguelino/rf-build-script
...
Add command-line support for skipping services when building images.
2023-02-21 17:28:46 +00:00
Viktor Petersson
4573b36f3f
Adds retry to Balena deploy.
2023-02-21 17:18:49 +00:00
Nico Miguelino
cc681a09d8
Merge branch 'Screenly:master' into rf-build-script
2023-02-21 09:18:27 -08:00
nicomiguelino
6e02f792cb
Only build the necessary containers when running unit tests.
2023-02-21 09:16:23 -08:00
Viktor Petersson
79fff43143
Clean up unnecessary code
2023-02-21 13:51:17 +00:00
Viktor Petersson
ba4302bf30
Fixes naming in disk image generation
2023-02-17 08:48:38 +00:00
Viktor Petersson
2c1d7c7be2
Updates fleet names and naming in balena
2023-02-17 08:38:55 +00:00
Viktor Petersson
8fc11532ae
Fix balena file build.
2023-02-17 06:19:49 +00:00
Viktor Petersson
763cf6c832
Fixes buildx
2023-02-16 14:47:20 +00:00
Viktor Petersson
e3c49e9372
Fixes naming
2023-02-16 14:42:06 +00:00
Viktor Petersson
8ba4e683d1
Adds push
2023-02-16 14:41:16 +00:00
Viktor Petersson
603a4d26fe
Brings in build_containers.sh into CI pipeline
2023-02-16 11:15:04 +00:00
Viktor Petersson
42e61a3760
Merge branch 'master' into optimize-cache
2023-02-15 20:46:54 +00:00
Viktor Petersson
71f6ecec75
more cleanup
2023-02-15 20:45:24 +00:00
Viktor Petersson
a04d8074b7
Hotfix for build
2023-02-15 19:06:25 +00:00
Viktor Petersson
64fcdef7dc
Refactors how test containers are built
2023-02-15 18:42:34 +00:00
Viktor Petersson
052b641f3a
Fixes more templating issues.
2023-02-15 16:31:39 +00:00