-
Notifications
You must be signed in to change notification settings - Fork 1
Commits on Sep 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c2edf90 - Browse repository at this point
Copy the full SHA c2edf90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 863d5f0 - Browse repository at this point
Copy the full SHA 863d5f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cc19a - Browse repository at this point
Copy the full SHA c1cc19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 22cc4d1 - Browse repository at this point
Copy the full SHA 22cc4d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d512c - Browse repository at this point
Copy the full SHA f3d512cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df6811 - Browse repository at this point
Copy the full SHA 6df6811View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b790e - Browse repository at this point
Copy the full SHA b6b790eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c99c73 - Browse repository at this point
Copy the full SHA 0c99c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3bf7f58 - Browse repository at this point
Copy the full SHA 3bf7f58View commit details
Commits on Sep 26, 2016
-
re-enable tests that were commented out
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 01df9be - Browse repository at this point
Copy the full SHA 01df9beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66466cd - Browse repository at this point
Copy the full SHA 66466cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e6771 - Browse repository at this point
Copy the full SHA 27e6771View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6694104 - Browse repository at this point
Copy the full SHA 6694104View commit details -
variable name: b -> bundle and other variable names: uploadid -> upload_id, uploadobj -> upload_obj, cnt -> count uf -> uploadfile make import_layer explicitly take pk kwarg: since this method is only using kwargs to get pk, we might as well extract pk early and default it to None instead of using kwargs.get. I actually would prefer pk to be a required arg and to dispense with **kwargs, so we have a real signature that can check us when we make mistakes; but that will have to depend on an analysis of where these methods are used pass request as Bundle arg instead of setting attr after
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for d386e0a - Browse repository at this point
Copy the full SHA d386e0aView commit details -
Add timestamp to dates header for uploaded files
This can help a little to make uploads more distinguishable when they don't have different names.
Configuration menu - View commit details
-
Copy full SHA for 109ae4d - Browse repository at this point
Copy the full SHA 109ae4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 838c435 - Browse repository at this point
Copy the full SHA 838c435View commit details -
set upload size at ingestion, not first use
also permit null file_size for UploadedData. Sometimes an upload doesn't have a size (maybe it didn't finish uploading). In that case, it is not really sensible to say it is 0 bytes. It has no size.
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 6ffb63b - Browse repository at this point
Copy the full SHA 6ffb63bView commit details -
set upload name and file type where feasible
Since some of the multifile and geopackage changes, it is no longer obvious what should be the name of an upload. If it just contains one file, we can do as before, but otherwise things can become more difficult. The heuristics for this are a little complex, so they've been split off into their own method and tests created just for this method.
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for a72af51 - Browse repository at this point
Copy the full SHA a72af51View commit details -
set layer file_type and present in template
No longer possible just to assume that there is one upload file type and it is the same file type as a layer, so we need to detect the actual file type, store it in the database and present it to users. - add to api - add to UploadLayer as property - add to UploadFile as field - add the migration to make the column - set it from the form processing
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for d68c66b - Browse repository at this point
Copy the full SHA d68c66bView commit details -
add file_name to api using UploadLayer property
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 3568f6a - Browse repository at this point
Copy the full SHA 3568f6aView commit details -
reformat UploadLayer creation in FileAddView form processing
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for b97141e - Browse repository at this point
Copy the full SHA b97141eView commit details -
to api, UploadLayer, set in form processing, migration to add column. layer.name keeps filename info that is used to import, so we can't stuff actual layer names (e.g. from inside gpkg) there without breaking import. If we change both, any existing databases will be storing a different kind of information in that field, which may be confusing. We can deprecate layer.name if we need to.
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for d9567b3 - Browse repository at this point
Copy the full SHA d9567b3View commit details -
show both layer name and file name in upload list
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 428e38f - Browse repository at this point
Copy the full SHA 428e38fView commit details -
don't break alignment from absent layer.status
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 75e847a - Browse repository at this point
Copy the full SHA 75e847aView commit details -
don't show feature count for rasters where it's meaningless
Sasha Hart committedSep 26, 2016 Configuration menu - View commit details
-
Copy full SHA for 8ba6eb1 - Browse repository at this point
Copy the full SHA 8ba6eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd40e26 - Browse repository at this point
Copy the full SHA fd40e26View commit details -
Use list of valid extensions to populate text in the upload template
Whether extensions are explicitly specified in settings, or else just the default list of extensions is used, we should consider importers.VALID_EXTENSIONS as canon and use that in user-facing templates
Configuration menu - View commit details
-
Copy full SHA for 39522d2 - Browse repository at this point
Copy the full SHA 39522d2View commit details