SamTV12345
|
ead3c0ea38
|
Added typescript to etherpad
* Fixed determining file extension.
* Added ts-node
* Fixed backend tests.
* Fixed frontend test runs.
* Fixed tests.
* Use script approach for starting etherpad.
* Change directory to src.
* Fixed env.
* Change directory
* Fixed build arg.
* Fixed docker build.
* Fixed.
* Fixed cypress file path.
* Fixed.
* Use latest node container.
* Fixed windows workflow.
* Use tsx and optimized docker image.
* Added workflow for type checks.
* Fixed.
* Added tsconfig.
* Converted more files to typescript.
* Removed commented keys.
* Typed caching middleware.
* Added script for checking the types.
* Moved SecretRotator to typescript.
* Fixed npm installation and moved to types folder.
* Use better scripts for watching typescript changes.
* Update windows.yml
* Fixed order of npm installation.
* Converted i18n.
* Added more types.
* Added more types.
* Fixed import.
* Fixed tests.
* Fixed tests.
* Fixed type checking test.
* Fixed stats
* Added express types.
* fixed.
|
2024-02-05 21:13:02 +01:00 |
|
Richard Hansen
|
dabff9be77
|
run_cmd: Fix PATH debug log message
|
2021-02-23 21:41:32 -05:00 |
|
Richard Hansen
|
1cfbf88f7c
|
run_cmd: Enhance with ability to return stdout as string
|
2021-02-18 19:18:59 +00:00 |
|
Richard Hansen
|
426c025127
|
run_cmd: Log to Etherpad logs by default
|
2021-02-18 19:18:59 +00:00 |
|
Richard Hansen
|
d7ed71eba0
|
plugins: Fix "Error: spawn npm ENOENT" error on Windows
On Windows, npm should be invoked as `npm.cmd`, not `npm`. Use a
drop-in replacement for `child_process.spawn()` that does the right
thing on Windows.
|
2021-02-16 22:00:20 +00:00 |
|
Richard Hansen
|
ce1b69feda
|
plugins: Helper function to run the npm CLI
|
2021-02-09 22:18:35 +00:00 |
|