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

Load examples manifest via HTTP #4391

Merged
merged 29 commits into from
Dec 1, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
4c5c3a4
load example manifest via http
jprochazk Nov 29, 2023
afee69a
override `EXAMPLES_MANIFEST_URL` at runtime in CLI
jprochazk Nov 29, 2023
7dfb188
move examples_manifest build script
jprochazk Nov 29, 2023
52e89ab
support `manifest_url` query param
jprochazk Nov 29, 2023
2b0ea81
support `--base-url` arg
jprochazk Nov 30, 2023
99b68d2
remove unused deps
jprochazk Nov 30, 2023
beed08f
add `build-examples-manifest` task to pixi
jprochazk Nov 30, 2023
09848dc
set default manifest to real values
jprochazk Nov 30, 2023
22daf12
build manifest on CI
jprochazk Nov 30, 2023
46921d0
fix clippy lints
jprochazk Nov 30, 2023
aee399f
get rid of `UPLOAD_COMMIT_OVERRIDE` dance
jprochazk Nov 30, 2023
1b9f878
fix trailing commas
jprochazk Nov 30, 2023
eb11397
ignore generated js file
jprochazk Nov 30, 2023
fc0807b
remove log about using default manifest
jprochazk Nov 30, 2023
43248c0
Merge branch 'main' into jan/online-manifest
jprochazk Nov 30, 2023
f9b14c6
update pr template with nightly app rerun io
jprochazk Nov 30, 2023
d3375b9
Merge branch 'main' into jan/online-manifest
jprochazk Nov 30, 2023
d8fa1ba
sort
jprochazk Nov 30, 2023
815bd94
move code around for readability
jprochazk Nov 30, 2023
c27c570
remove unnecessary `pub(crate)`
jprochazk Nov 30, 2023
9936fc7
use `ReUi::error_text` instead of plain `label` for error message
jprochazk Nov 30, 2023
7cd767e
remove unnecessary handle.start args
jprochazk Nov 30, 2023
1a39da1
downgrade prettier
jprochazk Nov 30, 2023
1b109a7
uppercase doctype
jprochazk Nov 30, 2023
252b6be
update pr template
jprochazk Nov 30, 2023
811b020
update pr template again
jprochazk Nov 30, 2023
50638c2
fix usage of `error_text`
jprochazk Nov 30, 2023
c6c2960
Merge branch 'main' into jan/online-manifest
jprochazk Nov 30, 2023
cf3b24b
Merge branch 'main' into jan/online-manifest
jprochazk Dec 1, 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
Prev Previous commit
Next Next commit
add build-examples-manifest task to pixi
  • Loading branch information
jprochazk committed Nov 30, 2023
commit beed08fed883b36ff2565e8db815d15570c0f96a
2 changes: 2 additions & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ version = "0.1.0" #
# Run the codegen. Optionally pass `--profile` argument if you want.
codegen = "cargo run --package re_types_builder -- "

build-examples-manifest = "cargo run -q --locked -p re_build_examples_manifest --"

# Assorted linting tasks
fast-lint = "python scripts/fast_lint.py"
lint-codegen = "cargo run --package re_types_builder -- --check"
Expand Down