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

Delete Datastore Table Button #197

Merged
merged 9 commits into from
Feb 1, 2024

Commits on Nov 8, 2023

  1. feat(views): added view and button to delete ds table;

    - Added view to delete datastore table.
    - Added button to delete a resource's datastore table.
    JVickery-TBS committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    4baf587 View commit details
    Browse the repository at this point in the history
  2. feat(templates): added missing csrf field;

    - Added csrf field to delete button form.
    JVickery-TBS committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    c141716 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. fix(semantics): removed the word table;

    - Removed the word `table` from user visible things.
    JVickery-TBS committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    ae29b8f View commit details
    Browse the repository at this point in the history
  2. removal(views): replaces ckanapi with toolkit;

    - Used `get_action` from toolkit instead of ckanapi dependency.
    JVickery-TBS committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    46bc35a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. feat(views): check resource owner;

    - Confirm that the resource id belongs to the package id.
    JVickery-TBS committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    2defc6a View commit details
    Browse the repository at this point in the history
  2. fix(views): syntax, and template;

    - Condition delete button behind `datastore_active`.
    - Fix context variable in view.
    JVickery-TBS committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    ce69207 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Merge branch 'master' into feature/delete-datastore-table

    # Conflicts:
    #	ckanext/xloader/views.py
    ### RESOLVED.
    JVickery-TBS committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8bb72fd View commit details
    Browse the repository at this point in the history
  2. fix(templates): fix layout of delete button;

    - Fix layout of delete button with upload button.
    - Changed delete button icon.
    JVickery-TBS committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    1a1bd14 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. fix(templates): set in block;

    - Move sets into their respective blocks.
    JVickery-TBS committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    a1b73f1 View commit details
    Browse the repository at this point in the history