forked from ClusterCockpit/cc-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
2,911 additions
and
2,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# ClusterCockpit with a Golang backend | ||
|
||
__*DOES NOT WORK WITH CURRENT FRONTEND*__ | ||
|
||
[![Build](https://github.com/ClusterCockpit/cc-jobarchive/actions/workflows/test.yml/badge.svg)](https://github.com/ClusterCockpit/cc-jobarchive/actions/workflows/test.yml) | ||
|
||
### Run server | ||
|
@@ -11,11 +13,6 @@ git clone --recursive [email protected]:ClusterCockpit/cc-jobarchive.git | |
# Prepare frontend | ||
cd ./cc-jobarchive/frontend | ||
yarn install | ||
export CCFRONTEND_ROLLUP_INTRO=' | ||
const JOBVIEW_URL = job => `/monitoring/job/${job.id}`; | ||
const USERVIEW_URL = userId => `/monitoring/user/${userId}`; | ||
const TAG_URL = tag => `/monitoring/jobs/?tag=${tag.id}`; | ||
' | ||
yarn build | ||
|
||
cd .. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.