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

import/export Taxonomy API functions #1

Closed
wants to merge 7 commits into from

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    e2b4f02 View commit details
    Browse the repository at this point in the history
  2. feat: adds Taxonomy, Tag, ObjectTag models, APIs and tests

    Also:
    * Adds compile-requirements make target and updates (without upgrading) the requirements,
      which pulled in some other requirements, since it's been a while since
      they were compiled.
    * Adds ddt as a test dependency.
    * Replaces the placeholder TagContent class, and squashes migrations down to a single file
    * use the openedx_learning.lib multi-collation char and text fields
    pomegranited authored and ormsbee committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    6c49368 View commit details
    Browse the repository at this point in the history
  3. feat: adds django-rules based permissions for tagging app

    Also:
    * Adds rules requirement and app settings to enable it
    * Adds mock to test requirements, so we can test system taxonomy rules
    * ADR: Clarifies that rules will be enforced in the views, not the model or APIs
    pomegranited authored and ormsbee committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    92f739c View commit details
    Browse the repository at this point in the history
  4. fix: remove db_collation check

    Tests are failing in openedx on sqlite.
    pomegranited authored and ormsbee committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    821a53c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7538c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    577f44b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e5b1698 View commit details
    Browse the repository at this point in the history