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: GitLabPHP/Client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.0
Choose a base ref
...
head repository: fsicurezza/php-gitlab-api
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.
  • 3 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 13, 2016

  1. Package rebase

    fsicurezza committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    db1e299 View commit details
    Browse the repository at this point in the history
  2. Added support for:

    GET /projects/starred
    GET /projects/:id/repository/commits/:sha/statuses
    POST /projects/:id/statuses/:sha
    fsicurezza committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    d394c61 View commit details
    Browse the repository at this point in the history
  3. Projects API methods update

    Added support for:
    POST /projects/fork/:id
    POST /projects/:id/star
    DELETE /projects/:id/star
    POST /projects/:id/archive
    POST /projects/:id/unarchive
    POST /projects/:id/uploads
    POST /projects/:id/share
    fsicurezza committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    4056353 View commit details
    Browse the repository at this point in the history
Loading