Skip to content

Feature/handle meetup exception#74

Merged
pavlakis merged 2 commits intodevelopfrom
feature/handle-meetup-exception
Apr 15, 2017
Merged

Feature/handle meetup exception#74
pavlakis merged 2 commits intodevelopfrom
feature/handle-meetup-exception

Conversation

@pavlakis
Copy link
Copy Markdown
Member

No description provided.

@pavlakis pavlakis merged commit 8a1f6aa into develop Apr 15, 2017
@pavlakis pavlakis deleted the feature/handle-meetup-exception branch April 15, 2017 17:49
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
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.

1 participant