-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
since the name changed, links and stuff might break, so please be cautious
- Loading branch information
Showing
8 changed files
with
26,950 additions
and
289 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 |
---|---|---|
|
@@ -16,9 +16,9 @@ if grep -q '"entrypoint": ""' "$FILE"; then | |
else | ||
echo "Entry point has to be removed." | ||
mkdir -p /tmp/this && cd /tmp/this || exit | ||
git clone [email protected]:subugoe/emo/QViewer.git | ||
cd QViewer || exit | ||
git clone [email protected]:subugoe/emo/tido.git | ||
cd tido || exit | ||
sed -i 's/"entrypoint": ".*"/"entrypoint": ""/' src/index.template.html | ||
git add src/index.template.html && git commit -m "ci: remove entry point" && git push | ||
echo "CONTINUE_BUILD=false" >> build.env | ||
fi | ||
fi |
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
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -5,17 +5,17 @@ Feel free to propose changes whenever the workflow could be improved! | |
|
||
## Issue Tracker | ||
|
||
Issues are created and assigned by the project's Product Owner during a sprint planning in the [issue tracker](https://gitlab.gwdg.de/subugoe/emo/QViewer/-/issues). | ||
Issues are created and assigned by the project's Product Owner during a sprint planning in the [issue tracker](https://gitlab.gwdg.de/subugoe/emo/tido/-/issues). | ||
As soon as you start working on a assigned issue, switch its label to `Doing`. | ||
This will cause the issue to be moved into the right list of the repository's [board](https://gitlab.gwdg.de/subugoe/emo/QViewer/-/boards). | ||
This will cause the issue to be moved into the right list of the repository's [board](https://gitlab.gwdg.de/subugoe/emo/tido/-/boards). | ||
|
||
## Internal Workflow | ||
|
||
### Reporting Bugs or Change Requests | ||
|
||
Bugs and change requests are managed by the project's Product Owner. | ||
Please report any problems that aren't related to the bugfix/feature you're working on right now to her/him. | ||
Bug reports can also be handed it via [mail](mailto:gitlab+subugoe-emo-qviewer[email protected]). | ||
Bug reports can also be handed it via [mail](mailto:gitlab+subugoe-emo-tido[email protected]). | ||
She/he will create an issue in the correct repository and ask for assignees in the course of the next sprint planning. | ||
|
||
### Git Flow | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Although TIDO is designed as a generic viewer for digital editions, it is curren | |
|
||
This is the reason for "Ahiqar" being mentioned several times in the docs of this repo. | ||
|
||
Demo: <https://subugoe.pages.gwdg.de/emo/Qviewer/develop> | ||
Demo: <https://subugoe.pages.gwdg.de/emo/tido/develop> | ||
|
||
(For newer branches the demo is deployed in a directory named with branch name lowercased, shortened to 63 bytes, and with everything except `0-9` and `a-z` replaced with `-` (CI_COMMIT_REF_SLUG). | ||
Also the commit short hash can be used to see a demo. | ||
|
@@ -125,7 +125,7 @@ npm install -g @vue/cli @vue/cli-service-global @quasar/cli | |
#### Clone the repository | ||
|
||
```bash | ||
git clone [email protected]:subugoe/emo/Qviewer.git | ||
git clone [email protected]:subugoe/emo/tido.git | ||
``` | ||
|
||
#### Get the dependencies | ||
|
@@ -505,8 +505,8 @@ The dockerfile is used for GitLab CI. | |
It needs to be updated when either `node` or `quasar-cli` should be updated. | ||
|
||
```bash | ||
docker build --pull -t docker.gitlab.gwdg.de/subugoe/emo/qviewer/node . | ||
docker push docker.gitlab.gwdg.de/subugoe/emo/qviewer/node | ||
docker build --pull -t docker.gitlab.gwdg.de/subugoe/emo/tido/node . | ||
docker push docker.gitlab.gwdg.de/subugoe/emo/tido/node | ||
``` | ||
|
||
## Connecting the Viewer to a Backend | ||
|
@@ -530,8 +530,8 @@ Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on our code of conduc | |
|
||
## Versioning | ||
|
||
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.gwdg.de/subugoe/emo/Qviewer/-/tags). | ||
We use [SemVer](https://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://gitlab.gwdg.de/subugoe/emo/tido/-/tags). | ||
|
||
## Authors | ||
|
||
See the list of [contributors](https://gitlab.gwdg.de/subugoe/emo/Qviewer/-/graphs/develop) who participated in this project. | ||
See the list of [contributors](https://gitlab.gwdg.de/subugoe/emo/tido/-/graphs/develop) who participated in this project. |
Oops, something went wrong.