Kirill Gavrilov
|
f37c83025f
|
try now
|
2026-07-19 13:33:25 +03:00 |
|
Kirill Gavrilov
|
a050e0308c
|
switch to opt
|
2026-07-19 02:51:02 +03:00 |
|
Kirill Gavrilov
|
29f0d33f6d
|
try this
|
2026-07-19 02:43:00 +03:00 |
|
Kirill Gavrilov
|
830522ee08
|
latest pnpm
|
2026-07-18 23:21:44 +03:00 |
|
Kirill Gavrilov
|
cb9c23e546
|
fix user home
|
2026-07-18 20:18:03 +03:00 |
|
Kirill Gavrilov
|
ba1cad6fb5
|
fix access rights
|
2026-07-18 20:14:39 +03:00 |
|
Kirill Gavrilov
|
97cb41851f
|
which user is here?
|
2026-07-18 20:01:47 +03:00 |
|
Kirill Gavrilov
|
1c36e0a016
|
rebuild
|
2026-07-18 19:52:52 +03:00 |
|
Kirill Gavrilov
|
45ab233d3a
|
build from Dockerfile
|
2026-07-18 19:43:39 +03:00 |
|
Kirill Gavrilov
|
ca0395ec5e
|
+ stage for devcontainer
|
2026-07-18 19:39:28 +03:00 |
|
Kirill Gavrilov
|
7f0a38a510
|
multiple devcontainers
|
2026-07-18 19:16:38 +03:00 |
|
Kirill Gavrilov
|
fef4843ac2
|
add some permissions
|
2026-07-18 16:57:52 +03:00 |
|
Kirill Gavrilov
|
0d8d7c20ac
|
try privileged
|
2026-07-18 16:41:53 +03:00 |
|
Kirill Gavrilov
|
1d54ab7b1b
|
add runArgs
|
2026-07-18 16:12:14 +03:00 |
|
Kirill Gavrilov
|
5dea50df8b
|
use image
|
2026-07-18 15:24:33 +03:00 |
|
Kirill Gavrilov
|
12c3ae3e71
|
chore: add devcontainer
|
2026-07-18 15:11:15 +03:00 |
|
Kirill Gavrilov
|
7b90479e18
|
chore(vscode): add vitest plugin to recommended extensions
|
2026-07-18 15:10:19 +03:00 |
|
Kirill Gavrilov
|
ee74e63732
|
chore(eslint): migrate away from deprecated tseslint.config() utility-function
|
2026-07-18 15:09:22 +03:00 |
|
Kirill Gavrilov
|
783a51a129
|
chore(eslint): rename variable in config
|
2026-07-18 15:08:47 +03:00 |
|
Kirill Gavrilov
|
9dbd4814ea
|
chore: switch to version catalogs
|
2026-07-18 15:08:47 +03:00 |
|
Kirill Gavrilov
|
a999124e21
|
ci: upgrade actions-tasks to latest versions
|
2026-07-18 15:07:48 +03:00 |
|
Kirill Gavrilov
|
9d3459d3a9
|
build(deps): dependencies upgrades
```
pnpm up --latest '*' '!@types/node' '!obsidian'
cd e2e && pnpm up --latest '*' '!electron' '!obsidian'
```
|
2026-07-18 14:33:21 +03:00 |
|
Kirill Gavrilov
|
53d2692fe0
|
build(deps): tech stack upgrades
|
2026-06-07 14:30:30 +03:00 |
|
Kirill Gavrilov
|
f212cbebd0
|
build(e2e, deps): wdio-electron-service -> @wdio/electron-service and the latest version of WDIO
|
2026-06-07 14:30:30 +03:00 |
|
Kirill Gavrilov
|
bc35cb11ee
|
ci: single pnpm install in repo root is enough now
That's because both packages (plugin itself and E2E-tests) belong to single pnpm-workspace now.
|
2026-06-07 14:30:30 +03:00 |
|
Kirill Gavrilov
|
5e2ec97973
|
build: upgrade to the latest pnpm v11.5.2
|
2026-06-07 14:30:30 +03:00 |
|
Kirill Gavrilov
|
8a4f0ec4a9
|
ci: use envinfo package to check environment info on CI
|
2026-06-07 14:30:30 +03:00 |
|
Kirill Gavrilov
|
1e40cd1979
|
chore: use lowercase values from tsconfig docs
|
2026-05-03 16:10:00 +03:00 |
|
Kirill Gavrilov
|
a16e9f483a
|
build: upgrade all dependencies to latest versions
|
2026-05-03 16:10:00 +03:00 |
|
Kirill Gavrilov
|
c5fcbee18a
|
build(e2e): upgrade WDIO to the latest v9.27.1
|
2026-05-03 16:10:00 +03:00 |
|
Kirill Gavrilov
|
7c1f5894f8
|
chore(tsconfig): add explicit rootDir
|
2026-05-03 16:10:00 +03:00 |
|
Kirill Gavrilov
|
8a2d7a05fb
|
chore(tsconfig): set moduleResolution to bundler
Since the project gets assembled with esbuild
|
2026-05-03 16:10:00 +03:00 |
|
Kirill Gavrilov
|
1b2350ee99
|
build: upgrade to TypeScript v6 and latest ESLint
|
2026-05-03 16:10:00 +03:00 |
|
Kirill Gavrilov
|
e451c18e33
|
fix(e2e): remove unnecessary await after expect-webdriverio upgrade
Fixes the following ESLint error:
> Unexpected `await` of a non-Promise (non-"Thenable") value
Related discussion: webdriverio/expect-webdriverio#2068
|
2026-04-06 03:06:16 +03:00 |
|
Kirill Gavrilov
|
8ce6c12ebf
|
test(e2e): upgrade WDIO to the latest v9.27.0
|
2026-04-06 02:53:33 +03:00 |
|
Kirill Gavrilov
|
e276168617
|
fix: resolve TS7006 in Vitest config after Vitest upgrade
Fixes:
> error TS7006: Parameter 'id' implicitly has an 'any' type.
|
2026-03-27 02:10:27 +03:00 |
|
Kirill Gavrilov
|
64cbaa3f08
|
chore: typo fix
|
2026-03-27 01:57:48 +03:00 |
|
Kirill Gavrilov
|
e99d127bc6
|
fix: augment require to fix eslint warnings on require('electron')
Fixes #8
|
2026-03-27 01:52:53 +03:00 |
|
Kirill Gavrilov
|
a97c023338
|
chore: remove unsued assignment
Fixes new ESLint warning
|
2026-03-27 01:52:12 +03:00 |
|
Kirill Gavrilov
|
7f0d379928
|
build: upgrade all dependencies to latest versions
|
2026-03-27 01:51:59 +03:00 |
|
Kirill Gavrilov
|
a8aaaa0d37
|
ci: add missing build argument passing Obsidian version
|
2026-03-27 01:22:27 +03:00 |
|
Kirill Gavrilov
|
1bf2109df0
|
ci: upgrade Obsidian to the latest v1.12.7
|
2026-03-26 22:23:31 +03:00 |
|
Kirill Gavrilov
|
0a68c244c1
|
ci: upgrade Obsidian to the latest v1.12.7
|
2026-03-26 22:22:03 +03:00 |
|
Kirill Gavrilov
|
46b76af4fd
|
test(e2e): fix EPERM error during tests execution on Mac
Fixes #7
|
2026-03-26 22:21:53 +03:00 |
|
Kirill Gavrilov
|
d026ed5f38
|
build: upgrade 'obsidian' and 'electron' dependencies
|
2026-03-26 22:21:53 +03:00 |
|
Kirill Gavrilov
|
ebf9b7b49b
|
build: upgrade pnpm to v10.33.0
|
2026-03-26 21:58:09 +03:00 |
|
Kirill Gavrilov
|
320d93bb4f
|
ci: the latest version of Obsidian (v1.10.6) for E2E testing
|
2025-12-20 01:54:18 +03:00 |
|
Kirill Gavrilov
|
825ca9f060
|
ci: switch to NodeJS v24 LTS
|
2025-12-20 01:50:22 +03:00 |
|
Kirill Gavrilov
|
a2fb2d7c4f
|
test: fix "Failed to parse ... TimecodesPlugin.ts" error
Fix "Failed to parse ... TimecodesPlugin.ts" error by creating virtual module for 'obsidian' package.
Related discussion: vitest-dev/vitest#9298
|
2025-12-20 01:45:44 +03:00 |
|
Kirill Gavrilov
|
3980070aae
|
build: upgrade to Vitest v4
|
2025-12-20 01:41:44 +03:00 |
|