1. 26 10月, 2021 6 次提交
  2. 25 10月, 2021 2 次提交
  3. 24 10月, 2021 1 次提交
  4. 22 10月, 2021 3 次提交
  5. 21 10月, 2021 2 次提交
  6. 20 10月, 2021 2 次提交
  7. 19 10月, 2021 2 次提交
  8. 18 10月, 2021 2 次提交
  9. 16 10月, 2021 2 次提交
  10. 15 10月, 2021 3 次提交
  11. 14 10月, 2021 3 次提交
  12. 13 10月, 2021 3 次提交
  13. 12 10月, 2021 5 次提交
    • wu-sheng's avatar
      Refactor the OAL compiler context to improve readability (#7913) · 720dc924
      wu-sheng 提交于
      * Refactor the OAL compiler context to improve readability. Usually, this could not be included in the change log, but considering this kind of refactor could cause not-found bugs, Adding this as a hit if we face some related issues in the future.
      * Fix wrong generated codes of hashCode and remoteHashCode methods for numeric fields.
      720dc924
    • W
      Replace e2e cases to e2e-v2: Meter (#7912) · 29dbcf46
      wankai123 提交于
      29dbcf46
    • wu-sheng's avatar
      Support `(str->long)` and `(str->int)` cast statements in OAL core engine. (#7907) · 7f7f604b
      wu-sheng 提交于
      Enhance OAL engine core
      * Fix `funcParamExpression` and `literalExpression` can't be used in the same aggregation function.
      * Support cast statement in the OAL core engine.
      * Support `(str->long)` and `(long)` for string to long cast statement.
      * Support `(str->int)` and `(int)` for string to int cast statement.
      * Support Long literal number in the OAL core engine.
      * Support literal `string` as parameter of aggregation function.
      * Add `attributeExpression` and `attributeExpressionSegment` in the OAL grammar tree to support `map` type for the
        attribute expression.
      
      Besides added UTs, I locally tested these OAL scripts
      ```
      mq_consume_latency = from((str->long)Service.tag["transmission.latency"]).longAvg();
      
      mq_consume_latency = from((long)Service.tag["transmission.latency"]).longAvg();
      
      mq_consume_latency = from((str->long)Service.tag["transmission.latency"]).filter((str->long)tag["transmission.latency"] > 0L).longAvg();
      ```
      7f7f604b
    • W
      Replace e2e cases to e2e-v2: Gateway (#7908) · 52fc942a
      wankai123 提交于
      52fc942a
    • R
      add:add the component-libraries about golang (#7906) · d9619281
      royal-dargon 提交于
      d9619281
  14. 11 10月, 2021 4 次提交