Commit Graph

24 Commits

Author SHA1 Message Date
Robert Adam
318e75a1ac CI: Add CodeQL analysis 2021-06-15 19:40:45 +02:00
Robert Adam
e9434420ba CI: Fix PR checks for backports
The commit style checker had a hard-coded assumption that the changes
were made against the master branch. For backports that is not the case
though and that's why the script fails for backports as soon as the
master and the backport branch have diverged.
2021-05-20 08:22:27 +02:00
Davide Beatrici
822185e997
MAINT(github): Add Liberapay funding link 2021-04-25 00:14:06 +02:00
Robert Adam
f8303557b7
MAINT: Removed outdated comment 2021-04-23 19:50:31 +02:00
Robert Adam
8ed36e8246 CI: Check code-formatting
This new check will fail if there is a c++ source code file that is not
formatted according to our project's formatting standards (specified via
.clang-format file).
2021-04-18 20:33:19 +02:00
Robert Adam
0f45328cd1 CI: Include submodules in checks CI 2021-04-18 20:32:51 +02:00
Robert Adam
a1bdff18a3 MAINT: Renamed CI job to "pr-checks" 2021-04-18 20:31:51 +02:00
Robert Adam
27dbee8e62 FEAT(client): Plugin framework
This commit introduces a new plugin framework into the codebase of the
Mumble client. Note that "plugin" here really refers to a (more or less)
general purpose plugin and is therefore not to be confused with the
previously available positional data plugins (only responsible for
fetching positional data from a running game and passing that to
Mumble).

The plugin interface is written in C, removing the compiler-dependence
the old "plugins" had. Instead plugins can now be written in an
arbitrary language as long as that language is capable of being compiled
into a shared library and also being capable of being C-compatible.

As already indicated a plugin is essentially a shared library that
provides certain functions that allow Mumble to interface with it.

Inside Mumble the so-called PluginManager is responsible for managing
the plugins and relaying events to the respective callbacks. Plugins
themselves can also interact with Mumble on their own initiative by
using the provided API functions.

Fixes #2455
Fixes #2148
Fixes #1594
Fixes #2051
Fixes #3742
Fixes #4575
Fixes #4751
2021-04-16 20:15:44 +02:00
Robert Adam
b48ca7caec CI: Added check to prevent CRLF endings 2021-03-28 20:17:38 +02:00
Robert Adam
d1f28fdabd CI: Use unity builds
On Linux (using shared library dependencies) this reduced the average
compilation time to about 50% of the originally needed time.
2021-03-06 18:57:22 +01:00
Robert Adam
f32c1eef38 CI: Omit online tests
Tests that require an active internet connection will now be omitted on
CI as they recently caused a bunch of CI jobs to fail just because some
external server was unreachable.
2021-03-03 17:14:29 +01:00
Robert Adam
9cb4a533a9 CI: Added commit-style check
This commit adds a CI check (on GitHub Actions) that checks every commit
in a PR for accordance to our commit guidelines.
2021-02-27 20:22:09 +01:00
Robert Adam
a2ecb07910 MAINT(github): Update PR template
It seems that nobody read the comment that was inserted into the PR.
Thus this was now changed to a checkbox that will be visible after
having created the PR.
2021-02-14 09:13:41 +01:00
Robert Adam
d083d2ce9d
Merge pull request #4597: MAINT: Fix PR template not working 2020-12-01 18:07:41 +01:00
Robert Adam
4b2d346515
MAINT: Fix indentation in GitHub Actions script 2020-12-01 10:02:22 +01:00
Robert Adam
2ba3c354c2 MAINT: Fix PR template not working 2020-11-30 07:51:18 +01:00
Robert Adam
c03521593c CI: Introduce GitHub Actions
Now that Travis CI decided to stop offering their services for free, we
had to look for an alternative solution. GitHub Actions seems to fit the
picture really well and has the benefit of being tightly integrated into
GitHub (obviously).

For now only shared builds for Ubuntu 18.04 and 20.04 are included. The
scripts and the framework for also including static builds is part of
this commit as well but as it stands the static build always failed and
therefore it was given up upon for now.

Adding support for other OS will require a few tweaks and a couple of
new scripts but in general the framework was built with this kind of
extension in mind.
2020-11-29 17:40:15 +01:00
Robert Adam
f4a1e0ed7e
MAINT: Update PR template
The previous version only contained a comment and would therefore effectively be empty.
2020-11-21 19:31:47 +01:00
Robert Adam
96173413c9 MAINT: Create PR template
The template includes a link to our commit guidelines as this seems to
be something a lot of people don't know about.
2020-11-21 08:44:41 +01:00
Robert Adam
79152903bf
.github/stale.yml: Configure stale-bot 2020-04-10 10:08:07 +02:00
Robert Adam
1f21debd2e
Fix markdown for feature request issue template 2020-03-13 07:29:13 +01:00
Robert Adam
f384cca9de
Create no-response.yml
This is the configuration file for the no-response-bot
2020-01-19 20:22:55 +01:00
Robert Adam
a176d67fb8 Created issue templates 2020-01-19 17:22:47 +01:00
Davide Beatrici
2fa33c4ac1
Create FUNDING.yml 2019-07-01 19:59:54 +02:00