1. 04 4月, 2021 1 次提交
  2. 03 4月, 2021 1 次提交
  3. 16 3月, 2021 1 次提交
  4. 10 3月, 2021 1 次提交
  5. 14 11月, 2020 2 次提交
  6. 15 9月, 2020 1 次提交
    • A
      Secure inter-cluster query execution (with initial_user as current query user) [v3] · 0159c74f
      Azat Khuzhin 提交于
      Add inter-server cluster secret, it is used for Distributed queries
      inside cluster, you can configure in the configuration file:
      
        <remote_servers>
            <logs>
                <shard>
                    <secret>foobar</secret> <!-- empty -- works as before -->
                    ...
                </shard>
            </logs>
        </remote_servers>
      
      And this will allow clickhouse to make sure that the query was not
      faked, and was issued from the node that knows the secret. And since
      trust appeared it can use initial_user for query execution, this will
      apply correct *_for_user (since with inter-server secret enabled, the
      query will be executed from the same user on the shards as on initator,
      unlike "default" user w/o it).
      
      v2: Change user to the initial_user for Distributed queries if secret match
      v3: Add Protocol::Cluster package
      v4: Drop Protocol::Cluster and use plain Protocol::Hello + user marker
      v5: Do not use user from Hello for cluster-secure (superfluous)
      0159c74f
  7. 15 8月, 2020 2 次提交
  8. 27 7月, 2020 1 次提交
  9. 25 7月, 2020 1 次提交
  10. 07 7月, 2020 1 次提交
  11. 24 5月, 2020 3 次提交
  12. 18 5月, 2020 1 次提交
  13. 16 5月, 2020 1 次提交
  14. 21 4月, 2020 1 次提交
  15. 18 4月, 2020 1 次提交
  16. 15 4月, 2020 2 次提交
  17. 10 4月, 2020 1 次提交
  18. 09 4月, 2020 1 次提交
  19. 07 4月, 2020 1 次提交
  20. 03 4月, 2020 1 次提交
  21. 02 4月, 2020 1 次提交
  22. 23 3月, 2020 1 次提交
    • A
      Clang Tidy, part 7 (#9799) · c7863e1a
      alexey-milovidov 提交于
      * Attempt to enable identifier naming check
      
      * Attempt to enable identifier naming check, continue
      
      * Progress on identifier names
      
      * Adopt identifier names check
      
      * Fixed error
      
      * Merge with master
      
      * Fixed build
      
      * Fixed build
      
      * Fixed build
      
      * Fixed build
      
      * Fixed build
      
      * Fixed error
      
      * Fixed error
      
      * Fixed error
      c7863e1a
  23. 22 3月, 2020 1 次提交
  24. 25 2月, 2020 1 次提交
  25. 21 2月, 2020 1 次提交
  26. 23 12月, 2019 1 次提交
  27. 17 12月, 2019 1 次提交
  28. 11 12月, 2019 1 次提交
  29. 16 11月, 2019 1 次提交
  30. 11 10月, 2019 1 次提交
  31. 10 8月, 2019 1 次提交
  32. 20 7月, 2019 1 次提交
  33. 26 6月, 2019 1 次提交
  34. 02 6月, 2019 1 次提交
  35. 05 3月, 2019 1 次提交