summaryrefslogtreecommitdiff
path: root/.ci
Commit message (Collapse)AuthorAgeFilesLines
* ci: Re-enable ABI checkBastien Nocera2022-01-041-54/+0
|
* lib: Modernise bluetooth_send_to_address()Bastien Nocera2021-12-061-0/+4
| | | | | Return success or error from the function, and require an address to be passed, now that bluetooth-sendto doesn't include a device chooser.
* lib: Remove BluetoothStatus enum typeBastien Nocera2021-12-021-0/+4
|
* lib: Remove BluetoothColumn enum typeBastien Nocera2021-12-021-0/+4
|
* ci: Fail CI when tests are skippedBastien Nocera2021-11-301-0/+25
|
* lib: Remove bluetooth_client_dump_device()Bastien Nocera2021-11-301-0/+4
| | | | There's a similar function available for BluetoothDevice objects.
* lib: Remove bluetooth_client_get_model()Bastien Nocera2021-11-301-1/+5
|
* lib: Remove bluetooth_client_get_device()Bastien Nocera2021-11-301-0/+4
| | | | | Was added but not used in the bluez 5.x port in 0b0534924fb5ea781195e116a7dfbf956d16379c.
* ci: Update ABI check for dropped functionsBastien Nocera2021-11-181-0/+12
|
* lib: Remove unused bluetooth_type_to_filter_string()Bastien Nocera2021-11-031-0/+4
| | | | It was used to label the filter drop-down in the chooser widgets.
* lib: Remove BluetoothCategory enum typeBastien Nocera2021-11-031-0/+4
|
* ci: Ignore BluetoothChooser widgets removal for ABIBastien Nocera2021-10-271-0/+8
|
* ci: Reset reference ABI to an earlier versionBastien Nocera2021-03-231-0/+3
| | | | | | The ABI hasn't changed (for public functions) since the port to meson, so use that as the reference (while ignoring changes to internal-only agent functions).
* ci: Use upstream check-abiBastien Nocera2021-03-231-113/+0
|
* ci: Add ABI checkBastien Nocera2021-02-101-0/+113