Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • backend backend
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • subugoesubugoe
  • ahiqarahiqar
  • backendbackend
  • Merge requests
  • !48

WIP: Feature/#64 healthcheck

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed mrodzis requested to merge feature/#64-healthcheck into develop Nov 04, 2020
  • Overview 5
  • Commits 3
  • Pipelines 2
  • Changes 4

Feature

Summary

This MR provides a HEALTHCHECK to see if the API is basically running.

NOTE The healthcheck only applies to /info since we cannot be sure that the database is already filled with data in local development. Also, this MR only provides the general structure–feel free to add to it.

Additionally, this MR adds a missing step for local installation to the README.

Tests

Build the database anew locally and use docker-compose ps to see the container's health status.

Changelog

  • I added a statement to the CHANGELOG.

Is this necessary for changes in the Docker setup?

Version number

  • I bumped the version number in build.properties.

Is this necessary for changes in the Docker setup?

Related Tickets

Closes

Closes #64

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Edited Nov 09, 2020 by mrodzis
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/#64-healthcheck