Skip to content
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

[DDS-72] Add bay_monitoring #2

Merged
merged 4 commits into from
Sep 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion bay_platform_dependencies.install
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,11 @@ function bay_platform_dependencies_update_8001() {
}
}
}
}
}

/**
* Enable bay_monitoring.
*/
function bay_platform_dependencies_update_8002() {
\Drupal::service('module_installer')->install(['bay_monitoring']);
}
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"drupal/redis": "^1.0",
"drupal/smtp": "^1.2",
"dpc-sdp/tide_logs": "1.0.0",
"dpc-sdp/bay_monitoring": "^1.0",
"cweagans/composer-patches": "^1.7"
},
"config": {
Expand Down Expand Up @@ -40,6 +41,11 @@
"drupal/section_purger": {
"type": "git",
"url": "https://git.drupalcode.org/issue/section_purge-3227034.git"
},
"dpc-sdp/bay_monitoring": {
"no-api": true,
"type": "vcs",
"url": "https://github.com/dpc-sdp/bay_monitoring.git"
}
},
"minimum-stability": "dev",
Expand Down