1. 19 Mar, 2025 2 commits
  2. 18 Mar, 2025 2 commits
    • qiuqunfeng's avatar
      Add ListWafs endpoint and service method for WAF management · f9077078
      qiuqunfeng authored
      - Introduce ListWafs method in WafController to retrieve a list of WAF services
      - Update WAF router to include new GET routes for listing WAFs
      - Implement ListWafs method in the service layer to fetch WAF data from the database
      - Enhance the MatcherExpr and WafService structures to support new functionality
      f9077078
    • qiuqunfeng's avatar
      Add labels to ConfigMap creation in WAF service · efd47f51
      qiuqunfeng authored
      - Introduce a label to the ConfigMap for black/white list to enhance identification and management
      - Add logging for the ConfigMap name to improve visibility during configuration creation
      efd47f51
  3. 17 Mar, 2025 2 commits
  4. 14 Mar, 2025 5 commits
  5. 11 Mar, 2025 1 commit
    • qiuqunfeng's avatar
      Add ServiceID to WAF creation and enable listener WAF flow · a4c820e1
      qiuqunfeng authored
      - Extend CreateWafReq struct with ServiceID field
      - Update CreateWaf method to include ServiceID in WAF configuration
      - Implement getServiceID method to retrieve or create WAF service
      - Modify EnableListenerWaf to handle ServiceID retrieval and creation
      - Ensure consistent WAF service tracking across different operations
      a4c820e1
  6. 07 Mar, 2025 9 commits
  7. 06 Mar, 2025 1 commit
    • qiuqunfeng's avatar
      Add Elasticsearch-based WAF attack log and rule listing endpoints · 79468cd7
      qiuqunfeng authored
      - Integrate Elasticsearch client for querying WAF attack logs
      - Add new API endpoints for listing attack logs and WAF rules
      - Implement pagination and filtering for attack log retrieval
      - Support language-based rule category display
      - Update service and controller layers to support new functionality
      79468cd7
  8. 05 Mar, 2025 7 commits
  9. 04 Mar, 2025 8 commits
  10. 03 Mar, 2025 3 commits
    • qiuqunfeng's avatar
      Enhance WAF service mode update with listener synchronization · 0fabf210
      qiuqunfeng authored
      - Implement concurrent listener mode updates for WAF services
      - Add client retrieval and listing of listeners by gateway name
      - Return updated WAF service metadata after mode modification
      - Improve error handling for client and listener operations
      0fabf210
    • qiuqunfeng's avatar
      Update configuration and database migration for deployment · 4d18b503
      qiuqunfeng authored
      - Update region configuration with new API server and cluster details
      - Modify database configuration to use Kubernetes service endpoint
      - Change WAF rule categories table migration to use BIGINT with AUTO_INCREMENT
      - Standardize JSON configuration formatting
      4d18b503
    • qiuqunfeng's avatar
      Fix listener host parsing in EnableListenerWafs method · bf474a69
      qiuqunfeng authored
      - Add error logging for listener list retrieval
      - Modify host extraction to use substring before port separator
      - Improve error handling and logging in WAF service method
      bf474a69