From 9a66f88f3ce46d2728f816bf6cb1a4deeb5b4004 Mon Sep 17 00:00:00 2001 From: Leon Hoppe Date: Thu, 13 Feb 2025 19:11:06 +0100 Subject: [PATCH] Made documentation ready for production --- .gitlab-ci.yml | 14 ++++++++ .idea/.idea.HopFrame/.idea/workspace.xml | 14 +++----- docs/Dockerfile | 19 ++++++++++ docs/Writerside/cfg/buildprofiles.xml | 2 +- docs/Writerside/hopframe.tree | 4 +-- docs/Writerside/redirection-rules.xml | 36 ------------------- docs/Writerside/topics/CreateEntityEvent.md | 3 -- docs/Writerside/topics/DeleteEntityEvent.md | 3 -- docs/Writerside/topics/Events.md | 22 ++++++------ .../topics/{starter.md => Overview.md} | 0 docs/Writerside/topics/PageChangeEvent.md | 3 -- docs/Writerside/topics/ReloadEvent.md | 3 -- docs/Writerside/topics/SearchEvent.md | 3 -- docs/Writerside/topics/SelectEntityEvent.md | 3 -- .../topics/TableInitializedEvent.md | 3 -- docs/Writerside/topics/UpdateEntityEvent.md | 3 -- docs/Writerside/topics/ValidationEvent.md | 3 -- docs/Writerside/writerside.cfg | 2 +- .../HopFrameConfiguratorExtensions.cs | 5 +++ 19 files changed, 58 insertions(+), 87 deletions(-) create mode 100644 docs/Dockerfile delete mode 100644 docs/Writerside/topics/CreateEntityEvent.md delete mode 100644 docs/Writerside/topics/DeleteEntityEvent.md rename docs/Writerside/topics/{starter.md => Overview.md} (100%) delete mode 100644 docs/Writerside/topics/PageChangeEvent.md delete mode 100644 docs/Writerside/topics/ReloadEvent.md delete mode 100644 docs/Writerside/topics/SearchEvent.md delete mode 100644 docs/Writerside/topics/SelectEntityEvent.md delete mode 100644 docs/Writerside/topics/TableInitializedEvent.md delete mode 100644 docs/Writerside/topics/UpdateEntityEvent.md delete mode 100644 docs/Writerside/topics/ValidationEvent.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b68d7f..1c156ac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ stages: - build - test - publish + - publish-help before_script: - echo "Setting up environment" @@ -37,3 +38,16 @@ publish: dependencies: - build - test + +publish-help: + stage: publish-help + script: + - export VERSION=$(echo $CI_COMMIT_TAG | sed 's/^v//') + - docker login -u leon.hoppe -p ${CI_REGISTRY_PASSWORD} registry.leon-hoppe.de + - docker build -t registry.leon-hoppe.de/leon.hoppe/hopframe:$VERSION -t registry.leon-hoppe.de/leon.hoppe/hopframe:latest . + - docker push registry.leon-hoppe.de/leon.hoppe/hopframe:$VERSION + - docker push registry.leon-hoppe.de/leon.hoppe/hopframe:latest + only: + - tags + dependencies: + - publish diff --git a/.idea/.idea.HopFrame/.idea/workspace.xml b/.idea/.idea.HopFrame/.idea/workspace.xml index 8aef8b9..0de882e 100644 --- a/.idea/.idea.HopFrame/.idea/workspace.xml +++ b/.idea/.idea.HopFrame/.idea/workspace.xml @@ -12,15 +12,10 @@ - - - - - - - - - + + + +