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

Sign merges, CRUD, Wiki and Repository initialisation with gpg key #7631

Merged
merged 27 commits into from
Oct 16, 2019

Commits on Aug 1, 2019

  1. Enable use of default gpg key for signing commits

    This PR allows the signing of commits with the default GPG key with
    configuration in the app.ini.
    
    There are a number of points:
    
    * Signing of commits with the default key can be configured per type.
    * Committer and Signer have been separated in the commit view. (There is
    nothing in the git spec to say they have to be the same.)
    * Commits signed with default gpg key will be verified.
    * Commits which cannot be verified by the default key or by keys in the
    db, but have a keyID that matches one of these will be marked as
    suspicious.
    * The default key can be found at /api/v1/signing-key.gpg
    zeripath committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    b205fdf View commit details
    Browse the repository at this point in the history
  2. fix more unix date uses

    zeripath committed Aug 1, 2019
    Configuration menu
    Copy the full SHA
    9f8cdb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2019

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

Commits on Aug 16, 2019

  1. Configuration menu
    Copy the full SHA
    e5f8508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e5d201 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4fda14 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2019

  1. Configuration menu
    Copy the full SHA
    483ac21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d0ffa9 View commit details
    Browse the repository at this point in the history
  3. update vendor

    zeripath committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    4c8487f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dae22e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4a07a5 View commit details
    Browse the repository at this point in the history
  6. fix repofiles_delete_test

    zeripath committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    b674f17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52740e6 View commit details
    Browse the repository at this point in the history
  8. Update documentation

    zeripath committed Aug 17, 2019
    Configuration menu
    Copy the full SHA
    09d771a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf35ac6 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Configuration menu
    Copy the full SHA
    a7dca0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d827d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83fc620 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. Configuration menu
    Copy the full SHA
    61bb5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    942ccbe View commit details
    Browse the repository at this point in the history
  3. Add functionality note

    zeripath committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    d245253 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1f4a0d View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

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

Commits on Oct 15, 2019

  1. Configuration menu
    Copy the full SHA
    b03ca96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    070a5c2 View commit details
    Browse the repository at this point in the history
  3. Add swagger definitions

    zeripath committed Oct 15, 2019
    Configuration menu
    Copy the full SHA
    7a01822 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

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