Skip to content
log in
ENABLE AUTO REFRESH
Jenkins
μStories 2021 - Team A
JSF
#96
Back to Project
Status
Changes
Console Output
View Build Information
Executed Mojos
See Fingerprints
Previous Build
Next Build
Changes
Summary
tsk72 Renames Topics enum to Topic (
details
)
Commit e33ef22ebef63bb8f346dbfe1337ce2d81c84eb9 by
miguel.ferreiro.diaz
tsk72 Renames Topics enum to Topic
Changes the name of Topics entity to Topic.
service/src/main/java/es/uvigo/esei/dgss/teama/microstories/service/StoryService.java
tests/src/main/java/es/uvigo/esei/dgss/teama/microstories/entities/StoriesDataset.java
domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/StoryTest.java
domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Topics.java
service/src/test/java/es/uvigo/esei/dgss/teama/microstories/service/test/StoryServiceIntegrationTest.java
domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Topic.java
jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/StoryManagedBean.java
jsf/src/main/java/es/uvigo/esei/dgss/teama/microstories/jsf/UserManagedBean.java
rest/src/main/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResource.java
rest/src/test/java/es/uvigo/esei/dgss/teama/microstories/rest/StoryResourceRestTest.java
domain/src/main/java/es/uvigo/esei/dgss/teama/microstories/domain/Story.java
domain/src/test/java/es/uvigo/esei/dgss/teama/microstories/domain/entities/UserTest.java