aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* Refactor 'electron-builder' configs to move into 'electron-builder.yml' ↵Libravatar Vijay Aravamudhan2022-05-01
| | | | (#79) [skip ci]
* Fix snap command issue in build script [skip ci]Libravatar Vijay A2022-05-01
|
* Pull new version of 'recipes' [skip ci]Libravatar Vijay A2022-04-30
| | | | Defensive programming for updating 'recipes' during nightly builds
* Enable snap build & publish for edge, beta, stable channels (#74)Libravatar Nathanael2022-05-01
|
* Remove native compilation ('python', 'node-gyp') since we no longer have ↵Libravatar Vijay Aravamudhan2022-05-01
| | | | such dependencies (#73)
* Turn on caching for windowsLibravatar Vijay A2022-04-30
|
* Install the required version of 'python' in CI buildsLibravatar Vijay A2022-04-30
|
* Use 'fetch-depth: 0' to pull in all history (trying to see if the ↵Libravatar Vijay A2022-04-29
| | | | submodule-update issue gets fixed)
* Use specific version of the GH action runner OS so as to limit issues ↵Libravatar André Oliveira2022-04-27
| | | | | relating to upgraded OS under our feet (#55) Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* fix(ci): escape quotes in windows npm i commandLibravatar Nathanaël Houn2022-04-25
|
* Remove hardcoding of 'npm' and 'pnpm' version in CI scriptsLibravatar Vijay A2022-04-24
|
* Remove dependency on 'jq' since 'node' can be used for the sameLibravatar Vijay A2022-04-24
|
* Removed references to funding and opencollectiveLibravatar Vijay A2022-04-24
|
* Added missing fields into the GH issue template [skip ci]Libravatar Vijay A2022-04-24
| | | | | | | | | | | | These are vital for capturing info reqd for RCA 1. Ferdium Version 2. Operating System 3. Operating System Version 4. Arch 5. Last Known Working Ferdium version 6. Expected behavior 7. Actual behavior
* Upgrade 'sqlite3'Libravatar Vijay A2022-04-23
| | | | | | | | | Add missing dev dependency '@babel/core' [prep for pnpm] Combine 'prebuild' into 'build' script since pre-scripts automagic is not supported by pnpm [cleanup] Use 'pnpm' instead of 'pnpm run' [cleanup] Clean npm cache after cleaning pnpm since pnpm is also managed within npm [cleanup] Delete '~/.electron-gyp' while cleaning
* Added build scripts for linux, macos and windows to help new contributors ↵Libravatar Nathanaël Houn2022-04-22
| | | | | | get setup quickly (#21) Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* Fix build for snapcraft: command not foundLibravatar Vijay A2022-04-22
|
* Turn on linux builds but still commented out snap publishLibravatar Vijay A2022-04-22
|
* docs: fixed and unified issues templatesLibravatar Nathanaël Houn2022-04-21
|
* Upgrade GH Actions libsLibravatar Vijay A2022-04-20
|
* Simplify skipping notarization of the mac dmg based on the same env var: ↵Libravatar Vijay A2022-04-19
| | | | 'CSC_IDENTITY_AUTO_DISCOVERY' (used for signing)
* Turn off creating and publishing snapcraft till we get the logins sortedLibravatar Vijay A2022-04-19
|
* Removed twitter-together and its folderLibravatar Vijay A2022-04-19
|
* Turn off signing of mac and windows artifacts till we get the licensesmasterLibravatar Vijay A2022-04-19
|
* Upgrade system dependencies (#15)Libravatar Vijay Aravamudhan2022-04-19
| | | | | node: 16.13.1 --> 16.14.2 npm: 8.1.2 --> 8.7.0 pnpm: 6.24.1 --> 6.32.8
* Remove explicit installation of 'node-gyp' for windows builds (checking if ↵Libravatar Vijay A2022-04-18
| | | | this passes in CI)
* Turn off funding contentLibravatar Vijay A2022-04-17
|
* Tidied up .github documentationLibravatar Aditya Mangalampalli2022-04-16
|
* Made minute changes to rebrandLibravatar Aditya Mangalampalli2022-04-16
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Update submodule url to ferdium-recipes (#1)Libravatar Nathanaël Houn2022-04-16
| | | | | * ci: add node-gyp (v8.4.1) install for windows builds Co-authored-by: Vijay Aravamudhan <vraravam@users.noreply.github.com>
* Iterate on issues config [skip ci]Libravatar kytwb2022-01-11
|
* Remove labels in issues titlesLibravatar kytwb2022-01-10
|
* Remove stale config [skip ci]Libravatar kytwb2022-01-08
|
* Revert "Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) ↵Libravatar kytwb2022-01-02
| | | | | | | | | (#2336)"" This reverts commit 712c2a4c237248b63d6553f557806d5dcce797f1. # Conflicts: # .github/workflows/builds.yml
* Revert "Increase retry max_attempts for npm i on windows"Libravatar kytwb2022-01-01
| | | | This reverts commit a0e2eedeedd84174ddfbfd9a47caf797c7f1d021.
* Remove caches usage on windows buildsLibravatar kytwb2021-12-31
|
* Increase retry max_attempts for npm i on windowsLibravatar kytwb2021-12-28
|
* Retry npm i on windowsLibravatar kytwb2021-12-24
|
* Revert "Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)"Libravatar kytwb2021-12-21
| | | | This reverts commit dfc9975fa409f69044fbfb028b3c48590908ec5d.
* Upgrade system dependencies (node, npm, pnpm, node-gyp) (#2336)Libravatar Vijay Aravamudhan2021-12-19
| | | | | | | | * Upgrade the following system dependencies: 'nodejs' to '16.13.1' 'npm' to '8.1.2' 'pnpm' to '6.24.1' 'node-gyp' to '8.4.1' * Remove duplicate reference to node version for ease of maintenance
* Streamline workflows namesLibravatar kytwb2021-12-15
|
* Create twitter-together.ymlLibravatar kytwb2021-12-09
|
* chore: refactor to skip steps if no commits needed [skip ci]Libravatar Vijay A2021-12-09
|
* chore: trying to avoid merge conflict when updating 'recipes' [skip ci]Libravatar Vijay A2021-12-09
|
* chore: explicitly stage changed files (to check if 'recipes' gets updated ↵Libravatar Vijay A2021-12-09
| | | | during nightly build process) [skip ci]
* chore: upgrade 'pnpm' to '6.23.6'Libravatar Vijay A2021-12-08
|
* docs: fix github issue template wording [skip ci]Libravatar Vijay A2021-11-21
|
* Update github issues template [skip ci]Libravatar Vijay Aravamudhan2021-11-18
|
* Update github issues template [skip ci]Libravatar Vijay Aravamudhan2021-11-18
|