since it's not used in the codebase of NGCP::Schema and it has Moose
as a dependency. With this change, Moose will not be loaded as a dependency
of NGCP::Schema at all.
Change-Id: I01cb68486395e68fc1519b61ff86f5972bd283f8
relation ends to implement performance-critical joins
of the form "sipwise_mam.username =
concat(voip_subscriber.username,'@',voip_domain.domain)"
are added to provisionin_voip_subscriber, to
have proper on-clause operands in place (and prevent
"unknown column .. in on clause" error in an elegant
way).
resultset require to join voip_domain explicitly.
Change-Id: I4e20c4232f73c7e4286b96da5ded73455a417131
Several of the dependencies were just transitional ones, required by
libsipwise-base-perl, but that module now properly depends on anything
it requires itself, so we do not need to specify them here. In addition
some were remnants from when that module was using those dependencies,
but that is not the case anymore.
Change-Id: I40f701bad5a66dad0e6cf3d1984472f557a093f0
- Use canonical homepage URL.
- Bump debhelper compatibility to 9.
- Bump Standards-Version to 3.9.8.
- Bump source format to 3.0 (native).
- Wrap and sort debian/control fields.
- Update copyright years.
- Add missing #DEBHELPER# tokens to maintscripts.
- Use correct balanced quotes in error message.
Change-Id: Iad1ea6e2fc6181f7cc3bca7c50b7b1b12a6a4d5c
* GROUP only by contract_id in the billing_mapping
INNER JOIN to have only 1 record per contract_id
with the most recent start_time
- (if there is only one record with NULL start_time
(the default one) it is properly fetched
Change-Id: I0d312eb6685d109e99affd91249ae312d919a59d
Module::Build was debundled from the perl dist recently:
| % corelist Module::Build
|
| Data for 2015-02-14
| Module::Build was first released with perl v5.9.4, deprecated (will be CPAN-only) in v5.19.0 and removed from v5.21.0
|
| Data for 2015-02-14
| was not in CORE (or so I think)
Fixes:
| Can't locate Module/Build.pm in @INC (you may need to install the Module::Build module) (@INC contains: . /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1 /usr/lib/x86_64-linux-gnu/perl5/5.24
/usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at Build.PL line 1.
NOTE: sorting changes take place because of wrap-and-sort (or
to be more precise its lack by previous committers)
Change-Id: I9e854c3bf9c38125d7c5b7bbf6951210975f6358