Commit Graph

48 Commits

Author SHA1 Message Date
sokol
1beb9f2026 fix: preserve existing template when adding parameters 2026-02-20 17:09:34 +03:00
sokol
28fc3f9e21 fix: improved JSON validation for comments and placeholders 2026-02-20 16:55:34 +03:00
sokol
9f51379df9 feat: JSON comments support + full-height layout
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / build-and-test (pull_request) Has been cancelled
2026-02-20 16:40:13 +03:00
sokol
c8f45e4962 style: set environment panel to 5/12 width
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / build-and-test (pull_request) Successful in 45m28s
2026-02-20 16:27:34 +03:00
sokol
d89ce6ebbd style: maximize content width on large displays 2026-02-20 16:26:08 +03:00
sokol
8cc66ea9d6 style: adjust layout proportions 2026-02-20 16:10:38 +03:00
sokol
6e5a453c6f style: add gap-1 and p-1 to parameter rows 2026-02-20 16:02:43 +03:00
sokol
ead551ee6b style: ultra-compact Environment section
All checks were successful
CI / build-and-test (push) Successful in 29m26s
CI / build-and-test (pull_request) Successful in 26m23s
2026-02-20 14:36:02 +03:00
sokol
25f81cb8f7 style: make Environment section much more compact 2026-02-20 14:34:24 +03:00
sokol
482788a1d1 style: make Environment section more compact
All checks were successful
CI / build-and-test (push) Successful in 29m11s
2026-02-20 14:32:12 +03:00
sokol
9e313f5b86 feat: native deploy workflow without SSH
Some checks failed
CI / build-and-test (push) Has been cancelled
CI / build-and-test (pull_request) Has been cancelled
2026-02-20 13:55:53 +03:00
sokol
c735d7318f ci: fix E2E tests by starting dev server
All checks were successful
CI / build-and-test (push) Successful in 30m18s
2026-02-20 12:35:51 +03:00
sokol
9c94aa1df5 test: fix E2E download test for empty config protection
Some checks failed
CI / build-and-test (push) Failing after 24m44s
2026-02-20 11:57:56 +03:00
sokol
e4b44c7b5e refactor: improve type safety and code style
Some checks failed
CI / build-and-test (push) Failing after 24m31s
2026-02-20 11:22:56 +03:00
sokol
1c27b68965 feat: build Docker image locally without pushing to registry
Some checks failed
CI / build-and-test (push) Failing after 12m44s
2026-02-20 10:33:17 +03:00
sokol
083d7dd662 feat: add Gitea Actions CI/CD workflows
Some checks failed
CI / build-and-test (push) Has been cancelled
2026-02-20 10:29:22 +03:00
sokol
7e1f7dd24c feat: prevent downloading empty config 2026-02-20 10:19:27 +03:00
sokol
1b3f3b3110 feat: disable Download button when no config is loaded 2026-02-20 10:16:28 +03:00
sokol
52232f6cde fix: center environment action buttons vertically 2026-02-19 23:35:38 +03:00
sokol
a6cc5a9827 refactor: complete application rewrite with modern UI 2026-02-19 22:55:26 +03:00
ssa
271b530fa1 Merge pull request 'ai' (#4) from ai into main
Reviewed-on: #4
2026-02-19 00:18:58 +03:00
sokol
0c97c4421c fix: JSON validation for unquoted @placeholders@ 2026-02-19 00:14:56 +03:00
sokol
529b506612 fix: handle unquoted @placeholders@ in JSON validation 2026-02-19 00:02:43 +03:00
ssa
81d3c51cb7 Merge pull request 'config: change external port to 11088' (#3) from ai into main
Reviewed-on: #3
2026-02-18 23:45:22 +03:00
sokol
93e3a66252 config: change external port to 11088 2026-02-18 23:40:21 +03:00
ssa
8ca531ca98 Merge pull request 'ai' (#2) from ai into main
Reviewed-on: #2
2026-02-18 23:27:18 +03:00
sokol
a10d6ecc29 fix: change default branch from 'ai' to 'main' in Docker config 2026-02-18 23:19:37 +03:00
sokol
0fe61acfe7 feat: add Docker deployment configuration 2026-02-18 23:12:11 +03:00
ssa
22a03735d6 Merge pull request 'ai' (#1) from ai into main
Reviewed-on: #1
alpha-0
2026-02-18 22:44:41 +03:00
sokol
18193b71c1 fix: JSON validation accepts @placeholders@ as valid values 2026-02-18 22:14:36 +03:00
sokol
88984a21b2 feat: Tab key inserts 2 spaces in template editor 2026-02-18 22:09:20 +03:00
sokol
c4221c9bea feat: add config download functionality 2026-02-18 21:46:23 +03:00
sokol
325699d036 ui: move validation warning to tab header as badge 2026-02-18 18:01:38 +03:00
sokol
5cc15eb87a feat: add extended placeholder validation 2026-02-18 17:50:26 +03:00
sokol
0b347c5c94 test: add E2E test for placeholder deduplication 2026-02-18 17:39:01 +03:00
sokol
fb57cf6376 feat: skip adding param if @placeholder@ already exists in template 2026-02-18 17:34:27 +03:00
sokol
5890745ed2 fix: ConfigTemplate infinite re-render loop and add E2E test 2026-02-18 17:25:50 +03:00
sokol
15f890abda feat: add manual template editor with view/edit modes 2026-02-18 17:09:32 +03:00
sokol
acce21c0e6 feat: add params as JSON placeholders with !!! prefix 2026-02-18 16:19:41 +03:00
sokol
ddc5311fb9 delete ignored dir 2026-02-18 16:09:27 +03:00
sokol
bb4a154a27 updated gitignore 2026-02-18 16:06:25 +03:00
sokol
7b6800de37 feat: auto-update JSON template with environment params 2026-02-18 16:04:00 +03:00
sokol
7ddc8cde84 feat: prefill template with empty JSON when creating new config 2026-02-18 15:54:41 +03:00
sokol
6565223b96 fix: env ID generation and React state synchronization 2026-02-18 15:51:13 +03:00
sokol
f262c785aa test: добавить E2E-тест для множественных окружений и исправить синхронизацию AppState 2026-02-18 14:26:46 +03:00
sokol
4b8f5f3739 feat: добавить управление окружениями и Playwright для E2E 2026-02-18 14:04:03 +03:00
sokol
8f0112526f revert test config 2026-02-18 11:46:04 +03:00
sokol
83a5bb87c1 init 2026-02-18 11:38:25 +03:00