SuccessChanges

Summary

  1. Fixing issue with compiling server (#1) (details)
Commit 2b21d0e48bbe24269f16a9ded600c270202fac32 by GitHub
Fixing issue with compiling server (#1)

* Message Service and Component

* Hero app

* [WIP] Server part

* Server part

* Dockerfile: use golang without alpine as gcc needed

* [BROKEN] Dockerfile: failed to compile

* Fixing compilation issue
The file was addedserver/api/hero.go
The file was addedserver/database/dao/hero.go
The file was modifiedwebapp/src/app/app.module.ts (diff)
The file was addedwebapp/src/app/components/hero-dashboard/hero-dashboard.component.ts
The file was modifiedwebapp/src/app/components/heroes/heroes.component.html (diff)
The file was addedwebapp/src/app/services/message.service.spec.ts
The file was addedwebapp/src/app/components/hero-dashboard/hero-dashboard.component.html
The file was addedserver/utils/app.go
The file was addedwebapp/src/app/components/messages/messages.component.html
The file was addedserver/database/model/hero.go
The file was modifiedwebapp/src/app/services/hero.service.ts (diff)
The file was removedserver/app_test.go
The file was addedwebapp/src/app/components/messages/messages.component.ts
The file was modifiedserver/go.sum (diff)
The file was addedwebapp/src/app/components/messages/messages.component.css
The file was modifiedwebapp/src/app/components/hero-detail/hero-detail.component.ts (diff)
The file was addedwebapp/src/app/services/message.service.ts
The file was addedserver/utils/defaults/defaults.go
The file was addedwebapp/src/app/components/hero-app/hero-app.component.css
The file was modifiedDockerfile (diff)
The file was removedserver/app.go
The file was addedserver/utils/env/envs.go
The file was addedwebapp/src/app/components/hero-dashboard/hero-dashboard.component.css
The file was modifiedwebapp/src/app/components/heroes/heroes.component.ts (diff)
The file was addedwebapp/src/app/components/messages/messages.component.spec.ts
The file was modifiedwebapp/src/app/app-routing.module.ts (diff)
The file was addedwebapp/src/app/components/hero-app/hero-app.component.spec.ts
The file was modifiedserver/main.go (diff)
The file was addedserver/database/database.go
The file was modifiedwebapp/src/app/components/hero-detail/hero-detail.component.css (diff)
The file was addedwebapp/src/app/components/hero-app/hero-app.component.ts
The file was modifiedserver/go.mod (diff)
The file was modifiedwebapp/src/app/components/hero-detail/hero-detail.component.html (diff)
The file was addedserver/service/hero.go
The file was addedwebapp/src/app/components/hero-app/hero-app.component.html
The file was addedwebapp/src/app/components/hero-dashboard/hero-dashboard.component.spec.ts