1. 15 8月, 2022 1 次提交
  2. 13 8月, 2022 1 次提交
  3. 15 7月, 2022 1 次提交
  4. 28 6月, 2022 1 次提交
  5. 24 6月, 2022 1 次提交
  6. 09 6月, 2022 1 次提交
    • W
      [Feature][metrics] Add master, worker metrics (#10326) · e21d7b15
      Wenjun Ruan 提交于
      * Add mater metrics
      
      * fix UT
      
      * Add url to mysql profile
      
      * Add worker metrics
      
      * Update grafana config
      
      * Add system metrics doc
      
      * Add process failover counter
      
      * Add metrics image
      
      * Change jpg to png
      
      * Add command insert metrics
      
      * Fix UT
      
      * Revert UT
      e21d7b15
  7. 26 5月, 2022 1 次提交
    • L
      [Fix-10181] Fix the logic of judging that the tenant does not exist (#10185) · a0771541
      lugela 提交于
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add parameter description to configuration.md
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add parameter description to configuration.md
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      
      * [Fix-10181] Fix the logic of judging that the tenant does not exist
      
      Add parameter description to configuration.md
      
      Add test method
      
      The configuration item adds 'tenant-distributed-user' in worker application.yaml to make it suitable for distributed users. If it is false, the original logic remains unchanged.
      
      At present, considering that it is a distributed user, it should not be allowed to create users in linux
      
      Use the linux command as id to get the user information that exists in /etc/passwd file and the cached sssd user.
      for example:
      id test
      1. exist in /etc/passwd file or ldap :  uid=1030(test) gid=1030(test) groups=1030(test)
      2. no exist  in /etc/passwd file and ldap: id: test: no such user
      
      Temporarily unable to test the system for windows and mac
      Co-authored-by: Nouyangl <ouyangl@tebon.com.cn>
      a0771541
  8. 25 5月, 2022 1 次提交
  9. 24 5月, 2022 1 次提交
  10. 30 3月, 2022 1 次提交
  11. 24 2月, 2022 2 次提交
  12. 10 12月, 2021 1 次提交
    • K
      Split the components into individual package, refactor configurations to use... · 67cc260d
      kezhenxu94 提交于
      Split the components into individual package, refactor configurations to use Spring properties (#7160)
      
      * Split the components into individual package
      
      A follow-up PR will be made to build dedicated Docker images for each
      component, so that every component Docker image has minimal jars, which
      is easy to maintain and good for security fixes.
      
      * Split the components into individual package
      
      A follow-up PR will be made to build dedicated Docker images for each
      component, so that every component Docker image has minimal jars, which
      is easy to maintain and good for security fixes.
      
      * Split the components into individual package
      
      A follow-up PR will be made to build dedicated Docker images for each
      component, so that every component Docker image has minimal jars, which
      is easy to maintain and good for security fixes.
      67cc260d
  13. 30 11月, 2021 1 次提交
  14. 24 11月, 2021 1 次提交
  15. 14 11月, 2021 1 次提交