Skip to content

Commit

Permalink
Remove tests/docs/build from linguist stats, generate metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
texodus committed Sep 29, 2021
1 parent 30a32c2 commit adeca36
Show file tree
Hide file tree
Showing 11 changed files with 170 additions and 197 deletions.
14 changes: 12 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
*.ipynb linguist-documentation
docs/* linguist-documentation
docs/**/* linguist-documentation
python/perspective/notebooks/* linguist-documentation
python/perspective/docs/* linguist-documentation
results/*.json linguist-documentation
*.js text eol=lf
*.js text eol=lf
**/test/**/* linguist-documentation
**/tests/**/* linguist-documentation
examples/**/* linguist-documentation
scripts/* linguist-documentation
packages/perspective-bench/**/* linguist-documentation
packages/perspective-test/**/* linguist-documentation
cmake/** linguist-documentation
CMakeLists.txt linguist-documentation
docker/** linguist-documentation
**/*.sh linguist-documentation
35 changes: 0 additions & 35 deletions docker/docs/Dockerfile

This file was deleted.

7 changes: 0 additions & 7 deletions docs/static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,11 +348,4 @@ pre code.hljs {
.blockContent code.hljs.css.language-bash {
background: #000000;
color: #fff;
}

perspective-column-style {
background-color: #2a2c2f !important;
color: #c5c9d0 !important;
border: 1px solid #3b3f46 !important;
--input--border-color :#3b3f46 !important;
}
2 changes: 1 addition & 1 deletion docs/static/css/material.dark.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import "../../../rust/perspective-viewer/src/themes/material-dense.less";
@import "../../../rust/perspective-viewer/src/less/variables.less";

perspective-column-style, perspective-expression-editor {
perspective-column-style.dark, perspective-expression-editor.dark {
background-color: @grey700;
color: #FFFFFF;
border: 1px solid @grey500;
Expand Down
4 changes: 2 additions & 2 deletions packages/perspective-jupyterlab/test/results/results.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"__GIT_COMMIT__": "dce4742a444f90b9847769dc15bfc6cc4ace211a",
"__GIT_COMMIT__": "21eb6e6303888b41ec49891317c4302f93515335",
"resize_Config_should_show_by_default": "b8bc3ea0c100cbd12f2b6364d13ad2cc",
"resize_Resize_the_container_causes_the_widget_to_resize": "b8bc3ea0c100cbd12f2b6364d13ad2cc",
"resize_row_pivots_traitlet_works": "f3f5294cbe02d84ab7c18fffa28e017f"
"resize_row_pivots_traitlet_works": "52d03e6b2e62254a8135c0450d6ef1f2"
}
210 changes: 105 additions & 105 deletions packages/perspective-viewer-d3fc/test/results/results.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ regular-table thead tr:last-child th {
color: var(--rt-neg-cell--color, @negative);
}

.psp-color-mode-bar {
min-width: 50px !important;
regular-table table tbody td {
min-width: 52px !important;
}

.psp-is-width-override .rt-column-resize,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"superstore_displays_visible_columns_": "d7cfabd1879d62859ce4fa057ed0a9d1",
"superstore_resets_viewable_area_when_the_logical_size_expands_": "e9dd1d275f46f6a0857e0168835d0b38",
"superstore_resets_viewable_area_when_the_physical_size_expands_": "e469597235cc032619bc095a76f9ad6f",
"__GIT_COMMIT__": "d6340a9ef5b4eae273567dd5f433fbea4171f8e9",
"__GIT_COMMIT__": "21eb6e6303888b41ec49891317c4302f93515335",
"superstore_shows_a_grid_without_any_settings_applied": "9ba7d100dc0f3e91a61668ac2f2ddabb",
"superstore_pivot_by_a_row": "9fdd64446ba41da3c7bd85191e20f946",
"superstore_pivot_by_two_rows": "2191bbeac5fd5fd5b53593e877561b14",
"superstore_pivot_by_a_row": "46a0c0d3e44cbc2805758dbe40285112",
"superstore_pivot_by_two_rows": "929a59c221687110b49cfdf7df2c353c",
"superstore_pivot_by_a_column": "72448dcee7942e8a294db0b9465d4d2f",
"superstore_pivot_by_a_row_and_a_column": "ebb1654edf866665b03ed53d2dd66853",
"superstore_pivot_by_a_row_and_a_column": "9f018e67263ad41268987dcfcd751352",
"superstore_pivot_by_two_rows_and_two_columns": "cdaa134913bd6cae25d335ec477d5606",
"superstore_sort_by_a_hidden_column": "91456482bc01f14f0055a9a15e38fb37",
"superstore_sort_by_a_numeric_column": "623a3892f50b098071d7633a9e2ca1f6",
Expand Down
2 changes: 1 addition & 1 deletion packages/perspective-workspace/test/results/results.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"__GIT_COMMIT__": "5fb90bcbd430dd455d675f9a7f637a78590d39cf",
"__GIT_COMMIT__": "21eb6e6303888b41ec49891317c4302f93515335",
"index_restore_workspace_with_detail_only": "d24f601369fbf86c853d4dd2894506e3",
"index_Light_DOM_restore_workspace_with_detail_only": "d24f601369fbf86c853d4dd2894506e3",
"index_Shadow_DOM_restore_workspace_with_detail_only": "912377d649971a7d3d4d8444f559f8b6",
Expand Down
Loading

0 comments on commit adeca36

Please sign in to comment.