• M. Mert Yıldıran's avatar
    Migrate from SQLite to Basenine and introduce a new filtering syntax (#279) · d2fe3f66
    M. Mert Yıldıran authored
    * Fix the OOMKilled error by calling `debug.FreeOSMemory` periodically
    
    * Remove `MAX_NUMBER_OF_GOROUTINES` environment variable
    
    * Change the line
    
    * Increase the default value of `TCP_STREAM_CHANNEL_TIMEOUT_MS` to `10000`
    
    * Write the client and integrate to the new real-time database
    
    * Refactor the WebSocket implementaiton for `/ws`
    
    * Adapt the UI to the new filtering system
    
    * Fix the rest of the issues in the UI
    
    * Increase the buffer of the scanner
    
    * Implement accessing single records
    
    * Increase the buffer of another scanner
    
    * Populate `Request` and `Response` fields of `MizuEntry`
    
    * Add syntax highlighting for the query
    
    * Add database to `Dockerfile`
    
    * Fix some issues
    
    * Update the `realtime_dbms` Git module commit hash
    
    * Upgrade Gin version and print the query string
    
    * Revert "Upgrade Gin version and print the query string"
    
    This reverts commit aa09f904...
    d2fe3f66