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: MeeGoIntegration/python-buildservice
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MeeGoIntegration/python-buildservice
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: slipway_production
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 12 files changed
  • 2 contributors

Commits on May 7, 2020

  1. Changes for python3

    Daniel Suni committed May 7, 2020
    Configuration menu
    Copy the full SHA
    b92c465 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2020

  1. HTTPError is imported

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    cabfc46 View commit details
    Browse the repository at this point in the history
  2. flake8 cleanup

    Showed a few code issues
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    e799de6 View commit details
    Browse the repository at this point in the history
  3. getAPIServerList has never been implemented correctly

    I'm not sure apiurl is constructed correctly. Reimplement if needed.
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    985693b View commit details
    Browse the repository at this point in the history
  4. createRequest action was not defined

    Define and use action as item['action']
    
    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    47fd8fc View commit details
    Browse the repository at this point in the history
  5. unicode() is gone

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    a8c9eaf View commit details
    Browse the repository at this point in the history
  6. Fix up flake8 by rewriting :)

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    8dc6e90 View commit details
    Browse the repository at this point in the history
  7. ElementTree find() does not actually throw exceptions

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    4ed7a46 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Update packaging to python3

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a7f9532 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. 2to3: osc can return b'' which api must decode() to return strings

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    ea59b0a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. slipway hacking

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6efe07d View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Allow clarity of underlying osc issue

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6b40bb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. 2to3 missed iteritems ?

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    806a23f View commit details
    Browse the repository at this point in the history
  2. Missed a try_decode()

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5267c3d View commit details
    Browse the repository at this point in the history
  3. Moved import of lxml deeper because I don't use flags

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    9dc0064 View commit details
    Browse the repository at this point in the history
  4. Allow force and msg to be passed on deleteProject

    Signed-off-by: David Greaves <david.greaves@jolla.com>
    lbt committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    1d9c8ba View commit details
    Browse the repository at this point in the history
Loading