700c1cbbbe
Refactor authentication handling and improve API client security
...
- Updated OAuth endpoints for Challonge and Discord in platforms configuration.
- Implemented session and CSRF cookie initialization in main application entry.
- Enhanced Challonge API client to avoid sending sensitive API keys from the browser.
- Modified tournament querying to handle new state definitions and improved error handling.
- Updated UI components to reflect server-side storage of authentication tokens.
- Improved user experience in API Key Manager and Authentication Hub with clearer messaging.
- Refactored client credentials management to support asynchronous operations.
- Adjusted API client tests to validate new request configurations.
- Updated Vite configuration to support session and CSRF handling through proxies.
2026-02-03 12:50:11 -05:00
52cf322a00
🛠️ Improve code readability by reformatting console logs and removing unnecessary whitespace
2026-01-30 04:53:23 +00:00
9fdfbb22d8
🔒 Improve SSH connection handling, enhance file transfer reliability, and update OAuth error handling and tests
2026-01-30 04:53:18 +00:00
0f12b0e865
🧪 Improve test readability and formatting in TournamentDetail component unit tests
2026-01-29 05:34:32 +00:00
adf8e1ab72
✅ Add unit tests for TournamentDetail component
2026-01-29 05:34:27 +00:00
75a5e5ba47
🎨 Reformat test assertions and slot content for improved readability
2026-01-29 05:33:32 +00:00
ece566ea56
✅ Add unit tests for TournamentGrid component in Challonge integration
2026-01-29 05:33:27 +00:00
66eae1ddcd
✅ Refactor tests to use radio button index for API version selection validation
2026-01-29 05:13:18 +00:00
5a56aa4cbc
✅ Add unit tests for Challonge API version selector component
2026-01-29 05:13:08 +00:00
efc97eea31
🎯 Refactor test file for improved readability and consistency in formatting and mock function definitions
2026-01-29 05:12:20 +00:00
7b04d39768
✅ Add unit tests for Challonge composable functions
2026-01-29 05:12:15 +00:00
0b465d82c1
✅ Update tests to check for defined properties instead of specific values
2026-01-29 05:10:41 +00:00
716f20039f
🎯 Simplify test code formatting and improve readability in useChallongeClient unit tests
2026-01-29 05:10:36 +00:00
cb75fa34a0
✅ Add unit tests for Challonge client composable
2026-01-29 05:10:30 +00:00
243e4c2eda
🧹 Remove unit tests for useChallongeClient composable
2026-01-29 05:10:20 +00:00
2723b96c0b
🎨 Reformat import statements and destructuring for improved readability
2026-01-29 05:09:43 +00:00
0148d0a1f1
🧪 Add unit tests for useChallongeClient composable and refactor code formatting for readability
2026-01-29 05:09:38 +00:00
568224f2d9
✨ Add composable for interacting with Challonge API
2026-01-29 05:09:33 +00:00
e87f8e6dd4
✨ Extend mocked useJsonFilter composable with additional methods and properties in unit tests
2026-01-29 05:06:09 +00:00
3ef1cd8300
🧪 Add mock implementation for search history in GamemasterExplorer tests
2026-01-29 05:05:53 +00:00
e55740782e
🎨 Simplify import formatting and improve code readability in unit tests for GamemasterExplorer component
2026-01-29 05:05:47 +00:00
dbf60a4860
🔧 Add async handling to test cases in GamemasterExplorer unit tests
2026-01-29 05:05:42 +00:00
6f6ddb3660
⚡ ️ Add async handling to loading state test in GamemasterExplorer component
2026-01-29 05:05:32 +00:00
bea0f15566
🔍 Add unit tests for GamemasterExplorer view
2026-01-29 05:05:22 +00:00
5feab84540
🛠️ Update FileSelector test to reflect that loadStatus is handled by the parent component
2026-01-29 05:03:11 +00:00
ff7f19a790
🔧 Update mock implementation of useFeatureFlags to use a value function for getFlags
2026-01-29 05:02:26 +00:00
6f89686862
✅ Add unit tests for ActionToolbar component in gamemaster module
2026-01-29 03:57:44 +00:00
78a1e6bc69
✅ Add unit tests for FilterPanel component in gamemaster module
2026-01-29 03:56:55 +00:00
b07c74d3c1
🧪 Add unit tests for JsonViewer component in gamemaster
2026-01-29 03:55:21 +00:00
a951af24e3
🎨 Simplify mock data initialization in FileSelector component tests
2026-01-29 03:53:00 +00:00
3ebfc1a519
✨ Add FileSelector component and corresponding unit tests
2026-01-29 03:52:54 +00:00
f30c7880f6
✅ Update progress documentation to reflect completed SearchBar component and additional passing tests
2026-01-29 03:51:06 +00:00
e98cb05b14
✨ Improve code formatting and readability, handle edge cases in tests, and enhance lazy path extraction logic
2026-01-29 03:47:37 +00:00
9507059ad9
✅ Complete Step 16 by extracting and testing the useJsonFilter composable with comprehensive functionality and test coverage
2026-01-29 03:47:32 +00:00
12ea08a7e1
✨ Add unit tests for useLineSelection composable
2026-01-29 03:28:06 +00:00
29aadc41ea
🧪 Update unit test to directly set preferences and validate file content handling
2026-01-29 03:26:35 +00:00
b0ad499b7e
🧪 Simplify and improve test cases for expandDisplayLinesToInclude in useGamemasterFiles composable
2026-01-29 03:26:20 +00:00
c99fdec60d
🔧 Simplify and refactor test for large file handling by replacing mocked data with manual line array setup
2026-01-29 03:26:15 +00:00
69354f5b71
✅ Refactor test to verify successful file loading and content handling instead of error handling
2026-01-29 03:26:10 +00:00
9254bf2f80
🔄 Update test data structure in useGamemasterFiles to use objects instead of plain text for large file simulation
2026-01-29 03:24:48 +00:00
9b4b418724
🔧 Update tests to handle large JSON data and improve file loading error handling
2026-01-29 03:24:38 +00:00
a34468275f
🧪 Improve test by adding setup for available files before simulating load failure
2026-01-29 03:24:33 +00:00
a69ebafb2c
🧪 Update test to handle large file content and improve line expansion logic
2026-01-29 03:24:03 +00:00
c7696eb4bb
✅ Improve test for setting correct line numbers by adding line generation and conditional checks
2026-01-29 03:23:53 +00:00
2f636ab08d
🧪 Update test to use large string content instead of object for large file handling
2026-01-29 03:23:48 +00:00
a92c49b178
🔧 Fix error handling and update test logic for loading moves in useGamemasterFiles test
2026-01-29 03:23:38 +00:00
6f72715726
🧪 Simplify unit test by removing unnecessary mock data and adding a prerequisite function call
2026-01-29 03:23:25 +00:00
619aab0309
🧹 Simplify test code by condensing multi-line statements into single lines where applicable
2026-01-29 03:21:14 +00:00
e1bf447c21
✅ Add unit tests for useGamemasterFiles composable
2026-01-29 03:20:51 +00:00
98b0d9b298
🧹 Remove unnecessary whitespace in unit test file
2026-01-29 03:18:57 +00:00