Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
Upgrade dkan to 1.16.1 (#516)
Browse files Browse the repository at this point in the history
* Upgrade dkan to 1.16.1

* Remove reference to deprecated test files
  • Loading branch information
janette authored Jan 9, 2019
1 parent 3466caf commit 6a8ec3a
Show file tree
Hide file tree
Showing 498 changed files with 25,473 additions and 6,992 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Remove empty test files
command: |
# These files have no tests after the flags we apply.
FILES="dataset.admin.feature panels.feature leaflet_draw_widget.feature page.editor.feature resource.editor.feature theme.admin.feature dataset.author.feature datastore_fast_import.feature widgets.feature resource.admin.feature dataset.editor.feature user.site_manager.feature datastore.feature topics.feature dataset_rest_api.feature resource.author.feature user.author.feature"
FILES="dataset.admin.feature panels.feature leaflet_draw_widget.feature resource.editor.feature theme.admin.feature dataset.author.feature widgets.feature resource.admin.feature dataset.editor.feature user.site_manager.feature datastore.feature topics.feature dataset_rest_api.feature resource.author.feature user.author.feature"
for file in $FILES
do
rm dkan/test/features/$file
Expand Down
2 changes: 1 addition & 1 deletion build-dkan.make
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ projects:
download:
type: git
url: https://github.com/GetDKAN/dkan.git
tag: 7.x-1.15.5
tag: 7.x-1.16.1
22 changes: 22 additions & 0 deletions dkan/.github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Add a brief description about the purpose of the issue.

## Steps to Reproduce
Add steps for reproducing the issue including any file(s) needed to reproduce.

1.
2.
3.

## Acceptance Criteria
Add the goals and desired results that this issue should accomplish when complete.

- [ ]
- [ ]
- [ ]

## Subtasks
Add a list of things that need to be done to accomplish the Acceptance Criteria.

- [ ] Is there a test for the issue
- [ ] Is there documentation for the issue
- [ ] Are follow up tickets needed
37 changes: 37 additions & 0 deletions dkan/CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
7.x-1.16.1
----------
- #2778 Add check for partial date elements when running harvest
- #2787 Update rest-api documentation
- #2788 Update contrib modules: diff, field_hidden, file_entity, honeypot, libraries, menu_block, migrate, panopoly_images, panopoly_widgets, search_api, tablefield, taxonomy_menu
- #2784 Update harvest node machine name field settings to limit length and replace single hyphen
- #2785 Fix harvest support for dataset identifiers that end with a '/'
- #2782 Fix dataset and resource orphan field update on post-harvest import operations
- #2781 Use dkan_allowed_extensions() during harvest
- #2760 Remove content page create/edit permissions from the editor role
- #2775 Add check for mysql reserved words in column names when importing data to the datastore
- #2777 Add check for SelectQuery object when running dkan_datastore_api_debug
- #2776 Update recline revision
- #2767 Update workbench email notification text
- #2774 Update the license options uri values
- #2773 Fix Only variables should be passed by reference errors in dkan_datastore_api
- #2772 Fix CartoDB preview error
- #2763 Update dkan_environment key from 'stage' to 'test'
- #2762 Update Drupal to 7.61

7.x-1.16
----------
- #2179 Refactor Datastore Importer
- #2627 Add support for ISO-8106 duration values in "modified" when harvesting
- #2729 Update recline to 2.1
- #2713 CSV Parser Improvements: trailing commas & escape chars
- #2740 Fix dkan_workflow anonymous access to revisions and unpublished content
- #2724 Update contrib modules: better_exposed_filters, file_entity, media, panopoly_widgets, search_api_db, uuid, date: fixes issue 2843367
- #2718 Update odsm_dkan token values for remote file
- #2707 DKAN workflow documentation updates
- #2723 Include dkan.profile to prevent undefined function in update

7.x-1.15.5
----------
- #2710 Replace data stories page view with a non-search index version
- #2712 Remove unused xss code

7.x-1.15.4
----------
- #2701 Update drupal core to 7.60
Expand Down
2 changes: 1 addition & 1 deletion dkan/dkan.info
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ dependencies[] = dkan_harvest_datajson
dependencies[] = dkan_sitewide
dependencies[] = dkan_dataset
dependencies[] = dkan_datastore
dependencies[] = dkan_datastore_simple_import
dependencies[] = dkan_datastore_api
dependencies[] = open_data_schema_map_dkan
dependencies[] = visualization_entity_charts_dkan
version = 7.x-1.15.5
Loading

0 comments on commit 6a8ec3a

Please sign in to comment.