Wesley R. wes
  • Joined on 2019-07-29
wes pushed to master at wes/skyweave 2025-06-12 20:53:14 -04:00
9b99d51a15 Fixing ci pipeline.... lmao
wes pushed to master at wes/skyweave 2025-06-12 20:51:51 -04:00
73480a3adf Fixing ci pipeline I hope
wes pushed to master at wes/skyweave 2025-06-12 20:49:10 -04:00
a5ce9d1977 Fixing ci pipeline for real this time
wes pushed to master at wes/skyweave 2025-06-12 20:48:08 -04:00
04ee1a037d Fixing ci pipeline
wes pushed to master at wes/skyweave 2025-06-12 08:57:37 -04:00
490a32dea6 Taming the linter again the third
wes pushed to master at wes/skyweave 2025-06-12 08:45:14 -04:00
0fef02e029 Taming the linter again again
wes pushed to master at wes/skyweave 2025-06-12 08:40:27 -04:00
442ecd1290 Taming the linter again
wes pushed to master at wes/skyweave 2025-06-12 08:35:09 -04:00
4688a5d22e Lets try some unit testing...
wes pushed to master at wes/skyweave 2025-06-12 08:03:37 -04:00
03515be254 Think I just need to add error code 631 to my ignore clause now. (Line is too long > 120)... It is not 1980 anymore I choose to live dangerously
wes pushed to master at wes/skyweave 2025-06-12 07:58:34 -04:00
4ade029461 Configuring luacheck to be a little more reasonable part 3
wes pushed to master at wes/skyweave 2025-06-12 07:55:53 -04:00
dcbd96ee75 Configuring luacheck to be a little more reasonable part 2
wes pushed to master at wes/skyweave 2025-06-12 07:49:58 -04:00
65ef36b6b5 Configuring luacheck to be a little more reasonable
wes pushed to master at wes/skyweave 2025-06-12 07:42:26 -04:00
d36483901f My CI pipeline is alive, and the lua linter found a synta error in a line that will almost never be called so it was able to slip under the radar. Cool.
wes pushed to master at wes/skyweave 2025-06-11 23:45:38 -04:00
c6ce231ce7 Changing container images, gitea actions require node.js apparently
wes pushed to master at wes/skyweave 2025-06-11 23:42:42 -04:00
90bb6dafd4 fixing package name in ci workflow
wes pushed to master at wes/skyweave 2025-06-11 23:39:57 -04:00
b10b674c14 initial CI workflow, starting with a lua linter for simplicity
wes pushed to master at wes/skyweave 2025-06-11 23:33:06 -04:00
dd3547d67a adding .luacheckrc preparing for some lua linting
wes pushed to master at wes/skyweave 2025-06-11 23:04:24 -04:00
af5ead4c33 Modified logic for /network_config to return currently associated BSSID instead of pulling from UCI. Added /SOS GET endpoint for easily directing the unit to connect to any campground wireless AP in a pinch.
wes pushed to master at wes/skyweave 2025-06-08 00:00:12 -04:00
eaa1f5ce53 Initial commit of mico-framework refactor. Original monolithic script still exists in /src
wes pushed to master at wes/skyweave 2025-06-07 07:38:30 -04:00
ed94ee9a92 Modified set_connect_wifi to build all uci configuration actions into a single string that is passed to os.execute() to run in the background. This allows the function to return a JSON response to the caller (based on the validty of the POST data) instead of timing out while the network configuration settles.