Read-only mirror of https://github.com/swisstopo/lg-monteis — Bundesamt für Landestopografie. Issues & pull requests at the source.
  • Java 66.7%
  • TypeScript 25.7%
  • HTML 3.2%
  • SCSS 2.2%
  • PLpgSQL 0.7%
  • Other 1.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-26 13:54:59 +02:00
.githooks feat(MON-44): setup sonarqube (#63) 2026-07-24 11:35:23 +02:00
.github feat(MON-27): Enable core to publish sensor configs (#122) 2026-08-24 13:30:44 +00:00
.mvn/wrapper feat(MON-29): add pipeline module and use a parent pom (#11) 2026-06-22 09:53:16 +02:00
.run chore(MON-37): Setup Formatting for Core API (#4) 2026-05-26 16:52:34 +02:00
contracts feat(MON-72): replace JSONLogic formulas with infix math expressions (#39) 2026-06-30 11:40:53 +02:00
core feat(MON-28): detect and trigger reprocessing (#124) 2026-08-24 14:55:38 +00:00
db fix(MON-122): forward migrate meta db (#130) 2026-08-21 11:50:55 +02:00
docker feat(MON-27): Enable core to publish sensor configs (#122) 2026-08-24 13:30:44 +00:00
documentation/architecture docs(MON-127): adjust arc42 with new sensor architecture (#142) 2026-08-26 13:54:59 +02:00
pipeline feat(MON-28): detect and trigger reprocessing (#124) 2026-08-24 14:55:38 +00:00
webapp fix(MON-83): fix keycloak url for dev (#141) 2026-08-26 06:39:43 +00:00
.gitattributes feat(MON-29): add pipeline module and use a parent pom (#11) 2026-06-22 09:53:16 +02:00
.gitignore feat(MON-125): Add infinite scrolling for sensors (#83) 2026-08-10 13:42:43 +02:00
.grant.yml feat(MON-106): setup keycloak locally (#64) 2026-07-23 16:32:02 +02:00
.trivyignore ci(MON-135): Update .trivyignore with additional Go-related CVEs (#121) 2026-08-18 09:16:13 +02:00
CODE_OF_CONDUCT.md feat(MON-44): setup sonarqube (#63) 2026-07-24 11:35:23 +02:00
CONTRIBUTING.md feat(MON-27): Enable core to publish sensor configs (#122) 2026-08-24 13:30:44 +00:00
LICENSE.txt chore(MON-112): add MIT License (#44) 2026-06-30 16:47:25 +02:00
mvnw feat(MON-29): add pipeline module and use a parent pom (#11) 2026-06-22 09:53:16 +02:00
mvnw.cmd feat(MON-29): add pipeline module and use a parent pom (#11) 2026-06-22 09:53:16 +02:00
pom.xml feat(MON-27): Enable core to publish sensor configs (#122) 2026-08-24 13:30:44 +00:00
README.md feat(MON-44): setup sonarqube (#63) 2026-07-24 11:35:23 +02:00
renovate.json ci(MON-45): enable automerge for renovate (#67) 2026-07-27 11:05:27 +02:00
setup.sh
sonar-project.properties feat(MON-96): ui chart component (#91) 2026-08-12 13:12:12 +02:00

lg-monteis

This repository is used for application development of the project monteis

Documentation

The documentation for the project lives inside this repository. For further information of the architecture consult the according README.md

Setup

To set up your local development environment, run:

./setup.sh

This configures Git to use the repository-provided .githooks directory for Git hooks. This ensures consistent commit message enforcement and maintains a clean, traceable commit history across all contributors.

Contribute

Follow the CONTRIBUTING.md