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

January 2024 Point Release 7.1 #925

Merged
merged 23 commits into from
Jan 5, 2024
Merged

January 2024 Point Release 7.1 #925

merged 23 commits into from
Jan 5, 2024

Commits on Nov 22, 2023

  1. add shadow jar configuration back to gradle build

    This started working again, so for consistency with past releases I
    built and attached a shadow jar to the v7.0 release on github.
    We may want to eventually remove this though: we do not use it in our
    workflow but do use the zip distribution and gradle runBackend.
    abyrd committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    1bf792f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b41035 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    484b53d View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Dec 4, 2023

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

Commits on Dec 15, 2023

  1. Merge pull request #917 from conveyal/opportunity-density-fix

    Prevent ArrayIndexOutOfBoundsException when recording TemporalDensityResult
    abyrd committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    ef9638b View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Fix freeform guardrails

    Correct logic for checking oneToOne analyses
    Check limit on number of destinations for path analyses in broker
    ansoncfit committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6b6c767 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    7dc2908 View commit details
    Browse the repository at this point in the history
  2. record errors (stopping job) before other checks

    addresses #887
    abyrd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9ab99be View commit details
    Browse the repository at this point in the history
  3. report worker errors as much shorter stack trace

    move filterStackTrace method into shared utility class
    abyrd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6ccae66 View commit details
    Browse the repository at this point in the history
  4. record only one error per job in broker

    addresses #919 and #887
    abyrd committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9df41b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

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

Commits on Dec 28, 2023

  1. Merge pull request #921 from conveyal/job-error-limiting

    Prevent runaway error reporting
    abyrd committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    f349656 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06e479f View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Use specific AnalysisServerException

    BAD_REQUEST instead of UNKNOWN
    ansoncfit committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    9690d9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9abf498 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a6ab47 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. Configuration menu
    Copy the full SHA
    5d53072 View commit details
    Browse the repository at this point in the history
  2. Update seamless-census test fixtures

    with 2020 Census geometries
    ansoncfit committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    48c537e View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Merge pull request #918 from conveyal/freeform-guardrails

    Fix freeform guardrails
    ansoncfit committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    14cbb20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcfe1dd View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Merge pull request #923 from conveyal/census-loader-update

    Update Census loader to handle new decade
    abyrd committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b3fa65b View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. do not include stacktrace in message

    rethrow AnalysisServerException since they already have clear messages
    abyrd committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b7d02fd View commit details
    Browse the repository at this point in the history