aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* build: use node 16 and npm 8 (#2157)Libravatar Markus Hatvan2021-10-28
| | | | | | | | | | | - change node version from 14.18.1 to 16.13.0 - change npm version from 6.14.13 to 8.1.0 - update package-lock.json to lockfileVersion 2 - use @sindresorhus/do-not-disturb instead of macos-notification-state to avoid failing CI - run ferdi build on latest macos and windows - skip husky in CI builds - move 'cld' and 'node-mac-permissions' to optionalDependency Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* use local 'node-gyp' instead of global one (#2160)Libravatar Vijay Aravamudhan2021-10-28
|
* upgrade 'node-gyp' to '8.3.0' (#2159)Libravatar Vijay Aravamudhan2021-10-28
| | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: upgrade 'pnpm' to '6.19.0'Libravatar Vijay A2021-10-26
|
* upgrade 'node' to '14.18.1' (#2083)Libravatar Vijay Aravamudhan2021-10-15
|
* upgrade 'pnpm' to '6.17.1'Libravatar Vijay A2021-10-15
|
* chore: remove 'lerna' since we don't use monorepo-style packages any more ↵Libravatar Vijay Aravamudhan2021-10-15
| | | | (#2081)
* upgrade 'node-gyp' to '8.2.0' (#2053)Libravatar Vijay Aravamudhan2021-10-11
|
* chore: upgrade 'pnpm' to '6.16.0' (#2014)Libravatar Vijay Aravamudhan2021-10-03
|
* chore: merge the nightly builds into the main 'ferdi' project (#1996)Libravatar Vijay Aravamudhan2021-09-28
|
* fix: turning off tagging of recipes submodule since its failing due to ↵Libravatar Vijay A2021-09-27
| | | | permissions
* chore: tag the 'recipes' submodule when tagging the main repo - to help ↵Libravatar Vijay A2021-09-26
| | | | identify which changes got included into which build. [skip ci]
* chore: remove node cache cleanup (try to speed up build)Libravatar Vijay A2021-09-25
|
* chore: upgrade gh macos runner to 'macos-11'Libravatar Vijay A2021-09-25
|
* chore: removed 'first-time-contributors' GH workflow since that is not ↵Libravatar Vijay A2021-09-19
| | | | working [skip ci]
* docs: fix link in bug_report template [skip ci]Libravatar Vijay A2021-09-15
|
* fix: pnpm install of 'node-mac-permissions' on winLibravatar Vijay A2021-09-10
| | | | (remove recursive pnpm module installation since that is handled separately)
* fix: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905)Libravatar Vijay Raghavan Aravamudhan2021-09-10
| | | | | backported from https://github.com/getferdi/ferdi/pull/1826 Co-authored-by: Markus Hatvan <markus_hatvan@aon.at>
* chore: removed unused 'misty' config fileLibravatar mhatvan2021-09-10
| | | | | | | | formatted some files backported from PR #1826 Co-authored-by: Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>
* Revert "fix: U2F devices not recognised in snapcraft image (#1892)"Libravatar mhatvan2021-09-09
| | | | This reverts commit ba60887ef946323ab23607f63017292cf5990e8b.
* fix: U2F devices not recognised in snapcraft image (#1892)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
|
* build: fix snap release to snapstore only (#1809)Libravatar Markus Hatvan2021-08-17
|
* build: fix snap asset on GitHub (#1802)Libravatar Markus Hatvan2021-08-16
| | | * build: fix snap asset on GitHub: move snap repo and releaseType configuration to ferdi-builds.yml
* build: fix beta channel release for snapLibravatar mhatvan2021-08-13
| | | | | | - moved PACKAGE_VERSION fetching lower in github CI workflow - distinguish naming between beta and stable publish steps - publish snap to snapstore AND github
* build: add Ferdi snap package (#1767)Libravatar Markus Hatvan2021-08-10
| | | | - add snap as build target for linux - update GH actions to auto-publish snap (based on branch and package.json version)
* Changed the cron for the ferdi build to run at 12:15 am UTC since the time ↵Libravatar Vijay A2021-08-03
| | | | delay between the 2 jobs was very high. [skip ci]
* Force create tag even if it already exists by some rare chance. [skip ci]Libravatar Vijay A2021-07-29
|
* Update documentation for new contributors for system dependencies. [skip ci]Libravatar Vijay A2021-07-28
|
* Tag the main ferdi repo when bumping the version (helpful while generating ↵Libravatar Vijay A2021-07-28
| | | | comparison urls). [skip ci]
* Fixing incorrect syntax for GH action workflow. [skip ci]Libravatar Vijay A2021-07-28
|
* Fixing incorrect syntax for GH action workflow. [skip ci]Libravatar Vijay A2021-07-28
|
* Moved the version-bump into the 'ferdi-builds' workflow so that its 'atomic' ↵Libravatar Vijay A2021-07-27
| | | | in nature of the actual scheduled build.
* Allow to run 'npm version' without dependency on git pre-commit hook. [skip ci]Libravatar Vijay A2021-07-27
|
* Missed removing of custom npm config setter for node-gyp. [skip ci]Libravatar Vijay A2021-07-26
|
* Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and ↵Libravatar Vijay Raghavan Aravamudhan2021-07-26
| | | | | linux) (#1690) Upgraded node-gyp to '8.1.0' (since this was a pre-requisite for it to work on windows os)
* Trying to fix issue with CHANGES_COUNT not being deduced properly on CI runs ↵Libravatar Vijay A2021-07-24
| | | | (thus skipping the ferdi version). [skip ci]
* Fixed issue with the version-bumping check not registering as an env var for ↵Libravatar Vijay A2021-07-22
| | | | GH actions. [skip ci]
* Resurrect 'fetch-depth' since its needed for merging of branches. [skip ci]Libravatar Vijay A2021-07-19
|
* Fixed issue with error hiding version bump.Libravatar Vijay A2021-07-18
|
* Slight perf improvement for GH build checkout action; removed unused workflow.Libravatar Vijay A2021-07-18
|
* Skip bumping of app version if there are no other changes in a scheduled build.Libravatar Vijay A2021-07-17
|
* Fixing GH PR template. [skip ci]Libravatar Vijay A2021-07-14
|
* Trying to fix broken build due to corrupt npm cacheLibravatar Vijay A2021-07-14
|
* Trying to fix broken build due to missing 'git-sh-setup' for windows build ↵Libravatar Vijay A2021-07-13
| | | | agents.
* Fixed issue 'cb() never called' from: ↵Libravatar Vijay A2021-07-13
| | | | https://reactgo.com/npm-err-cb-never-called/
* Documentation updates taken from #1629 [skip ci]Libravatar Vijay A2021-07-12
| | | | Co-authored-by: mhatvan <markus_hatvan@aon.at>
* Upgraded nodejs to '14.17.3'Libravatar Vijay A2021-07-11
|
* Reuse scripts defined in 'package.json' (also should fix issue where ↵Libravatar Vijay A2021-07-08
| | | | submodule was not getting updated in overnight process).