aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* Bump tj-actions/changed-files from 41 to 42Libravatar dependabot[bot]2024-02-11
| | | | | | | | | | | | | | | Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v41...v42) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* Update dependabot.yml to handle both app and GHA dependenciesLibravatar Vijay Aravamudhan2024-02-11
|
* Bump tj-actions/changed-files from 37 to 41 in /.github/workflowsLibravatar dependabot[bot]2024-02-11
| | | | | | | | | | | | | | Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37 to 41. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/changed-files/compare/v37...v41) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* upgrade GHA actions to newer versionsLibravatar Vijay A2024-02-10
|
* update template PR (#469)Libravatar Alexandre2024-01-07
| | | | | | | | | * update template PR * Fix past tense on update --------- Co-authored-by: André Oliveira <37463445+SpecialAro@users.noreply.github.com>
* chore: update links in pr template (#471)Libravatar MCMXC2023-11-26
| | | | - update links in `PULL_REQUEST_TEMPLATE.md` to point to `ferdium-app` - delete `CODE_OF_CONDUCT.md` which is outdated
* ci: modernize github actionsLibravatar MCMXC2023-07-26
| | | | | | | - use ubuntu-22.04 runner instead of ubuntu-20.04 - use pnpm/action-setup instead of handling pnpm install manually - upgrade tj-actions/changed-files from v36 to v37 - define packageManager config option in package.json which is read by pnpm/action-setup
* Bump up version of 'tj-actions/changed-files'Libravatar Vijay A2023-05-30
|
* fix(ci): version bump check when new recipe and multiple commits (#362)Libravatar Nathanaël Houn2023-05-14
|
* docs: add pre-flight checklistLibravatar Nathanaël Houn2023-02-16
|
* docs: improve wordingLibravatar Nathanaël Houn2023-02-16
|
* docs: move issue templates to ferdium-appLibravatar Nathanaël Houn2023-02-16
|
* Update issue templateLibravatar Natanael Arndt2023-01-25
| | | Fix the links for contributions and code of conduct
* Update retry action in buildsLibravatar Vijay A2022-12-19
|
* ci: add recipe version bump check in PRs (#236)Libravatar Nathanaël Houn2022-11-19
|
* eslint needs to be executed at the top-level to actually workLibravatar Vijay A2022-07-25
|
* ci: add lint and prettier to the pr checks (#127)Libravatar Nathanaël Houn2022-07-13
| | | | | | | | | * ci: add lint and prettier to the pr checks * bad position of function in messenger ⇒ ci fail * Revert "bad position of function in messenger ⇒ ci fail" This reverts commit f8ea1aa674f479093c89f3e7dc6b0ce386003285.
* Update documentation [skip ci]Libravatar Vijay A2022-07-13
|
* Update documentation to refer to pnpm instead of yarn [skip ci] (#107)Libravatar fschaupp2022-07-04
|
* Fix broken faq url [skip ci]Libravatar Vijay A2022-06-15
|
* Renamed 'master' branch to 'main'Libravatar Vijay A2022-05-03
|
* Use specific version of the GH action runner OS so as to limit issues ↵Libravatar Vijay A2022-04-27
| | | | relating to upgraded OS under our feet
* Remove hardcoding of 'pnpm' version in CI scriptsLibravatar Vijay A2022-04-24
|
* Use 'pnpm' instead of 'pnpm run'Libravatar Vijay A2022-04-23
|
* Upgrade GH Actions libsLibravatar Vijay A2022-04-20
|
* Upgrade system deps nodejs (16.14.2) and pnpm (6.32.8)Libravatar Vijay A2022-04-19
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-18
|
* Rebranded from 'ferdi' to 'ferdium' (companion changes for the main repo PR #2)Libravatar Vijay A2022-04-17
|
* Use same workflow name as getferdi/ferdiLibravatar kytwb2021-12-23
|
* Remove duplicate reference to node version for ease of maintenanceLibravatar Vijay A2021-12-19
|
* Upgrade 'nodejs' to '16.13.1', 'pnpm' to '6.24.1'Libravatar Vijay A2021-12-18
|
* chore: upgrade 'pnpm' to '6.23.6'Libravatar Vijay A2021-12-08
|
* docs: fix github issue template wordingLibravatar Vijay A2021-11-22
|
* Revamped github Issue templates (new yml syntax) [skip ci]Libravatar Vijay A2021-11-18
|
* don't use npm cache (since it breaks the CI builds randomly)Libravatar Vijay A2021-11-07
|
* chore: upgrade 'nodejs' to '16.13.0'Libravatar Vijay A2021-10-29
|
* chore: upgrade 'pnpm' to '6.19.0'Libravatar Vijay A2021-10-25
|
* upgrade 'node' to '14.18.1' (#745)Libravatar Vijay Aravamudhan2021-10-15
|
* upgrade 'pnpm' to '6.17.1'Libravatar Vijay A2021-10-15
|
* docs: removed incorrect docs in GH action. [skip ci]Libravatar Vijay A2021-09-25
|
* chore: removed 'first-time-contributors' GH workflow since that is not ↵Libravatar Vijay A2021-09-20
| | | | working [skip ci]
* add caching of pnpm modules; do not install recursively since it causes a ↵Libravatar Vijay A2021-09-10
| | | | failure in the main repo
* Revert "chore: use in-built caching when installing node."Libravatar Vijay A2021-09-10
| | | | | | since this is causing GH build to fail This reverts commit 5c02d0f066be459d1037b4e1dc7a18566b3fba9a.
* chore: use in-built caching when installing node.Libravatar Vijay A2021-09-10
|
* chore: Use latest version of 'pnpm'Libravatar Vijay A2021-09-09
|
* build: migrate from npm to pnpm (#603)Libravatar Markus Hatvan2021-09-08
|
* chore: upgrade 'nodejs' to '14.17.6'.Libravatar Vijay A2021-09-02
|
* chore: upgrade 'nodejs' to '14.17.5'.Libravatar Vijay A2021-08-27
|
* Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|
* Added new GH Actions workflow to welcome first time contributors. [skip ci]Libravatar Vijay A2021-06-23
|