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

Adjust tests for the added email requirement for contact person #1438

Merged
merged 3 commits into from
May 3, 2024

Commits on Apr 30, 2024

  1. Set DJANGO_DANDI_DEV_EMAIL in django and celery containers

    This environment var is needed for running the latest
    `dandiarchive/dandiarchive-api` image
    candleindark committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ae0f187 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Update factory function for creating sample Dandiset for tests

    This update is for meeting the requirement of having
    email for a contributor who is a contact person
    imposed by dandischema,
    dandi/dandi-schema#235
    candleindark committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f0def0f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. [DATALAD RUNCMD] Update also target records to have email in them

    === Do not change lines below ===
    {
     "chain": [],
     "cmd": "sed -i -e 's/^\\( *\\)\\(\"name\": \"Tests, Dandi-Cli\",\\)/\\1\\2\\n\\1\"email\": \"nemo@example.com\",/g' dandi/cli/tests/data/update_dandiset_from_doi/biorxiv.json dandi/cli/tests/data/update_dandiset_from_doi/elife.json dandi/cli/tests/data/update_dandiset_from_doi/jneurosci.json dandi/cli/tests/data/update_dandiset_from_doi/nature.json dandi/cli/tests/data/update_dandiset_from_doi/neuron.json",
     "exit": 0,
     "extra_inputs": [],
     "inputs": [],
     "outputs": [],
     "pwd": "."
    }
    ^^^ Do not change lines above ^^^
    yarikoptic committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bacef78 View commit details
    Browse the repository at this point in the history