1. 18 2月, 2022 1 次提交
  2. 17 2月, 2022 1 次提交
  3. 16 2月, 2022 3 次提交
  4. 15 2月, 2022 4 次提交
  5. 14 2月, 2022 2 次提交
  6. 13 2月, 2022 3 次提交
  7. 12 2月, 2022 1 次提交
  8. 10 2月, 2022 2 次提交
  9. 08 2月, 2022 3 次提交
    • A
      fix(ui): remove devtools warning from web console (#1858) · b7de4578
      Arijus Šukys 提交于
      * add post-build script to remove `sourceMappingURL` from monaco assets
      
      this way web devtools do not throw a warning about missing assets.
      
      including sourceMaps would increase the deployable size by ~11MB which
      is not acceptable, considering the files are only for development.
      
      Due to the fact that web console consumes production monaco bundles (we do not transpile code ourselves), and because those bundles already include comment lines like `sourceMappingURL`, dev tools is looking for source maps, sending a request to a path (which is taxing serverside), sees 404 and yields a warning.
      
      An easy fix is to doctor monaco bundles before consumption - simply
      remove lines like this:
      
      ```
      //# sourceMappingURL=../../../../min-maps/vs/base/worker/workerMain.js.map
      ```
      b7de4578
    • B
      feat(sql): optimize order by designated timestamp desc with filter (#1852) · 68f2908f
      Bolek Ziobrowski 提交于
      * feature(sql): optimize order by ts desc with filters (initial commit)
      
      * fix(sql): add support for backward rows iteration to CompiledFilterRecordCursor
      
      * feat(sql): enabled table backward scanning with filter
      68f2908f
    • B
      chore(sql): fix code coverage issue (#1863) · 2e409b4b
      Bolek Ziobrowski 提交于
      2e409b4b
  10. 04 2月, 2022 1 次提交
  11. 03 2月, 2022 1 次提交
  12. 02 2月, 2022 4 次提交
  13. 01 2月, 2022 3 次提交
  14. 30 1月, 2022 1 次提交
  15. 29 1月, 2022 3 次提交
  16. 28 1月, 2022 5 次提交
  17. 27 1月, 2022 2 次提交