Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-lambda/open-lambda.github.io
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: blog
Choose a base ref
...
head repository: open-lambda/open-lambda.github.io
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 14 files changed
  • 2 contributors

Commits on May 18, 2026

  1. Configuration menu
    Copy the full SHA
    84d6552 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from open-lambda/blog

    ADD blog content
    mariaob1201 authored May 18, 2026
    Configuration menu
    Copy the full SHA
    720945f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from open-lambda/blog

    ADD blog content
    mariaob1201 authored May 18, 2026
    Configuration menu
    Copy the full SHA
    4bdfbf0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from open-lambda/blog

    ADD blog content
    mariaob1201 authored May 18, 2026
    Configuration menu
    Copy the full SHA
    dfbb089 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Merge pull request #6 from open-lambda/blog

    ADD blog content
    mariaob1201 authored May 19, 2026
    Configuration menu
    Copy the full SHA
    2fc0cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3258689 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. Polish docs: author links, homepage CTA, content cleanup, pin deps

    - Fill in blog author profile URLs (Maria Oros, Tyler Caraza-Harter)
    - Add homepage "Explore" CTA cards linking Worker/Applications/Blog
    - Rewrite applications/index.md: drop wall-of-text, internal refs,
      and blog duplication; add meta tags and structured case-study link
    - Flesh out ag-forecasting-api.md from stub into a full page
    - Pin requirements.txt to the Jupyter Book v1 stack (v2 is an
      incompatible MyST-CLI rewrite)
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    8c56d4c View commit details
    Browse the repository at this point in the history
  2. Refocus ag-forecasting page on OpenLambda, not the app domain

    Trim crop/weather/model detail; keep why it's a useful test workload
    and what the port drove in OpenLambda.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    572bca6 View commit details
    Browse the repository at this point in the history
  3. SEO + onboarding: internal links, meta tags, favicon, OG, CONTRIBUTING

    - Homepage now links to the local Worker page instead of GitHub docs
    - Add html_meta description/keywords to worker, blog index, both posts
    - Add favicon (html_favicon) and Open Graph tags via sphinxext-opengraph
    - Pin sphinxext-opengraph in requirements.txt
    - Add CONTRIBUTING.md (excluded from build) documenting how to add
      pages, blog posts, and authors
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    ec2009b View commit details
    Browse the repository at this point in the history
  4. Add Apache 2.0 LICENSE, rewrite README, skip deploy for docs-only files

    - Add full Apache 2.0 LICENSE (the project is Apache-licensed but had
      no LICENSE file)
    - Rewrite README: current repo layout, v1-pinned local preview,
      contributing/deployment sections, badges
    - deploy.yml: paths-ignore README.md/CONTRIBUTING.md/LICENSE so
      docs-only changes no longer trigger a Pages deploy
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    1cdc1ba View commit details
    Browse the repository at this point in the history
  5. CI hardening, accurate worker docs, announcement banner, 404 page

    - deploy.yml: bump actions to Node 24 versions (checkout v6,
      setup-python v6, configure-pages v6, upload-pages-artifact v5,
      deploy-pages v5); add PR build job (build + linkcheck, no deploy);
      fail the build on Sphinx warnings (--warningiserror)
    - worker.md: rewrite to match the real OpenLambda API (/run/<name>,
      ol worker init/up/down/status, SOCK sandbox, HTTP/Kafka/cron
      triggers) — the old page documented a nonexistent API
    - Add announcement banner and a branded 404 page (sphinx-notfound-page,
      absolute asset paths so it styles at any depth)
    - Pin sphinx-notfound-page
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    c72f9c0 View commit details
    Browse the repository at this point in the history
  6. Fix links found by linkcheck; make linkcheck non-blocking

    - index.md: quickstart link pointed to a deleted page (404) — now
      points to docs/worker/getting-started.md
    - worker.md: drop fragile #dependencies anchor
    - Ignore usenix.org in linkcheck (403s automated checkers but works
      in-browser) and GitHub anchor checks; cap linkcheck retries and
      rate-limit wait so it stays fast
    - deploy.yml: move linkcheck to its own non-blocking job so rate-limit
      back-off never delays or blocks the build/deploy
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    af03364 View commit details
    Browse the repository at this point in the history
  7. Ignore github.com in linkcheck to keep the job a meaningful signal

    GitHub rate-limits (429) the checker on nearly every run, so checking
    its links produced a perpetually-red job. GitHub links rarely rot;
    skipping them lets linkcheck flag only links it can actually verify.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    d38bfeb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2026

  1. Add sitemap + canonical URLs, fix repo/edit buttons, enable edit button

    - Add html_baseurl (canonical <link> tags for SEO) and sphinx_sitemap
      to generate sitemap.xml; pin sphinx-sitemap
    - Fix latent bug: the manual html_theme_options block overrode Jukyter
      Book's generated theme options, so the repository/issues buttons never
      rendered. Move repository_url/branch + button flags into the block.
    - Enable the "edit this page" button (use_edit_page_button); path_to_docs
      set to "" for clean /edit/master/<file> links
    - Tidy a duplicate linkcheck comment
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    mariaob1201 and claude committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    ed7c85f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2026

  1. Configuration menu
    Copy the full SHA
    538e8a3 View commit details
    Browse the repository at this point in the history
Loading