Copilot
5561842dea
fix: Remove vite-plugin-pwa, avoid this plugin caches files unexpectedly ( #6907 )
...
Also fixed webpush wrong msg
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
7 days ago
Dorian Grasset
d893231c6d
feat(maintenance): add quick duration buttons and pre-fill datetime fields ( #6718 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
1 month ago
Frank Elsinga
0f61d7ee1b
chore: enable formatting over the entire codebase in CI ( #6655 )
...
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 month ago
Frank Elsinga
d707271de7
chore: remove unused jest config ( #6631 )
1 month ago
cmorg789
23c4916c74
Webpush notifications ( #6421 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
3 months ago
Louis Lam
08d77e6fce
Fix build issue on Node.js 25 ( #6295 )
4 months ago
Louis Lam
e773e454e9
Fix #5157 and cleanup some devcontainer code ( #5162 )
1 year ago
Shaun
c567e8eb8e
Status Page E2E spec ( #5068 )
1 year ago
Shaun
3d9bbe1a62
Improve Playwright/E2E testing setup ( #5056 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2 years ago
Frank Elsinga
77d82ec30f
removed the last reminents of cypress
2 years ago
Louis Lam
e61589d02e
Add Vue DevTools ( #4509 )
2 years ago
Louis Lam
996ff28ed9
Playwright + Native Node Test Runner ( #3893 )
2 years ago
Louis Lam
869ee8ec50
Merge branch '1.23.X' into 1.23.X-merge-to-2.X.X
...
# Conflicts:
# .github/workflows/auto-test.yml
# extra/reset-password.js
# package-lock.json
# package.json
# server/routers/status-page-router.js
# server/server.js
# server/socket-handlers/general-socket-handler.js
# server/uptime-kuma-server.js
# src/components/ActionInput.vue
# src/util.js
# src/util.ts
2 years ago
Louis Lam
482049c72b
Merge pull request from GHSA-88j4-pcx8-q4q3
...
* WIP, still need to handle npm run reset-password
* Implement it for "npm run reset-password"
Bug fixes and change along with this commit
- Move `ssl`, `hostname`, `port` to ./server/config.js, so `reset-password` is able to read it
- Fix: FBSD is missing, no idea who dropped it.
- Fix: Frontend code should not require any backend code (./server/config.js), moved "badgeConstants" to the common util (./src/util.ts) and drop vite-common.js
* Minor
2 years ago
Louis Lam
99179c82d7
Drop @vitejs/plugin-legacy ( #3858 )
2 years ago
Louis Lam
8e72d6f534
Fix codespace url ( #3436 )
...
* Fix codespace url (https://github.com/louislam/uptime-kuma/pull/3432#discussion_r1265120809 )
3 years ago
Louis Lam
084cf01fcd
Add support for Codespaces ( #3432 )
...
* Create devcontainer.json
* WIP
* WIP
* WIP
* Create README.md
* Try to fix cypress issue
* Add extensions
* WIP
* Minor
3 years ago
Nelson Chan
0e725569e5
Feat: Add placeholders for badge generator
...
Chore: Save as dev dep.
3 years ago
David Twigger
1565da87cf
Implement cypress unit testing
3 years ago
Louis Lam
b993859926
Drop Jest e2e testing ( #2174 )
3 years ago
Louis Lam
e5145a209a
Update cypress config
3 years ago
Louis Lam
afbc283423
Move Cypress directory and convert it to JavaScript ( #2170 )
3 years ago
Louis Lam
104d521633
Update vite from 2.9.9 to 3.1.0
3 years ago
Louis Lam
e36b65c2df
Add frontend version
4 years ago
Louis Lam
8f1e193de3
[vite] Change legacy browse target to `since 2015`
4 years ago
Louis Lam
fb420fa1b1
Compress SVG when building dist
4 years ago
Louis Lam
a707b51053
Page Loading Speed Optimization ( #1711 )
...
* Update Vite.js to 2.9.9 and add Rollup Plugin Visualizer
* Prebuild gzip and brotli for assets
Original: ~1.2MB
Optimized: ~370KB
4 years ago
Louis Lam
b50f1bb7e8
No more opening browser
4 years ago
Louis Lam
4114f43b48
Start both dev servers in one command
4 years ago
Louis Lam
d71c086447
Standardize array bracket spacing
4 years ago
Nelson Chan
7f4d5a0f76
Test: fix tests
...
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Attempt to fix tests
Test: Investigate error message
Test: Attempt to fix tests
Chore: Cleanup code
Test: Attempt to fix tests
Test: Attempt to fix tests
4 years ago
Nelson Chan
07742799ed
Test: Fix tests
...
Test: Add clear stats test
Test: Attempt to fix tests
Test: Add test for disable auth
Update README
4 years ago
Louis Lam
407581ee07
move jest config files to config dir
4 years ago
Louis Lam
911d4ea37b
move vite.config.js to config folder
4 years ago