-
-
03 Feb 2018 19:30:28 UTC
- Distribution: CPAN-Testers-Backend
- Module version: 0.005
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (12)
- Testers (47 / 9 / 92)
- Kwalitee
Bus factor: 1- 40.29% Coverage
- License: perl_5
- Perl: v5.24.0
- Activity
24 month- Tools
- Download (30.07KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Beam::Minion
- Beam::Runner
- Beam::Wire
- CPAN::Testers::Report
- CPAN::Testers::Schema
- DBI
- Data::FlexSerializer
- Getopt::Long
- Import::Base
- JSON::MaybeXS
- Log::Any
- Metabase::User::Profile
- Minion
- Minion::Backend::SQLite
- Minion::Backend::mysql
- Sereal
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
CPAN::Testers::Backend::Migrate::MetabaseUsers - Migrate old metabase users to new table for metabase lookups
VERSION
version 0.005
SYNOPSIS
beam run <container> <service>
DESCRIPTION
This task migrates the users in the
metabase.tester_emails
table to thecpanstats.metabase_user
table. This makes these users available to the CPAN::Testers::Schema for when new Metabase reports come in.Only the latest name and e-mail address for a given Metabase resource GUID will be migrated.
ATTRIBUTES
metabase_dbh
The DBI object connected to the
metabase
database.schema
The CPAN::Testers::Schema to write users to.
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install CPAN::Testers::Backend, copy and paste the appropriate command in to your terminal.
cpanm CPAN::Testers::Backend
perl -MCPAN -e shell install CPAN::Testers::Backend
For more information on module installation, please visit the detailed CPAN module installation guide.