Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: ittp/asu

Tags

v0.6.7

Toggle v0.6.7's commit message
CI: use latest Docker build-and-push action

This makes tagging much more complex but why not.

Signed-off-by: Paul Spooren <[email protected]>

1.2.3

Toggle 1.2.3's commit message
CI: publish to testpypi

For testing only upload to the testing repository

Signed-off-by: Paul Spooren <[email protected]>

0.0.1

Toggle 0.0.1's commit message
CI: publish to testpypi

For testing only upload to the testing repository

Signed-off-by: Paul Spooren <[email protected]>

v0.6.5

Toggle v0.6.5's commit message
api: prefer profile directly over mapped one

Within OpenWrt the profile does not always matches the `board_name`,
which is determined via device tree files. As a workaround ASU
automatically parsed the "supported" devices and mapped incomming
requests to profiles. In some rare cases (openwrt#319) the support profile is
actually a different profile than the one installed, in this case a
device that support images with and without nand storage.

To fix this, first check if a profile with the device tree model exists
(by replacing `,` with `_`) and only use the *supported mapping* if it
does not.

Fixes: openwrt#319

Signed-off-by: Paul Spooren <[email protected]>

v0.6.4

Toggle v0.6.4's commit message
black: apply style to tests

Signed-off-by: Paul Spooren <[email protected]>

v0.6.3

Toggle v0.6.3's commit message
api: add /api/v1/stats/profile_installations

Counts how many time a profile was build

Signed-off-by: Paul Spooren <[email protected]>

v0.6.2

Toggle v0.6.2's commit message
Merge branch 'master' of github.com:aparcar/asu

v0.6.1

Toggle v0.6.1's commit message
api: fixup build request example

Signed-off-by: Paul Spooren <[email protected]>

v0.6.0

Toggle v0.6.0's commit message
asu: switch to connexion

Using connexion allows to use OpenAPI definitions to design the API and
automatically validate parts of it. This should improve testing and
documentation at once.

Signed-off-by: Paul Spooren <[email protected]>

v0.5.10

Toggle v0.5.10's commit message
fixup tests for new mapping

Signed-off-by: Paul Spooren <[email protected]>