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

FR-104 Merge the FlightRecorder business logic, API and UI repositories #24

Merged
merged 176 commits into from
Dec 10, 2023

Commits on Apr 13, 2020

  1. Initial commit

    davewalker5 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    1dd089b View commit details
    Browse the repository at this point in the history
  2. Create README.md

    davewalker5 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    02777ca View commit details
    Browse the repository at this point in the history
  3. Update README

    davewalker5 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7f1d387 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b921f2 View commit details
    Browse the repository at this point in the history
  5. Create dotnetcore.yml

    davewalker5 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    dd07610 View commit details
    Browse the repository at this point in the history
  6. Update gitignore

    davewalker5 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    2d371d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d78add8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2fa64e View commit details
    Browse the repository at this point in the history
  9. Added locations REST APIs

    davewalker5 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    7ba4b15 View commit details
    Browse the repository at this point in the history
  10. Added airliness REST APIs

    davewalker5 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    bf25326 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Added models REST APIs

    davewalker5 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    dfa1c71 View commit details
    Browse the repository at this point in the history
  2. Added aircraft REST APIs

    davewalker5 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    aae5414 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad6c73f View commit details
    Browse the repository at this point in the history
  4. Added flight REST APIs

    davewalker5 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    e757ef1 View commit details
    Browse the repository at this point in the history
  5. Added sightings REST APIs

    davewalker5 committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    4911541 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Added pagination to 'list' APIs

    David Walker committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    985ca37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from davewalker5/service-todos

    Added pagination to 'list' APIs
    davewalker5 committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    a4d0a60 View commit details
    Browse the repository at this point in the history
  3. Added docker-related files

    David Walker committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    e484c0b View commit details
    Browse the repository at this point in the history
  4. Initial commit

    davewalker5 committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    bfd39cf View commit details
    Browse the repository at this point in the history
  5. Initial project setup

    davewalker5 committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    822c6a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2020

  1. Configuration menu
    Copy the full SHA
    a905169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d9cb79 View commit details
    Browse the repository at this point in the history
  3. Added manufacturer maintenance

    David Walker committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    954f547 View commit details
    Browse the repository at this point in the history
  4. Corrected gitattributes file

    David Walker committed Apr 17, 2020
    Configuration menu
    Copy the full SHA
    b5eb7be View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2020

  1. Added airline maintenance

    davewalker5 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    17bbfbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d19abb View commit details
    Browse the repository at this point in the history
  3. Added model editing

    davewalker5 committed Apr 18, 2020
    Configuration menu
    Copy the full SHA
    0505149 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2020

  1. Configuration menu
    Copy the full SHA
    d796310 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bfa051 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    985174e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cad08d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c309400 View commit details
    Browse the repository at this point in the history
  6. Aircraft maintenance : Tidy up filter layout

    David Walker committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    e45c865 View commit details
    Browse the repository at this point in the history
  7. Aircraft maintenance - WIP]

    David Walker committed Apr 19, 2020
    Configuration menu
    Copy the full SHA
    c6b2226 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Added the ability to list and edit existing aircraft

    David Walker committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    09ce35e View commit details
    Browse the repository at this point in the history
  2. Added the ability to add new aircraft

    David Walker committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    714971a View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Added flight maintenance landing page

    David Walker committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    31030aa View commit details
    Browse the repository at this point in the history
  2. Added the ability to edit existing flights

    David Walker committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    d33a6e2 View commit details
    Browse the repository at this point in the history
  3. Added the ability to create new flights

    David Walker committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    d368637 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Configuration menu
    Copy the full SHA
    57ced6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eb898a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d09bbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d88cc62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    065d0c0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71d1cea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd47885 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. WIP : Add sighting wizard

    davewalker5 committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3a57404 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2020

  1. Configuration menu
    Copy the full SHA
    65fdbd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a30a41 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2020

  1. Configuration menu
    Copy the full SHA
    e30b50c View commit details
    Browse the repository at this point in the history
  2. WIP : Add sighting wizard

    David Walker committed May 4, 2020
    Configuration menu
    Copy the full SHA
    0d4948d View commit details
    Browse the repository at this point in the history
  3. Complete new sighting addition wizard

    David Walker committed May 4, 2020
    Configuration menu
    Copy the full SHA
    23e965d View commit details
    Browse the repository at this point in the history
  4. Completed sighting wizard caching implementation

    David Walker committed May 4, 2020
    Configuration menu
    Copy the full SHA
    1eac9d3 View commit details
    Browse the repository at this point in the history
  5. Completed sightings wizard integration test fixes

    David Walker committed May 4, 2020
    Configuration menu
    Copy the full SHA
    ba2acb4 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. Prepared README for publication

    David Walker committed May 5, 2020
    Configuration menu
    Copy the full SHA
    b057e5e View commit details
    Browse the repository at this point in the history
  2. Create dotnetcore.yml

    davewalker5 committed May 5, 2020
    Configuration menu
    Copy the full SHA
    566b031 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Configuration menu
    Copy the full SHA
    159cdaa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61dfb2c View commit details
    Browse the repository at this point in the history
  3. Added docker files

    davewalker5 committed May 6, 2020
    Configuration menu
    Copy the full SHA
    150140c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2020

  1. Configuration menu
    Copy the full SHA
    bf96363 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07645c3 View commit details
    Browse the repository at this point in the history
  3. Completed editing updates

    davewalker5 committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    c5f6440 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d88006 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1 from davewalker5/data-entry-improvements

    Data entry improvements
    davewalker5 committed Sep 19, 2020
    Configuration menu
    Copy the full SHA
    ba2358d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Updated dependencies

    davewalker5 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    4feb9d1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from davewalker5/update-dependencies

    Updated dependencies
    davewalker5 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    b2b7d17 View commit details
    Browse the repository at this point in the history
  3. Updated dependencies

    davewalker5 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    b42df8d View commit details
    Browse the repository at this point in the history
  4. Updated dependencies

    davewalker5 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    4f9ddc4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from davewalker5/update-dependencies

    Updated dependencies
    davewalker5 committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    680f6db View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Configuration menu
    Copy the full SHA
    3774336 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7fe0b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from davewalker5/fixup-date-entry

    Fixup date entry in sighting addition page
    davewalker5 committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    18af364 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76879a1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    2d8d53d View commit details
    Browse the repository at this point in the history
  2. Update dotnetcore.yml

    davewalker5 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    d6a7e13 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from davewalker5/nuget-updates

    Framework and Nuget package updates
    davewalker5 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    f3197fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c77f55e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f6e519 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4b4dc76 View commit details
    Browse the repository at this point in the history
  7. Update dotnetcore.yml

    davewalker5 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e17e8da View commit details
    Browse the repository at this point in the history
  8. Merge pull request #5 from davewalker5/nuget-updates

    Nuget updates
    davewalker5 committed May 16, 2022
    Configuration menu
    Copy the full SHA
    2113966 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8432c2f View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Update dotnetcore.yml

    davewalker5 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d6b6685 View commit details
    Browse the repository at this point in the history
  2. SonarCloud fixups

    davewalker5 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    64c4e91 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from davewalker5/sonarcloud-fixups

    SonarCloud fixups
    davewalker5 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    8061a43 View commit details
    Browse the repository at this point in the history
  4. Dependency updates

    davewalker5 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    b36e24c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6 from davewalker5/dependency-updates

    Dependency updates
    davewalker5 committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    d99fcfd View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    23ee0b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75b9777 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    f6b28e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0803a1d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'airport-registry' of github.com:davewalker5/FlightRecor…

    …der.Api into airport-registry
    davewalker5 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    51d955e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7 from davewalker5/airport-registry

    Implement an airport registry for IATA code validation
    davewalker5 committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    dc576b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    a47b50d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from davewalker5/retrieve-all-airports

    Added method to return all airports
    davewalker5 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    b95f4bf View commit details
    Browse the repository at this point in the history
  3. IATA Code Validation

    davewalker5 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9a61713 View commit details
    Browse the repository at this point in the history
  4. Update dotnetcore.yml

    davewalker5 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    7d1af04 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #7 from davewalker5/iata-code-validation

    IATA Code Validation
    davewalker5 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    945b018 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bc76124 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #8 from davewalker5/iata-code-validation

    Update Build Action to use .NET 7
    davewalker5 committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9481fd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    f4876ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from davewalker5/optional_aircraft_properties

    Make serial number and year of manufacture optional aircraft properties
    davewalker5 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    3c87617 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    6ac6c6e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #9 from davewalker5/optional_aircraft_properties

    Make serial number and age optional aircraft parameters
    davewalker5 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    cf55cf9 View commit details
    Browse the repository at this point in the history
  3. Fixup NULL aircraft error

    davewalker5 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d4fa7c7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #10 from davewalker5/null_aircraft_bug

    Fixup NULL aircraft error
    davewalker5 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    9698fcb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efdac90 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from davewalker5/iata_code_caching

    Fixup IATA code caching issue
    davewalker5 committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    f5d44dc View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Fixup Docker README

    davewalker5 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    34da6c5 View commit details
    Browse the repository at this point in the history
  2. Update README

    davewalker5 committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    fa11e3c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 21, 2023

  1. Configuration menu
    Copy the full SHA
    f0aaea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5dacff5 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Configuration menu
    Copy the full SHA
    b988471 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    885970e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12a9034 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c3ba39 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7cfb72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a61060 View commit details
    Browse the repository at this point in the history
  7. Updated docker build

    davewalker5 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    12dd18f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #10 from davewalker5/FR-24-Bug-Fixes

    FR-24 Bug Fixes and Improvements
    davewalker5 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    313f7aa View commit details
    Browse the repository at this point in the history
  9. Merge pull request #12 from davewalker5/FR-24-Bug-Fixes

    Fr 24 bug fixes
    davewalker5 committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    3b209c3 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    f54ba91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cebbe87 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #11 from davewalker5/FR-24-Bug-Fixes

    Support minimal aircraft properties (registration only)
    davewalker5 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ff85799 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #13 from davewalker5/FR-24-Bug-Fixes

    Support minimal aircraft properties (registration only)
    davewalker5 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4a76822 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e551fcc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b6f79a4 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #14 from davewalker5/FR-15-Flights-By-Month-Report

    Added flights by month report
    davewalker5 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c7bb9e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    7ed180a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2c0c71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb5d43 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #12 from davewalker5/FR-31-Sightings-Export

    Added sightings export background service
    davewalker5 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7206577 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #15 from davewalker5/FR-31-Sightings-Export

    FR-31 Sightings Export
    davewalker5 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    38b5ee1 View commit details
    Browse the repository at this point in the history
  6. Added airports export

    davewalker5 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    aa306f9 View commit details
    Browse the repository at this point in the history
  7. Update docker build files

    davewalker5 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    de1b6b7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    60d3f48 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #13 from davewalker5/FR-37-Airports-Export

    FR-37 Airports Export
    davewalker5 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    553c60e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #16 from davewalker5/FR-37-Airports-Export

    Added airports export to the UI
    davewalker5 committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f6bfedb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    167d729 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    7b54f47 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #14 from davewalker5/FR-58-Reports-Export

    Added report export service
    davewalker5 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c0c1263 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a6ebb3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #17 from davewalker5/FR-58-Reports-Export

    FR-58 Reports Export
    davewalker5 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    26c6007 View commit details
    Browse the repository at this point in the history
  5. Remove spurious link

    davewalker5 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ac044da View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18 from davewalker5/FR-66-Remove-Spurious-Link

    Remove spurious link
    davewalker5 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d11d64d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    892e1c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4bbfd98 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from davewalker5/FR-67-Job-Status-Report

    FR-67 Job Status Report
    davewalker5 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    9dc2d8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2b529b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #16 from davewalker5/FR-67-Job-Status-Report

    Implement job status report and export
    davewalker5 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    5e33135 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a139435 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #19 from davewalker5/FR-67-Job-Status-Report

    Added Job Status report and export
    davewalker5 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d96d0a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a49111 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #20 from davewalker5/FR-51-Paginate-Country-Mainte…

    …nance
    
    Add pagination to the countries maintenance page
    davewalker5 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    0153135 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    41998ad View commit details
    Browse the repository at this point in the history
  11. Merge pull request #21 from davewalker5/FR-21-Paginate-Airports

    Paginate the airports maintenance page
    davewalker5 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    34d24df View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7c4c4ec View commit details
    Browse the repository at this point in the history
  13. Merge pull request #22 from davewalker5/FR-11-Paginate-Manufacturers

    Paginate the manufacturers maintenance page
    davewalker5 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    64b0558 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7f4b5e4 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #23 from davewalker5/FR-10-Paginate-Locations

    Paginate the location maintenance page
    davewalker5 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4b24706 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    fcebcd3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #17 from davewalker5/FR-73-External-API-Integration

    Added external API integration for new data lookup
    davewalker5 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    aeb2b7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec2a1b1 View commit details
    Browse the repository at this point in the history
  4. Fixup typo in WikI

    davewalker5 committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    c6fe5a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    8ec78b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a17453 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d5a7b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bef8a4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05e13c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec8e853 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d702b99 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Configuration menu
    Copy the full SHA
    bb9cb72 View commit details
    Browse the repository at this point in the history
  2. Updated repo URL

    davewalker5 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    a84ba4b View commit details
    Browse the repository at this point in the history
  3. Update dotnetcore.yml

    davewalker5 committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    f5fc197 View commit details
    Browse the repository at this point in the history