Torsten Dittmann
7ae265d075
Merge branch 'main' of https://github.com/appwrite/console into feat-support-multi-region
2025-04-14 17:01:28 +02:00
Steven Nguyen
c315a02e60
fix: don't set endpoint during build
...
During build, the endpoint is invalid so calling setEndpoint() would
result in an error:
Invalid endpoint URL: undefined/v1
This PR ensures setEndpoint() isn't called during build.
2025-04-11 12:00:10 -07:00
Darshan
cd2825f4e8
fix: tests.
2025-02-20 14:46:27 +05:30
Torsten Dittmann
dcaff79294
fix: tests
2024-12-12 12:29:49 +01:00
Torsten Dittmann
a2141eed3f
chore: run formatter
2024-11-21 14:43:33 +01:00
Torsten Dittmann
2b4556e655
fix: tests for input
2024-11-21 14:42:11 +01:00
ernstmul
40c0a5ae2a
Fix tests
2024-10-28 17:53:53 +01:00
ernstmul
440b608daa
Also exclude . and update tests
2024-10-18 14:19:47 +02:00
Arman
46f85df62c
fix: tests
2024-09-09 18:04:17 +02:00
Arman
a370dff546
fix: tests
2024-09-09 18:04:06 +02:00
Torsten Dittmann
832529514d
tests: fix tab selectors
2024-07-22 16:14:21 +02:00
Torsten Dittmann
215b077f0c
fix: vitest environment
2024-07-18 23:14:41 +02:00
Torsten Dittmann
8640522666
fix: tests
2024-07-17 15:42:03 +02:00
DarShan Pandya
a2285fc8bc
add tests for date.
2024-03-10 19:45:24 +05:30
Steven Nguyen
6d0177322e
refactor(messaging): refactor date handling into reusable date functions
2024-02-27 15:10:57 -08:00
Steven Nguyen and Torsten Dittmann
3b5085c1fa
Skip some tests for the InputDomain input
...
Skipping because these pass in the browser but fail in testing. It could be because of jsdom.
2024-02-15 14:37:53 +00:00
Steven Nguyen and Torsten Dittmann
28525fe9f9
Removed required prop from InputSwitch
...
Having required will prevent submitting with value == false.
2024-02-15 14:37:53 +00:00
Arman
e5ceb66f10
description
2024-02-08 15:51:51 +01:00
Arman
0cf167b7e2
chore: add tests
2024-02-08 14:31:00 +01:00
Nikhil
eed2ccae27
Fix-6279-wrong-validation-of-projectid
2023-10-16 11:01:09 +05:30
Nikhil
17b6741cf3
Fix-6279-wrong-validation-of-projectid
2023-10-16 10:09:41 +05:30
Arman
d12f19c613
fix: checkbox tests
2023-09-01 10:47:38 +02:00
tglide
b755ce7d7c
improve filtering ux
2023-08-24 13:32:48 +01:00
Steven Nguyen
c57a8d2918
Show user's last activity
2023-07-26 10:20:08 -07:00
tglide
c2d9fba323
fix: tab tests
2023-07-03 12:37:40 +01:00
Arman
0e105ab630
feat: object deepEqual helper, edit attr
2023-04-11 16:38:52 +02:00
Arman
9c5cc35979
Merge branch 'main' of github.com:appwrite/console into feat-databases-v2
2023-03-29 16:12:22 +02:00
Steven Nguyen
3c3e6d8f19
Fix domain validation of TLD
...
The max length for a TLD is 18 characters, not 6. This commit updates
the regex to allow for that. For a full list of TLDs, see
https://data.iana.org/TLD/tlds-alpha-by-domain.txt .
2023-03-24 11:14:40 -07:00
Arman
be2510ce10
tests and small fix to attributes dropdown
2023-03-24 17:45:06 +01:00
Arman
e9510db0ba
add tests for stirngs helpers, fix leftover mistakes from merge
2023-03-23 12:16:02 +01:00
Torsten Dittmann
d218cd577d
tests: extend forms tests
2023-03-20 14:14:09 +01:00
Torsten Dittmann
a7f56ee41e
tests: fix tests
2023-03-20 14:11:01 +01:00
Torsten Dittmann
666b974838
tests: add tests for new form
2023-03-20 13:50:34 +01:00
Torsten Dittmann
e091f99416
Merge branch 'main' of https://github.com/appwrite/appwrite-console-poc into feat-smart-forms
2023-03-20 13:02:53 +01:00
Torsten Dittmann
99083384d1
tests: fix tests
2023-03-10 03:28:51 +05:30
tglide
8ec063c42f
test: add sdkForProject tests
2023-03-09 17:34:53 +00:00
tglide
34652b4fdf
Merge branch 'main' into refactor/more-default-units
2023-02-14 17:31:08 +00:00
tglide
58ec0f1d89
fix: createValueUnitPair tests
2023-02-14 17:17:18 +00:00
tglide
33cc265530
refactor: createValueUnitPair helper
2023-02-14 16:57:14 +00:00
Torsten Dittmann
7772703b7c
test: improve vite config
2023-02-14 00:42:46 +01:00
tglide
122446abb8
refactor: improve logic on input values with different units
2023-02-13 21:59:33 +00:00
Torsten Dittmann and GitHub
5198c7b583
Merge pull request #285 from appwrite/refactor/default-units
...
Refactor: Session length default unit
2023-02-13 13:21:12 +01:00
Torsten Dittmann
cff5b9b931
test: add cron input tests
2023-02-13 13:01:01 +01:00
tglide
203c8fcbf8
refactor: add logic for initial unit on session length
2023-02-10 17:07:42 +00:00
Torsten Dittmann and GitHub
279f195087
Merge pull request #274 from appwrite/refactor/api-details-page
...
Refactor: API key page design details
2023-02-10 13:27:17 +01:00
Arman
5b7dd1c66a
feat: create tests for input ID validation
2023-02-10 13:01:57 +01:00
tglide
75aac13ac0
feat: expiration date alerts
2023-02-09 18:38:52 +00:00
tglide
ed42f9d508
refactor: expirationInput checks if predefined date
2023-02-09 17:53:58 +00:00
tglide
77819d4d61
fix: input tests
2023-02-08 19:30:09 +00:00
tglide
610a82dc42
Merge branch 'main' into feat-empty-arrays-ui
2023-02-08 10:55:44 +00:00