Skip to main content

DCAT USMetadata Form App for CKAN

Project description

CircleCI

ckanext-dcat_usmetadata

This extension provides a new dataset form for inventory.data.gov. The form is tailored to managing metadata meeting the DCAT-US Schema.

Usage

Dependencies

This module currently depends on the USMetadata app for server-side validation and rendering. Make sure it is enabled in CKAN's plugins.

Installation

To install this package, activate CKAN virtualenv (e.g. "source /path/to/virtenv/bin/activate"), then run

(virtualenv) pip install ckanext-dcat-usmetadata

In your CKAN .ini file add dcat_usmetadata to your enabled plugins:

ckan.plugins = [YOUR PLUGINS HERE...] dcat_usmetadata

Development

Prerequisites

These tools are required for development.

Setup

Install Node.js dependencies.

yarn install

Build the JS application. The new build files can be found in ckanext/dcat_usmetadata/public folder.

yarn build

Build and start the docker containers.

yarn build:docker
yarn up-with-data

Testing

There are several levels of testing:

Suite Description Command
Unit tests for the JS app Tests for the React app. yarn test:metadata-app
CKAN extension tests Python tests using Nosetests yarn test
End to end tests Cypress tests against inventory app yarn e2e

Linting

Lint the python code.

yarn lint:python

Lint the JavaScript code.

yarn lint:js

Metadata app

The Metadata app is a Create React App-bootstrapped project.

To run the app use yarn && yarn start:metadata-app command.

TODO briefly describe how the metadata application relates to the CKAN extension.

Development

This project uses cosmos for development.

Run CKAN locally (yarn up), get the Admin user's API Key and add it in /metadata-app/public/index.html as data-apiKey attribute of the div element. Add a test org for development purposes.

Run yarn && yarn cosmos to start the cosmos server, which will watch the metadata-app/src directory for changes.

Run the unit tests:

yarn test:metadata-app
# To run it in watch mode:
yarn test:metadata-app:watch

Update Jest snapshots

Some tests render a fixture component with Jest and then match against a known good snapshot (HTML rendering) of the component. When you edit a component, you'll usually have to update the snapshot and inspect the diff to make sure all changes are as intended.

yarn test --updateSnapshot

Local development and end-to-end testing

We use the inventory app locally for development and end-to-end (e2e) testing.

To build the latest JS code and update assets in the CKAN extension, you can run the following command from the root directory of this project:

yarn build

For convenience, we have prepared a single script that you can run to perform end-to-end tests locally. Don't forget to yarn build prior to running e2e tests, otherwise, the tests could run against older builds:

yarn e2e

Note, it may be necessary to remove cached images when rebuilding the inventory app docker container, in order to ensure that the new usmetadata-app template is included in the build. If you want to make sure that you aren't using cached builds, you can try:

docker-compose build --no-cache --pull ckanext-dcat_usmetadata_app

To run e2e tests interactively use:

yarn e2e:interactive

Publishing a new version of the extension

We publish this extension to PyPI - https://pypi.org/project/ckanext-dcat-usmetadata/. This is done by CI job that is triggered on tagged commit on master branch. When you need to release a new version of the extension, you need to:

  1. Create a new branch for releasing a new version of the extension. You can name your branch with the following convention: release/x.y.z;
  2. Update version in setup.py;
  3. Get your PR merged to master branch;
  4. Tag the merged commit with the new version (git tag $version).

In the CI job, the following is done for tagged commits:

  • It builds the JS bundles and puts them into the relevant directory so the extension can use them;
  • It runs integration tests to make sure everything is working as expected;
  • It packages the extension and publishes it to PyPI.

Below is a sequence diagram demonstrating the flow (you need to have github + mermaid chrome extension to view it):

sequenceDiagram
    Developer->>Git: Push tagged commit to master branch
    Git-->>CI/CD: Trigger deployment
    CI/CD-->>CI/CD: Build assets (JS bundles)
    CI/CD-->>CI/CD: Build python package
    CI/CD-->>CI/CD: Run tests
    CI/CD-->>PyPI: Publish the package
    Inventory-->>PyPI: Install

Ways to Contribute

The Data.gov team manages all Data.gov updates, bugs, and feature additions via GitHub's public issue tracker in this repository.

If you do not already have a GitHub account, you can sign up for GitHub here. In the spirit of open source software, everyone is encouraged to help improve this project. Here are some ways you can contribute:

  • by reporting bugs
  • by suggesting new features
  • by translating content to a new language
  • by writing or editing documentation
  • by writing specifications
  • by writing code and documentation (no pull request is too small: fix typos, add code comments, clean up inconsistent whitespace)
  • by reviewing pull requests.
  • by closing issues

Submit Great Issues

  • Before submitting a new issue, check to make sure a similar issue isn't already open. If one is, contribute to that issue thread with your feedback.
  • When submitting a bug report, please try to provide as much detail as possible, i.e. a screenshot or gist that demonstrates the problem, the technology you are using, and any relevant links.

Ready for your Help

Issues labeled help wanted make it easy for you to find ways you can contribute today.

Public Domain

This project constitutes a work of the United States Government and is not subject to domestic copyright protection under 17 USC § 105. Additionally, we waive copyright and related rights in the work worldwide through the CC0 1.0 Universal public domain dedication.

All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ckanext-dcat_usmetadata-0.2.13.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ckanext_dcat_usmetadata-0.2.13-py2-none-any.whl (2.1 MB view details)

Uploaded Python 2

File details

Details for the file ckanext-dcat_usmetadata-0.2.13.tar.gz.

File metadata

  • Download URL: ckanext-dcat_usmetadata-0.2.13.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/2.7.18

File hashes

Hashes for ckanext-dcat_usmetadata-0.2.13.tar.gz
Algorithm Hash digest
SHA256 bfef5fb0ed2c3972a5d6a98bccd87db6715403b7e72e85e93f8ab985fb20fed4
MD5 244338d0df744da8c05dfe97507c67c2
BLAKE2b-256 dd239b876d882cf71e23eb4216ee0b2a561eec1dab3d676669fc728f9255db73

See more details on using hashes here.

File details

Details for the file ckanext_dcat_usmetadata-0.2.13-py2-none-any.whl.

File metadata

  • Download URL: ckanext_dcat_usmetadata-0.2.13-py2-none-any.whl
  • Upload date:
  • Size: 2.1 MB
  • Tags: Python 2
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.25.1 setuptools/44.1.0 requests-toolbelt/0.9.1 tqdm/4.55.1 CPython/2.7.18

File hashes

Hashes for ckanext_dcat_usmetadata-0.2.13-py2-none-any.whl
Algorithm Hash digest
SHA256 7c22077e9862c3815ffc97bcd184cabb54bc0429207129306e2db846f0e6d1de
MD5 e1ba7a73c55cadc63978d23629ed6514
BLAKE2b-256 72afd3526064d9d21417002391dd7cb159d55d57ffa62b87ef849022c314922f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page