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: softprops/dynomite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jerusdp/dynomite
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.
  • 10 commits
  • 13 files changed
  • 4 contributors

Commits on Dec 26, 2023

  1. Configuration menu
    Copy the full SHA
    c61a681 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jerusdp/whitesource/configure

    Configure Mend Bolt for GitHub
    jerusdp committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    f7fe105 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. fix: Update edition and dependencies

    - update edition to 2021
    - update all out of date dependencies
    gortavoher committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    1ad4ee9 View commit details
    Browse the repository at this point in the history
  2. fix: resolve breaking changes

    - unwrap_or_abort() to unwrap()
    - remove redundant ResultExt
    - allow unnecessary find_map
    gortavoher committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    a46fce0 View commit details
    Browse the repository at this point in the history
  3. fix: breaking lambda_http changes

    - lambda_http in example update to use serivce_fn
    - example closure conformed to handler requirements
    gortavoher committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    8da9d8e View commit details
    Browse the repository at this point in the history
  4. fix: breaking changes in dynomite/lib.rs

    - to_hyphenated() to hyphenated()
    - replace chrono deprecated functions east(), ymd() and hmd().
    gortavoher committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    3c0fd3f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8930e7c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d305097 View commit details
    Browse the repository at this point in the history
  7. fix: Update trybuild expected failure outputs

    Account for changes in error formatting introduced by updated rust versions.
    gortavoher committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5eb9be5 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #2 from jerusdp:gortavoher/edition-dependencies

    Gortavoher/edition-dependencies
    gortavoher committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    17435ab View commit details
    Browse the repository at this point in the history
Loading