Commits on Source (20)
-
Muhammad Hamza Akhtar authored
New Release Station Software to Harbor See merge request padme-development/padme-station-software!68
-
Muhammad Hamza Akhtar authored
Lock file fixes See merge request padme-development/padme-station-software!69
-
sven-weber-ukk authored
Changing method to read container Label for FL to use different docker... See merge request padme-development/padme-station-software!72
-
Sabith Haneef authored
Release - Cosign integration, Config consistency updates See merge request padme-development/padme-station-software!84
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
Optimize station build pipeline See merge request padme-development/padme-station-software!92
-
Muhammad Hamza Akhtar authored
Fix station build issues, minor code optimization and display station software version number See merge request padme-development/padme-station-software!93
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
-
Muhammad Hamza Akhtar authored
Fix version release and add some ci optimizations See merge request padme-development/padme-station-software!94
-
semantic-release-bot authored
## [2.0.2](v2.0.1...v2.0.2) (2024-02-03) ### Bug Fixes * **build:** add missing fix to bump version and reduce station build context size ([e1c33689](e1c33689))
Showing
- .dockerignore 21 additions, 2 deletions.dockerignore
- .gitlab-ci.yml 36 additions, 7 deletions.gitlab-ci.yml
- Dockerfile 21 additions, 19 deletionsDockerfile
- Dockerfile.dev 7 additions, 13 deletionsDockerfile.dev
- README.md 5 additions, 1 deletionREADME.md
- app.js 1 addition, 1 deletionapp.js
- bin/www 90 additions, 68 deletionsbin/www
- installationWizard/app.js 1 addition, 1 deletioninstallationWizard/app.js
- package.json 3 additions, 4 deletionspackage.json
- public/.gitkeep 0 additions, 0 deletionspublic/.gitkeep
- routes/dashboard.js 7 additions, 0 deletionsroutes/dashboard.js
- routes/docker/docker.js 0 additions, 1 deletionroutes/docker/docker.js
- station-frontend/package-lock.json 4 additions, 4 deletionsstation-frontend/package-lock.json
- station-frontend/src/core-ui/Navbar/index.jsx 39 additions, 6 deletionsstation-frontend/src/core-ui/Navbar/index.jsx
- station-frontend/src/redux/api/index.js 2 additions, 0 deletionsstation-frontend/src/redux/api/index.js
- station-frontend/src/redux/reducers/stationSlice.js 27 additions, 1 deletionstation-frontend/src/redux/reducers/stationSlice.js
{ | ||
"name": "@padme-development/padme-station-software", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A Dockerized Javascript Web Application providing interfaces for Monitoring of the algorithms and components, which manage the business logic e.g. pulling a train, execute a train, inspect the results, and many more.", | ||
"license": "MIT", | ||
"homepage": "https://git.rwth-aachen.de/padme-development/padme-station-software", | ||
... | ... | @@ -9,7 +9,7 @@ |
"cm": "cz", | ||
"build:wizard": "npm run build --prefix wizard-frontend", | ||
"build:station": "npm run build --prefix station-frontend", | ||
"start": "npm run build:wizard && npm run build:station && node ./bin/www", | ||
"start": "node ./bin/www", | ||
"dev": "NODE_ENV=development nodemon ./bin/www", | ||
"test": "jest", | ||
"semantic-release": "semantic-release", | ||
... | ... | @@ -63,8 +63,7 @@ |
}, | ||
"release": { | ||
"branches": [ | ||
"main", | ||
"prerelease" | ||
"main" | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
... | ... |
public/.gitkeep
deleted
100644 → 0