Feature #9700
closedRelease 3.2.0 Process
100%
Description
- Upgrade Lavoisier Version
- Create Tables from the model in production : VoYearlyValidation
- Import data into this table
Updated by L'Orphelin Cyril almost 10 years ago
- remove the part : created_at=NEW.created_at
- announce it into the broadcast : alarm age behaviour
Updated by L'Orphelin Cyril almost 10 years ago
Add csi properties related to RT
########################### ##### RT API ############# ####################### rt.ticketdetails=https://user:pwd@rt.egi.eu/security/REST/1.0/ticket/ rt.listtickets=https://user:pwd@rt.egi.eu/security/REST/1.0/search/ticket?query=Queue=%2727%27%20AND%20%28%20Status%20=%20%27new%27%20OR%20Status%20=%20%27open%27%20%29&user=service-security&pass=say4bluehammer
Updated by L'Orphelin Cyril almost 10 years ago
Upgrade the version of Lavoisier
Updated by L'Orphelin Cyril almost 10 years ago
Take last version of the project.yml (rt details and oracle connection)
Updated by L'Orphelin Cyril almost 10 years ago
Enable creation and update of tickets on RT production system
Updated by L'Orphelin Cyril almost 10 years ago
Execute doctrine command and SLQ tasks
php symfony doctrine:generate-module --env="test" CsiProblemGroup
php symfony doctrine:create-model-tables --env="test" CsiProblemGroup
php symfony op:execute-sql-statements CsiProblemGroupRelations --env="test"
php symfony op:execute-sql-statements CsiProblemGroup --env="test"
Updated by L'Orphelin Cyril almost 10 years ago
L'Orphelin Cyril wrote:
Execute doctrine command and SLQ tasks
php symfony doctrine:generate-module --env="prod" CsiProblemGroup
php symfony doctrine:create-model-tables --env="prod" CsiProblemGroupphp symfony op:execute-sql-statements CsiProblemGroupRelations --env="prod"
php symfony op:execute-sql-statements CsiProblemGroup --env="prod"
Updated by Frébault Pierre almost 10 years ago
- Remove verification to voms enrollment url in VoRegistration;
https://forge.in2p3.fr/issues/9142
Updated by Frébault Pierre almost 10 years ago
- Add cron for voValidation :
https://forge.in2p3.fr/issues/8823
Updated by Frébault Pierre almost 10 years ago
- Subject changed from Release 3.1.3 Process to Release 3.2.0 Process
Updated by L'Orphelin Cyril almost 10 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100