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

Support Cloudflare Worker deployment #1081

Merged
merged 39 commits into from
Jun 12, 2024
Merged

Support Cloudflare Worker deployment #1081

merged 39 commits into from
Jun 12, 2024

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    51048d9 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    9ba44fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a376a View commit details
    Browse the repository at this point in the history
  3. Temporary change to test CI

    ramnivas committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f887d35 View commit details
    Browse the repository at this point in the history
  4. Fix path to zip file

    ramnivas committed May 8, 2024
    Configuration menu
    Copy the full SHA
    94fa292 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    b221b8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ad256 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea587a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5afe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa51bfd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3cb98ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00f23b3 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    7436481 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f259183 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    7a3ab7e View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Support OIDC authentication

    ramnivas committed May 14, 2024
    Configuration menu
    Copy the full SHA
    316558d View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Abstract out retrieving from environment

    Introduce exo-env crate to abstract the concept of retrieving values from the system environment or a provided map (and may be extended to other sources in the future).
    ramnivas committed May 15, 2024
    Configuration menu
    Copy the full SHA
    06ce06a View commit details
    Browse the repository at this point in the history
  2. Use DATABASE_URL as a fallback to EXO_POSTGRES_URL

    Also drop the `EXO_POSTGRES_USER` and `EXO_POSTGRES_PASSWORD` environment (instead relying on the database URL to contain the user and password).
    ramnivas committed May 15, 2024
    Configuration menu
    Copy the full SHA
    ddff49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e7651 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f9d5e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f69ab6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4589f1a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2024

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

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    98c801b View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    377ed16 View commit details
    Browse the repository at this point in the history
  2. All integration tests pass

    ramnivas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e6d9518 View commit details
    Browse the repository at this point in the history
  3. Clean up Type array mapping

    ramnivas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    203fc24 View commit details
    Browse the repository at this point in the history
  4. Make all unit tests pass

    ramnivas committed May 29, 2024
    Configuration menu
    Copy the full SHA
    dbb2658 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    537675c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    4752ef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03e715e View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Add Hyperdrive support

    ramnivas committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d49e520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cac7ec2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. Configuration menu
    Copy the full SHA
    6e2f9bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    558e879 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    8f609f0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Update Cargo.lock

    ramnivas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    771d1ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f853335 View commit details
    Browse the repository at this point in the history
  3. Add initial documentation

    ramnivas committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2f94b4b View commit details
    Browse the repository at this point in the history