Giter Site home page Giter Site logo

capstone's People

Contributors

4ndygu avatar abziegler avatar anastasia avatar bensteinberg avatar c4lliope avatar chefandy avatar gppassos avatar holtchesley avatar jcushman avatar kilbergr avatar lkfitz avatar matteocargnelutti avatar raindrum avatar rebeccacremona avatar sabzo avatar teovin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

capstone's Issues

storages doesn't work with harvard-ftl-shared bucket

Getting Volume List
Traceback (most recent call last):
  File "/home/asilva/capstone/venv/lib/python3.5/site-packages/storages/backends/s3boto3.py", line 398, in _normalize_name
    return safe_join(self.location, name)
  File "/home/asilva/capstone/venv/lib/python3.5/site-packages/storages/backends/s3boto3.py", line 61, in safe_join
    raise ValueError('the joined path is located outside of the base path'
ValueError: the joined path is located outside of the base path component

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/asilva/capstone/venv/lib/python3.5/site-packages/fabric/main.py", line 762, in main
    *args, **kwargs
  File "/home/asilva/capstone/venv/lib/python3.5/site-packages/fabric/tasks.py", line 425, in execute
    results['<local-only>'] = task.run(*args, **new_kwargs)
  File "/home/asilva/capstone/venv/lib/python3.5/site-packages/fabric/tasks.py", line 172, in run
    return self.wrapped(*args, **kwargs)
  File "/home/asilva/capstone/capstone/fabfile.py", line 24, in ingest_volumes
    ingest_files.ingest_volumes()
  File "/home/asilva/capstone/capstone/scripts/ingest_files.py", line 108, in ingest_volumes
    dirs = all_volumes()
  File "/home/asilva/capstone/capstone/scripts/ingest_files.py", line 173, in all_volumes
    for i, subdir in enumerate(ingest_storage.iter_subdirs()):
  File "/home/asilva/capstone/capstone/cap/storages.py", line 28, in iter_subdirs
    for result in paginator.paginate(Bucket=self.bucket_name, Prefix=self._fix_path(path), Delimiter='/'):
  File "/home/asilva/capstone/capstone/cap/storages.py", line 12, in _fix_path
    return self._encode_name(self._normalize_name(self._clean_name(path)))
  File "/home/asilva/capstone/venv/lib/python3.5/site-packages/storages/backends/s3boto3.py", line 401, in _normalize_name
    name)
django.core.exceptions.SuspiciousOperation: Attempted access to '/' denied.

Date Range Event Query

As part of his requirements for moving away from the Tracking Tool, Steve would like a report in which he could get a list of volumes (with at least the barcodes, preferably with some associated metadata) for which a specific event was logged between two dates. For example:
All volumes which were scanned between Sep 15th and Oct 15th. He'd like the output in spreadsheet format rather than HTML.

Change citation in CaseXML model

In the CaseXML model, we want to split up citation into two fields:

  1. a plain text field for the category="official" citation
  2. a json field with all citations and their related metadata

SSL error with ingest

Looks like there's an SSL error if more than 1 volume is ingested via s3 storages. Probably a multi processing issue trying to reuse a connection.

Full Event Dump

As part of his requirements for moving away from the Tracking Tool, Steve would like a spreadsheet dump of all barcodes (rows) with every event they've logged (columns.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.