Skip to content

Commit

Permalink
feat(misc): readme, changelog;
Browse files Browse the repository at this point in the history
- Added to readme.
- Added to changelog.
  • Loading branch information
JVickery-TBS committed Dec 9, 2024
1 parent dd137f3 commit c7fb399
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.1.3 2024-12-09
================

Feat:
* Adds Strip White Space fields to the Data Dictionary (defualts to `True` for each field). This will strip surrounding white space from data values prior to inserting them into the database.

**Full Changelog**: https://github.com/ckan/ckanext-xloader/compare/1.1.2...1.1.3

1.1.2 2024-10-25
================

Expand All @@ -21,7 +29,7 @@ Fix:
1.1.0 2024-10-16
================

Fixes:
Fixes:
* feat: Add pypi cicd publish via github action via environment controls by @duttonw in https://github.com/ckan/ckanext-xloader/pull/228


Expand All @@ -32,7 +40,7 @@ Fixes:
================


Fixes:
Fixes:

* add README note about running on separate server, #191 by @ThrawnCA in https://github.com/ckan/ckanext-xloader/pull/192
* Use IDomainObjectModification Implementation by @JVickery-TBS in https://github.com/ckan/ckanext-xloader/pull/198
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ Compatibility with core CKAN versions:
| CKAN version | Compatibility |
| -------------- | -------------------------------------------------------------------------------------------------------------- |
| 2.7 | no longer supported (last supported version: 0.12.2) |
| 2.8 | no longer supported (last supported version: 0.12.2) |
| 2.8 | no longer supported (last supported version: 0.12.2) |
| 2.9 | yes (Python3) (last supported version for Python 2.7: 0.12.2)), Must: `pip install "setuptools>=44.1.0,<71"` |
| 2.10 | yes |
| 2.11 | yes |
Expand Down Expand Up @@ -189,7 +189,7 @@ expect European (day-first) dates, you could add to `postgresql.conf`:

datestyle=ISO,DMY

All configurations below are defined in the
All configurations below are defined in the
[config_declaration.yaml](ckanext/xloader/config_declaration.yaml) file.


Expand Down Expand Up @@ -409,6 +409,12 @@ Controls whether or not the status badges display all of the statuses. By defaul
the badges will display "pending", "running", and "error". With debug_badges enabled,
they will also display "complete", "active", "inactive", and "unknown".

## Data Dictionary Fields

#### strip_extra_white

This plugin adds the `Strip Extra Leading and Trailing White Space` field to Data Dictionary fields. This controls whether or not to trim whitespace from data values prior to inserting into the database. Default for each field is `True` (it will trim whitespace).

## Developer installation

To install XLoader for development, activate your CKAN virtualenv and in
Expand Down

0 comments on commit c7fb399

Please sign in to comment.