summaryrefslogtreecommitdiffhomepage
path: root/gui/test
AgeCommit message (Collapse)AuthorFilesLines
2022-09-20Re-arrange folder structure for tests, put unit and e2e under root test folderHank31-16/+539
2022-09-02Add tunnel-state unit testOskar Nyberg1-0/+107
2022-07-22Update history tests to use new settings pathsOskar Nyberg1-2/+2
2022-03-14Remove everything related to WireGuard key handlingOskar Nyberg1-1/+1
2022-01-27Add tests for changelog parsingOskar Nyberg1-0/+65
2021-11-23Implement tests for list diffOskar Nyberg1-0/+103
2021-07-22Update tests to use RoutePathOskar Nyberg1-6/+7
2021-07-08Add tests for account data cache invalidationOskar Nyberg1-0/+88
2021-07-08Remove periodic account data fetch when account has expiredOskar Nyberg1-35/+0
2021-07-01Removed now unused transition rules and helper methodsOskar Nyberg1-57/+0
2021-07-01Replace history methods with new ones more aligned with our needsOskar Nyberg1-91/+26
2021-04-14Add tests for date helper functionsOskar Nyberg1-0/+152
2021-03-15Add normalization of paths in logging testsOskar Nyberg1-12/+18
2021-02-23Correct label for IP testsOskar Nyberg1-1/+1
2021-02-23Add test for the log message formatterOskar Nyberg1-1/+52
2021-02-16Remove dev dependency Enzyme since it's not used anymoreOskar Nyberg1-6/+0
2021-02-12Add tests for ip validationOskar Nyberg1-0/+174
2021-01-15Use new loggerOskar Nyberg3-13/+5
2020-12-09Fix promise return type in tests required by TypeScript 4.1Oskar Nyberg1-8/+8
2020-11-25Remove assignment of app.allowRendererProcessReuseOskar Nyberg1-5/+0
2020-11-23Add tests for log file rotation and clean upOskar Nyberg1-0/+81
2020-10-30Add tests for custom history implementationOskar Nyberg1-0/+168
2020-08-20Remove jsonrpc-client and it's dependenciesOskar Nyberg1-122/+0
2020-06-25Upgrade to Electron 8.3.2Oskar Nyberg1-0/+5
2020-06-24Add test for account data fetch one minute before expiryOskar Nyberg1-0/+29
2020-06-10Remove NotificationArea testsOskar Nyberg1-277/+0
2020-06-10Categorize notifications and their logic into notification definitionOskar Nyberg1-1/+1
2020-06-04Rename all usages of currentIsSupported to just supportedOskar Nyberg1-3/+3
A few places were missed when renaming it a while ago. currentIsBeta has also been renamed for more consistent naming.
2020-05-25Disable beta program toggle when running betaOskar Nyberg1-0/+1
2020-05-25Use null instead of undefined to represent up to date in nextUpdateOskar Nyberg1-0/+1
Electron is removing values that are undefined when sending objects through the IPC and therefore doesn't update the redux state when using the spread operator. To solve this, this commit uses null instead of undefined to represent that there are no upgrades.
2020-04-21Revert "Update Electron to 8.2.0"Oskar Nyberg1-3/+0
This reverts commit c6c9a7bb21b4d465518987724c6b8fe33de9fa6a.
2020-04-21Refactor account data cache retry and delay logicOskar Nyberg1-56/+11
2020-04-21Add account data fetch lock to prevent simultaneos fetchesOskar Nyberg1-0/+1
2020-04-21Add test for multiple quick fetch callsOskar Nyberg1-0/+18
2020-04-21Add test for new fetch during retry delayOskar Nyberg1-0/+47
2020-04-15Update to prettier 2.0.4, bump gettext-extractor and gettext-parser to the ↵Andrej Mihajlov3-42/+14
latest patch release
2020-04-07Remove unused spiesOskar Nyberg1-4/+4
2020-04-07Add test for account-data-cache refetch when expiredOskar Nyberg1-1/+39
2020-04-03Update electron-log to 4.1.1Oskar Nyberg1-1/+0
2020-04-03Update Electron to 8.2.0Oskar Nyberg1-1/+3
2020-03-24Remove NotificationArea prop which doesn't exist anymoreOskar Nyberg1-4/+0
2020-02-19Fix formatting not covered by linter beforeOskar Nyberg1-1/+4
2020-02-11Add account expiry warning notificationOskar Nyberg1-1/+1
2019-12-09Adjust desktop GUI code to use new error stateEmīls1-3/+6
2019-10-07Use authenticated URL in componentsEmīls Piņķis1-12/+24
2019-09-13Add "Closest to exit server" option in bridge selectorAndrej Mihajlov1-1/+1
2019-09-09Add current_is_outdated support to Electron frontendLinus Färnstrand1-4/+4
2019-08-16Fix account-data-cache path in testsAndrej Mihajlov1-1/+1
2019-08-11Parse tunnel parameter block reason in GUIEmīls Piņķis1-1/+2
2019-07-26Adjust GUI code to the new settings schemaEmīls Piņķis1-14/+6