Test Case Prioritization: Towards Efficient and Reliable Continuous Integration

Automatic regression testing is a crucial step of any CI/CD pipeline. Its primary goal is to detect bugs and defects introduced by recent changes as early as possible while keeping verification costs at a very low level. The goal of the TCP project is to create a novel ML-based tool that solves the TCP (Test Case Prioritization) problem in software regression testing.

SASS support in Adwaita-qt

Adwaita-qt is a native Qt style to bend Qt applications to look like they belong into GNOME Shell which uses Adwaita style. Adwaita style (GTK version) uses SASS [1] to define the style, colors, sizing etc. while Adwaita-qt has just bunch of fixed values taken from...

Single D-Bus server in SSSD

SSSD is a system daemon written in C language that provides identity, authorization and authentication services for users stored in remote databases. It consists of multiple processes that communicate with each other via D-Bus protocol.Each process runs its own D-Bus...