No description
Find a file
Neil Dorin 1d8ac48538 Merged in bugfix/pdc-41 (pull request #42)
Bugfix/pdc 41

Approved-by: Neil Dorin <ndorin@pepperdash.com>
2020-01-29 17:23:07 +00:00
Pepperdash Core Merge remote-tracking branch 'origin/bugfix/PDC-38_RestartListeningAfterMax' into bugfix/pdc-41 2020-01-24 15:30:28 -07:00
._Readme.md Changes the conditions under which the server would restart. 2020-01-17 20:02:41 -05:00
.gitignore Post-merge sseclient compile for release package 2017-08-30 08:42:52 -05:00
Readme.md Changes the conditions under which the server would restart. 2020-01-17 20:02:41 -05:00

Pepperdash Core

Workflow process

  • Create a Jira issue for the feature/bugfix. If you know you're targeting this update to coincide with a new release of Core, specify that release (or create a new one) as the Fix Version for the Jira issue
  • Branch from development using the syntax [feature/bugfix]/[pdc-x] (where x is the Jira issue number)
  • Modify code to suit and test. Make commits to the branch as you work.
  • Log a Pull Request on www.bitbucket.org and tag Heath and Neil as reviewers

Pull Request process

  • Check out the branch for the PR and review.
  • If necessary, merge the latest Development branch into the PR branch. Resolve any conflicts.
  • Increment the appropriate Assembly version number to match the next release in Jira
  • Build the project
  • Copy PepperDash_Core.cpz and PepperDash_Core.dll from the bin folder to the CLZ Builds folder in the repo root. Commit.
  • Merge the PR in Bitbucket