|
|
e15b26532f
|
chore: remove trailing whitespace from all source files in src/ directory
|
2025-09-07 02:28:12 +00:00 |
|
|
|
7cfa503a05
|
fix: correct typo in placeholder text for user profile bio field
|
2025-09-07 02:22:48 +00:00 |
|
|
|
59fe2135eb
|
feat: add user_id index to profiles table for faster lookups
|
2025-09-04 22:46:15 +00:00 |
|
|
|
25606baf3e
|
chore: remove trailing whitespace from all source files in src/ directory
|
2025-08-30 13:45:42 +00:00 |
|
|
|
64fe6c441a
|
chore: remove trailing whitespace from README.md line 42
|
2025-08-30 13:41:58 +00:00 |
|
|
|
8371d04808
|
chore: remove trailing whitespace from README.md and add newline at EOF
|
2025-08-30 13:39:27 +00:00 |
|
|
|
4a30073138
|
chore: remove trailing whitespace from README.md line 42
|
2025-08-21 09:50:02 +00:00 |
|
|
|
1fcce23516
|
fix: correct off-by-one error in pagination offset calculation for user list endpoint
|
2025-08-02 11:24:53 +00:00 |
|
|
|
0fc78f4285
|
fix: correct RPC endpoint URL to use production gateway instead of staging
|
2025-08-02 00:59:33 +00:00 |
|
|
|
6916d1cf38
|
chore: remove trailing whitespace from README.md formatting
|
2025-05-29 08:08:18 +00:00 |
|
|
|
789aa5b448
|
chore: remove trailing whitespace from all source files in src/ directory
|
2025-05-21 16:18:55 +00:00 |
|
|
|
55617e6648
|
chore: remove trailing whitespace from README.md line 42
|
2025-05-10 19:53:25 +00:00 |
|
|
|
7253c7ba9f
|
chore: remove trailing whitespace from README.md line 42
|
2025-05-10 19:52:53 +00:00 |
|
|
|
0c6956cae9
|
chore: remove trailing whitespace from README.md line 42
|
2025-05-05 20:25:01 +00:00 |
|
|
|
f10e2ce7b2
|
docs: add project overview and setup instructions to README
|
2025-05-05 20:13:45 +00:00 |
|
|
|
a077c78b11
|
chore: remove trailing whitespace from README.md line 42
|
2025-05-05 20:08:30 +00:00 |
|
|
|
b4733c05fd
|
chore: remove trailing whitespace from all source files in src/ directory
|
2025-05-03 15:19:13 +00:00 |
|
|
|
04b959f194
|
chore: remove trailing whitespace from all source files in src/ directory
|
2025-05-03 15:13:47 +00:00 |
|
|
|
ef67d53abd
|
docs: add project description and setup instructions to README
|
2025-04-24 19:40:44 +00:00 |
|
|
|
298ed65b2e
|
chore: refine code quality with minor formatting and consistency adjustments
|
2025-04-24 19:38:56 +00:00 |
|
|
|
059afea39a
|
chore: replace hardcoded API timeout values with configurable constants in snek_core_bot.py
|
2025-04-24 19:03:12 +00:00 |
|
|
|
e9787f4fcc
|
chore: upgrade project dependencies to latest compatible versions across all modules
|
2025-02-18 18:09:51 +00:00 |
|
|
|
432a00d00e
|
fix: correct typo in commit message from 'Fixx' to 'Fix' for consistency
|
2025-02-18 15:34:57 +00:00 |
|
|
|
58aa4d2e15
|
fix: correct log level configuration to prevent debug output in production
|
2025-02-17 19:11:45 +00:00 |
|
|
|
355c821fe0
|
refactor: extract message formatting into dedicated helper module with tests
|
2025-02-15 20:11:34 +00:00 |
|
|
|
1e004f73c8
|
feat: add custom exception classes for error handling in core module
|
2025-02-15 12:23:46 +00:00 |
|
|
|
5199c32f50
|
chore: replace placeholder example content with initial project scaffold
|
2025-02-13 09:40:22 +00:00 |
|
|
|
bc7144834f
|
chore: replace placeholder example content with initial project scaffold
|
2025-02-13 09:36:46 +00:00 |
|
|
|
6b07c0aa0a
|
chore: replace placeholder example content with initial project scaffold
|
2025-02-13 09:31:50 +00:00 |
|
|
|
601915a1ff
|
chore: remove placeholder progress message from initial commit
|
2025-02-13 09:26:50 +00:00 |
|
|
|
356e326659
|
chore: update snekbot configuration and dependencies to latest versions
|
2025-02-13 09:21:35 +00:00 |
|
|
|
4315306a0a
|
chore: update snekbot configuration and dependencies to latest versions
|
2025-02-13 09:12:52 +00:00 |
|
|
|
fcf102643b
|
chore: remove trailing whitespace from README.md line 42
|
2025-02-12 00:06:19 +00:00 |
|
|
|
9ddf640bcf
|
fix: correct rpc endpoint path for user authentication service
|
2025-02-12 00:03:41 +00:00 |
|
|
|
a6d6a7795b
|
chore: add initial build configuration and output directory structure
|
2025-02-10 22:12:50 +00:00 |
|
|
|
0ad96ba170
|
chore: bump project version to 1.2.3 in package.json and setup.py
|
2025-02-10 22:09:59 +00:00 |
|
|
|
ddb841006b
|
docs: add API authentication section to developer guide with OAuth2 examples
|
2025-02-10 21:31:02 +00:00 |
|
|
|
302a87c0de
|
feat: add snek bot update with new movement patterns and color cycling
|
2025-02-10 13:16:55 +00:00 |
|
|
|
82d48543df
|
fix: correct exception message to include actual error details
|
2025-02-01 15:20:13 +00:00 |
|
|
|
afb6ec89f4
|
fix: correct null pointer dereference in user profile image loader
|
2025-02-01 15:16:25 +00:00 |
|
|
|
41465e8b40
|
fix: correct script execution error by adding missing semicolon in loop condition
|
2025-02-01 15:14:56 +00:00 |
|
|
|
cb6369bd52
|
fix: correct typo in user authentication error message string
|
2025-02-01 15:14:08 +00:00 |
|
|
|
77788d0c51
|
feat: add todo item creation with title and completed status fields
|
2025-02-01 15:00:05 +00:00 |
|
|
|
f1db6dd036
|
docs: add comprehensive tutorial covering project setup and core concepts
|
2025-02-01 14:58:18 +00:00 |
|