aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* 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).
* Enabled signing of windows build artifacts on 'nightly' and 'release' branches.Libravatar Vijay A2021-07-07
|
* Fixed README.md and PR template to ensure that the author is agreeing to ↵Libravatar Vijay A2021-07-06
| | | | more hygiene practices. [skip ci]
* Separated version number bump into the 'develop' branch from 'nightly' ↵Libravatar Vijay Raghavan Aravamudhan2021-07-06
| | | | | branch (#1610) * Separated version number bump into the 'develop' branch so that the commit SHA appearing in 'About' will remain unchanged
* Fixing github templates for PRs. [skip ci]Libravatar Vijay A2021-07-02
|
* Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]Libravatar Vijay A2021-07-01
|
* Fixed issue with hard-coded branch name in the 'git push' command. [skip ci]Libravatar Vijay A2021-07-01
|
* Simplified the scheduled nightly build since the linter and tests are ↵Libravatar Vijay A2021-06-30
| | | | anyways run on the different OS-based jobs.
* Split up the dependency updates into its own scheduled job and to be run on ↵Libravatar Vijay A2021-06-30
| | | | the 'develop' branch instead of 'nightly' branch
* Uncommented signing of code for macos builds as a trialLibravatar Vijay A2021-06-29
|
* Added new GH Actions workflow to welcome first time contributors. [skip ci]Libravatar Vijay A2021-06-23
|
* Run ALL builds if no OSes were chosen (manual trigger) (#1529)Libravatar Vijay Raghavan Aravamudhan2021-06-16
| | | | | | | | Manual trigger no longer looks for 'force build' magic message content. Only run 'check_updates' for nightly branch (for either schedule or manual trigger) Optimizing build: 1) git checkout fetch depth 2) better conditions for skipping builds
* Added ability to run specific OS builds for manual triggerLibravatar Vijay A2021-06-15
| | | | | This forced us to split the jobs into multiple copies (one per OS) to avoid complex conditional logic in 'if' blocks.
* Skip notarization of the build artifact if not building for the main repo ↵Libravatar Vijay A2021-06-15
| | | | (ie building on a forked repo)..
* Upgraded some npm modules (#1525)Libravatar Vijay Raghavan Aravamudhan2021-06-13
| | | | * Update the browserslist data every night * Change the support browsers list to 'last 2 Chrome versions' - in a bid to keep transpiling output size and time to a smaller number.
* Pass --publish never for PR builds (#1521)Libravatar Kristóf Marussy2021-06-12
| | | | | | Trying to fix the GitHub Personal Access Token is not set, neither programmatically, nor using env "GH_TOKEN" error.
* Bypassed code signing since that is also incorrect in GH settings.Libravatar Vijay A2021-06-12
|
* Commented out the env vars that trigger code-signing.Libravatar Vijay A2021-06-11
|
* Fixing incorrect expressionLibravatar Vijay A2021-06-10
|
* Added ability to force a version bump on the nightly branch based on ↵Libravatar Vijay A2021-06-10
| | | | 'version bump' phrase present in trigger message.
* Builds using GitHub actions (#1467)Libravatar Vijay Raghavan Aravamudhan2021-06-08
| | | | | * Using GH Actions for building, packaging and publishing for all 3 OSes (macos, ubuntu and windows). Handles PR builds, release builds, scheduled nightly builds and manual triggering from the web-ui. * Removed references to travis and appveyor and their respective config files. * Added ability to force rebuild nightlies without new version number. (This should allow us to rerun nightly builds with the same build number. Looks for the trigger comment to contain: 'force build' and 'nightly branch')
* Updated the documentation (#1394)Libravatar Vijay Raghavan Aravamudhan2021-05-12
| | | Restructured the documentation. Added an important section for self-help: 'Troubleshooting recipes'. [skip ci]