Commit Graph

408 Commits

Author SHA1 Message Date
Willy-JL
8ebc3888a2 Fix PR webhook 2023-04-25 18:40:10 +01:00
Willy-JL
78f993c9bb Dev webhook fixes 2023-04-23 17:57:08 +01:00
Willy-JL
852b051e26 Fix webhook workflow 2023-04-22 09:26:37 +01:00
Willy-JL
4a6d5c4f9d Cleanup workflows 2023-04-22 09:25:53 +01:00
Willy-JL
c07c06aba8 Workflow updates 2023-04-22 09:06:33 +01:00
hedger
3932503660 [FL-3243] github: testing SDK with ufbt action (#2581)
* github: testing SDK with ufbt action
* github: also build apps with ufbt
* github: fixed dir lookup for ufbt
* ufbt: checks for compatibility on app discovery
* github: Conditional app skip for ufbt
* github: fixed app build flow with ufbt
* extra debug
* github: lint: message capture
* github: testing different output capture method for linters
* shorter version of status check
* github: updated comment actions to suppress warnings
* Reverted formatting changes

Co-authored-by: あく <alleteam@gmail.com>
2023-04-19 20:08:13 +09:00
Willy-JL
5cd11deeb7 Fix release script artifacts 2023-04-10 02:20:51 +01:00
Clara K
68c494bf50 Update release.md 2023-04-08 16:05:51 +02:00
Clara K
cc05bae2e3 Update release.md 2023-04-08 16:05:28 +02:00
あく
0d8518d31d [FL-3232] FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx (#2565)
* FuriHal: fix gpio naming and add explicit pulls for vibro, speaker and ir_tx
* Github: workflow event debug print
* Github: proper PR head commit SHA extraction in get_env.py
2023-04-06 19:06:19 +10:00
Willy-JL
14eebe469f Webhook fixes 2023-03-30 10:55:51 +01:00
ClaraCrazy
01890e8de9 Continue discord.py 2023-03-30 11:38:52 +02:00
Willy-JL
5e904ce21b Webhook pr change counts and char limits 2023-03-30 03:59:50 +01:00
Willy-JL
1306747e51 Fix webhook event scopes 2023-03-30 03:37:17 +01:00
Willy-JL
491f8f68a0 Fix discord webhook script filename 2023-03-30 03:28:16 +01:00
Willy-JL
cba1546931 More webhook stuff 2023-03-30 03:27:23 +01:00
Willy-JL
c87e354eb3 New dev webhook 2023-03-30 00:25:44 +01:00
Clara K
529483a18b Delete discord.yml
no
2023-03-29 23:38:53 +02:00
Willy-JL
6cde2f74fa New dev webhook 2023-03-29 22:34:42 +01:00
Willy-JL
ebaf31d0b9 Add hotfix script 2023-03-29 16:55:17 +01:00
Willy-JL
9ff5dfcb50 Fix release notes script 2023-03-29 16:47:03 +01:00
Willy-JL
f6679cc8d8 Refactor release script to be more modular 2023-03-29 14:04:43 +01:00
Willy-JL
40c90cc70b Fix release script 2023-03-29 00:30:54 +01:00
Willy-JL
376b569728 Logging in release script delay + misc fixes 2023-03-26 18:39:00 +01:00
Willy-JL
acd6e6c31d Fix quotes and vars in release script 2023-03-26 17:56:55 +01:00
Willy-JL
86766661eb Fix release script merge delay 2023-03-26 17:44:05 +01:00
あく
973287b09b Github: wipe workspace before checkout (#2527)
* Github: wipe workspace before checkout

* Github: allow find to fail

* Github: limit maxdepth for find
2023-03-22 15:26:40 +04:00
あく
acc32f66e8 Github: force cleanup tree on decontaminate (#2526) 2023-03-22 14:48:41 +04:00
Sam Edwards
6089e9210f BadUSB: implement boot protocol (#2496)
* BadUSB: remove unused out EP
* BadUSB: do not use iad for a single interface
* BadUSB: implement the boot protocol
* BadUSB: implement SET_PROTOCOL
* Improve HID report descriptor readability
* CODEOWNERS update

Co-authored-by: nminaylov <nm29719@gmail.com>
Co-authored-by: あく <alleteam@gmail.com>
2023-03-21 23:53:07 +09:00
あく
fd8607398d Github: unshallow on decontamination (#2521)
* Github: unshallow on decontamination
* Github: fix syntax
* Github: decontaminate without full tree
* Github: update decontaminate action in all workflows
2023-03-21 13:55:20 +04:00
Willy-JL
40f9eeb760 Update install docs 2023-03-20 03:15:24 +00:00
Willy-JL
6580a03a49 Fix release tgz naming (for real) 2023-03-16 15:19:49 +00:00
Willy-JL
55ca831a9d Fix release tgz naming 2023-03-16 14:50:19 +00:00
hedger
d8385b7f91 gh: use shallow clones whenever possible (#2491)
* gh: use shallow clones whenever possible
* gh: reverted submodule checks
* gh: lint: joined linting scripts
* gh: renamed linter workflow
* check python linter output
* gh: reworked linter
* checking c linter
* gh: merged submodule check & lint
* gh: renamed step
* gh: removed redundant `submodules: false`

Co-authored-by: あく <alleteam@gmail.com>
2023-03-16 00:24:56 +09:00
hedger
53435579b3 [FL-3097] fbt, faploader: minimal app module implementation (#2420)
* fbt, faploader: minimal app module implementation
* faploader, libs: moved API hashtable core to flipper_application
* example: compound api
* lib: flipper_application: naming fixes, doxygen comments
* fbt: changed `requires` manifest field behavior for app extensions
* examples: refactored plugin apps; faploader: changed new API naming; fbt: changed PLUGIN app type meaning
* loader: dropped support for debug apps & plugin menus
* moved applications/plugins -> applications/external
* Restored x bit on chiplist_convert.py
* git: fixed free-dap submodule path
* pvs: updated submodule paths
* examples: example_advanced_plugins.c: removed potential memory leak on errors
* examples: example_plugins: refined requires
* fbt: not deploying app modules for debug/sample apps; extra validation for .PLUGIN-type apps
* apps: removed cdefines for external apps
* fbt: moved ext app path definition
* fbt: reworked fap_dist handling; f18: synced api_symbols.csv
* fbt: removed resources_paths for extapps
* scripts: reworked storage
* scripts: reworked runfap.py & selfupdate.py to use new api
* wip: fal runner
* fbt: moved file packaging into separate module
* scripts: storage: fixes
* scripts: storage: minor fixes for new api
* fbt: changed internal artifact storage details for external apps
* scripts: storage: additional fixes and better error reporting; examples: using APP_DATA_PATH()
* fbt, scripts: reworked launch_app to deploy plugins; moved old runfap.py to distfap.py
* fbt: extra check for plugins descriptors
* fbt: additional checks in emitter
* fbt: better info message on SDK rebuild
* scripts: removed requirements.txt
* loader: removed remnants of plugins & debug menus
* post-review fixes
2023-03-14 23:29:28 +09:00
Clara K
7add235a70 Update release.md 2023-03-09 21:06:09 +01:00
Clara K
f6b503e735 Update release.md 2023-03-09 21:05:47 +01:00
Willy-JL
3a5aa98dbb Fix release assets upload 2023-03-09 20:00:49 +00:00
Willy-JL
f67a776f8f Revert to old install instructions 2023-03-09 19:40:51 +00:00
Willy-JL
4488eab847 Fix release webupdater link 2023-03-08 18:12:19 +00:00
Willy-JL
7900b11cd5 Add release workflow 2023-03-08 18:00:48 +00:00
Willy-JL
de9012263b Update workflows again 2023-03-08 02:20:15 +00:00
Willy-JL
38fb1c8047 Update workflows 2023-03-07 22:23:19 +00:00
hedger
4ab832cc46 github: check API versions for all targets to match on gh build (#2459)
* github: check API versions for all targets to match on gh build
* typo fix
* gh: forcing target mismatch to test pipeline
* reverted API version change
2023-03-05 14:17:33 +09:00
Willy-JL
5d7f5a1ffc Update workflows 2023-03-04 20:04:38 +00:00
Konstantin Volkov
82ad44a863 changed updater and unit benches (#2427)
* changed updater and unit benches
* switched flipper name from macos style to searching

Co-authored-by: Konstantin Volkov <k.volkov@flipperdevices.com>
2023-02-25 21:05:02 +09:00
Willy-JL
87963417aa Merge unleashed + general cleanup 2023-02-18 07:41:51 +00:00
VerstreuteSeele
af869ef8d2 Merging OFW | Suffering | Part 1 | Wont build as is
I honestly dont even know anymore...
2023-02-09 18:34:56 +01:00
Max Andreev
67c2d1cf61 Migrating CI/CD to Linode S3 (#2380)
* Test PVS linode S3
* Migrating to Linode S3
* Disable PVS action debug
* Fix pvs_studio.yml
2023-02-09 19:42:41 +09:00
hedger
a005087636 fbt: building fap_dist for compact gh build; accessor: fixed for latest ibutton changes (#2377)
* fbt: building fap_dist as default target; accessor: fixed for latest ibutton changes
* fbt: not building fap_dist as default target; github: doing fap_dist for compact builds

Co-authored-by: あく <alleteam@gmail.com>
2023-02-09 03:16:05 +09:00