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
2022-03-14Adds GitHub action to automatically update our Intl data from CLDR (#18842)Stefan Giehl
* make cldr version an optional parameter & fix script for PHP8 * adds action to update intl data
2022-03-04Allow release action only for certain users (#18876)Stefan Giehl
2022-02-28fix release actionStefan Giehl
2022-02-25Remove team check from release action (#18849)Stefan Giehl
2022-02-25Adds automatic release action (#17594)Stefan Giehl
* Adds automatic release action * remove test branch usage * set proper permissions * use the commit hashes of the versions for external actions * remove invalid permission property * use local version of build script * various improvements * disallow creating automated tags from branches other than 4.x-dev and next_release * apply latest build script changes * manually import gpg key instead of using an action * remove all remote work * also attach piwik.* files to the release * some cleanup * Adds confirmation box to action run * apply review feedback * add password check * allow releases to be triggered from any development branch * only allow beta releases from development branches * improve permissions * add some comments about required secrets * use default github token to check group members
2021-11-24Update buildvue.ymlStefan Giehl
2021-11-24Update buildvue.ymlStefan Giehl
2021-11-24another fixStefan Giehl
2021-11-23fix vue actionStefan Giehl
2021-11-23Improve Vue Build action (#18369)Stefan Giehl
Currently when a build runs for an PR coming from a fork, the action fails. This will change the process, so it succeeds if vue files are still up to date, or leave a PR comment if the files need to be updated
2021-11-18remove problematic pathspec (#18342)dizzy
2021-11-17[Vue] detect dependent plugins in vue UMDs and order plugins appropriately ↵dizzy
(#18337) * detect dependent plugins in vue UMDs and order plugins appropriately * Update buildvue.yml
2021-11-09[Vue] wait for angular to be initialized to post events to avoid loading ↵dizzy
race condition (#18284) * wait for angular to be initialized to post events to avoid loading race condition * built vue files * ensure vue action is executed when pr is created Co-authored-by: sgiehl <stefan@matomo.org> Co-authored-by: sgiehl <sgiehl@users.noreply.github.com>
2021-10-30[Vue] make sure transcluded content is processed before query selectors in ↵dizzy
EnrichedHeadline (#18242) * make sure transcluded content is processed before query selectors in EnrichedHeadline * do not add map files in buildvue workflow * built vue files Co-authored-by: sgiehl <stefan@matomo.org>
2021-10-29allow triggering vue build manuallyStefan Giehl
2021-10-20[Vue] Adding a "build vue" github action to build vue files (#18080)dizzy
* first attempt at a "build vue" github action * get build vue action to work * tweak file changed check * apply review feedback * do not error when no vue files modified * check HEAD^ for files not just local * Update buildvue.yml * Update buildvue.yml * Update buildvue.yml * Update buildvue.yml * try something else * debugging the action * trying again * skip steps if no vue files modified another way * more debugging * more debugging * more debugging * trying something new * refine + a test * remove echo + test * more tests * more tests * more tests * more tests * fix reference * fix reference * fix reference (really this time) * built vue files * undo test change * built vue files
2021-10-17Adds action to automatically update composer dependencies (#17969)Stefan Giehl
2021-09-01Prepares Weblate migration (#17927)Stefan Giehl
* Add translation stats to readme * improve generate-intl command * update readme * remove translation workflow * allow empty translation files * Adds internal parameter to ignore config in LanguageManager API * ignore missing translators * extend commands to ignore language info * Update lang/README.md Co-authored-by: Lukas Winkler <git@lw1.at> * Update commands to use Weblate instead of Transifex API * Replace remaining Transifex occurences * submodule updates * fix/update tests Co-authored-by: Lukas Winkler <git@lw1.at>
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.