Skip to content
Snippets Groups Projects
  1. Nov 10, 2022
  2. Jul 27, 2022
  3. Jul 21, 2022
    • Yifei Xu's avatar
      Add several improvement on POST CRS and POST CT endpoints · 237580c4
      Yifei Xu authored
      ## POST CRS and POST CT
      - Refactor the search query building code
      - Change default search limit to a large value
      - Add includeDeprecated (exclude InactivaIndicator)
      - Change default return fields
      - Add flag to "returnAllFields"
      ## POST CRS
      - Correct the handling of returnBoundProjectedAndProjectedBasedOnWgs84 and returnBoundGeographic2DAndWgs84
      - Change extent.name to extent.description
      ## POST CT
      - Make source and target crs interchangable
      - Add id and code
      - Remove "includeHorizontal" and "includeVertical" and add kind instead. Add "All" as a magical keyword
      ## Info
      - Add /info endpoint
      ## Test
      - Make schema authority configurable
      - Add integration tests
      - Fix unit test
      ## Doc
      - Update openapi doc to be aligned with the latest API
      ## Other
      - Remove redundant code and extract common component
      237580c4
  4. Jun 10, 2022
  5. Jun 08, 2022
  6. May 27, 2022
    • Yifei Xu's avatar
      Apply multiple enhancement for v3 points-in-aou endpoint. · c214a093
      Yifei Xu authored
      - Remove "degreeDistanceOutside" from output
      - Remove "SuccessPoints" from output
      - Add a zero-based index of the failed points
      - Round all distances to nearest 1km (integer)
      - Ensure points exactly at the boundary are counted as PASS (within ~0.5km)
      - Change the formula to calculate distance
      - Fix 400 error for multi-polygon cases
      - Add and fix multiple unit tests and integration tests
      - Update documents for the changes
      c214a093
  7. May 26, 2022
  8. May 24, 2022
  9. May 23, 2022
  10. May 21, 2022
  11. Apr 25, 2022
  12. Apr 15, 2022
    • Spencer Sutton's avatar
      V3 Endpoints · e55a46bb
      Spencer Sutton authored
      commit 2e76e82f 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Fri Apr 15 2022 11:59:38 GMT-0500 (Central Daylight Time) 
      
          Refactoring model classes
      
      
      commit 77f8765b 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Thu Apr 14 2022 14:51:34 GMT-0500 (Central Daylight Time) 
      
          Removing print stmt
      
      
      commit 0d3756e1 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Thu Apr 14 2022 14:05:11 GMT-0500 (Central Daylight Time) 
      
          Resetting core common
      
      
      commit 6eff78d8 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Thu Apr 14 2022 13:57:59 GMT-0500 (Central Daylight Time) 
      
          Fixing int tests
      
      
      commit 17912892 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Thu Apr 14 2022 10:32:44 GMT-0500 (Central Daylight Time) 
      
          Fixing tests
      
      
      commit f91ad8a1 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Thu Apr 14 2022 09:54:07 GMT-0500 (Central Daylight Time) 
      
          Merge conflicts
      
      
      commit 2655eb78 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Thu Apr 14 2022 09:24:15 GMT-0500 (Central Daylight Time) 
      
          Fixing bug with path on int tests
      
      
      commit 8501b00e 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 13 2022 17:20:09 GMT-0500 (Central Daylight Time) 
      
          Testing again
      
      
      commit 27f86e6f 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 13 2022 16:04:37 GMT-0500 (Central Daylight Time) 
      
          Debugging in pipeline
      
      
      commit 9805e601 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 13 2022 15:20:04 GMT-0500 (Central Daylight Time) 
      
          Copyrights, readme
      
      
      commit 0dd899d8 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 13 2022 15:10:15 GMT-0500 (Central Daylight Time) 
      
          Adding swagger docs
      
      
      commit 7af81895 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 13 2022 13:49:03 GMT-0500 (Central Daylight Time) 
      
          Fixing paths
      
      
      commit 18aa2dd4 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 13 2022 11:42:18 GMT-0500 (Central Daylight Time) 
      
          Adding v3 integration tests
      
      
      commit a201c6b1 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 13 2022 09:12:11 GMT-0500 (Central Daylight Time) 
      
          Renaming response attribute
      
      
      commit 88e1936c 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Tue Apr 12 2022 11:04:20 GMT-0500 (Central Daylight Time) 
      
          Putting back pom
      
      
      commit 1bba6df6 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Tue Apr 12 2022 10:53:37 GMT-0500 (Central Daylight Time) 
      
          Changing pom back
      
      
      commit 8baa221d 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Tue Apr 12 2022 10:41:56 GMT-0500 (Central Daylight Time) 
      
          Added unit tests
      
      
      commit 8c2221d7 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Mon Apr 11 2022 16:17:15 GMT-0500 (Central Daylight Time) 
      
          Functionally complete, unit tests and int tests lacking
      
      
      commit 8b1a9d46 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Fri Apr 08 2022 16:13:42 GMT-0500 (Central Daylight Time) 
      
          Adding in polygon endpoint
      
      
      commit e4b4b7fc 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 06 2022 09:40:42 GMT-0500 (Central Daylight Time) 
      
          Some changes to get it to run locally
      
      
      commit 8b694bca 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Apr 06 2022 09:23:51 GMT-0500 (Central Daylight Time) 
      
          Beginning of v3 endpoints
      e55a46bb
  13. Feb 07, 2022
  14. Jan 12, 2022
  15. Feb 22, 2021
    • Spencer Sutton's avatar
      Squashed commit of the following · 46aa356b
      Spencer Sutton authored
      commit cd743729
      Author: zhijie wang <wanzhiji@amazon.com>
      Date: Sun Dec 27 2020 12:02:17 GMT-0800 (Pacific Standard Time)
      
          fix python test lib Cognito region flag
      46aa356b
  16. Jan 22, 2021
  17. Dec 17, 2020
  18. Dec 16, 2020
  19. Dec 01, 2020
  20. Nov 13, 2020
  21. Nov 05, 2020
  22. Oct 20, 2020
    • Matt Wise's avatar
      fail int tests properly · 56c2057d
      Matt Wise authored
      56c2057d
    • Matt Wise's avatar
      AWS Implementation of CRS Catalog Service · 777c79e6
      Matt Wise authored
      commit 440a9cb7
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Wed Sep 30 2020 15:33:12 GMT-0500 (Central Daylight Time)
      
          fix comment
      
      commit 8c315a4f
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Wed Sep 30 2020 15:02:14 GMT-0500 (Central Daylight Time)
      
          update default crs catalog to represent dockerfile
      
      commit eafa26fb
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Wed Sep 30 2020 13:12:44 GMT-0500 (Central Daylight Time)
      
          enable integration tests
      
      commit e55278b2
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Wed Sep 30 2020 10:55:09 GMT-0500 (Central Daylight Time)
      
          remove hardcoded jar version from DockerFile
      
      commit e5e98915
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Wed Sep 30 2020 00:34:02 GMT-0500 (Central Daylight Time)
      
          fix source jar
      
      commit cbd5cc79
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Tue Sep 29 2020 23:19:10 GMT-0500 (Central Daylight Time)
      
          remove extra package step
      
      commit 8fbe796a
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Tue Sep 29 2020 23:11:47 GMT-0500 (Central Daylight Time)
      
          create aws ci/cd files for service. create aws integration test wrapper.
      
      commit 8f5c2670
      Author: Matt Wise <wsmatth@amazon.com>
      Date: Tue Sep 29 2020 15:50:22 GMT-0500 (Central Daylight Time)
      
          initial service implementation for AWS
      777c79e6
  23. Oct 14, 2020
  24. Sep 09, 2020
  25. Aug 07, 2020
  26. Jul 15, 2020
Loading