Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove frontend #32

Merged
merged 8 commits into from
May 20, 2018
Merged

Remove frontend #32

merged 8 commits into from
May 20, 2018

Conversation

indocomsoft
Copy link
Member

@indocomsoft indocomsoft commented May 19, 2018

Fixes #27

@indocomsoft indocomsoft added this to the Sprint 1 milestone May 19, 2018
@indocomsoft indocomsoft requested a review from evansb May 19, 2018 02:56
@indocomsoft indocomsoft added this to To do in Sprint 1 via automation May 19, 2018
@indocomsoft indocomsoft moved this from To do to Under Review in Sprint 1 May 19, 2018
@coveralls
Copy link

coveralls commented May 19, 2018

Pull Request Test Coverage Report for Build 121

  • 3 of 3 (100.0%) changed or added relevant lines in 2 files are covered.
  • 16 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-9.9%) to 86.335%

Files with Coverage Reduction New Missed Lines %
lib/cadet_web/controllers/page_controller.ex 1 0.0%
lib/cadet_web/views/view_helpers.ex 1 0.0%
lib/cadet_web/views/error_helpers.ex 4 0.0%
lib/cadet_web/controllers/session_controller.ex 10 33.33%
Totals Coverage Status
Change from base Build 115: -9.9%
Covered Lines: 139
Relevant Lines: 161

💛 - Coveralls

pipeline :browser do
plug(:accepts, ["html"])
pipeline :api do
plug(:accepts, ["json"])
plug(:fetch_session)
plug(:fetch_flash)
plug(:protect_from_forgery)
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't think you need CSRF protection since cookies is not used

pipeline :browser do
plug(:accepts, ["html"])
pipeline :api do
plug(:accepts, ["json"])
plug(:fetch_session)
plug(:fetch_flash)
Copy link
Contributor

Choose a reason for hiding this comment

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

This shouldn't be needed anymore

@indocomsoft
Copy link
Member Author

@evansb Done :)

@evansb evansb merged commit db81859 into master May 20, 2018
Sprint 1 automation moved this from Under Review to Done May 20, 2018
@evansb
Copy link
Contributor

evansb commented May 20, 2018

@indocomsoft can you make a separate PR to set code coverage back to 98-100 percent? remove all dead code, and #26

@indocomsoft
Copy link
Member Author

Will do. #33 is one attempt to.

@indocomsoft indocomsoft deleted the remove-frontend branch May 20, 2018 05:17
@indocomsoft indocomsoft mentioned this pull request May 26, 2018
28 tasks
indocomsoft added a commit that referenced this pull request Aug 17, 2018
* Remove frontend stuffs

* Remove frontend config

* Change router

* Remove failing tests

* Remove unnecessary plugs in router

* Revert wrongfully removed conflict resolution

* Remove failing test

* Run mix format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Sprint 1
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants