Skip to content
Snippets Groups Projects
  1. Jul 29, 2022
    • Morris Estepa's avatar
      update spring-webmvc · eda8b538
      Morris Estepa authored
      commit 66380755 
      Author: Morris Estepa <estepamo@amazon.com> 
      Date: Thu Jul 28 2022 15:44:16 GMT-0500 (Central Daylight Time) 
      
          update spring-webmvc
      eda8b538
  2. 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
  3. Jun 12, 2022
  4. Jun 10, 2022
  5. Apr 28, 2022
  6. Apr 26, 2022
  7. Apr 25, 2022
  8. 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
  9. Mar 30, 2022
  10. Feb 25, 2022
  11. Feb 02, 2022
  12. Jan 17, 2022
  13. Jan 12, 2022
  14. Jan 11, 2022
  15. Dec 08, 2021
  16. Oct 25, 2021
  17. Sep 02, 2021
  18. Aug 25, 2021
  19. Aug 16, 2021
  20. Jul 22, 2021
  21. Jul 19, 2021
    • Spencer Sutton's avatar
      Adding sonar,dependency-check to aws · 65862869
      Spencer Sutton authored
      commit 23c77a1f 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Mon Jul 19 2021 11:39:58 GMT-0500 (Central Daylight Time) 
      
          Cleaning up
      
      
      commit ac849e9b 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Mon Jul 19 2021 11:21:52 GMT-0500 (Central Daylight Time) 
      
          sonar broke without parent included
      
      
      commit 80397e4d 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Mon Jul 19 2021 11:07:57 GMT-0500 (Central Daylight Time) 
      
          Failed build fix
      
      
      commit f1daf07f 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Mon Jul 19 2021 09:43:48 GMT-0500 (Central Daylight Time) 
      
          Adding sonar, dependency-check to aws
      65862869
  22. Jun 16, 2021
  23. Jun 02, 2021
  24. May 27, 2021
  25. May 06, 2021
    • Rucha Deshpande's avatar
      Entitlements v2 · 8d626def
      Rucha Deshpande authored
      commit 809b9318 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Wed May 05 2021 12:14:31 GMT-0500 (Central Daylight Time) 
      
          use Entitlements V2
      8d626def
  26. Apr 10, 2021
  27. Mar 09, 2021
  28. Mar 02, 2021
  29. 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
  30. Feb 10, 2021
  31. Nov 24, 2020
  32. Nov 20, 2020
  33. Nov 17, 2020
  34. Nov 16, 2020
  35. Oct 20, 2020
    • 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
Loading