Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
fluentcms
/
FluentCMS
Public
Notifications
You must be signed in to change notification settings
Fork
107
Star
562
Code
Issues
29
Pull requests
10
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
1936 add api log to log all api calls
- #2319
#2319
Open
pournasserian
wants to merge 27 commits into
dev
fluentcms/FluentCMS:dev
from
1936-add-api-log-to-log-all-api-calls
fluentcms/FluentCMS:1936-add-api-log-to-log-all-api-calls
Copy head branch name to clipboard
Conversation
Commits
27
(27)
Checks
Files changed
Open
1936 add api log to log all api calls
#2319
pournasserian
wants to merge 27 commits into
dev
fluentcms/FluentCMS:dev
from
1936-add-api-log-to-log-all-api-calls
fluentcms/FluentCMS:1936-add-api-log-to-log-all-api-calls
Copy head branch name to clipboard
Commits
Commits on Nov 29, 2024
Add logging classes for HTTP transactions and exceptions
Show description for 5617f6f
pournasserian
committed
5617f6f
View commit details
Copy full SHA for 5617f6f
Browse repository at this point
Merge branch 'dev' into 1936-add-api-log-to-log-all-api-calls
pournasserian
committed
b450d67
View commit details
Copy full SHA for b450d67
Browse repository at this point
Refactor logging and add HTTP logging middleware
Show description for 3075ea1
pournasserian
committed
3075ea1
View commit details
Copy full SHA for 3075ea1
Browse repository at this point
Refactor logging and exception handling
Show description for 698ad63
pournasserian
committed
698ad63
View commit details
Copy full SHA for 698ad63
Browse repository at this point
Refactor logging and add ApiTokenKey support
Show description for 6807cb9
pournasserian
committed
6807cb9
View commit details
Copy full SHA for 6807cb9
Browse repository at this point
Ensure HttpLogRepository initializes database before logging
Show description for 3fe77ca
pournasserian
committed
3fe77ca
View commit details
Copy full SHA for 3fe77ca
Browse repository at this point
Suppress IDE0290 warning in JwtAuthorizationMiddleware
Show description for c813d3c
pournasserian
committed
c813d3c
View commit details
Copy full SHA for c813d3c
Browse repository at this point
Refactor logging and repository initialization
Show description for 515add3
pournasserian
committed
515add3
View commit details
Copy full SHA for 515add3
Browse repository at this point
Commits on Nov 30, 2024
Temporarily disable request/response body logging
Show description for 1e95ace
pournasserian
committed
1e95ace
View commit details
Copy full SHA for 1e95ace
Browse repository at this point
Fix collection name typo in HttpLogRepository.cs
Show description for bcd0981
pournasserian
committed
bcd0981
View commit details
Copy full SHA for bcd0981
Browse repository at this point
Add _isInitialized flag to HttpLogRepository
Show description for 3099298
pournasserian
committed
3099298
View commit details
Copy full SHA for 3099298
Browse repository at this point
Refactor HTTP logging and configuration
Show description for 6c2df24
pournasserian
committed
6c2df24
View commit details
Copy full SHA for 6c2df24
Browse repository at this point
Refactor HttpLog namespace and clean up directives
Show description for 77ac979
pournasserian
committed
77ac979
View commit details
Copy full SHA for 77ac979
Browse repository at this point
Add detailed logging documentation and expand HttpLog class
Show description for 1741d7f
pournasserian
committed
1741d7f
View commit details
Copy full SHA for 1741d7f
Browse repository at this point
Add HttpLogs table for detailed HTTP request/response logging
Show description for ec4edce
pournasserian
committed
ec4edce
View commit details
Copy full SHA for ec4edce
Browse repository at this point
Add HttpLogs table to Setup.sql for detailed HTTP logging
Show description for 40d8751
pournasserian
committed
40d8751
View commit details
Copy full SHA for 40d8751
Browse repository at this point
Commits on Dec 1, 2024
Add JSON conversion for HttpLog properties in DbContext
Show description for 95c890c
pournasserian
committed
95c890c
View commit details
Copy full SHA for 95c890c
Browse repository at this point
Switch to SQLite and add HTTP logging support
Show description for 1b8efcc
pournasserian
committed
1b8efcc
View commit details
Copy full SHA for 1b8efcc
Browse repository at this point
Refactor logging and update database configuration
Show description for fd25890
pournasserian
committed
fd25890
View commit details
Copy full SHA for fd25890
Browse repository at this point
Refactor HttpLogService to use background processing queue
Show description for c98aeae
pournasserian
committed
c98aeae
View commit details
Copy full SHA for c98aeae
Browse repository at this point
Refactor HTTP logging and add background processing
Show description for a1a1f37
pournasserian
committed
a1a1f37
View commit details
Copy full SHA for a1a1f37
Browse repository at this point
Restore HTTP logging functionality
Show description for c176340
pournasserian
committed
c176340
View commit details
Copy full SHA for c176340
Browse repository at this point
Refactor HttpLogConfig and update logging classes
Show description for c07d078
pournasserian
committed
c07d078
View commit details
Copy full SHA for c07d078
Browse repository at this point
Update HTTP logging configuration documentation
Show description for a2e7cf4
pournasserian
committed
a2e7cf4
View commit details
Copy full SHA for a2e7cf4
Browse repository at this point
Commits on Dec 5, 2024
Refactor API context and add new API result classes
Show description for 20fb534
pournasserian
committed
20fb534
View commit details
Copy full SHA for 20fb534
Browse repository at this point
Refactor ApiServiceExtensions DI and using directives
Show description for a07b14e
pournasserian
committed
a07b14e
View commit details
Copy full SHA for a07b14e
Browse repository at this point
Merge branch 'dev' into 1936-add-api-log-to-log-all-api-calls
pournasserian
committed
3993e86
View commit details
Copy full SHA for 3993e86
Browse repository at this point
You can’t perform that action at this time.