- 06 Jan, 2020 2 commits
-
-
Alexandru Băluț authored
Our docstrings are checked by pydocstyle not pylint.
-
Alexandru Băluț authored
According to https://www.gnu.org/licenses/gpl-howto.html
-
- 29 Dec, 2019 1 commit
-
-
Alexandru Băluț authored
The production sandbox is at flathub. The sandbox we use is for development and master builds.
-
- 09 Nov, 2019 2 commits
-
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
- 25 Oct, 2019 1 commit
-
-
Alexandru Băluț authored
.pre-commit-config.yaml: - flake8 has been removed as it's a wrapper for pyflakes, which parses the py files itself, meaning it's faster than pylint, but less powerful. It seems it was not active as we had only two #noqa but no warnings. - autopep8-wrapper has been removed so the committer is in control. pre-commit.hook: - git_pep8_commit_hook has been removed as pylint already checks for PEP8 conformance. - pylint is now run after the lightweight pre-commit.com hooks.
-
- 26 Aug, 2019 1 commit
-
-
luz.paz authored
Found via ` codespell -q 3 -S *.po -L dur,que,uint`
-
- 06 May, 2019 1 commit
-
-
Alexandru Băluț authored
-
- 29 Mar, 2019 1 commit
-
-
Sokratis Tzifkas authored
Fixes #2302
-
- 05 Feb, 2019 1 commit
-
-
Alexandru Băluț authored
-
- 14 Jan, 2019 1 commit
-
-
Thibault Saunier authored
-
- 05 Sep, 2018 2 commits
-
-
Alexandru Băluț authored
-
Thibault Saunier authored
I just got a power cut... and without internet access the pitivi-flatpak script was not usable. Just assume everything is all right if we could not retrieve repo infos.
-
- 02 Sep, 2018 1 commit
-
-
luz.paz authored
Found with `codespell -q 3 -I ../pitivi--whitelist.txt --skip="*.po,*.svg"`
-
- 26 Aug, 2018 1 commit
-
-
Thibault Saunier authored
-
- 25 Aug, 2018 1 commit
-
-
Alexandru Băluț authored
-
- 21 Jul, 2018 1 commit
-
-
Alexandru Băluț authored
For example: flatpak update --user org.gnome.Platform 3.28 Updating in user: org.gnome.Platform/x86_64/3.28 flathub 4afe5ccb6990 org.gnome.Platform.Locale/x86_64/3.28 flathub 1d96abcdc97b Is this ok [y/n]:
-
- 20 Jul, 2018 4 commits
-
-
Alexandru Băluț authored
flatpak info returns an error if there are multiple versions of the subpackage installed, requiring one of them to be specified.
-
Alexandru Băluț authored
For example: flatpak install --user flathub org.gnome.Platform.Locale 3.24 --reinstall Installing in user: org.gnome.Platform.Locale/x86_64/3.24 flathub fabbccbd2dae Is this ok [y/n]:
-
Thibault Saunier authored
Update the flatpak version check as we now require 0.10. Also cleanup the way we check Sdk version.
-
Thibault Saunier authored
Not simply using fatal-criticals as some criticals are outside of control on the CI server (no dbus running there)
-
- 03 May, 2018 1 commit
-
-
Thibault Saunier authored
And call the flathub repo... flathub!
-
- 28 Apr, 2018 1 commit
-
-
Alexandru Băluț authored
Clarifies a bit what the add() method does.
-
- 27 Apr, 2018 7 commits
-
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
This adds the --init flag which can be used to quickly check the dev env is set up. Ideally we should check each component individually whether it should be installed or set up, not all or nothing.
-
Alexandru Băluț authored
-
Thibault Saunier authored
This is better mantained and it is the future
-
- 18 Mar, 2018 1 commit
-
-
Thibault Saunier authored
Spaces are now `\t` so handle them as if they were spaces when looking for remotes urls.
-
- 26 Feb, 2018 2 commits
-
-
Thibault Saunier authored
And recommend to follow the GNOME newcomer guide
-
Thibault Saunier authored
-
- 19 Feb, 2018 1 commit
-
-
Alexandru Băluț authored
-
- 18 Feb, 2018 1 commit
-
-
Damanpreet Singh authored
-
- 16 Feb, 2018 1 commit
-
-
Alexandru Băluț authored
Differential Revision: https://phabricator.freedesktop.org/D1952
-
- 11 Feb, 2018 1 commit
-
-
Alexandru Băluț authored
Differential Revision: https://phabricator.freedesktop.org/D1926
-
- 07 Feb, 2018 3 commits
-
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
We want to use both pre-commit.com and our own `pre-commit.hook`. Since the hooks are installed only when setting up the dev env, we can assume there is one and error out in the pre-commit.hook. Also, we can call pre-commit.com directly from there, as that's what pre-commit.com's wrapper is doing. Differential Revision: https://phabricator.freedesktop.org/D1945
-