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

Error 500 internal server error when trying to print data table #401

Merged
merged 15 commits into from
Apr 30, 2024

Commits on Apr 30, 2024

  1. fix: resolves failing first calls

    using `.try(:first)` resolves by returning `nil` without failing if the requested element does not have the method `.first`, i.e. is empty
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    bab2e77 View commit details
    Browse the repository at this point in the history
  2. refactor; include tracking in print jobs

    Adjusted template to include google analytics in print requests as well as carried over other improvements in header elements
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a6bc689 View commit details
    Browse the repository at this point in the history
  3. build: improve make targets

    Minor tweaks to the Makefile to remove duplicate variables (`SHORTNAME`) as well as introducing new targets for `check` and `local` for streamlined development tasks
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    d27509a View commit details
    Browse the repository at this point in the history
  4. build: updated patch version cadence

    from v1.7.3 ~> v1.7.4
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    648d3e3 View commit details
    Browse the repository at this point in the history
  5. chore: fix mis-type

    removed `:unit` from test target as that doesn't exist
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    29f046b View commit details
    Browse the repository at this point in the history
  6. style: rubocop fixes

    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    cd4cbc1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ff7aab View commit details
    Browse the repository at this point in the history
  8. build: gemfile and gemfile.lock updates

    Organised specific gems into test group as well as locked gem versions to the current ruby version where applicable
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    22bf05f View commit details
    Browse the repository at this point in the history
  9. build: Makefile cleanup

    Removed incorrect instructions, re-grouped build commands into the assets target, applied the same target where previously invoking manually; finally, updated the test target to use rake test and removed the system test command as it's not required at this moment
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    500d603 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bbfcb4f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8ac89b View commit details
    Browse the repository at this point in the history
  12. build: updated production config

    set `config.cache_classes=false` to allow Spring to reload assets
    set `ENV['API_SERVICE_URL']` to `ENV.fetch('API_SERVICE_URL', nil)` as Rubocop continued to complain
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7d822f3 View commit details
    Browse the repository at this point in the history
  13. build: Makefile updates

    removes auth target, as well as echos for tracking, alongside reassigning NAME instead of REPO where applicable
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    2b9e761 View commit details
    Browse the repository at this point in the history
  14. docs: Updated CHANGELOG

    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    b825332 View commit details
    Browse the repository at this point in the history
  15. fix: update to deployment.yml

    changes branch name from `dev-infrastructure` to `dev` in response to branch cleanup
    jonrandahl committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    47c906a View commit details
    Browse the repository at this point in the history