- Add admin_views to features master in data_config
- Update to dkan version 1.13.7
- Fix ODSM Memory Error #402
- Add documentation for behat context parameters #425
- Cleanup settings.php #247
- Add seckit module to dkan_starter #413
- Update to dkan version 1.13.4
- Add check for resources to avoid errors when pruning #279
- Switch to yaml format for default makefiles #258
- Patched memcache to fix call to undefined object.
- Add role_watchdog #304
- Add role_watchdog module
- Support htaccess in public file directory #232
- Fix fast import tests when fast import is disabled in config.yml #233
- Fix notice about undefined constant CI. #233
- Upgrade DKAN to version 1.13.3 PR#220
- Upgrade DKAN to version 1.13.2 PR#136
- Added patch on DKAN to include modifications made on PR#1795.
- Update dkan acquia cache settings #118
- Added patches on DKAN to include modifications made on PR#1766 and PR#1788.
- Fix pass NULL in data_config_enabled_modules() #109
- Do not disable dkan_sitewide_demo_front via script #110
- Added 'no-main-menu' tag on tests #112
- Added patches on DKAN to include modifications made on PR#1769, PR#1761 and PR#1763
- Update the 1.13 upgrade script #107
- Remake with dkan 7.x-1.131 #106
- Add example.config.yml on update. #103
- Fix
ahoy drush custom-libs
#102 - Fix backup database reuse #98
- Fixed homepage conversion call on upgrade script #100
- Remake with dkan 7.x-1.13 #96
- Make skip_tags configurable. #90
- Remove INSTALL and README files from sites. #94
- Upgrade dkan to 1.13.beta #57
- Enable dkan-workflow via config.yml #92
- Fix broken search index brakes DB pruning script #91
- Only fail the build on circle (not probo) #75
- Make git ignore asset files folder #80
- Add registry_rebuild to CircleCi environment #89
- Fix extra spaces in
ahoy dkan uli
output #86 - Fix circle.rb script - #74
- Add sql-drop step before database import #72
- Fix broken template #69
- Fix
ahoy build new
#63 - Update remote.ahoy.yml #64
- Fix http to https redirects #65
- Clean up db when vis_entity modules are disabled #66
- Add drupal extension patch for some custom tests. #67
- Make circle.yml configurable via config.yml #68
- Always allow cli access #56
- Update dkan version to 7.x-1.12.13 https://github.com/NuCivic/dkan/releases/tag/7.x-1.12.13
- Recolection of customize dkan docs #47
- Adds support for private files if available in s3 backup #49
- Fix ahoy build update. #50
- Typo in ahoy utils files-link #51
- Add troubleshooting steps when container doesn't start #52
- Fix
ahoy build custom libs
not working. #53
- Disable shield module on local instance #23
- Fix QA password not set #24
- Refactor
ahoy build update
for re-use #27 - Relink
ahoy custom
commands #28 - Fix data_config_modules_disabled() exception when module missing #32
- Fix
ahoy build config
compatibility bug with Linux #39 - Fix
ahoy build custom
not work for single modules #43 - Allow config for Google Analytic #44
- Avoid indexing when dkan_acquia_search_solr is not installed. #46
- Update dkan version to 7.x-1.12.12 #45
- Remake dkan (#146)
- Fix data_config deployment issue (#146)
- Change CircleCI settings (#146)
- Add "lt" environment map #144
- Update nucivic-ahoy #143
- Disabled clamav by default. REF #140
- New config/config.yml param:
default: clamav
- Set cron_safe_threshold to 0 so it only runs from Jenkins
- Remove new relic automatic settings #97
- Allow multiple tests via
ahoy dkan test
#126, GetDKAN/dkan#1351 - Remove .ahoy unnecessary deploy steps: nucivic/nucivic-ahoy#92
- Update dkan to version 1.12.10
- Fix broken dkan update: GetDKAN/dkan#1283
- Updated dkan version to 1.12.9
- Added fast_file configuration setup via 'fast_file' config/config.yml
- Added 'https_everywhere' configuration
- Added stage_file_proxy configuration
- Add new id for search servers
- Remake dkan at 1.12.8 with release-1-12 patch
- Added securepages configuration
- Acquia solr search not using correct server.
- config.yml (root level to store ata_starter specific metadata/and defaults)
- Remake dkan at 1.12.7 with release-1-12 patch
- Versioning scheme (drop 7.x)
- Unnecessary custom_config deps and info section
ahoy build custom
breaks if invalid custom.make
ahoy build custom
breaks if invalid custom.make
- Skip more custom tests.
- Patches broken panalizer update.
- Updated DKAN to fix topics issue.
- Updated settings.acquia.php to include correct solr server name.
- Updated ahoy tools.
- assets/.htacess
- Symlink from docroot/.htacess to config/.htaccess
- added default
config/.htaccess
- Fixed more failing tests in DKAN.
- Updated ahoy tools.
ahoy build new
does not throw ambiguous error when no argument is passed.
- Fixed upgraded hooks.
- Updated ahoy tools.
ahoy site config
now does not clobber custom .htaccess.
- Patches
dkan 7.x-1.12.6
, skips custom tests. - Patches
dkan 7.x-1.12.6
, fix tests break because configured not installed.
ahoy site setup
now builds dynamic drush alias usingahoy site name
site rebuild
now usessite update-data-starter
site remake
only does a full remake if it runs within a Data Starter working copycustom.make
no longer included frombuild.make
site custom
recipe to run drush make againstcustom.make
site new
now is only available if it runs within a Data Starter working copysite dkan
only updates dkan if it runs within a Data Starter working copysite update-data-starter
now places a working copy at.data_starter_private
to speed up the update process (.gitignore is updated to ignore the folder)site update-data-starter
prunes the working copy in.data_starter_private
in advance to simplify the rsync copy
ahoy site config
takes configuration inconfig/config.yml
and generatesconfig/config.php
- Sample
config/config.yml
added:
default:
hostname: localhost
https_everywhere: FALSE
acquia:
subscription: 'professional'
dev:
base_url: http://devurl
core_id: changeme
derived_key: changeme
test:
base_url: http://testurl
core_id: changeme
derived_key: changeme
ra:
base_url: http://testurl
core_id: changeme
derived_key: changeme
prod:
base_url: http://produrl
core_id: changeme
derived_key: changeme
- A symlink has been added from
hooks/common/post-code-deploy/deploy.sh -> drush-env-switch.sh
for backwards compatibility.
drush/aliases.local.php
now defines an alias for data_starter that's used on cirle ciahoy site setup
creates a symlink to/var/www/docroot
if it's run on circleconfig/config.php
is now part of the data_starter codebasedevinci_custom_environment_switch
function has been moved fromsettins.php
tosettings.nucivic.php
drush-env-switch.sh
deployment hook script now uses passed insite
andenv
variables to run deployment.ahoy custom setup/deploy
now callahoy ci setup/deploy
oob.ahoy ci deploy
now calls the acquia hook deployment script and the deployment script runs a environment force switchahoy site update-data-starter
has been modified so that it excludes any changes toprojects/modules/custom
or toassets/sites/default/settings.php
ahoy site config
will trigger not just the config.php generation but potentially any site specific changes that can be applied via the templatesconfig/template
do toconfig.yml
- Updates dkan to 7.x-1.12.3.0
ahoy custom setup
andahoy custom deploy
now trigger ci commands
ahoy site setup
to fixfind: unknown predicate -exec=cp'
- Only makes acquia solr available in solr environments
- Updates ahoy tools
- Adds dkan health status module to codebase
- Features master array related errors
- Better Solr handled logic
- Better memcache integration handling in
assets/sites/default/settings.php
- Updates dkan to 7.x-1.12.2