Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-04Action permissions can't be set on step level (#17857)Stefan Giehl
2021-08-04Set proper permissions for github actions (#17809)Stefan Giehl
* set proper permissions for github actions * restrict some jobs that don't need any permission * use the commit hashes of the versions for external actions * Only allow read access for checkout action
2021-06-24Use team mention for github stale actions (#17705)Stefan Giehl
2021-06-23Update notify list for github stale actions (#17702)Justin Velluppillai
2021-06-17Remove PR template file as it's now global (#17682)Thomas Steur
in https://github.com/matomo-org/.github fix https://github.com/matomo-org/matomo/issues/16667
2021-06-04turn on github actions (#17548)Zoltan Flamis
2021-04-21Update bug_report.md (#17477)dizzy
2021-04-16add a new stale action (#17404)Zoltan Flamis
* update stale pr message * add a new action for long staled prs * only debug mode
2021-03-18workflows for handling inactive prs (#17354)Zoltan Flamis
2021-03-05Add an edge case reminder to the pull request review checklist.\ (#17305)dizzy
2021-02-26ignore failures in submodule actionStefan Giehl
2021-02-26improve submodule actionStefan Giehl
2021-02-26fix submodule actionStefan Giehl
2021-02-26avoid failing run if no updates are availableStefan Giehl
2021-02-24Adds new github action to automatically update all submodules (#17251)Stefan Giehl
2021-02-11Creates issue templates (#17187)Stefan Giehl
2021-01-15Introduce PHP CS to improve code quality (#16755)Stefan Giehl
* Adds PHP CS with a basic config * automatically check coding style for pull requests * Disallow usage of eval & create_function and force using Common::safe_unserialize instead of unserialize * Forbid inline control structures * fix test
2020-11-11Add link to PR template to a security checklist (#16695)Thomas Steur
2020-11-04use newest action versionStefan Giehl
2020-11-03Add PR template (#16645)Thomas Steur
* Add PR template * Update pull_request_template.md * Update pull_request_template.md
2020-09-08Create FUNDING.ymlThomas Steur
2020-03-29fix automatic build js conditionStefan Giehl
2020-03-21fix automatic translation update for special languagesStefan Giehl
2020-02-19Adds translation updates action (#15541)Stefan Giehl
Adds an action to create a PR with translation updates once a week (Saturday 2:00 UTC)
2020-02-19fix build js workflowStefan Giehl
2020-02-12Adds action for building tracker js files (#15542)Stefan Giehl
This action will make it possible to automatically update the minified tracker js files. It is triggered with a comment "build js" within a Pull Request. It (currently) only works for Pull Requests that are based on a local branch.