Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(providers): Added bitbucket enterprise provider #568

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Apr 14, 2022

  1. feat(providers): Added bitbucket enterprise provider

    The new provider use rest API v1.0. For more info see https://docs.atlassian.com/bitbucket-server/rest/5.16.0/bitbucket-rest.html
    This PR also contain fix in case when gitscm.List Report() response don't contain info about user permissions
    Porsh33 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    d7e32cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43bcc4f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4b65a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    93485da View commit details
    Browse the repository at this point in the history
  5. fix(build): Save only first line of Commit message

    * Fix db Error 1406: Data too long for column 'commit_message' at row 1
    * Get docker socket from client Environ
    Porsh33 committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    af4b6f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68b13d9 View commit details
    Browse the repository at this point in the history