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: awslabs/aws-api-gateway-developer-portal
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: awslabs/aws-api-gateway-developer-portal
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: de-expressify
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 539 files changed
  • 1 contributor

Commits on Mar 13, 2021

  1. Remove a bunch of unused crud

    The less we can check into Git, the better.
    amazon-meaisiah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    80b5001 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c48a17 View commit details
    Browse the repository at this point in the history
  3. Drop Express and related boilerplate, use Node's built-ins better

    Ended up simplifying a *lot* of stuff and made thorough auditing of
    responses a bit easier to do.
    amazon-meaisiah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    839b54e View commit details
    Browse the repository at this point in the history
  4. Remove all the remaining callback-based code

    amazon-meaisiah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    d561d15 View commit details
    Browse the repository at this point in the history
  5. Fix minor bug

    amazon-meaisiah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    5e85112 View commit details
    Browse the repository at this point in the history
  6. Make more of the catalog updater concurrent

    amazon-meaisiah committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    18e152b View commit details
    Browse the repository at this point in the history
Loading