aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* CI: build with GCC 11Libravatar Reiner Herrmann2021-05-23
| | | | | | | | | this fixes a new false positive memory leak (#4297), but unfortunately opens a few new false positives (#4274). therefore let it ignore memleak checks for now, until the detection is a bit more stable in GCC. Fixes: #4274, #4297
* CI: build with clang 11 (#4277)Libravatar Reiner Herrmann2021-05-14
|
* Add some more paths-ignore to build-extra.ymlLibravatar rusty-snake2021-04-24
|
* Improve issue template (#4141)Libravatar rusty-snake2021-03-25
| | | | - Avoid confusing on "What changed calling the program by path" - Checklist: Questions should be asked in discussions
* Fix typosLibravatar Ted Robertson2021-03-13
|
* Improve English in the PR templateLibravatar Ted Robertson2021-03-11
|
* Merge pull request #3985 from rusty-snake/sort.py-updatesLibravatar rusty-snake2021-02-17
|\ | | | | Sort.py updates
| * workflows/sort.yml: Run also if sort.py is changedLibravatar rusty-snake2021-02-14
| |
* | CI: sync codeql config with Github's templateLibravatar Reiner Herrmann2021-02-14
|/ | | | Fixes: #3986
* Remove skip ci if conndition from workflowsLibravatar rusty-snake2021-02-09
| | | | | GitHub added native support for it, no need for this anymore. https://github.blog/changelog/2021-02-08-github-actions-skip-pull-request-and-push-workflows-with-skip-ci/
* Housekeeping: strip extra whitespaceLibravatar Fred Barclay2021-02-08
| | | | | Just `find . -not \( -name .git -prune -o -name *.AppImage -prune \) -type f -print0 | xargs -0 perl -pi -e 's/ +$//'` and filter to avoid unwanted changes (especially .md files)
* bug_report.md: improve wording (upstream/duplicates)Libravatar Kelvin M. Klann2021-01-14
| | | | | | | | | | | Clarify that: * "upstream profile" means the profile version on the master branch * "duplicates" refer to duplicate issues As suggested by @scruloose on https://github.com/netblue30/firejail/issues/3884#issue-784605766 https://github.com/netblue30/firejail/issues/3884#issuecomment-759528185
* Update bug_report.mdLibravatar rusty-snake2020-12-08
|
* Update build.yml (#3779)Libravatar rusty-snake2020-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update build.yml Currently we run all actions for all commits. This is not resource friendly. Let's tweak this a bit. This commit adds support for "skip ci" tags (i.e. if the head commit contains [s k i p c i] (w/o the extra spaces used to escape here), no jobs are executed. In addition are all commits which modify non-code files (e.g. README) only excluded. Furthermore we should not run cppcheck and scan-build if only profiles are changed and sort.py need only to be execute if profiles are changed. * Create sort.yml * Update build.yml profile-sort is now in sort.yml * Update sort.yml fix syntax * Update codeql-analysis.yml paths-ignore: - CONTRIBUTING.md - README - README.md - RELNOTES - SECURITY.md - 'etc/**' * Create build-extra.yml * Update build.yml * Update build-extra.yml
* fixes, closes, enhances, improvements, and so onLibravatar rusty-snake2020-11-09
| | | | | | | | | | | | | | | | | | | - .github/ISSUE_TEMPLATE/bug_report.md: get ride off spanish, french, ... error messages - etc/inc/firefox-common-addons.inc: support ff2mpv - etc/profile-a-l/gimp.profile: note about xsane - etc/profile-m-z/min.profile: prettify - etc/profile-m-z/mpsyt.profile: fix, add lua - etc/profile-m-z/qbittorrent.profile: add note for tray-icons; this will get a better note once I investigated and audited all the D-Bus tray stuff. - etc/profile-m-z/transmission-daemon.profile: fix, add protocol packet close #3686 - mps-youtube needs lua close #3701 - Firefox native messaging regression in 0.9.62.4 -> 0.9.64rc1 close #3636 - transmission-daemon fills log with error close #3640 - Gimp - add note how to enable scanning (xsane) close #3707 - qBittorrent tray icon missing from notification panel when running it with firejail
* Merge branch 'tests' into masterLibravatar Reiner Herrmann2020-10-25
|\
| * let github CI run testsLibravatar Reiner Herrmann2020-10-24
| |
* | check that profiles are sortedLibravatar Reiner Herrmann2020-10-24
|/
* Update bug_report.mdLibravatar rusty-snake2020-10-20
| | | Stop "mentioned"-notes in 1139.
* build: enable CI build with scan-buildLibravatar Reiner Herrmann2020-10-14
|
* build: test build with apparmor and selinux in CILibravatar Reiner Herrmann2020-10-01
|
* build: enable clang-10 build in github CILibravatar Reiner Herrmann2020-10-01
|
* Create build.yml (#3651)Libravatar Reiner Herrmann2020-10-01
|
* Create codeql-analysis.ymlLibravatar Reiner Herrmann2020-10-01
|
* Update bug_report.mdLibravatar rusty-snake2020-09-23
| | | | | * Try to make it a bit more friendly for unskilled users. * Add AppImage --profile hint
* bug_template: more specific information like related programs, profile ↵Libravatar Jan2020-05-04
| | | | existence, lookup for installed profiles and user investigation on related problems
* update issue template + add ICEauthority to wrucLibravatar rusty-snake2020-04-21
|
* early decision if git masterLibravatar Jan2020-04-09
|
* request change of behavior description on disabling firejail for specific ↵Libravatar Jan2020-04-09
| | | | program
* Add bug report templateLibravatar Fred Barclay2020-04-07
| | | (Mostly) auto-generated with GitHub, will need tweaking over time
* Update pull_request_template.mdLibravatar rusty-snake2019-07-28
|
* mergesLibravatar rusty-snake2019-07-18
|
* Improve profile PRs (Related to #2739) (#2784)Libravatar rusty-snake2019-06-24
* add contrib/sort.py and .github/pull_request_temp… * Add usage to sort.py * Install sort.py if contrib-install is set * sort.py: 0644 -> 0755 * Update sort.py * Update pull_request_template.md * Remove checkboxes from PR-Template * Update sort.py * Add examples to sort.py * Update pull_request_template.md Fix path to sort.py, it depend on the distro. * Update pull_request_template.md * Update pull_request_template.md add hint about template