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

Geoconnect: Upgrade from Django 1.6 (insecure version) #3442

Closed
raprasad opened this issue Nov 1, 2016 · 9 comments
Closed

Geoconnect: Upgrade from Django 1.6 (insecure version) #3442

raprasad opened this issue Nov 1, 2016 · 9 comments

Comments

@raprasad
Copy link
Contributor

raprasad commented Nov 1, 2016

Make changes necessary to upgrade to Django 1.10 (python 2.7)

@raprasad raprasad changed the title Geoconnect: Upgrade from Django 1.4 (insecure version) Geoconnect: Upgrade from Django 1.6 (insecure version) Nov 1, 2016
@raprasad raprasad added the ready label Nov 29, 2016
@raprasad raprasad self-assigned this Nov 29, 2016
raprasad added a commit to IQSS/geoconnect that referenced this issue Dec 12, 2016
@raprasad
Copy link
Contributor Author

(starting the process by trying clean install)

@djbrooke djbrooke added this to the 4.6.3 - Tabular Mapping milestone Dec 20, 2016
@djbrooke djbrooke removed the ready label Jan 23, 2017
@raprasad
Copy link
Contributor Author

1st step, big rename: IQSS/geoconnect@9fda022

raprasad added a commit to IQSS/shared-dataverse-information that referenced this issue Jan 27, 2017
@raprasad
Copy link
Contributor Author

django 1.7 tweaks

  • update shared dv info to version .5
  • get tests working--testrunner is updated
  • update debug toolbar

@raprasad
Copy link
Contributor Author

  • make initial table migrations
  • verify that 'initial_data.json' still works for classification, mapping types, etc
    • re-document initial data loading

raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
@raprasad
Copy link
Contributor Author

last checkin:

  • Updates to shared-dataverse-information dependency
  • For HttpRepsonse, changed mimetype= to content_type=
  • Upgraded django-debug-toolbar version from 1.0.1 to 1.6
  • Removed old django.conf.urls.patterns--used lists of urls
  • Changed render_to_response to render, remove imports of RequestContext
  • Use TEMPLATES setting from django conf files
  • Templates, use static tag

raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad referenced this issue in IQSS/geoconnect Jan 30, 2017
- Remove old models from worldmap_connect: WorldMapImportAttempt,
WorldMapImportFail, WorldMapLayerInfo
- Switch ```datetime.now()``` to ```timezone.now()```
    - using ```from django.utils import timezone```
@raprasad
Copy link
Contributor Author

last commit:

  • Remove old models from worldmap_connect: WorldMapImportAttempt, WorldMapImportFail, WorldMapLayerInfo
  • Switch datetime.now() to timezone.now()
    • using from django.utils import timezone

raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
raprasad added a commit to IQSS/geoconnect that referenced this issue Jan 30, 2017
@raprasad
Copy link
Contributor Author

Pull Request is in Geoconnect:
IQSS/geoconnect#118

@raprasad
Copy link
Contributor Author

raprasad commented Feb 1, 2017

  • NOTE: QA Dependent on configuration/installation of Dev Server which has a target date of 2/9. As discussed with @kcondon

@kcondon
Copy link
Contributor

kcondon commented Feb 21, 2017

Basic regression test works for both shape and tabular files.

@kcondon kcondon self-assigned this Feb 21, 2017
@kcondon kcondon closed this as completed Feb 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants