1. 13 10月, 2023 3 次提交
  2. 09 10月, 2023 1 次提交
  3. 06 10月, 2023 3 次提交
  4. 05 10月, 2023 2 次提交
  5. 04 10月, 2023 1 次提交
  6. 03 10月, 2023 1 次提交
  7. 02 10月, 2023 6 次提交
  8. 29 9月, 2023 1 次提交
    • R
      Remove the Git repository synchronization functionality (#6904) · d497bb6a
      Roman Donchenko 提交于
      This functionality has accumulated significant technical debt:
      
      * Most importantly, it does not use the current authorization system,
        rendering it accessible only for admin users.
      
      * It doesn't follow the regular API conventions and is not visible in
      the API
        schema. This necessitates a special code in the SDK.
      
      * The initialization code in `base.py` is not safe when multiple
      instances of
      the server starts at the same time (each instance may end up generating
      its
        own key).
      
      The team has decided that the cost of fixing these issues outweighs the benefit of the functionality, so remove it.
      d497bb6a
  9. 27 9月, 2023 1 次提交
  10. 25 9月, 2023 2 次提交
  11. 22 9月, 2023 2 次提交
  12. 21 9月, 2023 1 次提交
  13. 15 9月, 2023 4 次提交
  14. 12 9月, 2023 2 次提交
  15. 11 9月, 2023 4 次提交
  16. 07 9月, 2023 3 次提交
  17. 06 9月, 2023 3 次提交