-
Notifications
You must be signed in to change notification settings - Fork 70
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
VA-277: Add component library structure and docs #2
VA-277: Add component library structure and docs #2
Conversation
…y directory structure and docs
@@ -0,0 +1,8 @@ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we take this file out of the mix?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, removed in last commit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice catch @ethanteague
* Clear all drupal caches | ||
*/ | ||
gulp.task('clearcache', function(done) { | ||
return cp.spawn('lando', ['drush'], ['cache-rebuild'], {stdio: 'inherit'}) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome, @acabouet.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
VAGOV-3888 Update security permissions test.
* VAGOV-5834: Remove inline entity form widgets. (#560) * VAGOV-5857: Adding all flags to config. (#561) * VAGOV-000: Empty commit for devops test to trigger CD to DEV. * VAGOV-5827 Use PROD SSO metadata and endpoint. * VAGOV-5827 Remove SSOi simplesaml_php module enable from staging. This effectively removes enabling from all environments, but keeps the config if we do enable it manually. We are enabling manually on PROD for a dark deployment as we need to confirm with IAM team that it is working and they can wrap up their work. We have some follow up work to do to get existing accounts linked to new SSOi federated logins so we don't duplicate accounts. * VAGOV-000: Empty commit for devops test to trigger CD to DEV. #2 * VAGOV-5827 Enable SSO on PROD.
* VAGOV-5834: Remove inline entity form widgets. (#560) * VAGOV-5857: Adding all flags to config. (#561) * VAGOV-000: Empty commit for devops test to trigger CD to DEV. * VAGOV-5827 Use PROD SSO metadata and endpoint. * VAGOV-5827 Remove SSOi simplesaml_php module enable from staging. This effectively removes enabling from all environments, but keeps the config if we do enable it manually. We are enabling manually on PROD for a dark deployment as we need to confirm with IAM team that it is working and they can wrap up their work. We have some follow up work to do to get existing accounts linked to new SSOi federated logins so we don't duplicate accounts. * VAGOV-000: Empty commit for devops test to trigger CD to DEV. #2 * VAGOV-5827 Enable SSO on PROD.
No description provided.