-
Notifications
You must be signed in to change notification settings - Fork 172
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
Harvest dkan integration #1287
Merged
Merged
Harvest dkan integration #1287
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use the .pane-block class for the top sidebar block.
* Those tests were submitted in #1125
List of added steps: * Given The :machine_name source is harvested * Given I should see a harvest event log table * Then the harvest event log table should have :number row(s)
Also fixes some issue related to harvest source data entry.
… harvest test to check information into dataset nodes #CIVIC-3125
* Export harvest source node view panels * Set dkan_dataset branch to "harvest_source_page" * Add dkan_harvest (harvest_source_page) to make file * Export field_harvest_source_ref search_api config * Add facets to the harvest source node_view panel * Update style for the harvest source view page Use the .pane-block class for the top sidebar block. * Update linked dkan_harvest and dkan_dataset branches * Add Harvest Behat tests from upstream * Those tests were submitted in #1125 * Add harvest behat custom steps List of added steps: * Given The :machine_name source is harvested * Given I should see a harvest event log table * Then the harvest event log table should have :number row(s) * Add Harvest Event log tests Also fixes some issue related to harvest source data entry. * Update dkanextensions hash in composer.lock * Remove superfluous @here tag * Update search index after harvesting a source * Add behat test for the harvest source page * updated composer.json to remove error to execute test and update dkan harvest test to check information into dataset nodes #CIVIC-3125 * Fixed styles on harvest source form. * Manually merge * Add selection rule to harvest panel * Update make file * Fixed tests * Remove table steps * Update drupal-org.make * Update composer and harvest source tests * Update tests * Point back to harvest_dkan_integration branch
…trib. Add modules to .info file. (#1310)
ghost
mentioned this pull request
Oct 6, 2016
dafeder
pushed a commit
that referenced
this pull request
Apr 24, 2020
* Export harvest source node view panels * Set dkan_dataset branch to "harvest_source_page" * Add dkan_harvest (harvest_source_page) to make file * Export field_harvest_source_ref search_api config * Add facets to the harvest source node_view panel * Update style for the harvest source view page Use the .pane-block class for the top sidebar block. * Update linked dkan_harvest and dkan_dataset branches * Add Harvest Behat tests from upstream * Those tests were submitted in #1125 * Add harvest behat custom steps List of added steps: * Given The :machine_name source is harvested * Given I should see a harvest event log table * Then the harvest event log table should have :number row(s) * Add Harvest Event log tests Also fixes some issue related to harvest source data entry. * Remove superfluous @here tag * Update search index after harvesting a source * Add behat test for the harvest source page * updated composer.json to remove error to execute test and update dkan harvest test to check information into dataset nodes #CIVIC-3125 * Add selection rule to harvest panel * Add harvest form styles * Fix dkan make pointing to wrong branches * Add harvest_source permissions to dkan_permissions * Civic 2686 harvested datasets (#1290) * Export harvest source node view panels * Set dkan_dataset branch to "harvest_source_page" * Add dkan_harvest (harvest_source_page) to make file * Export field_harvest_source_ref search_api config * Add facets to the harvest source node_view panel * Update style for the harvest source view page Use the .pane-block class for the top sidebar block. * Update linked dkan_harvest and dkan_dataset branches * Add Harvest Behat tests from upstream * Those tests were submitted in #1125 * Add harvest behat custom steps List of added steps: * Given The :machine_name source is harvested * Given I should see a harvest event log table * Then the harvest event log table should have :number row(s) * Add Harvest Event log tests Also fixes some issue related to harvest source data entry. * Update dkanextensions hash in composer.lock * Remove superfluous @here tag * Update search index after harvesting a source * Add behat test for the harvest source page * updated composer.json to remove error to execute test and update dkan harvest test to check information into dataset nodes #CIVIC-3125 * Fixed styles on harvest source form. * Manually merge * Add selection rule to harvest panel * Update make file * Fixed tests * Remove table steps * Update drupal-org.make * Update composer and harvest source tests * Update tests * Point back to harvest_dkan_integration branch * Add dkan_harvest and dkan_migrate_base to modules/dkan instead of contrib. Add modules to .info file. (#1310) * Update source node layout to use correct block * Fix overly general panel padding * Fix missing quote in drupa-org.make * Add harvest source content type to datset search index and search view * Update search results tpl for harvest sources and add notes to source node display * Add css for alert-completed message * Fixed dkan_dataset branch on makefile. * Included batch context for tests. * Added custom step to check the status of an associated harvest content. * Updated tests. * Modified custom harvest step. * Moved HarvestSource Context to dkanextension. * Updated dkanextension branch. * Fixed merge error on makefile. * Updated dkanextension * Updated dkanextension * Reverted composer.lock to an older version. * Reverted composer.lock and updated dkanextension. * Fixed tests. * Updated dkanextension * Updated tests. * Updated tests * Updated dkanextension. * Updated tests. * Added DKAN Harvest module into DKAN Core. * Fixed typo on code comment. * Reverted dkanextension. * Update drupal-org.make
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is the cleaned version of the dkan harvest branch.
PR Dependencies