Merge pull request #459 from loopbackio/codeowners

chore: add @marioestradarosa as codeowners
This commit is contained in:
Diana Lau 2021-11-23 15:21:32 -05:00 committed by GitHub
commit 3da25aed4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 25 deletions

View File

@ -1,21 +0,0 @@
language: node_js
node_js:
- "10"
- "12"
- "14"
# Xenial build environment comes with MySQL 5.7
dist: xenial
services:
- mysql
env:
global:
- MYSQL_HOST=localhost
- MYSQL_PORT=3306
- MYSQL_USER=test
- MYSQL_PASSWORD=test
before_install:
- mysql -u root -e "CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';"
- mysql -e "use mysql; update user set authentication_string=PASSWORD('test') where User='test'; update user set plugin='mysql_native_password';FLUSH PRIVILEGES;"
- mysql -e "GRANT ALL PRIVILEGES ON *.* TO 'test'@'localhost' WITH GRANT OPTION;FLUSH PRIVILEGES;"
- mysql -e "GRANT SUPER ON *.* TO 'test'@'localhost' IDENTIFIED BY 'test';FLUSH PRIVILEGES;"

View File

@ -2,9 +2,8 @@
# Each line is a file pattern followed by one or more owners,
# the last matching pattern has the most precedence.
# Core team members from IBM
* @jannyHou @dhmlau @emonddr
# Core team members
* @dhmlau @marioestradarosa
# Alumni
#
# @kjdelisle @loay @ssh24 @virkt25 @b-admike
# @kjdelisle @loay @ssh24 @virkt25 @b-admike @emonddr @jannyHou