Guillem Jover
e099b045cd
TT#19710 Use parent instead of base
...
The latter is very heavy-weight and its use is discouraged.
Change-Id: I05fd8d0f75db2c572035c4b81a8861711199b3a0
8 years ago
Guillem Jover
fc4598e8b8
TT#19710 Add AUTHOR and LICENSE POD sections
...
This has been injected with a sed script of the following form:
,--- pod.sed ---
$a\
=head1 AUTHOR\
…\
=head1 LICENSE\
…
`---
Change-Id: I09bee06296199d2b2db7bd1bfbf50dc174ed90f2
8 years ago
Gerhard Jungwirth
dfb9215b1b
TT#23775 do not load TryCatch
...
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
8 years ago
Gerhard Jungwirth
824bb3102b
TT#23774 remove Moose completely
...
and clean up the dependencies by throwing out libraries we
don't use
Change-Id: Ia88a9d9f9d6744178ee382fb4a2311c1608cef32
8 years ago
Rene Krenn
6dbc911d7f
TT#12311 DateTime::Format::MySQL, safe for leap seconds
...
Change-Id: Id65aa4e39fc0e40e9b97c45c6aeca70f52acad6a
8 years ago
Kirill Solomko
8c8c3fe9c3
TT#18776 add support to use a custom schema config file
...
* to use a custom schema config file:
NGCP::Schema->new->connect({ config_file => 'filepath' });
* it requires to look as:
<config opt1="op1" opt2="opt2">
<ngcp_connect_info>
dsn...
</ngcp_connect_info>
</config>
Change-Id: I704ac7adfd9b1ecd431b4f51e76dc662711b69ae
8 years ago
Andreas Granig
27f3ff5b27
MT#16985 Add CentralSchema for interceptions.
...
Change-Id: I55e90dbe363d15837efc73bb0d70c0f2c05ef845
10 years ago
Andreas Granig
ce027db188
MT#16465 Remove Moose and others where possible
...
Change-Id: I904160e13fe0bb0608ee672c6b294ec2cd7dbed8
10 years ago
Kirill Solomko
24fb9b55fe
MT#8547 - Remove smartmatch usage
11 years ago
Gerhard Jungwirth
31dfb3d9df
MT#6559 remove usage of CLASS
...
so in a future step we can remove this from
Sipwise::Base
11 years ago
Andreas Granig
d8618f7f66
Prepare 2.007 for 3.1 release.
12 years ago
Andreas Granig
63645dfb29
Bump version to 2.006.
12 years ago
Gerhard Jungwirth
09355217f9
2.005
12 years ago
Andreas Granig
936fd2a248
Revert lazy-loading to make master work again.
12 years ago
Lars Dieckow
00d63587da
delay loading classes until manually registered
...
force load admins source, needed for Plugin::Authentication config in NGCP/Panel.pm
12 years ago
Lars Dieckow
e69deb1e85
2.004
12 years ago
Lars Dieckow
e972a19fc7
2.003
12 years ago
Lars Dieckow
644ee12d63
relicense GPL3+
12 years ago
Lars Dieckow
f564ceee08
2.002
12 years ago
Lars Dieckow
6a0c28d4dc
2.001
12 years ago
Andreas Granig
c0182df990
Use own ResultSet with Helper::ResultSet.
...
This is required to use union() on result sets.
12 years ago
Lars Dieckow
5a24e0bd2a
2.000
12 years ago
Gerhard Jungwirth
7948bc9f7f
rename the config location for the DBIC connect_info
...
otherwise the changes will conflict with the configuration of ossbss
12 years ago
Andreas Granig
4c17ac19b9
Add relation from p.voip_subscriber to b.contract.
...
A provisioning.voip_subscriber belongs to a billing.contract.
12 years ago
Andreas Granig
6f9a565758
Add another voip_subscribers relation.
...
This one points from provisioning.voip_subscribers to billing.voip_subscribers.
12 years ago
Andreas Granig
cab6831e40
Add manual voip_subscribers relation.
12 years ago
Lars Dieckow
548f367acf
wip
12 years ago
Lars Dieckow
4dafc973b9
1.003
12 years ago
Lars Dieckow
837e675fac
1.002
12 years ago
Lars Dieckow
921f8189b0
1.001
12 years ago
Lars Dieckow
bf7bff193f
db connect info from config file
12 years ago
Lars Dieckow
f8f770f8d7
dependency injection
12 years ago
Lars Dieckow
a0be037d0c
one layer of indirection missing
12 years ago
Lars Dieckow
a081dddc42
handle domains
12 years ago
Lars Dieckow
3c448229bb
first dump including distro skeleton files
12 years ago