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

Display original author and URL information when showing migrated issues/comments #7352

Merged
merged 14 commits into from
Jul 8, 2019

Commits on Jul 3, 2019

  1. Store original author info for migrated issues and comments

    Keep original author name for displaying in Gitea interface and also
    store original author user ID for potential future use in linking
    accounts from old location.
    mrsdizzie committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    21ec0d8 View commit details
    Browse the repository at this point in the history
  2. Add original_url for repo

    Store the original URL for a migrated repo
    
    Clean up migrations/tests
    mrsdizzie committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    1c075c9 View commit details
    Browse the repository at this point in the history
  3. fix migration

    mrsdizzie committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    29bf56c View commit details
    Browse the repository at this point in the history
  4. fix golangci-lint

    mrsdizzie committed Jul 3, 2019
    Configuration menu
    Copy the full SHA
    fa29dbc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62256ce View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2019

  1. Modify templates to use OriginalAuthor if set

    Use the original author name in templates if it is set rather than the
    user who migrated/currently owns the issues
    mrsdizzie committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    26e6f06 View commit details
    Browse the repository at this point in the history
  2. formatting fixes

    mrsdizzie committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    b142a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2a1fc View commit details
    Browse the repository at this point in the history
  4. make generate-swagger

    mrsdizzie committed Jul 6, 2019
    Configuration menu
    Copy the full SHA
    2689771 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    371488a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    deebf02 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

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

Commits on Jul 8, 2019

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