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

Move code out of kohana application #1741

Merged
merged 13 commits into from
May 30, 2017

Conversation

rjmackay
Copy link
Contributor

@rjmackay rjmackay commented May 15, 2017

This pull request makes the following changes:

  • Move most everything out of application/classes/Ushahidi
  • Move all commands into src/Console
  • Move everything else into src/App
  • Move console DI setup into src/Console/Init.php
  • Namespace all the things

Test these changes by:

  • bin/behat

Refs #1372

Ping @ushahidi/platform


This change is Reviewable

@rjmackay rjmackay changed the title Lumen move code out of kohana application Move code out of kohana application May 15, 2017
@rjmackay rjmackay requested a review from willdoran May 15, 2017 05:38
@rjmackay rjmackay mentioned this pull request May 16, 2017
13 tasks
@rjmackay rjmackay force-pushed the lumen-move-code-out-of-kohana-application branch 2 times, most recently from 826f80c to c644ab0 Compare May 16, 2017 21:04
@rjmackay rjmackay force-pushed the lumen-move-code-out-of-kohana-application branch from 5ab025a to 5d2af5f Compare May 18, 2017 02:43
@rjmackay rjmackay force-pushed the lumen-move-code-out-of-kohana-application branch 2 times, most recently from 337b64f to 0f99a5f Compare May 18, 2017 04:05
Copy link
Contributor

@willdoran willdoran left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK I saw only one thing that might be a formatting issue or could be github displaying weirdly

protected function getTable()
{
return 'post_datetime';
}

private function convertToMysqlFormat($value) {
private function convertToMysqlFormat($value)
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a formatting issue?

@rjmackay rjmackay force-pushed the lumen-move-code-out-of-kohana-application branch from 0f99a5f to 7464939 Compare May 25, 2017 08:59
@rjmackay rjmackay merged commit 90b6519 into lumen May 30, 2017
@rjmackay rjmackay deleted the lumen-move-code-out-of-kohana-application branch May 9, 2018 03:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants