aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* Minor consistency fix [skip ci]Libravatar Vijay A2022-07-25
|
* ci/cd: Fix typo in winget workflow [skip ci] (#514)Libravatar Alphrag2022-07-25
|
* ci/cd: Make winget workflow ready for production [skip ci] (#508)Libravatar Alphrag2022-07-22
| | | Fix typos and make automatic submission of update [ci skip]
* Create winget updater GH workflow (#484)Libravatar Alphrag2022-07-17
|
* Update documentation [skip ci]Libravatar Vijay A2022-07-13
|
* Trying to check if tagging of submodule works [skip ci]Libravatar Vijay A2022-07-01
|
* Moved tagging of the repo from the nightly build process to the ↵Libravatar Vijay Aravamudhan2022-07-01
| | | | post-publishing process [skip ci] (#404)
* Fix homebrew cask update workflow conditionLibravatar Vijay A2022-06-25
|
* Enable windows code signing (#361)Libravatar Alphrag2022-06-25
| | | Co-authored-by: Vijay Aravamudhan <vraravam@users.noreply.github.com>
* Fix GH action workflow for publishing homebrew caskLibravatar Vijay A2022-06-24
|
* Fix issue with incorrect GH workflow [skip ci]Libravatar Vijay A2022-06-23
|
* Added workflows to publish on beta and release buildsLibravatar Vijay A2022-06-22
|
* Bypass signing for linux and windows for non-nightly and non-release buildsLibravatar Vijay A2022-06-22
|
* Comment flair-id to see if it is the cause of failingLibravatar André Oliveira2022-06-22
|
* Sign mac releasesLibravatar Alphrag2022-06-22
|
* fix reddit actionLibravatar André Oliveira2022-06-21
|
* Revert "Update build process to sign mac releases"Libravatar Vijay A2022-06-21
| | | | | | This reverts commit 7122309df14f4854e31c6b09bb915d319bcd0aaa. The build is failing: https://github.com/ferdium/ferdium-app/runs/6976999014?check_suite_focus=true#step:15:57
* Update build process to sign mac releasesLibravatar Alphrag2022-06-21
|
* Change to correct subreddit after sucessful post on test [skip ci] (#306)Libravatar André Oliveira2022-06-20
|
* Fix for incorrect yml in reddit GH workflow (#303)Libravatar Vijay Aravamudhan2022-06-20
|
* Fix version and add name to step on reddit actionLibravatar André Oliveira2022-06-19
|
* Create GH Action for automatic publish of releases (#292)Libravatar André Oliveira2022-06-19
|
* Add manual trigger for GH workflow to publsih homebrew tap [skip ci]Libravatar Vijay A2022-06-19
|
* Add GH workflow to publish to the homebrew-ferdium repo when a new tag is ↵Libravatar Vijay A2022-06-18
| | | | pushed in this repo [skip ci]
* Revert to using 'SNAPCRAFT_LOGIN'Libravatar Vijay A2022-06-16
|
* Re-inserting the pinning of 'snapcraft' version to try and fix the nightly buildLibravatar Vijay A2022-06-16
|
* Trying to fix snap login issues (#272)Libravatar Vijay Aravamudhan2022-06-15
|
* Lock snapcraft to v5 since v7 breaks the buildLibravatar Vijay A2022-06-15
| | | | versions available at: https://snapcraft.io/snapcraft
* Fix broken faq url [skip ci]Libravatar Vijay A2022-06-15
|
* Enable AutoUpdates from in-app with self-sign certificates on macOS (#213)Libravatar André Oliveira2022-06-03
| | | | Co-authored-by: Alphrag <alphrag@pm.me>
* 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
|