-
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.
* prepare next development version 6.0.1-SNAPSHOT * Fix LineUp data type icons in comparison The issue is present since we use Font Awesome from tdp_core for LineUp and disable the lu-font. This change imports the lu-font from the LineUp assets. It also fixes the icons for the numerical data type. * Prepare github changes * Update README.md * Remove circleci * prepare release 6.1.0 Co-authored-by: Holger Stitz <[email protected]> Co-authored-by: anita-steiner <> Co-authored-by: Anita Steiner <[email protected]>
- Loading branch information
1 parent
0769a70
commit 9685d7d
Showing
12 changed files
with
163 additions
and
66 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Validating CODEOWNERS rules …
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 +1,2 @@ | ||
* @thinkh | ||
|
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
name: 🐛Bug Report | ||
about: Create a bug report to help us improve | ||
title: "" | ||
labels: ["type: bug"] | ||
assignees: "" | ||
|
||
--- | ||
|
||
### Environment | ||
|
||
* Release number or git hash: | ||
* Browser: | ||
* Deployed / Local: | ||
--- | ||
|
||
### Steps to reproduce the bug | ||
|
||
1. Open a list of ... / Search ... | ||
2. Do something else | ||
|
||
### Observed Behavior | ||
|
||
> Please provide a short description of the actual behavior you observed | ||
> If applicable, add screenshots to help explain your problem. | ||
> - Any unexpected output or action (or lack of expected output or action) | ||
> - Web browser console errors (including tracebacks) | ||
> - Server errors (relevant messages and tracebacks) | ||
> - Static or animated images showing the UI behavior | ||
### Expected Behavior | ||
|
||
> Please provide a short description which behavior you expected from your steps | ||
Thanks for taking the time to fill out this bug report 🤗 | ||
Make sure there aren't any open/closed issues for this topic 😃 |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
name: ✨Feature Request | ||
about: Request a new feature or enhancement | ||
title: "" | ||
labels: ["type: feature"] | ||
--- | ||
|
||
## Short description | ||
|
||
Please provide a short description which summarizes the idea behind this feature request and why this is useful. | ||
|
||
## User stories | ||
|
||
* As a *user*, I want to ... so that ... | ||
|
||
|
||
Please make sure this feature request hasn't been already submitted by someone by looking through other open/closed issues 😃 |
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Closes *list issues numbers here* | ||
|
||
### Developer Checklist (Definition of Done) | ||
|
||
**Issue** | ||
|
||
- [ ] All acceptance criteria from the issue are met | ||
- [ ] Tested in latest Chrome/Firefox | ||
|
||
**UI/UX/Vis** | ||
|
||
- [ ] Requires UI/UX/Vis review | ||
- [ ] Reviewer(s) are notified (_tag assignees_) | ||
- [ ] Review has occurred (_link to notes_) | ||
- [ ] Feedback is included in this PR | ||
- [ ] Reviewer(s) approve of concept and design | ||
|
||
**Code** | ||
|
||
- [ ] Branch is up-to-date with the branch to be merged with, i.e., develop | ||
- [ ] Code is cleaned up and formatted | ||
- [ ] Unit tests are written (frontend/backend if applicable) | ||
- [ ] Integration tests are written (if applicable) | ||
|
||
**PR** | ||
|
||
- [ ] Descriptive title for this pull request is provided (will be used for release notes later) | ||
- [ ] Reviewer and assignees are defined | ||
- [ ] Add type label (e.g., *bug*, *feature*) to this pull request | ||
- [ ] Add release label (e.g., `release: minor`) to this PR following [semver](https://semver.org/) | ||
- [ ] The PR is connected to the corresponding issue (via `Closes #...`) | ||
- [ ] [Summary of changes](#summary-of-changes) is written | ||
|
||
|
||
### Summary of changes | ||
|
||
- | ||
|
||
### Screenshots | ||
|
||
|
||
### Additional notes for the reviewer(s) | ||
|
||
- | ||
Thanks for creating this pull request 🤗 |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: build | ||
|
||
on: [push, workflow_dispatch] | ||
|
||
jobs: | ||
build: | ||
uses: datavisyn/github-workflows/.github/workflows/build-node.yml@main | ||
secrets: inherit |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: publish | ||
|
||
on: workflow_dispatch | ||
|
||
jobs: | ||
publish: | ||
uses: datavisyn/github-workflows/.github/workflows/publish-node.yml@main | ||
secrets: inherit |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
name: release | ||
|
||
on: workflow_dispatch | ||
|
||
jobs: | ||
release: | ||
uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main | ||
secrets: inherit |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "tourdino", | ||
"description": "Calculate and visualize similarity measures.", | ||
"homepage": "https://phovea.caleydo.org", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"author": { | ||
"name": "The Caleydo Team", | ||
"email": "[email protected]", | ||
|
@@ -90,7 +90,7 @@ | |
"worker-loader": "^2.0.0" | ||
}, | ||
"dependencies": { | ||
"tdp_core": "^15.0.0", | ||
"tdp_core": "^15.1.0", | ||
"d3": "~3.5.17", | ||
"d3.parsets": "git+ssh://[email protected]:jasondavies/d3-parsets#v1.2.4", | ||
"jstat": "^1.9.4", | ||
|
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