summaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* Remove libpeas supportJan-Michael Brummer2023-03-302-4/+1
| | | | | | As we no longer have further dependencies like glib for accessing the standard linux configurations and the other are platform specific. Let's remove peas all together. Plugins are now built-in.
* Remove d-bus supportJan-Michael Brummer2023-03-291-28/+1
| | | | | | | | | | | | | | | | | | We tried hard to make the D-Bus service a thing, but we failed. Beside all the advantages we do have problems which couldn't be solved reliable: - Dependency impact in containers (which adds D-Bus) - Environment Variables couldn't be used anymore - Two services had to be created (session/system) for users without a desktop environment - ... Alternatives like using private d-bus connections would lead to additional processes per app/lib using libproxy. Even with a timeout this looks akward. Let's remove it. ¯\_(ツ)_/¯
* Update URLsJan-Michael Brummer2023-03-271-1/+1
|
* Create release workflow (#94)Jan-Michael Brummer2023-03-271-0/+40
|
* Update build.yml (#77)Jan-Michael Brummer2023-03-271-4/+1
|
* Coverage: Ignore tests and tools (#76)Jan-Michael Brummer2023-03-271-0/+3
|
* Remove gcovr badge (#61)Jan-Michael Brummer2023-03-271-21/+0
|
* Make use of G_DEFINE_BOXED_TYPE (#60)Jan-Michael Brummer2023-03-272-4/+8
|
* Add D-Bus service files (#38)Jan-Michael Brummer2023-03-271-2/+2
|
* Always run apt update on CI (#39)Jan-Michael Brummer2023-03-272-0/+3
|
* Fix page generation (#31)Jan-Michael Brummer2023-03-271-1/+1
|
* Use gcovr for coverage (#29)Jan-Michael Brummer2023-03-271-0/+21
|
* Add curl dev to coverity workflow (#20)Jan-Michael Brummer2023-03-271-1/+2
|
* Add download curl plugin (#14)Jan-Michael Brummer2023-03-271-3/+6
|
* Fix sysconfig test on msys2 (#10)Jan-Michael Brummer2023-03-271-1/+1
| | | | Remove trailing \r and fix length check for proxy enable.
* Fix msys pipeline (#7)Jan-Michael Brummer2023-03-271-0/+3
| | | | Force Python 3.9 to avoid pipeline errors with recent Python
* Fix review findingsJan-Michael Brummer2023-03-271-4/+25
| | | | Relates: https://github.com/janbrummer/libproxy2/issues/2
* Update coverity.ymlJan-Michael Brummer2023-03-271-0/+1
|
* Update coverity.ymlJan-Michael Brummer2023-03-271-0/+1
|
* Initial commitJan-Michael Brummer2023-03-273-0/+210