aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAge
* Update retry action on buildsLibravatar Alphrag2022-12-19
|
* Normalize eslint/tslint configs across app and server codebasesLibravatar Vijay A2022-12-10
|
* Ignore lint error since it doesn't seem to affect behaviorLibravatar Vijay A2022-12-09
| | | | Run 'pnpm lint' when using scripts on local dev machine
* migrate from gulp to esbuild for faster builds (#815)Libravatar Balaji Vijayakumar2022-12-08
|
* Switch npm to pnpm (#714)Libravatar Balaji Vijayakumar2022-11-25
|
* Revert "Switch from 'npm' to 'pnpm' (#704)"Libravatar Vijay A2022-10-28
|
* Switch from 'npm' to 'pnpm' (#704)Libravatar Vijay Aravamudhan2022-10-26
| | | | | | | Co-authored-by: Markus Hatvan <markus_hatvan@aon.at> Co-authored-by: Nathanaël Houn <contact@nathanaelhoun.fr> Co-authored-by: Balaji Vijayakumar <kuttibalaji.v6@gmail.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
* chore: convert some js scripts & gulpfile into typescript (#693)Libravatar muhamedsalih-tw2022-10-23
|
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* Update documentation [skip ci]Libravatar Vijay A2022-07-13
|
* refactor: refactored MSVS validation (#439)Libravatar Slan2022-07-08
| | | | | | | - Added todo for ARM machines - Only run 'npm config set' if there is none Co-authored-by: Ricardo Cino <ricardo@cino.io>
* Checks if MSVS 2019 or 2022 exists through reg key [skip ci] (#432)Libravatar Slan2022-07-06
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Change allowed version for MSVS on Windows build script [skip ci] (#422)Libravatar André Oliveira2022-07-04
|
* Add NSIS and portable arm64 builds for Windows OS (#217)Libravatar Markus Kaiser2022-06-29
|
* Upgrade npm modulesLibravatar Vijay A2022-06-13
|
* Fixing test dir nameLibravatar Vijay A2022-05-04
|
* Migration script from Ferdi to Ferdium for Linux & MacOS (#91) [skip ci]Libravatar Evan2022-05-04
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Remove native compilation ('python', 'node-gyp') since we no longer have ↵Libravatar Vijay Aravamudhan2022-05-01
| | | | such dependencies (#73)
* Remove straggling reference to 'jq'.Libravatar Vijay A2022-04-26
|
* Remove dependency on 'jq' since 'node' can be used for the sameLibravatar Vijay A2022-04-24
|
* fix more paths for cleaning in the Windows script [skip ci]Libravatar André Oliveira2022-04-23
|
* Fix: Windows build script [skip ci]Libravatar André Oliveira2022-04-23
|
* Handle issue when 'CLEAN' is used and so 'pnpm' itself is not presentLibravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar André Oliveira2022-04-23
| | | | Fix changelog url (rebranding fix)
* Use correct folder separator for windows [skip ci]Libravatar Vijay A2022-04-23
|
* Fix windows build script [skip ci]Libravatar Vijay A2022-04-23
|
* 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
* Update the build script for Windows (Powershell) and normalized with the ↵Libravatar André Oliveira2022-04-23
| | | | | unix equivalent [skip ci] Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Create migrate from Ferdi script (Windows) (#25)Libravatar André Oliveira2022-04-23
|
* 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>
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* Run add-crowdin-contributors [skip ci]Libravatar kytwb2022-03-27
|
* Fix and run add-crowdin-contributorsLibravatar kytwb2022-01-08
|
* 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>
* chore: remove 'lerna' since we don't use monorepo-style packages any more ↵Libravatar Vijay Aravamudhan2021-10-15
| | | | (#2081)
* chore: update eslint setup (#2074)Libravatar Markus Hatvan2021-10-15
|
* chore: upgrade 'electron-builder' to '22.14.5' to fix upstream issues. (#2068)Libravatar Vijay Aravamudhan2021-10-14
|
* chore: convert various files from JS to TS (#1959)Libravatar Markus Hatvan2021-09-18
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* chore: preconditions for pnpm migration (#1903)Libravatar Markus Hatvan2021-09-10
|
* chore: move build-time js files out of 'src' and into 'scripts'Libravatar Vijay A2021-08-21
| | | | so that they not packaged into final deployable artefact
* Moved 'internal-server' into a sub-folder as opposed to a git submodule. (#1715)Libravatar Vijay Raghavan Aravamudhan2021-08-01
| | | | * Ignored tests in 'internal-server' folder since there are none. * Linter fixes
* Minify images using ImageOptim (lossless compression) (#1012)Libravatar Vijay Raghavan Aravamudhan2020-10-11