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

Feature/hg hooks over tcp #1416

Merged
merged 31 commits into from
Nov 27, 2020
Merged

Feature/hg hooks over tcp #1416

merged 31 commits into from
Nov 27, 2020

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    2331766 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d518af4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d86b2f7 View commit details
    Browse the repository at this point in the history
  4. Disable shiro session storage

    We use JWT for session management, so we can disable shiro session management and this allows usage of SecurityManager outside of a http request.
    sdorra committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    36aa059 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e774c77 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5270195 View commit details
    Browse the repository at this point in the history
  7. Fix multiple accessor threads

    sdorra committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    5118294 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e038eeb View commit details
    Browse the repository at this point in the history
  9. Update changelog

    sdorra committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    70969b5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8b4f92f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3fe678e View commit details
    Browse the repository at this point in the history
  12. Update pull request link

    sdorra committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    84aa8b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Merge with develop branch

    sdorra committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    58a0c51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2df6d2 View commit details
    Browse the repository at this point in the history
  3. Fix test for jest 26

    sdorra committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    5311cd5 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. Configuration menu
    Copy the full SHA
    b6c5a25 View commit details
    Browse the repository at this point in the history
  2. Fix review findings

    sdorra committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    982743e View commit details
    Browse the repository at this point in the history
  3. Fix review findings

    sdorra committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    29faa5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1311061 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b96e7d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/hg_hooks_over_tcp' of github.com:scm-manager/sc…

    …m-manager into feature/hg_hooks_over_tcp
    sdorra committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    0841a0a View commit details
    Browse the repository at this point in the history
  7. Fix compiler error

    sdorra committed Nov 19, 2020
    Configuration menu
    Copy the full SHA
    959dfb8 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Configuration menu
    Copy the full SHA
    33e7a13 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    73b2c4a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    c0ae910 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    7357d83 View commit details
    Browse the repository at this point in the history
  2. Do not use socket.MSG_WAITALL

    sdorra committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    3e19f28 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/hg_hooks_over_tcp

    # Conflicts:
    #	CHANGELOG.md
    sdorra committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    8ee8c8b View commit details
    Browse the repository at this point in the history
  4. Fix broken HgVersionCommand

    Use waitFor instead of exitValue to wait for process to finish
    sdorra committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    136cdbb View commit details
    Browse the repository at this point in the history
  5. Merge with develop branch

    sdorra committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    52f26ab View commit details
    Browse the repository at this point in the history
  6. Fix typo

    pfeuffer committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    d732100 View commit details
    Browse the repository at this point in the history