summaryrefslogtreecommitdiff
path: root/.gitlab
Commit message (Collapse)AuthorAgeFilesLines
* issue_templates: Fix typosPysis2022-05-122-4/+4
|
* issue_templates: Add a default templatePeter Eisenmann2022-05-021-0/+9
| | | | | | | | | Add a default template that will be displayed by default when opening a new issue. This encourages usage of the template selection, that users not familiar with reporting issues might otherwise miss. Users familiar with reporting issues will have the option to clear the text and file an issue from scratch.
* issue_templates: Redirect feature requestsAntónio Fernandes2022-04-292-18/+36
| | | | | | | | | | | | | | | | | | | | The existing Feature issue template is tailored for contributors who understand the process, have insight on benefits and drawbacks. In practice, that's a minority of the people how use the template. For everybody else, the template appears to encourage submission of features requests without previous community discussion. This often results in poor quality issue descriptions which lack actual use cases and naïvely assert there are no drawbacks. Poor quality issues end up being closed, which sends negative vibes, feeding frustration and unproductive behaviors. Aiming to avoid the negativity trap and promote community engagement, point people in the direction of Discourse and the place to discuss ideas. Also, add a new Shortcomings template to get more useful information on the underlying problems motivating the feature request.
* ci: Remove fedora jobOndrej Holy2021-10-111-26/+2
| | | | | | The fedora job was there before the flatpak job. But now we relies on flatpak job and the fedora job doesn't really give much benefits. It is rather waste of runners and maintainers time. Let's remove it.
* ci: Use fedora:latest instead of rawhideOndrej Holy2021-08-101-1/+1
| | | | | | There are various problems with the rawhide image currently and I don't know how to workaround them. Let's use fedora:latest (temporarily) to fix our pipeline.
* Switch to meson for gnome-autoarOndrej Holy2021-08-101-3/+3
| | | | Relates: https://gitlab.gnome.org/GNOME/gnome-autoar/-/merge_requests/11
* ci: Build uncrustify from sourcesOndrej Holy2021-07-141-1/+13
| | | | | | | | | The uncrustify package from rawhide contains the following bug: https://github.com/uncrustify/uncrustify/issues/3233. Let's build the uncrustify package from sources as the master branch already contains the following fix: https://github.com/uncrustify/uncrustify/pull/3235. So the workaround from commit 3ad2de33daa5a5df7f1e90acc593b6b246dfb450 can be reverted now.
* ci: Add libhandy master to DockerfileOndrej Holy2021-02-171-0/+10
| | | | | The CI currently fails because the latest libhandly release is not yet in rawhide. Let's add libhandy master to our image to fix the pipeline.
* ci: Add gnome-autoar master to DockerfileOndrej Holy2021-02-121-0/+10
| | | | | The CI currently fails because the gnome-autoar 0.3.0 is not yet in rawhide. Let's add gnome-autoar master to our image to fix the pipeline.
* ci: Add libhandy to DockerfileOndrej Holy2021-02-091-1/+1
| | | | | | The fedora rawhide CI job fails currently as the image doesn't contain libhandy package, which is new Nautilus dependency. Let's add the package to fix the CI job.
* Revert "ci: Use Fedora latest instead of rawhide temporarily"Bastien Nocera2020-12-111-1/+1
| | | | | | | GNOME CI runners have been updated to the latest libseccomp so the problem should no longer happen. This reverts commit ab55380f200e5ea03116c5871607d125deff844c.
* ci: Use Fedora latest instead of rawhide temporarilywip/oholy/ci-buildahOndrej Holy2020-11-201-1/+1
| | | | | | | | The pipeline currently fails with Fedora rawhide, because g-ir-scanner fails with failures like: "ldd: error: you do not have read permission for `/builds/GNOME/nautilus/_build/tmp-introspectgwhh729q/Nautilus-3.0'". This obviously affects more projects:, e.g. GNOME/grilo!62. Let's use Fedora latest for now as a workaround.
* ci: Use Tracker 3 dependencies from Fedora repositoryOndrej Holy2020-11-201-4/+1
| | | | | The Tracker 3 dependencies are installed currently from unofficial COPR repository. Let's use the official Fedora packages instead.
* ci: Add libportal-devel to DockerfileFelipe Borges2020-11-181-1/+1
| | | | https://src.fedoraproject.org/rpms/libportal
* ci: Add missing git dependencyOndrej Holy2020-09-071-1/+1
| | | | | The style check job currently fails due to the missing git command, which disappeared after the image update. Let's add the git command explicitely.
* ci: Add Tracker 3 dependenciesOndrej Holy2020-09-041-0/+4
| | | | | | | The fedora rawhide job fails currently as the image doesn't contain Tracker 3 packages. Let's temporarily install the packages from ssssam/tracker3 copr repository as they are not available yet in rawhide repositories.
* ci: Disable gpg signature checkingOndrej Holy2020-09-041-2/+2
| | | | | Creation of new image currently fails on gpg signature checking. Let's use --nogpg temporarily to make it work again.
* issue_templates: Drop Epic.mdAntónio Fernandes2020-05-091-41/+0
| | | | | Issue templates are exposed to all users as a way to help them communicate their issues more effectively. Epics were meant to be written by the project's contributors, so having a template for Epics serves only as a distraction.
* Bug.md: Add instructions to launch the Nightly flatpakFeldwor2020-04-111-0/+1
|
* ci: Use docker image to speed up jobsOndrej Holy2020-04-051-0/+5
| | | | | | | | Fedora and style check jobs install dependencies on each run. This causes that the pipelines take a long time. Let's use a custom docker image to not block runners for such a long time and to get the pipeline results faster. This commit also adds a new job to generate the docker image for us.
* Bug.md: Update the location of the .flatpakref fileAntónio Fernandes2019-09-301-1/+1
|
* Bug.md: Improve Nightly test instructionsAntónio Fernandes2019-07-131-15/+16
| | | | | | | | | | | | | | The process of copying an URL to open in the browser, then saving it with the propper name, and then figuring out how to install it is cumbersome and hard to explain in short instructions. So, just provide a terminal command that does the job. Also, move this section to the top, so that the person filing the issue is invited to test the Nightly before they invest time writing the steps to reproduce. Closes https://gitlab.gnome.org/GNOME/nautilus/issues/621
* Bug.md: Update flatpakref URLErnestas Kulik2018-10-081-1/+1
| | | The ID was changed to reflect that in the manifest that is built.
* issue templates: Update flatpakref linkCarlos Soriano2018-07-191-1/+1
|
* Bug.md: Use raw fileCarlos Soriano2018-06-121-1/+1
|
* Bug.md: Use GitLab URLCarlos Soriano2018-06-121-4/+3
| | | And explain that the file has to be saved as a flatpakref file.
* Bug.md: Don't use tasksCarlos Soriano2018-05-141-3/+4
| | | So it doesn't appear in the list of task to be done for the issue.
* Update to include epic labelCarlos Soriano2018-04-301-2/+4
|
* Add epic templateCarlos Soriano2018-04-301-0/+39
|
* Issues template: Improve wording and provide only unstable FlatpakCarlos Soriano2018-03-192-29/+31
| | | | Until we have a repo with the stable one.
* Add issue templatesErnestas Kulik2018-03-192-0/+62
This commit adds issue templates for use in GitLab to hopefully improve the quality of bug reports and feature requests that come in.