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 management #155

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Support Entity management #155

wants to merge 26 commits into from

Commits on Mar 16, 2024

  1. WIP #152: entity_list

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

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    4eba32c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbce233 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    c8c0d34 View commit details
    Browse the repository at this point in the history
  2. Clean up docs for entity management functions

    * Refactor yell_if_missing to include did and eid
    * Refactor shared docs into templates
    * Add headings to docs
    florianm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a6b954d View commit details
    Browse the repository at this point in the history
  3. Improve Entity Management functions error handling for missing did an…

    …d eid
    
    * Make the default an empty string, ""
    * This default will cause an error with yell_if_missing
    * Update docs
    florianm committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    7a113cb View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Add entity_update

    florianm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c5f76bc View commit details
    Browse the repository at this point in the history
  2. Style package

    florianm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    81fa590 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83b2728 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    926ce1d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66c7e08 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e4bc32 View commit details
    Browse the repository at this point in the history
  7. Update WORDLIST

    Merge branch '152-entities' of github.com:ropensci/ruODK into 152-entities
    
    # Conflicts:
    #	inst/WORDLIST
    florianm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    df0eb34 View commit details
    Browse the repository at this point in the history
  8. Lint and style

    florianm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    72b5a25 View commit details
    Browse the repository at this point in the history
  9. Style form_schema_ext

    florianm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ebb9f74 View commit details
    Browse the repository at this point in the history
  10. Style package

    florianm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    bd4e386 View commit details
    Browse the repository at this point in the history
  11. Run pre-commit on all files

    florianm committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d135c07 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Fix tests, update deps

    florianm committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    317e92a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1872d02 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Experiment: pre-commit hook deps-in-desc

    * Address warnings
    florianm committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    980a279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2b30f5 View commit details
    Browse the repository at this point in the history
  3. Add entity_create

    * Fix #156: entitylist_update family changed to entity-management
    florianm committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    29474d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Complete entity_create

    * Add test for creating multiple entities
    * Update man with working example to create multiple entities
    florianm committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    3c4ca87 View commit details
    Browse the repository at this point in the history
  2. Update man for entity_create

    florianm committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    e2550e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Add entity_delete

    florianm committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    6f87d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6f09b5 View commit details
    Browse the repository at this point in the history