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: trac-hacks/trac-github
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tierra/trac-github
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: issue-sync
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 1, 2015

  1. Added GitHubIssueHook and hook secret verification.

    Extracted client_* config logic to GitHubMixin as well. It can
    now be used for any github.* config key, but mostly just helpful
    for "client_id", "client_secret", and "hook_secret".
    tierra committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    1db0178 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2015

  1. Fleshed out pull_request hook events.

    - Creates a new ticket for all new pull requests.
    - Automatically attaches patch from pull request.
    - Attaches PR updates as new patches.
    tierra committed Apr 2, 2015
    Configuration menu
    Copy the full SHA
    1f4f42b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

  1. Configuration menu
    Copy the full SHA
    08c0a66 View commit details
    Browse the repository at this point in the history
  2. Return instead of pass when appropriate.

    Also use DB variables for strings when necessary.
    tierra committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    8d8e0c7 View commit details
    Browse the repository at this point in the history
  3. Sync new issues, and all comments everywhere.

    All issue and pull request comments are now posted to the
    appropriate tickets as well as inline patch comments.
    tierra committed Apr 3, 2015
    Configuration menu
    Copy the full SHA
    5ae0dac View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2015

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