Skip to content
Snippets Groups Projects
  1. May 17, 2022
    • ou yuanning's avatar
      basic support for building create/drop statement plan (#2550) · 462b713e
      ou yuanning authored
      * build TCL plan
      
      * minor improve
      
      * improve test code
      
      * basic support for building create/drop statement plan
      462b713e
    • nnsgmsone's avatar
      Add compile2 (#2556) · c2fbb89e
      nnsgmsone authored
      c2fbb89e
    • GreatRiver's avatar
      Add compress (#2551) · d80b888a
      GreatRiver authored
      * Add compress
      
      * Fix Check failure
      
      * Enable Free&Using GPool in read
      
      * Optimize layout's mutex lock
      d80b888a
    • chenmingsong's avatar
      8d81e23d
    • daviszhen's avatar
      Change init config (#2555) · 52adaedf
      daviszhen authored
      52adaedf
    • XuPeng-SH's avatar
      update for catalog checkpoint (#2552) · 92d3d635
      XuPeng-SH authored
      * (tae): update for container
      
      * (aoe): update for catalog checkpoint
      92d3d635
    • GuokeCui's avatar
      Refactor code according to linter `staticcheck` (#2553) · c3c19cde
      GuokeCui authored
      * staticcheck SA9001: defers in range loops may not run;
      
      * staticcheck S1009: omit redundant nil check on slices;
      
      * staticcheck S1023: omit redundant control flow;
      
      * staticcheck S1002: omit comparison with boolean constant;
      
      * staticcheck S1025: don’t use fmt.Sprintf("%s", x) unnecessarily;
      
      * staticcheck ST1017: don't use Yoda conditions;
      
      * staticcheck ST1019: importing the same package multiple times;
      
      * staticcheck S1019: simplify make call by omitting redundant arguments;
      
      * staticcheck S1004: replace call to bytes.Compare with bytes.Equal;
      
      * staticcheck SA1030: invalid argument in call to a strconv function;
      
      * staticcheck S1011: use a single append to concatenate two slices;
      
      * staticcheck S1008: simplify returning boolean expression;
      
      * staticheck SA1024: a string cutset contains duplicate characters;
      
      * staticcheck SA4003: pointless comparison;
      
      * staticcheck S1039: unnecessary use of fmt.Sprint;
      
      * staticcheck S1028: simplify error construction with fmt.Errorf.
      
      * staticcheck SA6005: inefficient string comparison;
      c3c19cde
  2. May 16, 2022
  3. May 15, 2022
    • maomao's avatar
      slightly refactor robot ci (#2537) · 65b0952f
      maomao authored
      65b0952f
    • XuPeng-SH's avatar
      Fix some linter errcheck for tae (#2535) · 43a4c002
      XuPeng-SH authored
      * (tae): fix errcheck
      
      * (tae): update tae stop steps
      
      * (tae): update statemachine stop
      
      * (tae): update tae stop steps
      
      * (aoe): temp workaround for aoe split
      43a4c002
    • GreatRiver's avatar
      Tae layout (#2534) · 11df2523
      GreatRiver authored
      * Add tae layout
      
      * Add mutex when NewBlockFile
      
      * Fix bitmap free bug
      
      * Fix log write bug
      
      * Add file Destory
      
      * Update dataio block
      
      * Create segment to disable sync by default
      
      * Optimize the Destroy interface of the block
      
      * Add unmount segment of layout
      
      * Add layout segment Destroy
      
      * Add Allocator interface
      
      * Add free space and delete segment file
      
      * Disable file free
      11df2523
    • XuPeng-SH's avatar
      update for system DB - phase 1 (#2532) · 76f05119
      XuPeng-SH authored
      * (tae): add system db
      
      * (tae): add system db
      
      * (tae): add system db 2
      
      * (tae): add system db 3
      
      * (tae): add system db 4
      
      * (tae): add system db 5
      
      * (tae): clean for linter
      
      * (tae): add more prints
      
      * (tae): bug fix in dispatcher
      76f05119
  4. May 14, 2022
  5. May 13, 2022
  6. May 12, 2022