-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Simplify the process of creating baselines using Kaleido and improve image & other export test systems #5724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
0aced42
generate baselines by new system and using kaleido
archmoj f166d35
provide googleFonts for image test
archmoj 96b3d5e
provide liberation2 fonts for image test
archmoj 9fb28a3
provide noto font for japanese and gl3d_world-cals baselines
archmoj 71cb928
Revise exports & baseline creation and testing using Kaleido
archmoj 0f9292c
pin down versions in export test similar to image test
archmoj 23ff879
add info on how to draft new baselines
archmoj ff9b12f
remove image viewer - one could use GitHub os vs-code
archmoj f23e4cb
move important info on making baselines and remove fat docker readme
archmoj e8f3d88
remove redundant start-test_dashboard
archmoj 0dc8a41
Merge remote-tracking branch 'origin/master' into switch-to-kaleido
archmoj ca18710
Update test/image/make_baseline.py
archmoj fe0502c
Update test/image/make_baseline.py
archmoj 02248d4
Update test/image/make_baseline.py
archmoj 027323e
esp > eps
archmoj 13322c5
test eps export on ci
archmoj 7a44a8e
simplify exclude black lists
archmoj b1de0bb
reduce pixelmatch threshold to 0 for non-mapbox also fail on mapbox b…
archmoj 4a28781
Merge remote-tracking branch 'origin/master' into switch-to-kaleido
archmoj 82b0ead
update master new baselines using kaleido
archmoj f0c9e24
adjust bar_show_narrow test
archmoj 4b1b383
Revert "adjust bar_show_narrow test"
archmoj 74853f4
do not keep liberation2 fonts on the repo
archmoj 6522bd5
install liberation2 fonts in docker
archmoj 1786204
do not keep NotoSerifCJK fonts on the repo
8000
archmoj 9f705f7
install NotoSansCJK fonts in docker
archmoj 083f9be
update japanese baseline
archmoj bb6abea
do not keep Raleway fonts on the repo
archmoj 28077d1
add script to download some google fonts
archmoj 856009e
update baselines using new Raleway fonts
archmoj f7f4cf1
do not keep Roboto fonts on the repo
archmoj 21e262f
download Roboto fonts
archmoj 9c71d22
update legend_horizontal_autowrap using new Roboto fonts
archmoj 141e40d
do not keep PT_Sans-Narrow fonts on the repo
archmoj c1341fa
download PT_Sans-Narrow-Web
archmoj e791887
wip to download OpenSans fonts - could cause big diff
archmoj 0c5d366
do not keep OldStandard fonts on the repo
archmoj d7548b1
download Old_Standar_dTT
archmoj 09eb8fa
update baselines using new Old_Standard_TT fonts
archmoj 2100fe9
Merge remote-tracking branch 'origin/master' into switch-to-kaleido
archmoj be8b865
generate baselines using new system
archmoj 1a7461f
do not keep Droid_Sans fonts on the repo
archmoj 1afa2fe
download NotoSans fonts instead of Driod_Sans
archmoj 2a7071f
use NotoSans fonts instead of Driod_Sans
archmoj ab4b4f9
update baselines using NotoSans instead of Driod_Sans
archmoj 8ad4a68
do not keep Droid_Serif fonts on the repo
archmoj 3bfb395
download NotoSerif fonts instead of Driod_Serif
archmoj db307f6
use NotoSerif fonts instead of Driod_Serif
archmoj a4996d0
update baselines using NotoSerif instead of Driod_Serif
archmoj d1dcafb
do not keep Droid_Sans_Mono font on the repo
archmoj e98ce87
download NotoSansMono fonts instead of Driod_Sans_Mono
archmoj d65ee01
use NotoSansMono fonts instead of Driod_Sans_Mono
archmoj d99dd7f
update baselines using NotoSansMono instead of Driod_Sans_Mono
archmoj 5996af1
do not keep Gravitas_One font on the repo
archmoj 2b8d3ba
download GravitasOne
archmoj 6a15c9e
do not keep Balto fonts on the repo
archmoj dd1dc35
use Roboto instead of Balto - Roboto used to be in legend_horizontal_…
archmoj b6a881e
update baselines using Roboto instead of Balto
archmoj 5756afe
update CircleCi task description
archmoj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
add info on how to draft new baselines
- Loading branch information
commit 23ff879418ecee53ab1ce427e5665cb64bec0f0c
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be clear re: my earlier comments - here the instructions are for local use, so using the longer
python3 -m pip
syntax is reasonable as a way to indicate to users that it's important to do this with Python 3 if nothing else :)