Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-gitlab/python-gitlab
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: L0ric0/python-gitlab
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 22, 2020

  1. start to port to async

    L0ric0 committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    3cc21b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99d60e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. refactor(asyncio): add more async functions to v4/objeccts.py

    convert more functions to async and add a async_ prefix for them
    add sync functions for the async ones
    L0ric0 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    1099b32 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    28bd245 View commit details
    Browse the repository at this point in the history
  2. refactor(asyncio): run black

    L0ric0 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    e3d52df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0130147 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    499914b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d2ae23 View commit details
    Browse the repository at this point in the history
  6. refactor(asyncio): fix GitlabList

    fix typo in v4/objects.py
    add a async __setup__ to call after init is run
    L0ric0 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    5ffa334 View commit details
    Browse the repository at this point in the history
Loading