1. 19 1月, 2023 1 次提交
    • M
      Fix pagination in some endpoints (#5557) · 58b05536
      Maxim Zhiltsov 提交于
      - Added missing pagination or page parameters in `/projects/{id}/tasks`,
      `/tasks/{id}/jobs`, `/jobs/{id}/issues`, `/jobs/{id}/commits`,
      `/issues/{id}/comments`, `/organizations`
      - Updated SDK, tests and UI
      58b05536
  2. 20 12月, 2022 1 次提交
  3. 08 12月, 2022 1 次提交
    • R
      Migrate to using pathlib in most of the SDK (#5435) · 0a032b32
      Roman Donchenko 提交于
      For user-facing functions, keep accepting `str` paths to maintain
      compatibility and flexibility, but add support for arbitrary path-like
      objects. For internal functions (in `downloading.py` and
      `uploading.py`), don't bother and require `pathlib.Path`.
      
      The only code that isn't converted is build-time code (e.g. `setup.py`)
      and code that came from openapi-generator.
      0a032b32
  4. 07 9月, 2022 1 次提交
  5. 27 8月, 2022 1 次提交