aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* Bump github/codeql-action from 1.0.24 to 1.0.26Libravatar dependabot[bot]2021-12-26
| | | | | | | | | | | | | | | Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.24 to 1.0.26. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/e095058bfa09de8070f94e98f5dc059531bc6235...5f532563584d71fdef14ee64d17bafb34f751ce5) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* CI: enable Dependabot for updating SHAsLibravatar Topi Miettinen2021-12-26
| | | | | | Update GitHub actions with Dependabot: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/keeping-your-actions-up-to-date-with-dependabot
* CI: pin GitHub actions to SHAsLibravatar Topi Miettinen2021-12-26
| | | | | | Pinning actions to SHAs instead of versions improves the supply chain security: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
* Add Profile ChecksLibravatar rusty-snake2021-10-29
|
* Merge pull request #4561 from kmk3/issue-template-improvements2Libravatar netblue302021-10-09
|\ | | | | Issue template improvements2
| * bug_report.md: link to markdown formatting helpLibravatar Kelvin M. Klann2021-09-20
| | | | | | | | As suggested by @rusty-snake.
| * bug_report.md: add checked item exampleLibravatar Kelvin M. Klann2021-09-20
| | | | | | | | | | | | It is not uncommon for people to use other characters to try to mark an item as checked (which usually screws up the html output), so be sure to include an example with "[x]".
| * bug_report.md: use LC_ALL where appropriateLibravatar Kelvin M. Klann2021-09-19
| |
| * bug_report.md: use LC_ALL instead of LANGLibravatar Kelvin M. Klann2021-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This overrides all `LC_*` variables (and LANG) rather than just LANG. From Section 8.2, Internationalization Variables of POSIX.1-2017[1]: > LANG > This variable shall determine the locale category for native > language, local customs, and coded character set in the absence of > the LC_ALL and other LC_* (LC_COLLATE, LC_CTYPE, LC_MESSAGES, > LC_MONETARY, LC_NUMERIC, LC_TIME) environment variables. This can > be used by applications to determine the language to use for error > messages and instructions, collating sequences, date formats, and > so on. > > LC_ALL > This variable shall determine the values for all locale > categories. The value of the LC_ALL environment variable has > precedence over any of the other environment variables starting > with LC_ (LC_COLLATE, LC_CTYPE, LC_MESSAGES, LC_MONETARY, > LC_NUMERIC, LC_TIME) and the LANG environment variable. [1] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap08.html
* | trim excess whitespaceLibravatar a13460542021-09-25
|/
* bug_report.md: clarify messageLibravatar Kelvin M. Klann2021-09-17
| | | | Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
* bug_report.md: improve grammarLibravatar Kelvin M. Klann2021-09-17
| | | | Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
* bug_report.md: remove extraneous newlineLibravatar Kelvin M. Klann2021-09-16
|
* Rework issue templatesLibravatar rusty-snake2021-09-07
|
* bug_report.md: add log sectionLibravatar Kelvin M. Klann2021-08-25
| | | | Currently, the log portion seems to be part of the Checklist section.
* bug_report.md: format the details sectionLibravatar Kelvin M. Klann2021-08-25
| | | | | And put the code block inside of an HTML paragraph, so that it's not just free floating after the `<summary>`.
* bug_report.md: trim leading spaces on list itemsLibravatar Kelvin M. Klann2021-08-25
|
* bug_report.md: turn section titles into headersLibravatar Kelvin M. Klann2021-08-25
| | | | | | | | | This properly separates the document into sections and makes the titles stand out more. It is also more consistent with what is generated by GitHub issue forms (YAML). See also the following discussion: https://github.com/netblue30/firejail/discussions/4468
* bug_report.md: add missing blank linesLibravatar Kelvin M. Klann2021-08-25
| | | | | | | | | Isolate each section title and each list from other elements, to make them more visually distinguishable. This should also make it easier to find and edit only the parts that are meant to be edited. See also the following discussion: https://github.com/netblue30/firejail/discussions/4468
* 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
|