Skip to content
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

try lite vs 4.1.0 etc #21

Draft
wants to merge 39 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
bcb11e2
try lite vs 4.1.0 etc
bollwyvl Dec 12, 2023
79b3cea
fix lite gist copy
bollwyvl Dec 12, 2023
03e65ca
try adding 1267
bollwyvl Dec 12, 2023
cefe9da
add ipywidgets pr
bollwyvl Dec 12, 2023
3a345c7
add ipywidgets pr
bollwyvl Dec 12, 2023
c1685c2
reverse lite pr order
bollwyvl Dec 12, 2023
736c0b6
Merge remote-tracking branch 'UPSTREAM/main' into try-lite-1263
bollwyvl Dec 12, 2023
c76b817
remove already-merged pr
bollwyvl Dec 12, 2023
6c16189
Merge remote-tracking branch 'origin/try-lite-1263' into try-lite-1263
bollwyvl Dec 12, 2023
9877b37
remove already-merged pr
bollwyvl Dec 12, 2023
2f5efe9
add patch_package_jsons
bollwyvl Dec 12, 2023
2321dbb
more backport from #21
bollwyvl Dec 12, 2023
ba3a7ad
Merge branch 'add-patch-package-json' into try-lite-1263
bollwyvl Dec 12, 2023
c3d1b32
Merge remote-tracking branch 'UPSTREAM/main' into try-lite-1263
bollwyvl Dec 12, 2023
381adf0
Merge remote-tracking branch 'UPSTREAM/main' into try-lite-1263
bollwyvl Dec 13, 2023
99758fe
Merge remote-tracking branch 'UPSTREAM/main' into try-lite-1263
bollwyvl Dec 13, 2023
714f280
Merge remote-tracking branch 'UPSTREAM/main' into try-lite-1263
bollwyvl Dec 13, 2023
91d580e
Merge remote-tracking branch 'UPSTREAM/main' into try-lite-1263
bollwyvl Dec 13, 2023
fa65cb2
start custom archive name
bollwyvl Dec 15, 2023
f396bd7
handle download and extract
bollwyvl Dec 15, 2023
14c8a75
wire up last known good for rtd
bollwyvl Dec 15, 2023
377368c
hoist last-known-good to docs sidebar
bollwyvl Dec 15, 2023
7d3c616
fix html context
bollwyvl Dec 15, 2023
12667b0
Merge branch 'gh-26-keep-last-known-good' into try-lite-1263
bollwyvl Dec 15, 2023
3f28c73
break the build
bollwyvl Dec 15, 2023
0f0bec3
fix last-known-good redirects
bollwyvl Dec 15, 2023
04bc3f6
Merge branch 'gh-26-keep-last-known-good' into try-lite-1263
bollwyvl Dec 15, 2023
eaf2913
Merge remote-tracking branch 'origin/try-lite-1263' into try-lite-1263
bollwyvl Dec 15, 2023
67ece1c
also deploy the last-known-good tarball
bollwyvl Dec 15, 2023
b2c4332
Merge branch 'gh-26-keep-last-known-good' into try-lite-1263
bollwyvl Dec 15, 2023
3f9d532
try to fix
bollwyvl Dec 15, 2023
1022914
force a fail
bollwyvl Dec 15, 2023
d986f88
fix last-known-good url
bollwyvl Dec 15, 2023
ebb639e
Merge branch 'gh-26-keep-last-known-good' into try-lite-1263
bollwyvl Dec 15, 2023
f1e9ea2
back to pass
bollwyvl Dec 15, 2023
2f668ad
break the build
bollwyvl Dec 15, 2023
c19ffc8
Merge remote-tracking branch 'UPSTREAM/main' into try-lite-1263
bollwyvl Dec 15, 2023
d3c059c
Merge remote-tracking branch 'origin/try-lite-1263' into try-lite-1263
bollwyvl Dec 15, 2023
7a48a1d
re-fix
bollwyvl Dec 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions jupyak_config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#:schema ./docs/_static/jupyak-v0.schema.json

[lite]
gist = "60d9f604bdf00715e3d25f6436f8751f"

[repos.ipywidgets.github]
merge_with = [
"pull/3847",
]

[repos.jupyterlite.github]
merge_strategy = "ort"
# (un)comment the below to (un)break the build
merge_options = ["theirs"]
merge_with = [
"pull/1263",
]

[repos.jupyterlite.js]
link_exclude_patterns = [
"^@jupyterlab/(debugger(-extension)?|extensionmanager(-extension)?|hub-extension|nbconvert-css|pluginmanager-extension|terminal(-extension)?|template)$",
"^@jupyter-notebook/(documentsearch-extension|lab-extension|terminal-extension)$",
]

[repos.jupyterlite.js.patch_package_jsons."app/lab"]
dependencies = { "@jupyterlab/celltags-extension" = "*" }