Log Monitor

Component type

module

Maintenance status

Development status

Component created

Component changed

Log monitor allows you to configure specific conditions and actions for log messages. For example, send an immediate email when 'Module A' logs an error with severity 'Critical'. This module is currently in active development and is not ready to be used in any form.

Search API Solr Pro

Component type

module

Categories

Maintenance status

Development status

Downloads

265

Component created

Component changed

search_api_solr_pro

Module extension to prevent the entities being loaded from solr results in views by a query setting.

Motivation:

The well know module search_api_solr (https://www.drupal.org/project/search_api_solr) force the entities to beign loaded from the solr results in views, ignoring if the user only want to display specific fields that are already indexed in solr. In that case we can improve the performance of view generation avoiding the load of the entities.

Config Auto Export

Component type

module

Maintenance status

Development status

Downloads

152

Component created

Component changed

This module detects changes to the configuration system and exports those changes into a configurable directory of your choice. In addition to that it is able to fire a POST request with parameters to a http service that you configure which can then react to those configuration changes.

Use case

Imagine procution servers which are deployed fully automatically and configured securely such that none if the directories are writeable except public and private storage areas.

Drupal Security Warning for Composer

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This Composer plugin will display a warning when users install or update Drupal packages (via Composer) that are not supported by the Drupal Security team, as per the Security Advisory Policy.

Example

Installing or updating a "non-covered" Drupal package via composer install will display:

IoT - Dashboard

Component type

module

Maintenance status

Development status

Component created

Component changed

A generic dashboard application based on JavaScript, HTML and CSS that runs in modern browsers. A server is only used to serve the dashboard files. Simply arrange and configure widgets to display data from any data source - not limited to Internet of Things.

A plugin API that allows easy widget and data source development to keep the dashboard as extensible as possible. All plugins are loaded securely in sandboxed iFrames.

Singleton

Component type

module

Categories

Maintenance status

Development status

Downloads

214

Component created

Component changed

Description

This module utilizes the Singleton design pattern inspired by petrknap/php-singleton
PHP library through composer. This module is only an API to allow you to utilize singletons
for classes you create and does not provide any UI or CLI.

How to use

In your PHP class

Hook Rebuild

Component type

module

Categories

Maintenance status

Development status

Downloads

39

Component created

Component changed

A Drupal 7 polyfill for the core hook_rebuild() added in Drupal 8

hook_rebuild() is called after a flush of all Drupal cache's allowing implementing modules to rebuild any required data structures using fresh data that is known to be pulled direct from it's data source.