Release 2.35 (#5470)
* open up API for plugins by removing internal * use constants in entity column definition * simplified entity management API * bump packages * allow installing assets and run database migrations independently * bump to apidoc-bundle 5 * do not duplicate http method in API operationId * new security entries in Open API definition * changed API UI provider for Swagger to Stoplight, improved endpoint titles, hide internal endpoints * deactivate swagger json endpoint
This commit is contained in:
@@ -14,7 +14,6 @@ use App\Entity\Activity;
|
||||
/**
|
||||
* Object used to unify the access to budget data in charts.
|
||||
*
|
||||
* @internal do not use in plugins, no BC promise given!
|
||||
* @method Activity getEntity()
|
||||
*/
|
||||
class ActivityBudgetStatisticModel extends BudgetStatisticModel
|
||||
|
||||
@@ -14,8 +14,6 @@ use App\Model\Statistic\BudgetStatistic;
|
||||
|
||||
/**
|
||||
* Object used to unify the access to budget data in charts.
|
||||
*
|
||||
* @internal do not use in plugins, no BC promise given!
|
||||
*/
|
||||
class BudgetStatisticModel implements BudgetStatisticModelInterface
|
||||
{
|
||||
|
||||
@@ -9,9 +9,6 @@
|
||||
|
||||
namespace App\Model;
|
||||
|
||||
/**
|
||||
* @internal do not use in plugins, no BC promise given!
|
||||
*/
|
||||
interface BudgetStatisticModelInterface
|
||||
{
|
||||
public function isMonthlyBudget(): bool;
|
||||
|
||||
@@ -14,7 +14,6 @@ use App\Entity\Customer;
|
||||
/**
|
||||
* Object used to unify the access to budget data in charts.
|
||||
*
|
||||
* @internal do not use in plugins, no BC promise given!
|
||||
* @method Customer getEntity()
|
||||
*/
|
||||
class CustomerBudgetStatisticModel extends BudgetStatisticModel
|
||||
|
||||
@@ -14,7 +14,6 @@ use App\Entity\Project;
|
||||
/**
|
||||
* Object used to unify the access to budget data in charts.
|
||||
*
|
||||
* @internal do not use in plugins, no BC promise given!
|
||||
* @method Project getEntity()
|
||||
*/
|
||||
class ProjectBudgetStatisticModel extends BudgetStatisticModel
|
||||
|
||||
Reference in New Issue
Block a user