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: code-corps/code-corps-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: code-corps/code-corps-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: np-github-create-task
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 11 files changed
  • 3 contributors

Commits on Sep 19, 2017

  1. Enabled github integration during task creation & update + cleanup & …

    …refactors
    
    - if task params containg a "github_repo_id", an issue is created on github alongside task and task is associated with issue
    - refactors:
      - removed reliance on ja_resource and canary from task controller
      - extracted task creation into separate module
      - extracted task-related queries into separate module
      - removed some unused code
      - moved some code around to follow boundex context convention
      - fixed several dialyzer warnings
    npendery authored and joshsmith committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    5ca644f View commit details
    Browse the repository at this point in the history
  2. Added syncing of comments to github

    begedin authored and joshsmith committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    e9e1ad3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    98238be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #925 from code-corps/801-802-propagate-comment-cha…

    …nges-to-github-comments
    
    Added comment syncing with github during create and update
    joshsmith authored Sep 19, 2017
    Configuration menu
    Copy the full SHA
    bb8c9c8 View commit details
    Browse the repository at this point in the history
Loading