Skip to content

Instantly share code, notes, and snippets.

@hepaestus
Created January 23, 2020 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hepaestus/a9da412cc4bee8b5bc6ca3dfde032fd1 to your computer and use it in GitHub Desktop.
Save hepaestus/a9da412cc4bee8b5bc6ca3dfde032fd1 to your computer and use it in GitHub Desktop.
$ jhipster info
INFO! Using JHipster version installed globally
INFO! Executing jhipster:info
INFO! Options: from-cli: true
Welcome to the JHipster Information Sub-Generator
##### **JHipster Version(s)**
```
/home/pete
├── UNMET DEPENDENCY generator-jhipster@6.5.1
└─┬ generator-jhipster-multitenancy@2.0.1
└── UNMET DEPENDENCY generator-jhipster@6.2.0
```
##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder**
<details>
<summary>.yo-rc.json file</summary>
<pre>
{
"generator-jhipster": {
"promptValues": {
"packageName": "com.odysseysystems"
},
"jhipsterVersion": "6.4.1",
"applicationType": "monolith",
"baseName": "offerLetter",
"packageName": "com.odysseysystems",
"packageFolder": "com/odysseysystems",
"serverPort": "8080",
"authenticationType": "oauth2",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": "elasticsearch",
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSwaggerCodegen": true,
"jwtSecretKey": "bXktc2VjcmV0LXRva2VuLXRvLWNoYW5nZS1pbi1wcm9kdWN0aW9uLWFuZC10by1rZWVwLWluLWEtc2VjdXJlLXBsYWNl",
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "cyborg",
"clientThemeVariant": "primary",
"testFrameworks": [],
"jhiPrefix": "jhi",
"entitySuffix": "",
"dtoSuffix": "DTO",
"otherModules": [
{
"name": "generator-jhipster-social-login-api",
"version": "0.0.1"
},
{
"name": "generator-jhipster-multitenancy",
"version": "2.0.1"
}
],
"enableTranslation": false,
"blueprints": [
{
"name": "generator-jhipster-multitenancy",
"version": "2.0.1"
}
]
},
"generator-jhipster-multitenancy": {
"tenantChangelogDate": "20191001193117",
"jhipsterVersion": "6.2.0",
"applicationType": "monolith",
"baseName": "OfferLetter",
"packageName": "com.odysseysystems",
"packageFolder": "com/odysseysystems",
"serverPort": "8080",
"authenticationType": "oauth2",
"cacheProvider": "ehcache",
"enableHibernateCache": true,
"websocket": false,
"databaseType": "sql",
"devDatabaseType": "mysql",
"prodDatabaseType": "mysql",
"searchEngine": "elasticsearch",
"messageBroker": false,
"serviceDiscoveryType": "eureka",
"buildTool": "maven",
"enableSwaggerCodegen": true,
"enableTranslation": false,
"useSass": true,
"clientPackageManager": "npm",
"clientFramework": "angularX",
"clientTheme": "none",
"clientThemeVariant": "",
"tenantName": "Company",
"tenantAwareEntities": [
"Candidate",
"Offer",
"Approval",
"OfferSignature",
"CompiledOffer",
"OfferContent",
"DefaultOfferContent",
"Attachments",
"Paragraph",
"ParagraphPlacement",
"SpecialConditions",
"EmailSystemConfig",
"EmailConfiguration",
"Recipient",
"CompanyContact",
"Offer",
"OfficeLocation",
"PositionDescription",
"OfferContent",
"DefaultOfferContent",
"EmailConfiguration",
"CompanyContact",
"Candidate",
"Approval",
"OfferSignature",
"CompiledOffer",
"Attachments",
"Paragraph",
"ParagraphPlacement",
"SpecialConditions",
"EmailSystemConfig",
"Recipient",
"Creator"
]
}
}
</pre>
</details>
##### **JDL for the Entity configuration(s) `entityName.json` files generated in the `.jhipster` directory**
<details>
<summary>JDL entity definitions</summary>
<pre>
entity Company {
companyName String,
companyDescription String
}
entity Candidate {
salutation String,
firstName String,
lastName String,
email String,
address1 String,
address2 String,
city String,
state String,
archive Boolean,
postalCode String
}
entity Offer {
positionID String,
offerName String,
uniqueLinkID String,
startingDate LocalDate,
expirationDate LocalDate,
description String,
archived Boolean
}
entity Approval {
ready Boolean,
compliance Boolean,
finalreview Boolean,
rejected Boolean,
reason TextBlob,
requestor String
}
entity OfferSignature {
dateSigned LocalDate,
fullName String,
signature AnyBlob,
message TextBlob,
accepted Boolean
}
entity CompiledOffer {
finishedOffer AnyBlob
}
entity OfferContent {
offerDate LocalDate,
startingDate LocalDate,
dutyLocation String,
programOffice String,
includeProgramOffice Boolean,
weeklyHours String,
wages Long,
flsaCategory String,
minClearance String,
includeMinClearance Boolean,
positionTitle String,
reportsTo String,
description String,
salary Boolean,
archive Boolean
}
entity DefaultOfferContent {
subject String,
companyName String,
footer TextBlob,
header TextBlob,
logo ImageBlob,
description String,
welcomeText TextBlob,
specialCondText TextBlob
}
entity Attachments {
description String,
attachment AnyBlob
}
entity Paragraph {
paragraphText TextBlob,
paragraphName String
}
entity ParagraphPlacement {
order Long
}
entity SpecialConditions {
conditionDescription String,
condition TextBlob
}
entity EmailSystemConfig {
secretKey AnyBlob,
serviceAccountID String,
serviceAccountUser String
}
entity EmailConfiguration {
type String,
content TextBlob,
subject String
}
entity Recipient {
type String,
address String
}
entity CompanyContact {
firstName String,
lastName String,
department String,
phoneNumber String,
email String,
office String,
title String,
type String
}
entity OfficeLocation {
name String,
description String,
address1 String,
address2 String,
city String,
state String,
country String,
type String,
priority Long
}
entity PositionDescription {
name String,
description TextBlob,
salaryHigh Long,
salaryLow Long,
wagesHigh Long,
wagesLow Long,
useSalaryBand Boolean
}
entity Creator {
department String,
phone String,
office String,
title String,
type String
}
relationship OneToOne {
Company{emailSystemConfig} to EmailSystemConfig{company},
Company{defaultOfferContent} to DefaultOfferContent,
Offer{offerSignature} to OfferSignature{offer},
Offer{compiledOffer} to CompiledOffer{offer},
Offer{approval} to Approval{offer},
Creator{user(login)} to User
}
relationship OneToMany {
Company{candidate} to Candidate{company(name) required},
OfferContent{offer} to Offer{offerContent},
Creator{offer} to Offer{creator(name)},
OfficeLocation{offerContent} to OfferContent{officeLocation},
PositionDescription{offerContent} to OfferContent{positionDescription},
Company{defaultOfferContent} to DefaultOfferContent{company(name) required},
ParagraphPlacement{paragraph} to Paragraph{paragraphPlacement},
Company{emailConfiguration} to EmailConfiguration{company},
Company{companyContact} to CompanyContact{company}
}
relationship ManyToOne {
Offer{candidate} to Candidate,
Offer{company(name) required} to Company,
OfferContent{company(name) required} to Company,
Creator{company required} to Company
}
relationship ManyToMany {
OfferContent{paragraph} to Paragraph{offerContent},
OfferContent{attachments} to Attachments{offerContent},
OfferContent{specialConditions} to SpecialConditions{offerContent},
EmailConfiguration{recipient} to Recipient{emailConfiguration}
}
service Candidate, Offer, OfferContent, DefaultOfferContent, Creator with serviceClass
search Candidate, Offer, OfferContent, DefaultOfferContent, Creator with elasticsearch
</pre>
</details>
##### **Environment and Tools**
openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment (build 11.0.5+10-post-Ubuntu-0ubuntu1.1)
OpenJDK 64-Bit Server VM (build 11.0.5+10-post-Ubuntu-0ubuntu1.1, mixed mode, sharing)
git version 2.20.1
node: v10.16.0
npm: 6.13.6
yeoman: 3.1.1
yarn: 1.15.2
Docker version 19.03.2, build 6a30dfca03
docker-compose version 1.23.2, build unknown
INFO! Congratulations, JHipster execution is complete!
OfferLetter $ jhipster upgrade
INFO! Using JHipster version installed globally
INFO! Executing jhipster:upgrade
INFO! Options: from-cli: true
Welcome to the JHipster Upgrade Sub-Generator
This will upgrade your current application codebase to the latest JHipster version
✔ Checking for new blueprint versions
Looking for latest generator-jhipster-multitenancy version...
2.1.2
✔ New generator-jhipster-multitenancy version found: undefined
✔ Done checking for new version for blueprint generator-jhipster-multitenancy
✔ Done checking for new version of blueprints
Looking for latest generator-jhipster version...
Looking for latest generator-jhipster version...
6.6.0
✔ New generator-jhipster version found: 6.6.0
info git rev-parse -q --is-inside-work-tree
true
✔ Git repository detected
info git status --porcelain
AD .editorconfig
AD .gitattributes
AD .github/workflows/google.yml
AD .gitignore
AD .huskyrc
A .jhipster/Approval.json
A .jhipster/Attachments.json
A .jhipster/Candidate.json
A .jhipster/Company.json
A .jhipster/CompanyContact.json
A .jhipster/CompiledOffer.json
A .jhipster/Creator.json
A .jhipster/DefaultOfferContent.json
A .jhipster/EmailConfiguration.json
A .jhipster/EmailSystemConfig.json
A .jhipster/Offer.json
A .jhipster/OfferContent.json
A .jhipster/OfferSignature.json
A .jhipster/OfficeLocation.json
A .jhipster/Paragraph.json
A .jhipster/ParagraphPlacement.json
A .jhipster/PositionDescription.json
A .jhipster/Recipient.json
A .jhipster/SpecialConditions.json
A .mvn/wrapper/MavenWrapperDownloader.java
A .mvn/wrapper/maven-wrapper.jar
A .mvn/wrapper/maven-wrapper.properties
AD .prettierignore
AD .prettierrc
A .yo-rc.json
AD README.md
AD angular.json
AD app.yaml
AD jhipster-jdl.jh
AD mvnw
AD mvnw.cmd
AD package.json
AD pom.xml
AD postcss.config.js
AD proxy.conf.json
AD sonar-project.properties
AD src/main/docker/app.yml
AD src/main/docker/central-server-config/README.md
AD src/main/docker/central-server-config/docker-config/application.yml
AD src/main/docker/central-server-config/localhost-config/application.yml
AD src/main/docker/docker-logging.yml
AD src/main/docker/docker-logstash.yml
AD src/main/docker/elasticsearch.yml
AD src/main/docker/grafana/provisioning/dashboards/JVM.json
AD src/main/docker/grafana/provisioning/dashboards/dashboard.yml
AD src/main/docker/grafana/provisioning/datasources/datasource.yml
AD src/main/docker/jhipster-registry.yml
AD src/main/docker/keycloak.yml
AD src/main/docker/monitoring.yml
AD src/main/docker/mysql.yml
AD src/main/docker/prometheus/prometheus.yml
AD src/main/docker/realm-config/jhipster-realm.bak.json
AD src/main/docker/realm-config/jhipster-realm.json
AD src/main/docker/realm-config/jhipster-users-0.json
AD src/main/docker/sonar.yml
AD src/main/docker/swagger-editor.yml
AD src/main/java/com/odysseysystems/ApplicationWebXml.java
AD src/main/java/com/odysseysystems/OfferLetterApp.java
AD src/main/java/com/odysseysystems/aop/company/ApprovalAspect.java
AD src/main/java/com/odysseysystems/aop/company/ApprovalCustomAspect.java
AD src/main/java/com/odysseysystems/aop/company/AttachmentsAspect.java
AD src/main/java/com/odysseysystems/aop/company/AuthorityAspect.java
AD src/main/java/com/odysseysystems/aop/company/CandidateAspect.java
AD src/main/java/com/odysseysystems/aop/company/CompanyAspect.java
AD src/main/java/com/odysseysystems/aop/company/CompanyContactAspect.java
AD src/main/java/com/odysseysystems/aop/company/CompiledOfferAspect.java
AD src/main/java/com/odysseysystems/aop/company/CreatorAspect.java
AD src/main/java/com/odysseysystems/aop/company/DefaultOfferContentAspect.java
AD src/main/java/com/odysseysystems/aop/company/EmailConfigurationAspect.java
AD src/main/java/com/odysseysystems/aop/company/EmailSystemConfigAspect.java
AD src/main/java/com/odysseysystems/aop/company/OfferAspect.java
AD src/main/java/com/odysseysystems/aop/company/OfferContentAspect.java
AD src/main/java/com/odysseysystems/aop/company/OfferCustomApspect.java
AD src/main/java/com/odysseysystems/aop/company/OfferSignatureAspect.java
AD src/main/java/com/odysseysystems/aop/company/OfficeLocationAspect.java
AD src/main/java/com/odysseysystems/aop/company/ParagraphAspect.java
AD src/main/java/com/odysseysystems/aop/company/ParagraphPlacementAspect.java
AD src/main/java/com/odysseysystems/aop/company/PositionDescriptionAspect.java
AD src/main/java/com/odysseysystems/aop/company/RecipientAspect.java
AD src/main/java/com/odysseysystems/aop/company/SpecialConditionsAspect.java
AD src/main/java/com/odysseysystems/aop/company/UserAspect.java
AD src/main/java/com/odysseysystems/aop/logging/LoggingAspect.java
AD src/main/java/com/odysseysystems/config/ApplicationProperties.java
AD src/main/java/com/odysseysystems/config/AsyncConfiguration.java
AD src/main/java/com/odysseysystems/config/CacheConfiguration.java
AD src/main/java/com/odysseysystems/config/CloudDatabaseConfiguration.java
AD src/main/java/com/odysseysystems/config/Constants.java
AD src/main/java/com/odysseysystems/config/DatabaseConfiguration.java
AD src/main/java/com/odysseysystems/config/DateTimeFormatConfiguration.java
AD src/main/java/com/odysseysystems/config/DefaultProfileUtil.java
AD src/main/java/com/odysseysystems/config/ElasticsearchConfiguration.java
AD src/main/java/com/odysseysystems/config/JacksonConfiguration.java
AD src/main/java/com/odysseysystems/config/LiquibaseConfiguration.java
AD src/main/java/com/odysseysystems/config/LocaleConfiguration.java
AD src/main/java/com/odysseysystems/config/LoggingAspectConfiguration.java
AD src/main/java/com/odysseysystems/config/LoggingConfiguration.java
AD src/main/java/com/odysseysystems/config/SecurityConfiguration.java
AD src/main/java/com/odysseysystems/config/WebConfigurer.java
AD src/main/java/com/odysseysystems/config/audit/AuditEventConverter.java
AD src/main/java/com/odysseysystems/config/audit/package-info.java
AD src/main/java/com/odysseysystems/config/package-info.java
AD src/main/java/com/odysseysystems/domain/AbstractAuditingEntity.java
AD src/main/java/com/odysseysystems/domain/Approval.java
AD src/main/java/com/odysseysystems/domain/Attachments.java
AD src/main/java/com/odysseysystems/domain/Authority.java
AD src/main/java/com/odysseysystems/domain/Candidate.java
AD src/main/java/com/odysseysystems/domain/Company.java
AD src/main/java/com/odysseysystems/domain/CompanyContact.java
AD src/main/java/com/odysseysystems/domain/CompanyParameter.java
AD src/main/java/com/odysseysystems/domain/CompiledOffer.java
AD src/main/java/com/odysseysystems/domain/Creator.java
AD src/main/java/com/odysseysystems/domain/DefaultOfferContent.java
AD src/main/java/com/odysseysystems/domain/EmailConfiguration.java
AD src/main/java/com/odysseysystems/domain/EmailSystemConfig.java
AD src/main/java/com/odysseysystems/domain/Offer.java
AD src/main/java/com/odysseysystems/domain/OfferContent.java
AD src/main/java/com/odysseysystems/domain/OfferLetterMailException.java
AD src/main/java/com/odysseysystems/domain/OfferSignature.java
AD src/main/java/com/odysseysystems/domain/OfficeLocation.java
AD src/main/java/com/odysseysystems/domain/Paragraph.java
AD src/main/java/com/odysseysystems/domain/ParagraphPlacement.java
AD src/main/java/com/odysseysystems/domain/PersistentAuditEvent.java
AD src/main/java/com/odysseysystems/domain/PositionDescription.java
AD src/main/java/com/odysseysystems/domain/Recipient.java
AD src/main/java/com/odysseysystems/domain/SpecialConditions.java
AD src/main/java/com/odysseysystems/domain/User.java
AD src/main/java/com/odysseysystems/domain/package-info.java
AD src/main/java/com/odysseysystems/pojo/GMailAttachment.java
AD src/main/java/com/odysseysystems/repository/ApprovalRepository.java
AD src/main/java/com/odysseysystems/repository/AttachmentsRepository.java
AD src/main/java/com/odysseysystems/repository/AuthorityRepository.java
AD src/main/java/com/odysseysystems/repository/CandidateCustomRepository.java
AD src/main/java/com/odysseysystems/repository/CandidateRepository.java
AD src/main/java/com/odysseysystems/repository/CompanyContactRepository.java
AD src/main/java/com/odysseysystems/repository/CompanyRepository.java
AD src/main/java/com/odysseysystems/repository/CompiledOfferCustomRepository.java
AD src/main/java/com/odysseysystems/repository/CompiledOfferRepository.java
AD src/main/java/com/odysseysystems/repository/CreatorRepository.java
AD src/main/java/com/odysseysystems/repository/CustomAuditEventRepository.java
AD src/main/java/com/odysseysystems/repository/DefaultOfferContentCustomRepository.java
AD src/main/java/com/odysseysystems/repository/DefaultOfferContentRepository.java
AD src/main/java/com/odysseysystems/repository/EmailConfigurationRepository.java
AD src/main/java/com/odysseysystems/repository/EmailSystemConfigRepository.java
AD src/main/java/com/odysseysystems/repository/OfferContentCustomRepository.java
AD src/main/java/com/odysseysystems/repository/OfferContentRepository.java
AD src/main/java/com/odysseysystems/repository/OfferCustomRepository.java
AD src/main/java/com/odysseysystems/repository/OfferRepository.java
AD src/main/java/com/odysseysystems/repository/OfferSignatureRepository.java
AD src/main/java/com/odysseysystems/repository/OfficeLocationRepository.java
AD src/main/java/com/odysseysystems/repository/ParagraphPlacementRepository.java
AD src/main/java/com/odysseysystems/repository/ParagraphRepository.java
AD src/main/java/com/odysseysystems/repository/PersistenceAuditEventRepository.java
AD src/main/java/com/odysseysystems/repository/PositionDescriptionRepository.java
AD src/main/java/com/odysseysystems/repository/RecipientRepository.java
AD src/main/java/com/odysseysystems/repository/SpecialConditionsRepository.java
AD src/main/java/com/odysseysystems/repository/UserRepository.java
AD src/main/java/com/odysseysystems/repository/package-info.java
AD src/main/java/com/odysseysystems/repository/search/ApprovalSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/AttachmentsSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/CandidateSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/CompanyContactSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/CompanySearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/CompiledOfferSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/CreatorSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/DefaultOfferContentSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/EmailConfigurationSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/EmailSystemConfigSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/OfferContentSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/OfferSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/OfferSignatureSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/OfficeLocationSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/ParagraphPlacementSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/ParagraphSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/PositionDescriptionSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/RecipientSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/SpecialConditionsSearchRepository.java
AD src/main/java/com/odysseysystems/repository/search/package-info.java
AD src/main/java/com/odysseysystems/resource/GMailMessageResource.java
AD src/main/java/com/odysseysystems/resource/GoogleCredentialResource.java
AD src/main/java/com/odysseysystems/security/AuthoritiesConstants.java
AD src/main/java/com/odysseysystems/security/SecurityUtils.java
AD src/main/java/com/odysseysystems/security/SpringSecurityAuditorAware.java
AD src/main/java/com/odysseysystems/security/UserNotActivatedException.java
AD src/main/java/com/odysseysystems/security/oauth2/AudienceValidator.java
AD src/main/java/com/odysseysystems/security/oauth2/JwtAuthorityExtractor.java
AD src/main/java/com/odysseysystems/security/oauth2/OAuthIdpTokenResponseDTO.java
AD src/main/java/com/odysseysystems/security/package-info.java
AD src/main/java/com/odysseysystems/service/ApprovalCustomService.java
AD src/main/java/com/odysseysystems/service/ApprovalService.java
AD src/main/java/com/odysseysystems/service/AttachmentsService.java
AD src/main/java/com/odysseysystems/service/AuditEventService.java
AD src/main/java/com/odysseysystems/service/CandidateCustomService.java
AD src/main/java/com/odysseysystems/service/CandidateService.java
AD src/main/java/com/odysseysystems/service/CompanyContactService.java
AD src/main/java/com/odysseysystems/service/CompanyService.java
AD src/main/java/com/odysseysystems/service/CompiledOfferCustomService.java
AD src/main/java/com/odysseysystems/service/CompiledOfferService.java
AD src/main/java/com/odysseysystems/service/CreatorService.java
AD src/main/java/com/odysseysystems/service/DefaultOfferContentCustomService.java
AD src/main/java/com/odysseysystems/service/DefaultOfferContentService.java
AD src/main/java/com/odysseysystems/service/ElasticsearchIndexService.java
AD src/main/java/com/odysseysystems/service/EmailConfigurationCustomService.java
AD src/main/java/com/odysseysystems/service/EmailConfigurationService.java
AD src/main/java/com/odysseysystems/service/EmailSystemConfigService.java
AD src/main/java/com/odysseysystems/service/GMailService.java
AD src/main/java/com/odysseysystems/service/MailService.java
AD src/main/java/com/odysseysystems/service/OfferContentCustomService.java
AD src/main/java/com/odysseysystems/service/OfferContentService.java
AD src/main/java/com/odysseysystems/service/OfferCustomService.java
AD src/main/java/com/odysseysystems/service/OfferService.java
AD src/main/java/com/odysseysystems/service/OfferSignatureCustomService.java
AD src/main/java/com/odysseysystems/service/OfferSignatureService.java
AD src/main/java/com/odysseysystems/service/OfficeLocationService.java
AD src/main/java/com/odysseysystems/service/ParagraphPlacementService.java
AD src/main/java/com/odysseysystems/service/ParagraphService.java
AD src/main/java/com/odysseysystems/service/PositionDescriptionService.java
AD src/main/java/com/odysseysystems/service/RecipientService.java
AD src/main/java/com/odysseysystems/service/SpecialConditionsService.java
AD src/main/java/com/odysseysystems/service/UserService.java
AD src/main/java/com/odysseysystems/service/dto/PasswordChangeDTO.java
AD src/main/java/com/odysseysystems/service/dto/UserDTO.java
AD src/main/java/com/odysseysystems/service/dto/package-info.java
AD src/main/java/com/odysseysystems/service/mapper/UserMapper.java
AD src/main/java/com/odysseysystems/service/mapper/package-info.java
AD src/main/java/com/odysseysystems/service/package-info.java
AD src/main/java/com/odysseysystems/service/util/FreeMarkerUtil.java
AD src/main/java/com/odysseysystems/service/util/PdfDocumentWriter.java
AD src/main/java/com/odysseysystems/service/util/PdfUtil.java
AD src/main/java/com/odysseysystems/service/util/RandomUtil.java
AD src/main/java/com/odysseysystems/service/util/VelocityUtil.java
AD src/main/java/com/odysseysystems/web/controller/PdfCreationController.java
AD src/main/java/com/odysseysystems/web/rest/AccountResource.java
AD src/main/java/com/odysseysystems/web/rest/ApprovalCustomResource.java
AD src/main/java/com/odysseysystems/web/rest/ApprovalResource.java
AD src/main/java/com/odysseysystems/web/rest/AttachmentsResource.java
AD src/main/java/com/odysseysystems/web/rest/AuditResource.java
AD src/main/java/com/odysseysystems/web/rest/AuthInfoResource.java
AD src/main/java/com/odysseysystems/web/rest/CandidateCustomResource.java
AD src/main/java/com/odysseysystems/web/rest/CandidateResource.java
AD src/main/java/com/odysseysystems/web/rest/ClientForwardController.java
AD src/main/java/com/odysseysystems/web/rest/CompanyContactResource.java
AD src/main/java/com/odysseysystems/web/rest/CompanyResource.java
AD src/main/java/com/odysseysystems/web/rest/CompiledOfferResource.java
AD src/main/java/com/odysseysystems/web/rest/CreatorResource.java
AD src/main/java/com/odysseysystems/web/rest/DefaultOfferContentResource.java
AD src/main/java/com/odysseysystems/web/rest/DisplayOfferResource.java
AD src/main/java/com/odysseysystems/web/rest/ElasticsearchIndexResource.java
AD src/main/java/com/odysseysystems/web/rest/EmailConfigurationResource.java
AD src/main/java/com/odysseysystems/web/rest/EmailSystemConfigResource.java
AD src/main/java/com/odysseysystems/web/rest/GmailResource.java
AD src/main/java/com/odysseysystems/web/rest/LogoutResource.java
AD src/main/java/com/odysseysystems/web/rest/OfferContentCustomResource.java
AD src/main/java/com/odysseysystems/web/rest/OfferContentResource.java
AD src/main/java/com/odysseysystems/web/rest/OfferCustomResource.java
AD src/main/java/com/odysseysystems/web/rest/OfferResource.java
AD src/main/java/com/odysseysystems/web/rest/OfferSignatureCustomResource.java
AD src/main/java/com/odysseysystems/web/rest/OfferSignatureResource.java
AD src/main/java/com/odysseysystems/web/rest/OfficeLocationResource.java
AD src/main/java/com/odysseysystems/web/rest/ParagraphPlacementResource.java
AD src/main/java/com/odysseysystems/web/rest/ParagraphResource.java
AD src/main/java/com/odysseysystems/web/rest/PositionDescriptionResource.java
AD src/main/java/com/odysseysystems/web/rest/RecipientResource.java
AD src/main/java/com/odysseysystems/web/rest/SpecialConditionsResource.java
AD src/main/java/com/odysseysystems/web/rest/UserResource.java
AD src/main/java/com/odysseysystems/web/rest/errors/BadRequestAlertException.java
AD src/main/java/com/odysseysystems/web/rest/errors/ErrorConstants.java
AD src/main/java/com/odysseysystems/web/rest/errors/ExceptionTranslator.java
AD src/main/java/com/odysseysystems/web/rest/errors/FieldErrorVM.java
AD src/main/java/com/odysseysystems/web/rest/errors/package-info.java
AD src/main/java/com/odysseysystems/web/rest/package-info.java
AD src/main/java/com/odysseysystems/web/rest/vm/KeyAndPasswordVM.java
AD src/main/java/com/odysseysystems/web/rest/vm/LoginVM.java
AD src/main/java/com/odysseysystems/web/rest/vm/ManagedUserVM.java
AD src/main/java/com/odysseysystems/web/rest/vm/package-info.java
AD src/main/jib/entrypoint.sh
AD src/main/resources/application.properties
AD src/main/resources/banner.txt
AD src/main/resources/config/application-dev.yml
AD src/main/resources/config/application-prod.yml
AD src/main/resources/config/application-tls.yml
AD src/main/resources/config/application.yml
AD src/main/resources/config/bootstrap-prod.yml
AD src/main/resources/config/bootstrap.yml
AD src/main/resources/config/liquibase/changelog/00000000000000_initial_schema.xml
AD src/main/resources/config/liquibase/changelog/20190816185956_added_entity_Candidate.xml
AD src/main/resources/config/liquibase/changelog/20190816185956_added_entity_constraints_Candidate.xml
AD src/main/resources/config/liquibase/changelog/20190816185956_added_many_to_many_join_tables.xml
AD src/main/resources/config/liquibase/changelog/20190816185957_added_entity_Offer.xml
AD src/main/resources/config/liquibase/changelog/20190816185957_added_entity_constraints_Offer.xml
AD src/main/resources/config/liquibase/changelog/20190816185958_added_entity_constraints_Approval.xml
AD src/main/resources/config/liquibase/changelog/20190816185959_added_entity_constraints_OfferSignature.xml
AD src/main/resources/config/liquibase/changelog/20190816190000_added_entity_constraints_CompiledOffer.xml
AD src/main/resources/config/liquibase/changelog/20190816190001_added_entity_OfferContent.xml
AD src/main/resources/config/liquibase/changelog/20190816190001_added_entity_constraints_OfferContent.xml
AD src/main/resources/config/liquibase/changelog/20190816190002_added_entity_DefaultOfferContent.xml
AD src/main/resources/config/liquibase/changelog/20190816190002_added_entity_constraints_DefaultOfferContent.xml
AD src/main/resources/config/liquibase/changelog/20190816190003_added_entity_constraints_Attachments.xml
AD src/main/resources/config/liquibase/changelog/20190816190004_added_entity_constraints_Paragraph.xml
AD src/main/resources/config/liquibase/changelog/20190816190005_added_entity_constraints_ParagraphPlacement.xml
AD src/main/resources/config/liquibase/changelog/20190816190006_added_entity_constraints_SpecialConditions.xml
AD src/main/resources/config/liquibase/changelog/20190816190007_added_entity_constraints_EmailSystemConfig.xml
AD src/main/resources/config/liquibase/changelog/20190816190008_added_entity_constraints_EmailConfiguration.xml
AD src/main/resources/config/liquibase/changelog/20190816190009_added_entity_constraints_Recipient.xml
AD src/main/resources/config/liquibase/changelog/20190816190010_added_entity_constraints_CompanyContact.xml
AD src/main/resources/config/liquibase/changelog/20191001193117__user_Company_constraints.xml
AD src/main/resources/config/liquibase/changelog/20191001193117_added_entity_Company.xml
AD src/main/resources/config/liquibase/changelog/20191001193117_added_entity_constraints_Company.xml
AD src/main/resources/config/liquibase/changelog/20191001193407_added_entity_Candidate.xml
AD src/main/resources/config/liquibase/changelog/20191001193409_added_entity_Approval.xml
AD src/main/resources/config/liquibase/changelog/20191001193410_added_entity_OfferSignature.xml
AD src/main/resources/config/liquibase/changelog/20191001193411_added_entity_CompiledOffer.xml
AD src/main/resources/config/liquibase/changelog/20191001193413_added_entity_DefaultOfferContent.xml
AD src/main/resources/config/liquibase/changelog/20191001193414_added_entity_Attachments.xml
AD src/main/resources/config/liquibase/changelog/20191001193415_added_entity_Paragraph.xml
AD src/main/resources/config/liquibase/changelog/20191001193416_added_entity_ParagraphPlacement.xml
AD src/main/resources/config/liquibase/changelog/20191001193417_added_entity_SpecialConditions.xml
AD src/main/resources/config/liquibase/changelog/20191001193418_added_entity_EmailSystemConfig.xml
AD src/main/resources/config/liquibase/changelog/20191001193419_added_entity_EmailConfiguration.xml
AD src/main/resources/config/liquibase/changelog/20191001193420_added_entity_Recipient.xml
AD src/main/resources/config/liquibase/changelog/20191001193421_added_entity_CompanyContact.xml
AD src/main/resources/config/liquibase/changelog/20191029193940_added_entity_OfficeLocation.xml
AD src/main/resources/config/liquibase/changelog/20191029193940_added_entity_constraints_OfficeLocation.xml
AD src/main/resources/config/liquibase/changelog/20191029193941_added_entity_PositionDescription.xml
AD src/main/resources/config/liquibase/changelog/20191029193941_added_entity_constraints_PositionDescription.xml
AD src/main/resources/config/liquibase/changelog/20191118161725_changelog.xml
AD src/main/resources/config/liquibase/changelog/20191212175303_added_entity_Creator.xml
AD src/main/resources/config/liquibase/changelog/20191212175303_added_entity_constraints_Creator.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816185956_added_entity_Candidate.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816185958_added_entity_Approval.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816185959_added_entity_OfferSignature.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190000_added_entity_CompiledOffer.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190003_added_entity_Attachments.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190004_added_entity_Paragraph.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190005_added_entity_ParagraphPlacement.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190006_added_entity_SpecialConditions.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190007_added_entity_EmailSystemConfig.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190008_added_entity_EmailConfiguration.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190009_added_entity_Recipient.xml
AD src/main/resources/config/liquibase/changelog/archived/20190816190010_added_entity_CompanyContact.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193139_added_entity_Company.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193407_added_entity_constraints_Candidate.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193408_added_entity_Offer.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193408_added_entity_constraints_Offer.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193409_added_entity_constraints_Approval.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193410_added_entity_constraints_OfferSignature.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193411_added_entity_constraints_CompiledOffer.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193412_added_entity_OfferContent.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193412_added_entity_constraints_OfferContent.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193413_added_entity_constraints_DefaultOfferContent.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193414_added_entity_constraints_Attachments.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193415_added_entity_constraints_Paragraph.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193416_added_entity_constraints_ParagraphPlacement.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193417_added_entity_constraints_SpecialConditions.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193418_added_entity_constraints_EmailSystemConfig.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193419_added_entity_constraints_EmailConfiguration.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193420_added_entity_constraints_Recipient.xml
AD src/main/resources/config/liquibase/changelog/archived/20191001193421_added_entity_constraints_CompanyContact.xml
AD src/main/resources/config/liquibase/data/authority.csv
AD src/main/resources/config/liquibase/data/user.csv
AD src/main/resources/config/liquibase/data/user_authority.csv
AD src/main/resources/config/liquibase/fake-data/MM_email_configuration_recipient.csv
AD src/main/resources/config/liquibase/fake-data/MM_offer_content_attachments.csv
AD src/main/resources/config/liquibase/fake-data/MM_offer_content_paragraph.csv
AD src/main/resources/config/liquibase/fake-data/MM_offer_content_special_conditions.csv
AD src/main/resources/config/liquibase/fake-data/approval.csv
AD src/main/resources/config/liquibase/fake-data/attachments.csv
AD src/main/resources/config/liquibase/fake-data/blob/allpto.txt
AD src/main/resources/config/liquibase/fake-data/blob/benefits.pdf
AD src/main/resources/config/liquibase/fake-data/blob/blanktext.txt
AD src/main/resources/config/liquibase/fake-data/blob/compiledoffer.pdf
AD src/main/resources/config/liquibase/fake-data/blob/emailconfig1.txt
AD src/main/resources/config/liquibase/fake-data/blob/emailconfig2.txt
AD src/main/resources/config/liquibase/fake-data/blob/emailconfig3.txt
AD src/main/resources/config/liquibase/fake-data/blob/emailconfig4.txt
AD src/main/resources/config/liquibase/fake-data/blob/footer.txt
AD src/main/resources/config/liquibase/fake-data/blob/header.txt
AD src/main/resources/config/liquibase/fake-data/blob/hipster.png
AD src/main/resources/config/liquibase/fake-data/blob/hipster.txt
AD src/main/resources/config/liquibase/fake-data/blob/ody-offer-letter.p12
AD src/main/resources/config/liquibase/fake-data/blob/ody.png
AD src/main/resources/config/liquibase/fake-data/blob/paragraph1.txt
AD src/main/resources/config/liquibase/fake-data/blob/paragraph2.txt
AD src/main/resources/config/liquibase/fake-data/blob/paragraph3.txt
AD src/main/resources/config/liquibase/fake-data/blob/paragraph4.txt
AD src/main/resources/config/liquibase/fake-data/blob/paragraph5.txt
AD src/main/resources/config/liquibase/fake-data/blob/paragraph6.txt
AD src/main/resources/config/liquibase/fake-data/blob/paragraph7.txt
AD src/main/resources/config/liquibase/fake-data/blob/special.txt
AD src/main/resources/config/liquibase/fake-data/blob/subvet.png
AD src/main/resources/config/liquibase/fake-data/blob/welcome.txt
AD src/main/resources/config/liquibase/fake-data/candidate.csv
AD src/main/resources/config/liquibase/fake-data/company.csv
AD src/main/resources/config/liquibase/fake-data/company_contact.csv
AD src/main/resources/config/liquibase/fake-data/compiled_offer.csv
AD src/main/resources/config/liquibase/fake-data/creator.csv
AD src/main/resources/config/liquibase/fake-data/default_offer_content.csv
AD src/main/resources/config/liquibase/fake-data/email_configuration.csv
AD src/main/resources/config/liquibase/fake-data/email_system_config.csv
AD src/main/resources/config/liquibase/fake-data/offer.csv
AD src/main/resources/config/liquibase/fake-data/offer_content.csv
AD src/main/resources/config/liquibase/fake-data/offer_signature.csv
AD src/main/resources/config/liquibase/fake-data/office_location.csv
AD src/main/resources/config/liquibase/fake-data/paragraph.csv
AD src/main/resources/config/liquibase/fake-data/paragraph_placement.csv
AD src/main/resources/config/liquibase/fake-data/position_description.csv
AD src/main/resources/config/liquibase/fake-data/recipient.csv
AD src/main/resources/config/liquibase/fake-data/special_conditions.csv
AD src/main/resources/config/liquibase/master.xml
AD src/main/resources/config/tls/keystore.p12
AD src/main/resources/i18n/messages.properties
AD src/main/resources/logback-spring.xml
AD src/main/resources/ody-offer-letter.p12
AD src/main/resources/swagger/api.yml
AD src/main/resources/templates/declined_overlay.png
AD src/main/resources/templates/declined_overlay_500x500.png
AD src/main/resources/templates/error.html
AD src/main/resources/templates/mail/activationEmail.html
AD src/main/resources/templates/mail/creationEmail.html
AD src/main/resources/templates/mail/passwordResetEmail.html
AD src/main/resources/templates/offer-letter-pdf.html
AD src/main/resources/templates/paragraphs.html
AD src/main/resources/templates/specialConditions.html
AD src/main/resources/templates/test-template.html
AD src/main/webapp/404.html
AD src/main/webapp/WEB-INF/web.xml
AD src/main/webapp/app/account/activate/activate.component.html
AD src/main/webapp/app/account/activate/activate.service.ts
AD src/main/webapp/app/account/index.ts
AD src/main/webapp/app/account/password-reset/finish/password-reset-finish.component.html
AD src/main/webapp/app/account/password-reset/finish/password-reset-finish.service.ts
AD src/main/webapp/app/account/password-reset/init/password-reset-init.component.html
AD src/main/webapp/app/account/password-reset/init/password-reset-init.component.ts
AD src/main/webapp/app/account/password-reset/init/password-reset-init.route.ts
AD src/main/webapp/app/account/password-reset/init/password-reset-init.service.ts
AD src/main/webapp/app/account/password/password-strength-bar.component.ts
AD src/main/webapp/app/account/password/password-strength-bar.scss
AD src/main/webapp/app/account/password/password.component.html
AD src/main/webapp/app/account/password/password.component.ts
AD src/main/webapp/app/account/password/password.route.ts
AD src/main/webapp/app/account/password/password.service.ts
AD src/main/webapp/app/account/register/register.component.html
AD src/main/webapp/app/account/register/register.service.ts
AD src/main/webapp/app/account/settings/settings.component.html
AD src/main/webapp/app/account/settings/settings.component.ts
AD src/main/webapp/app/account/settings/settings.route.ts
AD src/main/webapp/app/admin/admin.module.ts
AD src/main/webapp/app/admin/admin.route.ts
AD src/main/webapp/app/admin/audits/audit-data.model.ts
AD src/main/webapp/app/admin/audits/audit.model.ts
AD src/main/webapp/app/admin/audits/audits.component.html
AD src/main/webapp/app/admin/audits/audits.component.ts
AD src/main/webapp/app/admin/audits/audits.route.ts
AD src/main/webapp/app/admin/audits/audits.service.ts
AD src/main/webapp/app/admin/configuration/configuration.component.html
AD src/main/webapp/app/admin/configuration/configuration.component.ts
AD src/main/webapp/app/admin/configuration/configuration.route.ts
AD src/main/webapp/app/admin/configuration/configuration.service.ts
AD src/main/webapp/app/admin/docs/docs.component.html
AD src/main/webapp/app/admin/docs/docs.component.ts
AD src/main/webapp/app/admin/docs/docs.route.ts
AD src/main/webapp/app/admin/elasticsearch-reindexer/elasticsearch-reindexer-modal.component.html
AD src/main/webapp/app/admin/elasticsearch-reindexer/elasticsearch-reindexer-modal.component.ts
AD src/main/webapp/app/admin/elasticsearch-reindexer/elasticsearch-reindexer.component.html
AD src/main/webapp/app/admin/elasticsearch-reindexer/elasticsearch-reindexer.component.scss
AD src/main/webapp/app/admin/elasticsearch-reindexer/elasticsearch-reindexer.component.ts
AD src/main/webapp/app/admin/elasticsearch-reindexer/elasticsearch-reindexer.route.ts
AD src/main/webapp/app/admin/elasticsearch-reindexer/elasticsearch-reindexer.service.ts
AD src/main/webapp/app/admin/health/health-modal.component.html
AD src/main/webapp/app/admin/health/health-modal.component.ts
AD src/main/webapp/app/admin/health/health.component.html
AD src/main/webapp/app/admin/health/health.component.ts
AD src/main/webapp/app/admin/health/health.route.ts
AD src/main/webapp/app/admin/health/health.service.ts
AD src/main/webapp/app/admin/index.ts
AD src/main/webapp/app/admin/logs/log.model.ts
AD src/main/webapp/app/admin/logs/logs.component.html
AD src/main/webapp/app/admin/logs/logs.component.ts
AD src/main/webapp/app/admin/logs/logs.route.ts
AD src/main/webapp/app/admin/logs/logs.service.ts
AD src/main/webapp/app/admin/metrics/metrics.component.html
AD src/main/webapp/app/admin/metrics/metrics.component.ts
AD src/main/webapp/app/admin/metrics/metrics.route.ts
AD src/main/webapp/app/admin/metrics/metrics.service.ts
AD src/main/webapp/app/admin/user-management/user-management-delete-dialog.component.html
AD src/main/webapp/app/admin/user-management/user-management-detail.component.html
AD src/main/webapp/app/admin/user-management/user-management-detail.component.ts
AD src/main/webapp/app/admin/user-management/user-management-update.component.html
AD src/main/webapp/app/admin/user-management/user-management.component.html
AD src/main/webapp/app/app-routing.module.ts
AD src/main/webapp/app/app.constants.ts
AD src/main/webapp/app/app.main.ts
AD src/main/webapp/app/app.module.ts
AD src/main/webapp/app/blocks/config/prod.config.ts
AD src/main/webapp/app/blocks/config/uib-pagination.config.ts
AD src/main/webapp/app/blocks/interceptor/auth-expired.interceptor.ts
AD src/main/webapp/app/blocks/interceptor/auth.interceptor.ts
AD src/main/webapp/app/blocks/interceptor/errorhandler.interceptor.ts
AD src/main/webapp/app/blocks/interceptor/notification.interceptor.ts
AD src/main/webapp/app/core/auth/account.service.ts
AD src/main/webapp/app/core/auth/auth-session.service.ts
AD src/main/webapp/app/core/auth/csrf.service.ts
AD src/main/webapp/app/core/auth/state-storage.service.ts
AD src/main/webapp/app/core/auth/user-route-access-service.ts
AD src/main/webapp/app/core/core.module.ts
AD src/main/webapp/app/core/index.ts
AD src/main/webapp/app/core/login/login.service.ts
AD src/main/webapp/app/core/user/account.model.ts
AD src/main/webapp/app/core/user/user.model.ts
AD src/main/webapp/app/core/user/user.service.ts
AD src/main/webapp/app/dashboard/dashboard.component.html
AD src/main/webapp/app/dashboard/dashboard.component.scss
AD src/main/webapp/app/dashboard/dashboard.component.ts
AD src/main/webapp/app/dashboard/dashboard.module.ts
AD src/main/webapp/app/entities/approval/approval-delete-dialog.component.html
AD src/main/webapp/app/entities/approval/approval-delete-dialog.component.ts
AD src/main/webapp/app/entities/approval/approval-detail.component.html
AD src/main/webapp/app/entities/approval/approval-detail.component.ts
AD src/main/webapp/app/entities/approval/approval-update.component.html
AD src/main/webapp/app/entities/approval/approval-update.component.ts
AD src/main/webapp/app/entities/approval/approval.component.html
AD src/main/webapp/app/entities/approval/approval.component.ts
AD src/main/webapp/app/entities/approval/approval.module.ts
AD src/main/webapp/app/entities/approval/approval.route.ts
AD src/main/webapp/app/entities/approval/approval.service.ts
AD src/main/webapp/app/entities/approval/index.ts
AD src/main/webapp/app/entities/attachments/attachments-delete-dialog.component.html
AD src/main/webapp/app/entities/attachments/attachments-delete-dialog.component.ts
AD src/main/webapp/app/entities/attachments/attachments-detail.component.html
AD src/main/webapp/app/entities/attachments/attachments-detail.component.ts
AD src/main/webapp/app/entities/attachments/attachments-update.component.html
AD src/main/webapp/app/entities/attachments/attachments-update.component.ts
AD src/main/webapp/app/entities/attachments/attachments.component.html
AD src/main/webapp/app/entities/attachments/attachments.component.ts
AD src/main/webapp/app/entities/attachments/attachments.module.ts
AD src/main/webapp/app/entities/attachments/attachments.route.ts
AD src/main/webapp/app/entities/attachments/attachments.service.ts
AD src/main/webapp/app/entities/attachments/index.ts
AD src/main/webapp/app/entities/candidate/candidate-delete-dialog.component.html
AD src/main/webapp/app/entities/candidate/candidate-delete-dialog.component.ts
AD src/main/webapp/app/entities/candidate/candidate-detail.component.html
AD src/main/webapp/app/entities/candidate/candidate-detail.component.ts
AD src/main/webapp/app/entities/candidate/candidate-update.component.html
AD src/main/webapp/app/entities/candidate/candidate-update.component.ts
AD src/main/webapp/app/entities/candidate/candidate.component.html
AD src/main/webapp/app/entities/candidate/candidate.component.ts
AD src/main/webapp/app/entities/candidate/candidate.module.ts
AD src/main/webapp/app/entities/candidate/candidate.route.ts
AD src/main/webapp/app/entities/candidate/candidate.service.ts
AD src/main/webapp/app/entities/candidate/index.ts
AD src/main/webapp/app/entities/company-contact/company-contact-delete-dialog.component.html
AD src/main/webapp/app/entities/company-contact/company-contact-delete-dialog.component.ts
AD src/main/webapp/app/entities/company-contact/company-contact-detail.component.html
AD src/main/webapp/app/entities/company-contact/company-contact-detail.component.ts
AD src/main/webapp/app/entities/company-contact/company-contact-update.component.html
AD src/main/webapp/app/entities/company-contact/company-contact-update.component.ts
AD src/main/webapp/app/entities/company-contact/company-contact.component.html
AD src/main/webapp/app/entities/company-contact/company-contact.component.ts
AD src/main/webapp/app/entities/company-contact/company-contact.module.ts
AD src/main/webapp/app/entities/company-contact/company-contact.route.ts
AD src/main/webapp/app/entities/company-contact/company-contact.service.ts
AD src/main/webapp/app/entities/company-contact/index.ts
AD src/main/webapp/app/entities/company/company-delete-dialog.component.html
AD src/main/webapp/app/entities/company/company-delete-dialog.component.ts
AD src/main/webapp/app/entities/company/company-detail.component.html
AD src/main/webapp/app/entities/company/company-detail.component.ts
AD src/main/webapp/app/entities/company/company-update.component.html
AD src/main/webapp/app/entities/company/company-update.component.ts
AD src/main/webapp/app/entities/company/company.component.html
AD src/main/webapp/app/entities/company/company.component.ts
AD src/main/webapp/app/entities/company/company.module.ts
AD src/main/webapp/app/entities/company/company.route.ts
AD src/main/webapp/app/entities/company/company.service.ts
AD src/main/webapp/app/entities/company/index.ts
AD src/main/webapp/app/entities/compiled-offer/compiled-offer-delete-dialog.component.html
AD src/main/webapp/app/entities/compiled-offer/compiled-offer-delete-dialog.component.ts
AD src/main/webapp/app/entities/compiled-offer/compiled-offer-detail.component.html
AD src/main/webapp/app/entities/compiled-offer/compiled-offer-detail.component.ts
AD src/main/webapp/app/entities/compiled-offer/compiled-offer-update.component.html
AD src/main/webapp/app/entities/compiled-offer/compiled-offer-update.component.ts
AD src/main/webapp/app/entities/compiled-offer/compiled-offer.component.html
AD src/main/webapp/app/entities/compiled-offer/compiled-offer.component.ts
AD src/main/webapp/app/entities/compiled-offer/compiled-offer.module.ts
AD src/main/webapp/app/entities/compiled-offer/compiled-offer.route.ts
AD src/main/webapp/app/entities/compiled-offer/compiled-offer.service.ts
AD src/main/webapp/app/entities/compiled-offer/index.ts
AD src/main/webapp/app/entities/creator/creator-delete-dialog.component.html
AD src/main/webapp/app/entities/creator/creator-delete-dialog.component.ts
AD src/main/webapp/app/entities/creator/creator-detail.component.html
AD src/main/webapp/app/entities/creator/creator-detail.component.ts
AD src/main/webapp/app/entities/creator/creator-update.component.html
AD src/main/webapp/app/entities/creator/creator-update.component.ts
AD src/main/webapp/app/entities/creator/creator.component.html
AD src/main/webapp/app/entities/creator/creator.component.ts
AD src/main/webapp/app/entities/creator/creator.module.ts
AD src/main/webapp/app/entities/creator/creator.route.ts
AD src/main/webapp/app/entities/creator/creator.service.ts
AD src/main/webapp/app/entities/default-offer-content/default-offer-content-delete-dialog.component.html
AD src/main/webapp/app/entities/default-offer-content/default-offer-content-delete-dialog.component.ts
AD src/main/webapp/app/entities/default-offer-content/default-offer-content-detail.component.html
AD src/main/webapp/app/entities/default-offer-content/default-offer-content-detail.component.ts
AD src/main/webapp/app/entities/default-offer-content/default-offer-content-update.component.html
AD src/main/webapp/app/entities/default-offer-content/default-offer-content-update.component.ts
AD src/main/webapp/app/entities/default-offer-content/default-offer-content.component.html
AD src/main/webapp/app/entities/default-offer-content/default-offer-content.component.ts
AD src/main/webapp/app/entities/default-offer-content/default-offer-content.module.ts
AD src/main/webapp/app/entities/default-offer-content/default-offer-content.route.ts
AD src/main/webapp/app/entities/default-offer-content/default-offer-content.service.ts
AD src/main/webapp/app/entities/default-offer-content/index.ts
AD src/main/webapp/app/entities/email-configuration/email-configuration-delete-dialog.component.html
AD src/main/webapp/app/entities/email-configuration/email-configuration-delete-dialog.component.ts
AD src/main/webapp/app/entities/email-configuration/email-configuration-detail.component.html
AD src/main/webapp/app/entities/email-configuration/email-configuration-detail.component.ts
AD src/main/webapp/app/entities/email-configuration/email-configuration-update.component.html
AD src/main/webapp/app/entities/email-configuration/email-configuration-update.component.ts
AD src/main/webapp/app/entities/email-configuration/email-configuration.component.html
AD src/main/webapp/app/entities/email-configuration/email-configuration.component.ts
AD src/main/webapp/app/entities/email-configuration/email-configuration.module.ts
AD src/main/webapp/app/entities/email-configuration/email-configuration.route.ts
AD src/main/webapp/app/entities/email-configuration/email-configuration.service.ts
AD src/main/webapp/app/entities/email-configuration/index.ts
AD src/main/webapp/app/entities/email-system-config/email-system-config-delete-dialog.component.html
AD src/main/webapp/app/entities/email-system-config/email-system-config-delete-dialog.component.ts
AD src/main/webapp/app/entities/email-system-config/email-system-config-detail.component.html
AD src/main/webapp/app/entities/email-system-config/email-system-config-detail.component.ts
AD src/main/webapp/app/entities/email-system-config/email-system-config-update.component.html
AD src/main/webapp/app/entities/email-system-config/email-system-config-update.component.ts
AD src/main/webapp/app/entities/email-system-config/email-system-config.component.html
AD src/main/webapp/app/entities/email-system-config/email-system-config.component.ts
AD src/main/webapp/app/entities/email-system-config/email-system-config.module.ts
AD src/main/webapp/app/entities/email-system-config/email-system-config.route.ts
AD src/main/webapp/app/entities/email-system-config/email-system-config.service.ts
AD src/main/webapp/app/entities/email-system-config/index.ts
AD src/main/webapp/app/entities/entity.module.ts
AD src/main/webapp/app/entities/offer-content/index.ts
AD src/main/webapp/app/entities/offer-content/offer-content-delete-dialog.component.html
AD src/main/webapp/app/entities/offer-content/offer-content-delete-dialog.component.ts
AD src/main/webapp/app/entities/offer-content/offer-content-detail.component.html
AD src/main/webapp/app/entities/offer-content/offer-content-detail.component.ts
AD src/main/webapp/app/entities/offer-content/offer-content-update.component.html
AD src/main/webapp/app/entities/offer-content/offer-content-update.component.ts
AD src/main/webapp/app/entities/offer-content/offer-content.component.html
AD src/main/webapp/app/entities/offer-content/offer-content.component.ts
AD src/main/webapp/app/entities/offer-content/offer-content.module.ts
AD src/main/webapp/app/entities/offer-content/offer-content.route.ts
AD src/main/webapp/app/entities/offer-content/offer-content.service.ts
AD src/main/webapp/app/entities/offer-signature/index.ts
AD src/main/webapp/app/entities/offer-signature/offer-signature-delete-dialog.component.html
AD src/main/webapp/app/entities/offer-signature/offer-signature-delete-dialog.component.ts
AD src/main/webapp/app/entities/offer-signature/offer-signature-detail.component.html
AD src/main/webapp/app/entities/offer-signature/offer-signature-detail.component.ts
AD src/main/webapp/app/entities/offer-signature/offer-signature-update.component.html
AD src/main/webapp/app/entities/offer-signature/offer-signature-update.component.ts
AD src/main/webapp/app/entities/offer-signature/offer-signature.component.html
AD src/main/webapp/app/entities/offer-signature/offer-signature.component.ts
AD src/main/webapp/app/entities/offer-signature/offer-signature.module.ts
AD src/main/webapp/app/entities/offer-signature/offer-signature.route.ts
AD src/main/webapp/app/entities/offer-signature/offer-signature.service.ts
AD src/main/webapp/app/entities/offer/index.ts
AD src/main/webapp/app/entities/offer/offer-delete-dialog.component.html
AD src/main/webapp/app/entities/offer/offer-delete-dialog.component.ts
AD src/main/webapp/app/entities/offer/offer-detail.component.html
AD src/main/webapp/app/entities/offer/offer-detail.component.ts
AD src/main/webapp/app/entities/offer/offer-update.component.html
AD src/main/webapp/app/entities/offer/offer-update.component.ts
AD src/main/webapp/app/entities/offer/offer.component.html
AD src/main/webapp/app/entities/offer/offer.component.ts
AD src/main/webapp/app/entities/offer/offer.module.ts
AD src/main/webapp/app/entities/offer/offer.route.ts
AD src/main/webapp/app/entities/offer/offer.service.ts
AD src/main/webapp/app/entities/office-location/index.ts
AD src/main/webapp/app/entities/office-location/office-location-delete-dialog.component.html
AD src/main/webapp/app/entities/office-location/office-location-delete-dialog.component.ts
AD src/main/webapp/app/entities/office-location/office-location-detail.component.html
AD src/main/webapp/app/entities/office-location/office-location-detail.component.ts
AD src/main/webapp/app/entities/office-location/office-location-update.component.html
AD src/main/webapp/app/entities/office-location/office-location-update.component.ts
AD src/main/webapp/app/entities/office-location/office-location.component.html
AD src/main/webapp/app/entities/office-location/office-location.component.ts
AD src/main/webapp/app/entities/office-location/office-location.module.ts
AD src/main/webapp/app/entities/office-location/office-location.route.ts
AD src/main/webapp/app/entities/office-location/office-location.service.ts
AD src/main/webapp/app/entities/paragraph-placement/index.ts
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement-delete-dialog.component.html
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement-delete-dialog.component.ts
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement-detail.component.html
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement-detail.component.ts
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement-update.component.html
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement-update.component.ts
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement.component.html
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement.component.ts
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement.module.ts
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement.route.ts
AD src/main/webapp/app/entities/paragraph-placement/paragraph-placement.service.ts
AD src/main/webapp/app/entities/paragraph/index.ts
AD src/main/webapp/app/entities/paragraph/paragraph-delete-dialog.component.html
AD src/main/webapp/app/entities/paragraph/paragraph-delete-dialog.component.ts
AD src/main/webapp/app/entities/paragraph/paragraph-detail.component.html
AD src/main/webapp/app/entities/paragraph/paragraph-detail.component.ts
AD src/main/webapp/app/entities/paragraph/paragraph-update.component.html
AD src/main/webapp/app/entities/paragraph/paragraph-update.component.ts
AD src/main/webapp/app/entities/paragraph/paragraph.component.html
AD src/main/webapp/app/entities/paragraph/paragraph.component.ts
AD src/main/webapp/app/entities/paragraph/paragraph.module.ts
AD src/main/webapp/app/entities/paragraph/paragraph.route.ts
AD src/main/webapp/app/entities/paragraph/paragraph.service.ts
AD src/main/webapp/app/entities/position-description/index.ts
AD src/main/webapp/app/entities/position-description/position-description-delete-dialog.component.html
AD src/main/webapp/app/entities/position-description/position-description-delete-dialog.component.ts
AD src/main/webapp/app/entities/position-description/position-description-detail.component.html
AD src/main/webapp/app/entities/position-description/position-description-detail.component.ts
AD src/main/webapp/app/entities/position-description/position-description-update.component.html
AD src/main/webapp/app/entities/position-description/position-description-update.component.ts
AD src/main/webapp/app/entities/position-description/position-description.component.html
AD src/main/webapp/app/entities/position-description/position-description.component.ts
AD src/main/webapp/app/entities/position-description/position-description.module.ts
AD src/main/webapp/app/entities/position-description/position-description.route.ts
AD src/main/webapp/app/entities/position-description/position-description.service.ts
AD src/main/webapp/app/entities/recipient/index.ts
AD src/main/webapp/app/entities/recipient/recipient-delete-dialog.component.html
AD src/main/webapp/app/entities/recipient/recipient-delete-dialog.component.ts
AD src/main/webapp/app/entities/recipient/recipient-detail.component.html
AD src/main/webapp/app/entities/recipient/recipient-detail.component.ts
AD src/main/webapp/app/entities/recipient/recipient-update.component.html
AD src/main/webapp/app/entities/recipient/recipient-update.component.ts
AD src/main/webapp/app/entities/recipient/recipient.component.html
AD src/main/webapp/app/entities/recipient/recipient.component.ts
AD src/main/webapp/app/entities/recipient/recipient.module.ts
AD src/main/webapp/app/entities/recipient/recipient.route.ts
AD src/main/webapp/app/entities/recipient/recipient.service.ts
AD src/main/webapp/app/entities/special-conditions/index.ts
AD src/main/webapp/app/entities/special-conditions/special-conditions-delete-dialog.component.html
AD src/main/webapp/app/entities/special-conditions/special-conditions-delete-dialog.component.ts
AD src/main/webapp/app/entities/special-conditions/special-conditions-detail.component.html
AD src/main/webapp/app/entities/special-conditions/special-conditions-detail.component.ts
AD src/main/webapp/app/entities/special-conditions/special-conditions-update.component.html
AD src/main/webapp/app/entities/special-conditions/special-conditions-update.component.ts
AD src/main/webapp/app/entities/special-conditions/special-conditions.component.html
AD src/main/webapp/app/entities/special-conditions/special-conditions.component.ts
AD src/main/webapp/app/entities/special-conditions/special-conditions.module.ts
AD src/main/webapp/app/entities/special-conditions/special-conditions.route.ts
AD src/main/webapp/app/entities/special-conditions/special-conditions.service.ts
AD src/main/webapp/app/entitiesCustom/approval/approval-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/approval/approval-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/approval/approval-detail.component.html
AD src/main/webapp/app/entitiesCustom/approval/approval-detail.component.ts
AD src/main/webapp/app/entitiesCustom/approval/approval-update.component.html
AD src/main/webapp/app/entitiesCustom/approval/approval-update.component.ts
AD src/main/webapp/app/entitiesCustom/approval/approval.component.html
AD src/main/webapp/app/entitiesCustom/approval/approval.component.ts
AD src/main/webapp/app/entitiesCustom/approval/approval.module.ts
AD src/main/webapp/app/entitiesCustom/approval/approval.route.ts
AD src/main/webapp/app/entitiesCustom/approval/approval.service.ts
AD src/main/webapp/app/entitiesCustom/approval/index.ts
AD src/main/webapp/app/entitiesCustom/attachments/attachments-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/attachments/attachments-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/attachments/attachments-detail.component.html
AD src/main/webapp/app/entitiesCustom/attachments/attachments-detail.component.ts
AD src/main/webapp/app/entitiesCustom/attachments/attachments-update.component.html
AD src/main/webapp/app/entitiesCustom/attachments/attachments-update.component.ts
AD src/main/webapp/app/entitiesCustom/attachments/attachments.component.html
AD src/main/webapp/app/entitiesCustom/attachments/attachments.component.ts
AD src/main/webapp/app/entitiesCustom/attachments/attachments.module.ts
AD src/main/webapp/app/entitiesCustom/attachments/attachments.route.ts
AD src/main/webapp/app/entitiesCustom/attachments/attachments.service.ts
AD src/main/webapp/app/entitiesCustom/attachments/index.ts
AD src/main/webapp/app/entitiesCustom/candidate/candidate-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/candidate/candidate-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/candidate/candidate-detail.component.html
AD src/main/webapp/app/entitiesCustom/candidate/candidate-detail.component.ts
AD src/main/webapp/app/entitiesCustom/candidate/candidate-update.component.html
AD src/main/webapp/app/entitiesCustom/candidate/candidate-update.component.ts
AD src/main/webapp/app/entitiesCustom/candidate/candidate.component.html
AD src/main/webapp/app/entitiesCustom/candidate/candidate.component.ts
AD src/main/webapp/app/entitiesCustom/candidate/candidate.module.ts
AD src/main/webapp/app/entitiesCustom/candidate/candidate.route.ts
AD src/main/webapp/app/entitiesCustom/candidate/candidate.service.ts
AD src/main/webapp/app/entitiesCustom/candidate/index.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer-detail.component.html
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer-detail.component.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer-update.component.html
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer-update.component.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer.component.html
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer.component.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer.module.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer.route.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/compiled-offer.service.ts
AD src/main/webapp/app/entitiesCustom/compiled-offer/index.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content-detail.component.html
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content-detail.component.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content-update.component.html
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content-update.component.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content.component.html
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content.component.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content.module.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content.route.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/default-offer-content.service.ts
AD src/main/webapp/app/entitiesCustom/default-offer-content/index.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/approval-rescind-dialog.component.html
AD src/main/webapp/app/entitiesCustom/displayOffer/approval-rescind-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer-detail.component.html
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer-detail.component.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer-update.component.html
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer-update.component.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer.component.html
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer.component.html_Orig
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer.component.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer.module.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer.route.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/displayOffer.service.ts
AD src/main/webapp/app/entitiesCustom/displayOffer/index.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration-detail.component.html
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration-detail.component.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration-update.component.html
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration-update.component.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration.component.html
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration.component.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration.module.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration.route.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/email-configuration.service.ts
AD src/main/webapp/app/entitiesCustom/email-configuration/index.ts
AD src/main/webapp/app/entitiesCustom/entitiesCustom.module.ts
AD src/main/webapp/app/entitiesCustom/offer-content/index.ts
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content-detail.component.html
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content-detail.component.ts
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content-update.component.html
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content-update.component.ts
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content.component.html
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content.component.ts
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content.module.ts
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content.route.ts
AD src/main/webapp/app/entitiesCustom/offer-content/offer-content.service.ts
AD src/main/webapp/app/entitiesCustom/offer/index.ts
AD src/main/webapp/app/entitiesCustom/offer/offer-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/offer/offer-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/offer/offer-detail.component.html
AD src/main/webapp/app/entitiesCustom/offer/offer-detail.component.ts
AD src/main/webapp/app/entitiesCustom/offer/offer-update.component.html
AD src/main/webapp/app/entitiesCustom/offer/offer-update.component.ts
AD src/main/webapp/app/entitiesCustom/offer/offer.component.html
AD src/main/webapp/app/entitiesCustom/offer/offer.component.ts
AD src/main/webapp/app/entitiesCustom/offer/offer.module.ts
AD src/main/webapp/app/entitiesCustom/offer/offer.route.ts
AD src/main/webapp/app/entitiesCustom/offer/offer.service.ts
AD src/main/webapp/app/entitiesCustom/office-location/index.ts
AD src/main/webapp/app/entitiesCustom/office-location/office-location-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/office-location/office-location-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/office-location/office-location-detail.component.html
AD src/main/webapp/app/entitiesCustom/office-location/office-location-detail.component.ts
AD src/main/webapp/app/entitiesCustom/office-location/office-location-update.component.html
AD src/main/webapp/app/entitiesCustom/office-location/office-location-update.component.ts
AD src/main/webapp/app/entitiesCustom/office-location/office-location.component.html
AD src/main/webapp/app/entitiesCustom/office-location/office-location.component.ts
AD src/main/webapp/app/entitiesCustom/office-location/office-location.module.ts
AD src/main/webapp/app/entitiesCustom/office-location/office-location.route.ts
AD src/main/webapp/app/entitiesCustom/office-location/office-location.service.ts
AD src/main/webapp/app/entitiesCustom/paragraph/index.ts
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph-detail.component.html
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph-detail.component.ts
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph-update.component.html
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph-update.component.ts
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph.component.html
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph.component.ts
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph.module.ts
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph.route.ts
AD src/main/webapp/app/entitiesCustom/paragraph/paragraph.service.ts
AD src/main/webapp/app/entitiesCustom/position-description/index.ts
AD src/main/webapp/app/entitiesCustom/position-description/position-description-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/position-description/position-description-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/position-description/position-description-detail.component.html
AD src/main/webapp/app/entitiesCustom/position-description/position-description-detail.component.ts
AD src/main/webapp/app/entitiesCustom/position-description/position-description-update.component.html
AD src/main/webapp/app/entitiesCustom/position-description/position-description-update.component.ts
AD src/main/webapp/app/entitiesCustom/position-description/position-description.component.html
AD src/main/webapp/app/entitiesCustom/position-description/position-description.component.ts
AD src/main/webapp/app/entitiesCustom/position-description/position-description.module.ts
AD src/main/webapp/app/entitiesCustom/position-description/position-description.route.ts
AD src/main/webapp/app/entitiesCustom/position-description/position-description.service.ts
AD src/main/webapp/app/entitiesCustom/recipient/index.ts
AD src/main/webapp/app/entitiesCustom/recipient/recipient-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/recipient/recipient-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/recipient/recipient-detail.component.html
AD src/main/webapp/app/entitiesCustom/recipient/recipient-detail.component.ts
AD src/main/webapp/app/entitiesCustom/recipient/recipient-update.component.html
AD src/main/webapp/app/entitiesCustom/recipient/recipient-update.component.ts
AD src/main/webapp/app/entitiesCustom/recipient/recipient.component.html
AD src/main/webapp/app/entitiesCustom/recipient/recipient.component.ts
AD src/main/webapp/app/entitiesCustom/recipient/recipient.module.ts
AD src/main/webapp/app/entitiesCustom/recipient/recipient.route.ts
AD src/main/webapp/app/entitiesCustom/recipient/recipient.service.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/index.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions-delete-dialog.component.html
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions-delete-dialog.component.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions-detail.component.html
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions-detail.component.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions-update.component.html
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions-update.component.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions.component.html
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions.component.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions.module.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions.route.ts
AD src/main/webapp/app/entitiesCustom/special-conditions/special-conditions.service.ts
AD src/main/webapp/app/home/home.component.html
AD src/main/webapp/app/home/home.component.ts
AD src/main/webapp/app/home/home.module.ts
AD src/main/webapp/app/home/home.route.ts
AD src/main/webapp/app/home/home.scss
AD src/main/webapp/app/home/index.ts
AD src/main/webapp/app/layouts/error/error.component.html
AD src/main/webapp/app/layouts/error/error.component.ts
AD src/main/webapp/app/layouts/error/error.route.ts
AD src/main/webapp/app/layouts/footer/footer.component.html
AD src/main/webapp/app/layouts/footer/footer.component.ts
AD src/main/webapp/app/layouts/index.ts
AD src/main/webapp/app/layouts/main/main.component.html
AD src/main/webapp/app/layouts/main/main.component.ts
AD src/main/webapp/app/layouts/navbar/navbar-custom.component.html
AD src/main/webapp/app/layouts/navbar/navbar-custom.component.ts
AD src/main/webapp/app/layouts/navbar/navbar-custom.route.ts
AD src/main/webapp/app/layouts/navbar/navbar.component.html
AD src/main/webapp/app/layouts/navbar/navbar.component.ts
AD src/main/webapp/app/layouts/navbar/navbar.route.ts
AD src/main/webapp/app/layouts/navbar/navbar.scss
AD src/main/webapp/app/layouts/profiles/page-ribbon.component.ts
AD src/main/webapp/app/layouts/profiles/page-ribbon.scss
AD src/main/webapp/app/layouts/profiles/profile-info.model.ts
AD src/main/webapp/app/layouts/profiles/profile.service.ts
AD src/main/webapp/app/offer-block/index.ts
AD src/main/webapp/app/offer-block/offer-block.component.html
AD src/main/webapp/app/offer-block/offer-block.component.scss
AD src/main/webapp/app/offer-block/offer-block.component.ts
AD src/main/webapp/app/offer-block/offer-block.module.ts
AD src/main/webapp/app/offer-block/offer-block.route.ts
AD src/main/webapp/app/offer-card/index.ts
AD src/main/webapp/app/offer-card/offer-card-list.component.html
AD src/main/webapp/app/offer-card/offer-card-list.component.scss
AD src/main/webapp/app/offer-card/offer-card-list.component.ts
AD src/main/webapp/app/offer-card/offer-card.component.html
AD src/main/webapp/app/offer-card/offer-card.component.scss
AD src/main/webapp/app/offer-card/offer-card.component.ts
AD src/main/webapp/app/offer-card/offer-card.module.ts
AD src/main/webapp/app/offer-create/offer-create.component.html
AD src/main/webapp/app/offer-create/offer-create.component.scss
AD src/main/webapp/app/offer-create/offer-create.component.ts
AD src/main/webapp/app/offer-create/offer-create.module.ts
AD src/main/webapp/app/offer-create/offer-create.route.ts
AD src/main/webapp/app/offer-letter-draft/index.ts
AD src/main/webapp/app/offer-letter-draft/offer-letter-draft.component.html
AD src/main/webapp/app/offer-letter-draft/offer-letter-draft.component.scss
AD src/main/webapp/app/offer-letter-draft/offer-letter-draft.component.ts
AD src/main/webapp/app/offer-letter-draft/offer-letter-draft.module.ts
AD src/main/webapp/app/offer-letter-draft/offer-letter-draft.route.ts
AD src/main/webapp/app/offer-sign/offer-sign.component.html
AD src/main/webapp/app/offer-sign/offer-sign.component.scss
AD src/main/webapp/app/offer-sign/offer-sign.component.ts
AD src/main/webapp/app/offer-sign/offer-sign.module.ts
AD src/main/webapp/app/offer-sign/offer-sign.route.ts
AD src/main/webapp/app/offer-sign/offer-sign.service.ts
AD src/main/webapp/app/polyfills.ts
AD src/main/webapp/app/shared/alert/alert-error.component.ts
AD src/main/webapp/app/shared/alert/alert.component.ts
AD src/main/webapp/app/shared/auth/has-any-authority.directive.ts
AD src/main/webapp/app/shared/constants/error.constants.ts
AD src/main/webapp/app/shared/constants/input.constants.ts
AD src/main/webapp/app/shared/constants/pagination.constants.ts
AD src/main/webapp/app/shared/index.ts
AD src/main/webapp/app/shared/jh-material.module.ts
AD src/main/webapp/app/shared/login/login.component.html
AD src/main/webapp/app/shared/model/approval.model.ts
AD src/main/webapp/app/shared/model/attachments.model.ts
AD src/main/webapp/app/shared/model/candidate.model.ts
AD src/main/webapp/app/shared/model/company-contact.model.ts
AD src/main/webapp/app/shared/model/company.model.ts
AD src/main/webapp/app/shared/model/compiled-offer.model.ts
AD src/main/webapp/app/shared/model/creator.model.ts
AD src/main/webapp/app/shared/model/default-offer-content.model.ts
AD src/main/webapp/app/shared/model/displayOffer.model.ts
AD src/main/webapp/app/shared/model/email-configuration.model.ts
AD src/main/webapp/app/shared/model/email-system-config.model.ts
AD src/main/webapp/app/shared/model/offer-content.model.ts
AD src/main/webapp/app/shared/model/offer-signature.model.ts
AD src/main/webapp/app/shared/model/offer.model.ts
AD src/main/webapp/app/shared/model/office-location.model.ts
AD src/main/webapp/app/shared/model/paragraph-placement.model.ts
AD src/main/webapp/app/shared/model/paragraph.model.ts
AD src/main/webapp/app/shared/model/position-description.model.ts
AD src/main/webapp/app/shared/model/recipient.model.ts
AD src/main/webapp/app/shared/model/special-conditions.model.ts
AD src/main/webapp/app/shared/service/pdf-creator.service.ts
AD src/main/webapp/app/shared/shared-common.module.ts
AD src/main/webapp/app/shared/shared-libs.module.ts
AD src/main/webapp/app/shared/shared.module.ts
AD src/main/webapp/app/shared/util/datepicker-adapter.ts
AD src/main/webapp/app/shared/util/request-util.ts
AD src/main/webapp/app/undo-offer/undo-offer.component.html
AD src/main/webapp/app/undo-offer/undo-offer.component.ts
AD src/main/webapp/app/undo-offer/undo-offer.module.ts
AD src/main/webapp/app/utils/app-init.ts
AD src/main/webapp/app/utils/keycloak-env.ts
AD src/main/webapp/app/vendor.ts
AD src/main/webapp/content/css/loading.css
AD src/main/webapp/content/images/declined_overlay.png
AD src/main/webapp/content/images/declined_overlay_500x500.png
AD src/main/webapp/content/images/jhipster_family_member_0.svg
AD src/main/webapp/content/images/jhipster_family_member_0_head-192.png
AD src/main/webapp/content/images/jhipster_family_member_0_head-256.png
AD src/main/webapp/content/images/jhipster_family_member_0_head-384.png
AD src/main/webapp/content/images/jhipster_family_member_0_head-512.png
AD src/main/webapp/content/images/jhipster_family_member_1.svg
AD src/main/webapp/content/images/jhipster_family_member_1_head-192.png
AD src/main/webapp/content/images/jhipster_family_member_1_head-256.png
AD src/main/webapp/content/images/jhipster_family_member_1_head-384.png
AD src/main/webapp/content/images/jhipster_family_member_1_head-512.png
AD src/main/webapp/content/images/jhipster_family_member_2.svg
AD src/main/webapp/content/images/jhipster_family_member_2_head-192.png
AD src/main/webapp/content/images/jhipster_family_member_2_head-256.png
AD src/main/webapp/content/images/jhipster_family_member_2_head-384.png
AD src/main/webapp/content/images/jhipster_family_member_2_head-512.png
AD src/main/webapp/content/images/jhipster_family_member_3.svg
AD src/main/webapp/content/images/jhipster_family_member_3_head-192.png
AD src/main/webapp/content/images/jhipster_family_member_3_head-256.png
AD src/main/webapp/content/images/jhipster_family_member_3_head-384.png
AD src/main/webapp/content/images/jhipster_family_member_3_head-512.png
AD src/main/webapp/content/images/logo-jhipster.png
AD src/main/webapp/content/scss/_bootstrap-variables.scss
AD src/main/webapp/content/scss/global.scss
AD src/main/webapp/content/scss/vendor.scss
AD src/main/webapp/favicon.ico
AD src/main/webapp/index.html
AD src/main/webapp/manifest.webapp
AD src/main/webapp/robots.txt
AD src/main/webapp/swagger-ui/dist/images/throbber.gif
AD src/main/webapp/swagger-ui/index.html
AD src/test/java/com/odysseysystems/config/TestSecurityConfiguration.java
AD src/test/java/com/odysseysystems/config/WebConfigurerTest.java
AD src/test/java/com/odysseysystems/config/WebConfigurerTestController.java
AD src/test/java/com/odysseysystems/config/timezone/HibernateTimeZoneIT.java
AD src/test/java/com/odysseysystems/repository/CustomAuditEventRepositoryIT.java
AD src/test/java/com/odysseysystems/repository/search/ApprovalSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/AttachmentsSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/CandidateSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/CompanyContactSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/CompanySearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/CompiledOfferSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/CreatorSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/DefaultOfferContentSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/EmailConfigurationSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/EmailSystemConfigSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/OfferContentSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/OfferSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/OfferSignatureSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/OfficeLocationSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/ParagraphPlacementSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/ParagraphSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/PositionDescriptionSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/RecipientSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/search/SpecialConditionsSearchRepositoryMockConfiguration.java
AD src/test/java/com/odysseysystems/repository/timezone/DateTimeWrapper.java
AD src/test/java/com/odysseysystems/repository/timezone/DateTimeWrapperRepository.java
AD src/test/java/com/odysseysystems/security/SecurityUtilsUnitTest.java
AD src/test/java/com/odysseysystems/security/oauth2/AudienceValidatorTest.java
AD src/test/java/com/odysseysystems/service/MailServiceIT.java
AD src/test/java/com/odysseysystems/service/UserServiceIT.java
AD src/test/java/com/odysseysystems/service/mapper/UserMapperIT.java
AD src/test/java/com/odysseysystems/web/rest/AccountResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/ApprovalResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/AttachmentsResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/AuditResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/CandidateResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/ClientForwardControllerIT.java
AD src/test/java/com/odysseysystems/web/rest/CompanyContactResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/CompanyResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/CompiledOfferResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/CreatorResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/DefaultOfferContentResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/EmailConfigurationResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/EmailSystemConfigResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/LogoutResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/OfferContentResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/OfferResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/OfferSignatureResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/OfficeLocationResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/ParagraphPlacementResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/ParagraphResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/PositionDescriptionResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/RecipientResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/SpecialConditionsResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/TestUtil.java
AD src/test/java/com/odysseysystems/web/rest/UserResourceIT.java
AD src/test/java/com/odysseysystems/web/rest/errors/ExceptionTranslatorIT.java
AD src/test/java/com/odysseysystems/web/rest/errors/ExceptionTranslatorTestController.java
AD src/test/java/com/odysystems/resource/GoogleCredentialResourceTest.java
AD src/test/javascript/jest-global-mocks.ts
AD src/test/javascript/jest.conf.js
AD src/test/javascript/jest.ts
AD src/test/javascript/spec/app/account/password-reset/init/password-reset-init.component.spec.ts
AD src/test/javascript/spec/app/account/password/password-strength-bar.component.spec.ts
AD src/test/javascript/spec/app/account/password/password.component.spec.ts
AD src/test/javascript/spec/app/account/settings/settings.component.spec.ts
AD src/test/javascript/spec/app/admin/audits/audits.component.spec.ts
AD src/test/javascript/spec/app/admin/audits/audits.service.spec.ts
AD src/test/javascript/spec/app/admin/configuration/configuration.component.spec.ts
AD src/test/javascript/spec/app/admin/configuration/configuration.service.spec.ts
AD src/test/javascript/spec/app/admin/health/health.component.spec.ts
AD src/test/javascript/spec/app/admin/logs/logs.component.spec.ts
AD src/test/javascript/spec/app/admin/logs/logs.service.spec.ts
AD src/test/javascript/spec/app/admin/metrics/metrics.component.spec.ts
AD src/test/javascript/spec/app/admin/metrics/metrics.service.spec.ts
AD src/test/javascript/spec/app/admin/user-management/user-management-detail.component.spec.ts
AD src/test/javascript/spec/app/core/user/account.service.spec.ts
AD src/test/javascript/spec/app/entities/approval/approval-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/approval/approval-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/approval/approval-update.component.spec.ts
AD src/test/javascript/spec/app/entities/approval/approval.component.spec.ts
AD src/test/javascript/spec/app/entities/approval/approval.service.spec.ts
AD src/test/javascript/spec/app/entities/attachments/attachments-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/attachments/attachments-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/attachments/attachments-update.component.spec.ts
AD src/test/javascript/spec/app/entities/attachments/attachments.component.spec.ts
AD src/test/javascript/spec/app/entities/attachments/attachments.service.spec.ts
AD src/test/javascript/spec/app/entities/candidate/candidate-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/candidate/candidate-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/candidate/candidate-update.component.spec.ts
AD src/test/javascript/spec/app/entities/candidate/candidate.component.spec.ts
AD src/test/javascript/spec/app/entities/candidate/candidate.service.spec.ts
AD src/test/javascript/spec/app/entities/company-contact/company-contact-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/company-contact/company-contact-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/company-contact/company-contact-update.component.spec.ts
AD src/test/javascript/spec/app/entities/company-contact/company-contact.component.spec.ts
AD src/test/javascript/spec/app/entities/company-contact/company-contact.service.spec.ts
AD src/test/javascript/spec/app/entities/company/company-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/company/company-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/company/company-update.component.spec.ts
AD src/test/javascript/spec/app/entities/company/company.component.spec.ts
AD src/test/javascript/spec/app/entities/company/company.service.spec.ts
AD src/test/javascript/spec/app/entities/compiled-offer/compiled-offer-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/compiled-offer/compiled-offer-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/compiled-offer/compiled-offer-update.component.spec.ts
AD src/test/javascript/spec/app/entities/compiled-offer/compiled-offer.component.spec.ts
AD src/test/javascript/spec/app/entities/compiled-offer/compiled-offer.service.spec.ts
AD src/test/javascript/spec/app/entities/creator/creator-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/creator/creator-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/creator/creator-update.component.spec.ts
AD src/test/javascript/spec/app/entities/creator/creator.component.spec.ts
AD src/test/javascript/spec/app/entities/creator/creator.service.spec.ts
AD src/test/javascript/spec/app/entities/default-offer-content/default-offer-content-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/default-offer-content/default-offer-content-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/default-offer-content/default-offer-content-update.component.spec.ts
AD src/test/javascript/spec/app/entities/default-offer-content/default-offer-content.component.spec.ts
AD src/test/javascript/spec/app/entities/default-offer-content/default-offer-content.service.spec.ts
AD src/test/javascript/spec/app/entities/email-configuration/email-configuration-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/email-configuration/email-configuration-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/email-configuration/email-configuration-update.component.spec.ts
AD src/test/javascript/spec/app/entities/email-configuration/email-configuration.component.spec.ts
AD src/test/javascript/spec/app/entities/email-configuration/email-configuration.service.spec.ts
AD src/test/javascript/spec/app/entities/email-system-config/email-system-config-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/email-system-config/email-system-config-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/email-system-config/email-system-config-update.component.spec.ts
AD src/test/javascript/spec/app/entities/email-system-config/email-system-config.component.spec.ts
AD src/test/javascript/spec/app/entities/email-system-config/email-system-config.service.spec.ts
AD src/test/javascript/spec/app/entities/offer-content/offer-content-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-content/offer-content-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-content/offer-content-update.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-content/offer-content.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-content/offer-content.service.spec.ts
AD src/test/javascript/spec/app/entities/offer-signature/offer-signature-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-signature/offer-signature-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-signature/offer-signature-update.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-signature/offer-signature.component.spec.ts
AD src/test/javascript/spec/app/entities/offer-signature/offer-signature.service.spec.ts
AD src/test/javascript/spec/app/entities/offer/offer-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/offer/offer-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/offer/offer-update.component.spec.ts
AD src/test/javascript/spec/app/entities/offer/offer.component.spec.ts
AD src/test/javascript/spec/app/entities/offer/offer.service.spec.ts
AD src/test/javascript/spec/app/entities/office-location/office-location-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/office-location/office-location-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/office-location/office-location-update.component.spec.ts
AD src/test/javascript/spec/app/entities/office-location/office-location.component.spec.ts
AD src/test/javascript/spec/app/entities/office-location/office-location.service.spec.ts
AD src/test/javascript/spec/app/entities/paragraph-placement/paragraph-placement-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph-placement/paragraph-placement-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph-placement/paragraph-placement-update.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph-placement/paragraph-placement.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph-placement/paragraph-placement.service.spec.ts
AD src/test/javascript/spec/app/entities/paragraph/paragraph-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph/paragraph-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph/paragraph-update.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph/paragraph.component.spec.ts
AD src/test/javascript/spec/app/entities/paragraph/paragraph.service.spec.ts
AD src/test/javascript/spec/app/entities/position-description/position-description-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/position-description/position-description-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/position-description/position-description-update.component.spec.ts
AD src/test/javascript/spec/app/entities/position-description/position-description.component.spec.ts
AD src/test/javascript/spec/app/entities/position-description/position-description.service.spec.ts
AD src/test/javascript/spec/app/entities/recipient/recipient-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/recipient/recipient-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/recipient/recipient-update.component.spec.ts
AD src/test/javascript/spec/app/entities/recipient/recipient.component.spec.ts
AD src/test/javascript/spec/app/entities/recipient/recipient.service.spec.ts
AD src/test/javascript/spec/app/entities/special-conditions/special-conditions-delete-dialog.component.spec.ts
AD src/test/javascript/spec/app/entities/special-conditions/special-conditions-detail.component.spec.ts
AD src/test/javascript/spec/app/entities/special-conditions/special-conditions-update.component.spec.ts
AD src/test/javascript/spec/app/entities/special-conditions/special-conditions.component.spec.ts
AD src/test/javascript/spec/app/entities/special-conditions/special-conditions.service.spec.ts
AD src/test/javascript/spec/app/layouts/main/main.component.spec.ts
AD src/test/javascript/spec/app/shared/alert/alert-error.component.spec.ts
AD src/test/javascript/spec/helpers/mock-account.service.ts
AD src/test/javascript/spec/helpers/mock-active-modal.service.ts
AD src/test/javascript/spec/helpers/mock-alert.service.ts
AD src/test/javascript/spec/helpers/mock-event-manager.service.ts
AD src/test/javascript/spec/helpers/mock-login.service.ts
AD src/test/javascript/spec/helpers/mock-route.service.ts
AD src/test/javascript/spec/helpers/mock-state-storage.service.ts
AD src/test/javascript/spec/helpers/spyobject.ts
AD src/test/javascript/spec/test.module.ts
AD src/test/resources/config/application.yml
AD src/test/resources/config/bootstrap.yml
AD src/test/resources/i18n/messages_en.properties
AD src/test/resources/logback.xml
AD src/test/resources/ody-offer-letter.p12
AD src/test/resources/templates/mail/testEmail.html
AD tsconfig-aot.json
AD tsconfig.json
AD tslint.json
AD webpack/logo-jhipster.png
AD webpack/utils.js
AD webpack/webpack.common.js
AD webpack/webpack.dev.js
AD webpack/webpack.prod.js
WARNING! local changes found.
Please commit/stash them before upgrading
events.js:174
throw er; // Unhandled 'error' event
^
Error: Exiting process
at Environment.error (/usr/local/lib/node_modules/generator-jhipster/node_modules/yeoman-environment/lib/environment.js:176:40)
at module.exports.error (/usr/local/lib/node_modules/generator-jhipster/generators/generator-base.js:1478:18)
at gitExec (/usr/local/lib/node_modules/generator-jhipster/generators/upgrade/index.js:350:30)
at /usr/local/lib/node_modules/generator-jhipster/node_modules/shelljs/src/exec.js:121:9
at ChildProcess.exithandler (child_process.js:285:7)
at ChildProcess.emit (events.js:198:13)
at maybeClose (internal/child_process.js:982:16)
at Socket.stream.socket.on (internal/child_process.js:389:11)
at Socket.emit (events.js:198:13)
at Pipe._handle.close (net.js:606:12)
Emitted 'error' event at:
at Environment.error (/usr/local/lib/node_modules/generator-jhipster/node_modules/yeoman-environment/lib/environment.js:178:15)
at module.exports.error (/usr/local/lib/node_modules/generator-jhipster/generators/generator-base.js:1478:18)
[... lines matching original stack trace ...]
at Pipe._handle.close (net.js:606:12)
@hepaestus
Copy link
Author

git status before the upgrade looked like this:
(master) $ git status
On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment