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 post-css library, unused. #2574

Merged
merged 1 commit into from Feb 8, 2018

Conversation

jkmarx
Copy link
Member

@jkmarx jkmarx commented Feb 8, 2018

Resolves #1778

@jkmarx jkmarx added this to the Release 1.6.3 milestone Feb 8, 2018
@codecov
Copy link

codecov bot commented Feb 8, 2018

Codecov Report

Merging #2574 into jkmarx/update-django-storage will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@                      Coverage Diff                      @@
##           jkmarx/update-django-storage    #2574   +/-   ##
=============================================================
  Coverage                         53.18%   53.18%           
=============================================================
  Files                               413      413           
  Lines                             27102    27102           
  Branches                           1240     1240           
=============================================================
  Hits                              14413    14413           
  Misses                            12689    12689

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c0a4e8d...00d5193. Read the comment docs.

@jkmarx jkmarx merged commit c385546 into jkmarx/update-django-storage Feb 8, 2018
jkmarx added a commit that referenced this pull request Feb 9, 2018
* Upgrade django storage.

* Remove post-css library, unused. (#2574)

* Update user/file facet/columns per user request. (#2577)

* Remove post-css library, unused.

* Update user/file facet/columns per user request.

* Remove typo ,

* Fix typo, double quotes.

* Remove space.

* Add cell_type to facets.

* Fix unit test.

* Add missing facets.

* Fix cypress test.

* Revert to 1.6.0 due to django 1.9 support.
jkmarx added a commit that referenced this pull request Feb 9, 2018
* Remove solr_igv dependencies.

* Remove visualization_manager.

* Upgrade django storage. (#2571)

* Upgrade django storage.

* Remove post-css library, unused. (#2574)

* Update user/file facet/columns per user request. (#2577)

* Remove post-css library, unused.

* Update user/file facet/columns per user request.

* Remove typo ,

* Fix typo, double quotes.

* Remove space.

* Add cell_type to facets.

* Fix unit test.

* Add missing facets.

* Fix cypress test.

* Revert to 1.6.0 due to django 1.9 support.
jkmarx added a commit that referenced this pull request Feb 9, 2018
* Swap deprecated method out.

* Remove solr_igv dependencies. (#2570)

* Remove solr_igv dependencies.

* Remove visualization_manager.

* Upgrade django storage. (#2571)

* Upgrade django storage.

* Remove post-css library, unused. (#2574)

* Update user/file facet/columns per user request. (#2577)

* Remove post-css library, unused.

* Update user/file facet/columns per user request.

* Remove typo ,

* Fix typo, double quotes.

* Remove space.

* Add cell_type to facets.

* Fix unit test.

* Add missing facets.

* Fix cypress test.

* Revert to 1.6.0 due to django 1.9 support.
jkmarx added a commit that referenced this pull request Feb 12, 2018
* Update workflow_manager httpReponse to jsonReponse.

* Add allowed_hosts to dev setting.

* Update comment.

* Remove conflicting settings, model can only have one of add, add_on, or default.

* Update analysis_manager httpReponse to jsonResponse.

* Add migrations.

* Update module_name with model name.

* Refactor.

* Upgrade some dependencies for django 1.8

* Revert to minimum dependency upgrade to resolve migration issue.

* Update annotation server with jsonResponse.

* Update core and data_set_manager apps.

* Fix typo.

* Update requirements to fix migration issue.

* Try release which seperates dependency on User module.

* Check to see if chunked-upload is the problem.

* Fix bug related to abstract model causing migration to fail for library.

* Remove duplicate setting.

* Track migration until library updates

* Reorder installed apps per redux docs.

* Update activate_user with parser.

* Fix pep8 in migration.

* Remove unit test due to inaccurate scope.

* Add mocks to unit test.

* Remove unneccessary deletion.

* Fix selium unit test errors.

* Remove accidently added json

* Jkmarx/registration redux upgrade (#2562)

* update redux.

* Update method params changed from upgrade

* Update flockblock params due to upgrade.

* Refactor, return_value to inline.

* Fix unit test.

* Fix mistake using jsonresponse with a str.

* Remove typo.

* Remove unneeded field.

* Chunked_upload migration.

* Opt for safer option for jsonResponse.

* Fix syntax.

* Fix pep8.

* Swap deprecated method out. (#2566)

* Swap deprecated method out.

* Remove solr_igv dependencies. (#2570)

* Remove solr_igv dependencies.

* Remove visualization_manager.

* Upgrade django storage. (#2571)

* Upgrade django storage.

* Remove post-css library, unused. (#2574)

* Update user/file facet/columns per user request. (#2577)

* Remove post-css library, unused.

* Update user/file facet/columns per user request.

* Remove typo ,

* Fix typo, double quotes.

* Remove space.

* Add cell_type to facets.

* Fix unit test.

* Add missing facets.

* Fix cypress test.

* Revert to 1.6.0 due to django 1.9 support.

* Remove unnessary flake8 ignore.

* Add json.load exception.
@jkmarx jkmarx deleted the jkmarx/remove-postcss branch February 17, 2018 02:46
scottx611x pushed a commit that referenced this pull request Feb 21, 2018
* Upgrade django version to 1.8

* Update workflow_manager httpReponse to jsonReponse.

* Add allowed_hosts to dev setting.

* Update comment.

* Remove conflicting settings, model can only have one of add, add_on, or default.

* Update analysis_manager httpReponse to jsonResponse.

* Add migrations.

* Update module_name with model name.

* Refactor.

* Upgrade some dependencies for django 1.8

* Revert to minimum dependency upgrade to resolve migration issue.

* Update annotation server with jsonResponse.

* Update core and data_set_manager apps.

* Fix typo.

* Update requirements to fix migration issue.

* Try release which seperates dependency on User module.

* Check to see if chunked-upload is the problem.

* Fix bug related to abstract model causing migration to fail for library.

* Remove duplicate setting.

* Track migration until library updates

* Reorder installed apps per redux docs.

* Update activate_user with parser.

* Fix pep8 in migration.

* Remove unit test due to inaccurate scope.

* Add mocks to unit test.

* Remove unneccessary deletion.

* Fix selium unit test errors.

* Remove accidently added json

* Jkmarx/registration redux upgrade (#2562)

* update redux.

* Update method params changed from upgrade

* Update flockblock params due to upgrade.

* Refactor, return_value to inline.

* Fix unit test.

* Fix mistake using jsonresponse with a str.

* Remove typo.

* Remove unneeded field.

* Chunked_upload migration.

* Opt for safer option for jsonResponse.

* Fix syntax.

* Fix pep8.

* Swap deprecated method out. (#2566)

* Swap deprecated method out.

* Remove solr_igv dependencies. (#2570)

* Remove solr_igv dependencies.

* Remove visualization_manager.

* Upgrade django storage. (#2571)

* Upgrade django storage.

* Remove post-css library, unused. (#2574)

* Update user/file facet/columns per user request. (#2577)

* Remove post-css library, unused.

* Update user/file facet/columns per user request.

* Remove typo ,

* Fix typo, double quotes.

* Remove space.

* Add cell_type to facets.

* Fix unit test.

* Add missing facets.

* Fix cypress test.

* Revert to 1.6.0 due to django 1.9 support.

* Remove unnessary flake8 ignore.

* Add json.load exception.

* Jkmarx/update httpresponse (#2533)

* Update workflow_manager httpReponse to jsonReponse.

* Add allowed_hosts to dev setting.

* Update comment.

* Remove conflicting settings, model can only have one of add, add_on, or default.

* Update analysis_manager httpReponse to jsonResponse.

* Add migrations.

* Update module_name with model name.

* Refactor.

* Upgrade some dependencies for django 1.8

* Revert to minimum dependency upgrade to resolve migration issue.

* Update annotation server with jsonResponse.

* Update core and data_set_manager apps.

* Fix typo.

* Update requirements to fix migration issue.

* Try release which seperates dependency on User module.

* Check to see if chunked-upload is the problem.

* Fix bug related to abstract model causing migration to fail for library.

* Remove duplicate setting.

* Track migration until library updates

* Reorder installed apps per redux docs.

* Update activate_user with parser.

* Fix pep8 in migration.

* Remove unit test due to inaccurate scope.

* Add mocks to unit test.

* Remove unneccessary deletion.

* Fix selium unit test errors.

* Remove accidently added json

* Jkmarx/registration redux upgrade (#2562)

* update redux.

* Update method params changed from upgrade

* Update flockblock params due to upgrade.

* Refactor, return_value to inline.

* Fix unit test.

* Fix mistake using jsonresponse with a str.

* Remove typo.

* Remove unneeded field.

* Chunked_upload migration.

* Opt for safer option for jsonResponse.

* Fix syntax.

* Fix pep8.

* Swap deprecated method out. (#2566)

* Swap deprecated method out.

* Remove solr_igv dependencies. (#2570)

* Remove solr_igv dependencies.

* Remove visualization_manager.

* Upgrade django storage. (#2571)

* Upgrade django storage.

* Remove post-css library, unused. (#2574)

* Update user/file facet/columns per user request. (#2577)

* Remove post-css library, unused.

* Update user/file facet/columns per user request.

* Remove typo ,

* Fix typo, double quotes.

* Remove space.

* Add cell_type to facets.

* Fix unit test.

* Add missing facets.

* Fix cypress test.

* Revert to 1.6.0 due to django 1.9 support.

* Remove unnessary flake8 ignore.

* Add json.load exception.

* Jkmarx/remove unused m commands (#2583)

* Remove unused management commands.

* Remove unused method.

* Jkmarx/outparse to argparse (#2584)

* Update make_options to add_arguments for optparse/argparse upgrade.

* Refactor for easier read.

* Jkmarx update deprecated 1 8 items (#2588)

* Update config with the new 1.8 setting.

* Add comment.

* Remove unused template.

* Update template related settings.

* Update get_template per docs, Context&RequestContext unneeded.

* Fix typo in context_processors location update.

* Remove duplicate.

* Fix added setting.

* Add `--fake-initial` to our migrate commands to provide the behavior that Django 1.7 gave by default (#2585)

* Update management command, argparse.

* Scottx611x/fix management commands (#2606)

* Update `set_uo_site_name` to use add_arguments()

* Add test coverage

* Add test for `add_users_to_public_group`

* Add test for user activation

* Add test for `import_annotations`

* Move for consistency.

* Jkmarx/update management command argparse (#2607)

* Update management command, argparse.

* Move for consistency.

* Add tests for `create_workflow_engine`

* Add tests for `create_galaxy_instance`

* Fix bug related to non-obj.
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.

None yet

2 participants