This website requires JavaScript.
Explore
Help
Sign In
wdevs
/
ResolveSpec
Watch
3
Star
0
Fork
0
You've already forked ResolveSpec
mirror of
https://github.com/bitechdev/ResolveSpec.git
synced
2026-03-19 03:46:48 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
maint.yml
make_tag.yml
tests.yml
Actor
All actors
wdevs
Status
All status
Success
Failure
Waiting
Running
fix(handler): set default sort to primary key if none provided
tests.yml #112
:
Commit
7dd630dec2
pushed by
wdevs
main
2026-03-11 16:17:49 +00:00
3m16s
View workflow file
fix(handler): set default sort to primary key if none provided
maint.yml #111
:
Commit
7dd630dec2
pushed by
wdevs
main
2026-03-11 16:14:43 +00:00
7m51s
View workflow file
refactor(handler): unify filter operator handling for consistency
tests.yml #110
:
Commit
d1ae4fe64e
pushed by
wdevs
main
2026-03-01 19:26:13 +00:00
51s
View workflow file
refactor(auth): simplify handler type assertions for middleware
tests.yml #108
:
Commit
254102bfac
pushed by
wdevs
main
2026-03-01 11:17:22 +00:00
1m4s
View workflow file
Merge branch 'main' of github.com:bitechdev/ResolveSpec
tests.yml #106
:
Commit
e7ab0a20d6
pushed by
wdevs
main
2026-03-01 03:07:03 +00:00
55s
View workflow file
fix(pgsql): optimize SQL string building for LIMIT and OFFSET
tests.yml #104
:
Commit
17e580a9d3
pushed by
wdevs
main
2026-02-25 09:28:46 +00:00
2m3s
View workflow file
feat(routes): add authentication middleware support for routes
tests.yml #102
:
Commit
e923b0a2a3
pushed by
wdevs
main
2026-02-16 13:29:17 +00:00
44s
View workflow file
feat(changesets): add README and config files for changeset management
tests.yml #100
:
Commit
ea4a4371ba
pushed by
wdevs
main
2026-02-15 21:09:40 +00:00
50s
View workflow file
feat(handler): enhance FetchRowNumber support in handlers
tests.yml #98
:
Commit
fd77385dd6
pushed by
wdevs
main
2026-02-10 18:59:15 +00:00
45s
View workflow file
chore: :memo: Refactored documentation and added better sqlite support.
tests.yml #96
:
Commit
71eeb8315e
pushed by
wdevs
main
2026-02-07 09:59:32 +00:00
53s
View workflow file
feat(database): ✨ normalize driver names across adapters
tests.yml #94
:
Commit
4bf3d0224e
pushed by
wdevs
main
2026-02-05 17:21:28 +00:00
1m29s
View workflow file
refactor(database): ♻️ simplify relation type handling
tests.yml #92
:
Commit
50d0caabc2
pushed by
wdevs
main
2026-02-03 08:27:24 +00:00
46s
View workflow file
style(database): 🎨 format comments for clarity
tests.yml #90
:
Commit
5269ae4de2
pushed by
wdevs
main
2026-02-03 00:17:31 +00:00
55s
View workflow file
style(database): 🎨 format comments for clarity
maint.yml #89
:
Commit
5269ae4de2
pushed by
wdevs
main
2026-02-03 00:16:58 +00:00
2m31s
View workflow file
fix(security): 🐛 handle errors in OAuth2 examples and passkey methods
tests.yml #88
:
Commit
7600a6d1fb
pushed by
wdevs
main
2026-01-31 23:21:24 +00:00
1m3s
View workflow file
feat(tests): 🎉 More test for preload fixes.
tests.yml #86
:
Commit
e70bab92d7
pushed by
wdevs
main
2026-01-30 14:37:40 +00:00
44s
View workflow file
feat(preload): ✨ Enhance recursive preload functionality
tests.yml #84
:
Commit
fc8f44e3e8
pushed by
wdevs
main
2026-01-29 14:07:50 +00:00
46s
View workflow file
feat(sql): ✨ Improve base64 handling in SqlNull type
tests.yml #82
:
Commit
defe27549b
pushed by
wdevs
main
2026-01-27 21:17:16 +00:00
50s
View workflow file
feat(config): ✨ Update timeout settings for connections
tests.yml #80
:
Commit
07016d1b73
pushed by
wdevs
main
2026-01-26 12:43:00 +00:00
1m40s
View workflow file
feat(validation): ✨ Clear JoinAliases in FilterRequestOptions
tests.yml #78
:
Commit
c12c045db1
pushed by
wdevs
main
2026-01-15 15:37:50 +00:00
45s
View workflow file
feat(database): ✨ Enhance Preload and Join functionality
tests.yml #76
:
Commit
289cd74485
pushed by
wdevs
main
2026-01-14 15:13:12 +00:00
1m8s
View workflow file
feat(spectypes): ✨ enhance SqlNull to support float and int types
tests.yml #74
:
Commit
a980201d21
pushed by
wdevs
main
2026-01-13 14:37:44 +00:00
50s
View workflow file
fix(headers): 🐛 handle search on computed columns
tests.yml #72
:
Commit
b7a67a6974
pushed by
wdevs
main
2026-01-12 14:07:55 +00:00
52s
View workflow file
feat(cors): ✨ update SetCORSHeaders to accept Request
tests.yml #70
:
Commit
cb20a354fc
pushed by
wdevs
main
2026-01-07 20:36:26 +00:00
1m6s
View workflow file
feat(cors): ✨ add check for server port in CORS config
tests.yml #68
:
Commit
37c85361ba
pushed by
wdevs
main
2026-01-07 12:27:25 +00:00
2m2s
View workflow file
refactor(cors): 🛠️ improve host handling in CORS config
tests.yml #66
:
Commit
6ea200bb2b
pushed by
wdevs
main
2026-01-06 20:06:51 +00:00
55s
View workflow file
feat(reflection): ✨ add GetPointerElement function for type handling
tests.yml #64
:
Commit
62a8e56f1b
pushed by
wdevs
main
2026-01-06 11:57:43 +00:00
52s
View workflow file
feat(funcspec): ✨ add JSON and UUID handling in normalization
tests.yml #62
:
Commit
d8df1bdac2
pushed by
wdevs
main
2026-01-05 19:37:14 +00:00
46s
View workflow file
feat(handler): enhance update logic to merge existing records with incoming data
tests.yml #60
:
Commit
c0c669bd3d
pushed by
wdevs
main
2026-01-05 11:29:58 +00:00
1m43s
View workflow file
chore(deps): update Go dependencies
tests.yml #58
:
Commit
0cc3635466
pushed by
wdevs
main
2026-01-04 02:50:02 +00:00
2m4s
View workflow file
First
Previous
1
2
3
Next
Last