Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • issue_11246
  • dependabot/pip/boto3-1.28.1
  • dependabot/pip/google-cloud-core-2.3.3
  • dependabot/pip/jsonschema-4.18.0
  • dependabot/pip/lxml-4.9.3
  • dependabot/pip/sqlalchemy-2.0.18
  • dependabot/pip/wandb-0.15.5
  • upd_docker_images_tags
  • 4.1.x
  • dependabot/pip/urllib3-2.0.2
  • issue_11169
  • 4.0.x
  • backport-11076-to-4.1.x
  • stale-cmd
  • 3.3.x
  • 2.10.x
  • 3.2.x
  • DEPRECATED_4.x
  • 3.1.x
  • 4.1.3
  • 4.1.2
  • 4.1.1
  • 4.1.0
  • 4.0.3
  • 4.0.2
  • 3.3.3
  • 4.0.1
  • 4.0.0post1
  • 4.0.0
  • 4.0.0rc1
  • 3.3.2.post2
  • 3.3.2.post1
  • 3.3.2
  • 3.2.4
  • 4.0.0rc0
  • 3.3.1.post1
  • 3.2.3.post1
  • 3.2.3
  • 3.3.1
40 results

geonode

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Henning Bredel authored
    * Keep all uploaded zip content accessible
    
    iterdir() is platform dependent, that is the order of the returned items
    may be different on different platforms. In cases where a zip file
    contains multiple base_file candidates it will be overridden by the last
    one found (which varies on different platforms).
    
    Also, different files with the same extension (file1.csv, file2.csv) will not
    be accessible from file_paths as they get overridden, too.
    
    The fix enumerates all files to make them accessible from file_paths.
    
    * Sorts files during unzip
    
    Ensures that unpacked content is sorted before getting handled
    
    * Resolve minor issues
    
    * Ensure index on extensions found multiple times
    9ca2f13a
    History
    Name Last commit Last update