Page MenuHomePhorge

Make lipsum project generator also fill in project description
ClosedPublic

Authored by aklapper on Feb 29 2024, 15:23.
Tags
None
Referenced Files
F2936058: D25545.1737897254.diff
Sat, Jan 25, 13:14
F2933004: D25545.1737750919.diff
Thu, Jan 23, 20:35
F2929375: D25545.1737654703.diff
Wed, Jan 22, 17:51
F2929374: D25545.1737654701.diff
Wed, Jan 22, 17:51
F2927029: D25545.1737645759.diff
Wed, Jan 22, 15:22
F2926932: D25545.1737644047.diff
Wed, Jan 22, 14:54
F2921143: D25545.1737553169.diff
Tue, Jan 21, 13:39
F2915107: D25545.1737444826.diff
Mon, Jan 20, 07:33

Details

Summary

./bin/lipsum allows to fill up a Phorge instance with bogus data for testing. When creating a project, the code creates a project title, project status, random subscribers/members and picks a random project creator, but does not set a project description.

Make this code also set a project description (which is implemented as a custom field).

Closes T15748

Test Plan
  • On the CLI, use ./bin/lipsum generate projects to create a bogus project.
  • In the web browser, go to /project/query/all/ and open the project page of the recently created bogus project: See no project description.
  • Apply this change.
  • On the CLI, use ./bin/lipsum generate projects to create another bogus project.
  • In the web browser, go to /project/query/all/ and open the project page of the recently created bogus project: See a random project description.

Diff Detail

Repository
rP Phorge
Branch
lipsumProjectDescT15748 (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 1081
Build 1081: arc lint + arc unit