Skip to content

Feature/deployment script#66

Merged
pavlakis merged 6 commits intodevelopfrom
feature/deployment-script
Jan 20, 2017
Merged

Feature/deployment script#66
pavlakis merged 6 commits intodevelopfrom
feature/deployment-script

Conversation

@pavlakis
Copy link
Copy Markdown
Member

Fetch tags first.

pavlakis and others added 6 commits January 11, 2017 19:16
* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency
* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info
@pavlakis pavlakis merged commit 6b42c55 into develop Jan 20, 2017
pavlakis added a commit that referenced this pull request Mar 24, 2017
* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/deployment script (#64)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Feature/deployment script (#66)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Fetch tags before switching tags

* Manage event service failure. (#68)

Handle exception and display message to user.
pavlakis pushed a commit that referenced this pull request Apr 26, 2017
* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/deployment script (#64)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Feature/deployment script (#66)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Fetch tags before switching tags

* wip -

* amended ignore for docker

* updating docker

* Manage event service failure. (#68)

Handle exception and display message to user.

* Check id key exists for event in getLatestEvent (#69)

* Override default error handling (#72)

* Do not display events if meetup throws exception (#74)

* Feature/csp (#77)

* Add csp builder

* Configure initial CSP settings

* Add nonce to inline scripts

* Add CSP header through middleware

* Allow style-src unsafe-inline to fix site

* CSP - do not allow inline styles

* Add consistency with container key naming
@pavlakis pavlakis deleted the feature/deployment-script branch May 3, 2017 22:20
pavlakis pushed a commit that referenced this pull request Nov 23, 2017
* [Composer] Added Slim 3 Behat extension.

* Initial setup for Behat tests.

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/deployment script (#64)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Feature/deployment script (#66)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Fetch tags before switching tags

* wip -

* amended ignore for docker

* updating docker

* Manage event service failure. (#68)

Handle exception and display message to user.

* Check id key exists for event in getLatestEvent (#69)

* Override default error handling (#72)

* Develop (#89)

* Add CSP middleware (#81)

* Hotfix/csp broken admin (#83)

* Fix notice on array access

* Enable CSP in report-only mode in dashboard

* Add comment for CSP override in routing

* Admin Fixes (#85)

* Add CSP middleware (#81) (#82)

* Add CSP middleware (#81) (#84)

* Hotfix/csp broken admin (#86)

* Fix notice on array access

* Enable CSP in report-only mode in dashboard

* Add comment for CSP override in routing

* Hotfix/csp broken admin (#88)

* Fix notice on array access

* Enable CSP in report-only mode in dashboard

* Add comment for CSP override in routing

* Add CSP middleware specifically in grouped routes only

* Remove CSP middleware from app middleware

* fixing docker mysql

* added meetup cache - site will once meetup loaded now function without wifi

* Add initial Behat setup

Update composer

Create meetup fixtures

Exclude bin folder and DS store

Add initial tests

Point to local dev environment and allow invalid ssl

Add user removal functionality

Update test settings with vagrant mysql credentials

Add behat tests organiser panel authentication

Update meetup json

* Update travis to use PHP 7.1 as the working version

* meetupcache

* updated gitignore

* updated gitignore for bin

* composer lock file

* docker setup for db

* updated lock file

* updated lock file

* meetup cache implementation

* Delete init_db.sql

* Update README.md
pavlakis pushed a commit that referenced this pull request Dec 3, 2017
* [Composer] Added Slim 3 Behat extension.

* Initial setup for Behat tests.

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/deployment script (#64)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Feature/deployment script (#66)

* Develop (#62)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* Feature/docker (#63)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* modifying ignore for data

* fetaure: add docker working docker composer need to sort hostname and db connection

* changes to mysql set up and ports

* connecting to db but needs initialising

* Feature/route improvements (#60)

* Merge to master (#57)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Merge to master (#58)

* Use form for event creation

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Use form for event creation (#54) (#55)

Pass default time in the action

Add joindin status code logic in the event service

Use a form to validate the event creation

Pass event default time through event config

Validate form on populate call

Return null objects for speaker and supporter when empty

Pass form errors to the view

Use form to retrieve event info

Use form in the view

Add test for supporter returning null object when no params passed

Redirect to admin on successful authentication

* Pass url params as route attributes

* Use event info from meetup on the form

* Add checks to prevent BC API breaks

* Fix logic when checking for speaker and supporter

* Group admin routes

Remove AuthCheck middleware and use route groups

* Add create-event route optional forward slash

Include forward slash only when passing meetup id parameter

* Remove unused AuthCheck dependency

* docker working if db manually built

* added a separate init

*  fixed mysql init

* added rebel sponsor info

* Add deploy script

* Add DB port with BC for older settings file

* Fetch tags before switching tags

* wip -

* amended ignore for docker

* updating docker

* Manage event service failure. (#68)

Handle exception and display message to user.

* Check id key exists for event in getLatestEvent (#69)

* Override default error handling (#72)

* Develop (#89)

* Add CSP middleware (#81)

* Hotfix/csp broken admin (#83)

* Fix notice on array access

* Enable CSP in report-only mode in dashboard

* Add comment for CSP override in routing

* Admin Fixes (#85)

* Add CSP middleware (#81) (#82)

* Add CSP middleware (#81) (#84)

* Hotfix/csp broken admin (#86)

* Fix notice on array access

* Enable CSP in report-only mode in dashboard

* Add comment for CSP override in routing

* Hotfix/csp broken admin (#88)

* Fix notice on array access

* Enable CSP in report-only mode in dashboard

* Add comment for CSP override in routing

* Add CSP middleware specifically in grouped routes only

* Remove CSP middleware from app middleware

* fixing docker mysql

* added meetup cache - site will once meetup loaded now function without wifi

* Add initial Behat setup

Update composer

Create meetup fixtures

Exclude bin folder and DS store

Add initial tests

Point to local dev environment and allow invalid ssl

Add user removal functionality

Update test settings with vagrant mysql credentials

Add behat tests organiser panel authentication

Update meetup json

* Update travis to use PHP 7.1 as the working version

* meetupcache

* updated gitignore

* updated gitignore for bin

* composer lock file

* docker setup for db

* updated lock file

* updated lock file

* meetup cache implementation

* Delete init_db.sql

* Update README.md

* changing docker to php7.2 and xdebug 2.6.0alpha1 - finalising ssl conf and adding in server names

* fixing issue from meetup cache package

* updated wording on previous events
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