Commit graph

1289 commits

Author SHA1 Message Date
Bert Verhelst
1742d62d5c fix(monitor-checks): remove copy table migration
since we can now simply drop a column in sqlite 3.25.0
 https://www.sqlite.org/releaselog/3_25_0.html
2021-10-01 15:26:58 +02:00
Bert Verhelst
9a7323c2e7 fix(monitor-checks): drop columns instead of recreating table 2021-10-01 15:21:37 +02:00
Bert Verhelst
cca52972b7 fix(package-lock): revert package lock to master (windows)
windows does not install fsevents but mac/linux does.
So i'm reverting this back to the master version.
2021-10-01 12:46:32 +02:00
Bert Verhelst
9eeb9d9d73 Merge remote-tracking branch 'origin/master' into feature/monitor-checks 2021-10-01 12:31:32 +02:00
Bert Verhelst
1f1cc5c351 fix(edit-monitor): remove css from component
These rules were moved to a separate file in https://github.com/louislam/uptime-kuma/pull/511
2021-10-01 12:31:24 +02:00
LouisLam
2aaed66b38 [docker: debian] reduce the image size dramatically! Compressed size from 240 MB~ to 100 MB~ 2021-10-01 18:25:21 +08:00
Bert Verhelst
e20660adac fix(monitor-checks): do not export ids for monitor checks 2021-10-01 11:58:26 +02:00
Bert Verhelst
1a7b69d4aa fix(monitor-checks): use helper for saving monitor checks 2021-10-01 11:49:19 +02:00
Bert Verhelst
e1680231aa Merge remote-tracking branch 'origin/master' into feature/monitor-checks 2021-10-01 11:31:26 +02:00
Bert Verhelst
dc86117b2f fix(monitor-checks): fix json backup import 2021-10-01 11:31:20 +02:00
LouisLam
7b4c70860c split the base images in order to prevent recompile the base part 2021-10-01 17:28:00 +08:00
Bert Verhelst
a558b6140b Merge branch 'master' into feature/monitor-checks 2021-10-01 10:58:20 +02:00
Bert Verhelst
2c910885b8 feat(monitor-checks): ensure old exports are converted to the new format 2021-10-01 10:53:17 +02:00
LouisLam
6513c3e75f allow update minor version only, to prevent the breaking change in the future like vite 2.6 2021-10-01 16:48:23 +08:00
LouisLam
7fa1cb83af [push type] add ping parameter 2021-10-01 16:43:11 +08:00
Bert Verhelst
72fd5d5ca2 Merge remote-tracking branch 'origin/master' into feature/monitor-checks 2021-10-01 10:35:51 +02:00
Bert Verhelst
c5975615ad fix(monitor-checks): fix issues in migration sql script 2021-10-01 10:35:32 +02:00
Louis Lam
9d079eeec0
Merge pull request #487 from cmandesign/feature/fa-lang-rtl
Feature/fa lang rtl
2021-10-01 16:28:20 +08:00
LouisLam
21dd5ad3dd Merge remote-tracking branch 'origin/master' 2021-10-01 15:48:04 +08:00
LouisLam
3394e1f148 fix undefined callback 2021-10-01 15:47:51 +08:00
Bert Verhelst
6b094a3da2 fix(edit-monitor): fix issues with imports from merging master 2021-10-01 09:13:36 +02:00
Bert Verhelst
9799040a3e regenerate package-lock.json 2021-10-01 09:09:26 +02:00
Bert Verhelst
70ac68368d Merge remote-tracking branch 'origin/master' into feature/monitor-checks 2021-10-01 09:08:00 +02:00
Louis Lam
ee22406301
Update README.md 2021-10-01 02:38:41 +08:00
LouisLam
8d5eaaf8a7 minor 2021-10-01 00:26:27 +08:00
LouisLam
b246c8e0f2 Fix 2fa for iOS Google authenticator (#486) 2021-10-01 00:23:18 +08:00
LouisLam
1ed4ac9494 add Push-based monitoring (#279) 2021-10-01 00:09:43 +08:00
Louis Lam
9e95d568c2
Merge pull request #501 from Saibamen/incident_use_local_timezone
[status-page] Display created and updated time in local timezone. Fixes #491
2021-09-30 18:13:55 +08:00
Louis Lam
fa3da819f8
Merge pull request #512 from chakflying/reduce-bundle-size
Build: Reduce client bundle size with more async components
2021-09-30 18:04:27 +08:00
Louis Lam
9e1f1f006b
Merge pull request #511 from chakflying/fix-multiselect-css
Chore: Move multiselect css to its own file
2021-09-30 17:56:58 +08:00
Louis Lam
55cb497301
Merge pull request #427 from zsxeee/notification_component
chore(NotificationDialog): Convert notification form to separate component
2021-09-30 17:53:36 +08:00
LouisLam
8d8d5987e7 update to 1.7.3 2021-09-30 14:44:37 +08:00
LouisLam
1fa90bffaa freeze vite version to 2.5.* (2.6.* is broken when build the project) 2021-09-30 14:43:29 +08:00
LouisLam
67f221d3c7 update to 1.7.2 2021-09-30 13:04:49 +08:00
Nelson Chan
05f28fecb2 Build: Use async component for status and settings 2021-09-30 00:16:15 +08:00
Nelson Chan
ba4a4aaf1c Chore: Move multiselect css to own file 2021-09-30 00:08:37 +08:00
Bert Verhelst
937df66eda Merge remote-tracking branch 'origin/master' into feature/monitor-checks 2021-09-29 11:48:58 +02:00
Bert Verhelst
b8dc487468 feat(monitor-checks): fix validation of checks 2021-09-29 11:48:49 +02:00
LouisLam
6eceb4c744 Merge remote-tracking branch 'origin/master' 2021-09-29 17:20:58 +08:00
LouisLam
3e4154dfb5 Fix retry interval affected bug 2021-09-29 17:20:35 +08:00
Louis Lam
fbc8828ddc
Merge pull request #464 from chakflying/fix-delete-monitor
Fix: clear important beats after deleteMonitor
2021-09-29 15:39:57 +08:00
Bert Verhelst
44bddef349 Merge remote-tracking branch 'origin/master' into feature/monitor-checks 2021-09-29 09:29:42 +02:00
Bert Verhelst
5a29df40ec fix(monitor-checks): save checks to the database 2021-09-29 09:26:31 +02:00
Soroosh
f2c7308c96 Fixed Change Language Direction In Setting Page 2021-09-29 10:44:34 +03:30
LouisLam
3677aa639f update to 1.7.1 2021-09-29 14:26:30 +08:00
LouisLam
aaddfa1786 update package-lock.json 2021-09-29 13:30:28 +08:00
LouisLam
6d65d248f4 Merge branch 'bulgarian'
# Conflicts:
#	src/languages/da-DK.js
#	src/languages/fr-FR.js
#	src/languages/it-IT.js
#	src/languages/pl.js
#	src/languages/ru-RU.js
#	src/languages/zh-CN.js
2021-09-29 13:28:43 +08:00
LouisLam
87a4748b40 check back to root user for Debian, until problem has been found (#488) 2021-09-29 12:40:28 +08:00
Louis Lam
182bdf13a7
Merge pull request #500 from Saibamen/remove_timezone_console_log
Remove "Skip Timezone" console log from frontend
2021-09-29 12:16:51 +08:00
MrEddX
0f66e5cfc5 Added Bulgarian Language 2021-09-28 23:21:59 +03:00