objectcomputing / check-ins

Other
7 stars 7 forks source link

Feature/2016 refactor kudos #2500

Closed weiqigao closed 2 weeks ago

weiqigao commented 2 weeks ago

Brought the old feature/2016-refactoring-kudos branch up-to-date with the current develop branch.

timyates commented 2 weeks ago

I think the branch has to be called feature-2016/refactor-kudos to run the tests in the Github Action

timyates commented 2 weeks ago

Server side tests are missing are these in progress?

mkimberlin commented 2 weeks ago

@weiqigao oops...didn't mean to close this PR. It happened as a result of renaming the branch. Do the following, and I'll open a PR for the renamed branch:

 git branch -m feature/2016-refactor-kudos feature-2016/refactor-kudos
 git fetch origin
 git branch -u origin/feature-2016/refactor-kudos feature-2016/refactor-kudos
 git remote set-head origin -a