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

Support entity lists (datasets) and entities #153

Merged
merged 12 commits into from
Mar 15, 2024
Merged

Commits on Mar 9, 2024

  1. WIP #152: dataset_list

    * Warn if ODKC version too low
    * Modernised parsing of httr::content()
    florianm committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    057f65f View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. WIP #152: dataset_detail

    florianm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c181901 View commit details
    Browse the repository at this point in the history
  2. WIP #152: dataset_update

    florianm committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    89c28fc View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    a10becb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7008f28 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Improve docs: Entity Lists

    * Reference page heading changed from Datasets to Entity Lists with further details for description taken from the ODK docs
    * In reply to #153 (comment)
    florianm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    8f55458 View commit details
    Browse the repository at this point in the history
  2. Fix semver_gt/lt examples

    * semver_gt/lt always parses version strings with parse_odkc_version and therefore accepts strings with complete or partial semantic versions.
    florianm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a940692 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Rename dataset_ to entitylist_

    * Add naming conventions to contributing guide
    * Add NEWS
    * Update README attribution
    * Replace any reference to `dataset_` with `entitylist_`
    * Lint and style package
    * Fix `semver_{gt, lt}` examples: takes plain version string, not parsed semver object
    florianm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    dc2c8d8 View commit details
    Browse the repository at this point in the history
  2. Add entitylist_download

    * Downloads entity lists as `entities.csv`
    * Does not yet support `$filter` and `ETag`
    florianm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    3dc1ab7 View commit details
    Browse the repository at this point in the history
  3. WIP #152: entitylist_download

    * Downloaded CSV is named after Entity List name
    * Support ETag and $filter
    * Improve docs, link helpful resources
    * Improve submission_export: create local_dir if not exists
    * Add tests
    florianm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    0a32c39 View commit details
    Browse the repository at this point in the history
  4. Add tests

    florianm committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    c86830b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b15682 View commit details
    Browse the repository at this point in the history