Skip to content
Snippets Groups Projects
  1. Apr 06, 2021
    • Matt Wise's avatar
      Support ECK/Elasticsearch on EKS · 2efa3ad9
      Matt Wise authored
      commit b3a5f318 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Mon Mar 22 2021 11:44:35 GMT-0500 (Central Daylight Time) 
      
          fix int tests for new elasticsearch deployment
      
      
      commit 71ba4de3 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Thu Mar 18 2021 14:02:48 GMT-0500 (Central Daylight Time) 
      
          support new elasticsearch connection model
      
      
      commit 4d512443 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Thu Mar 18 2021 13:57:26 GMT-0500 (Central Daylight Time) 
      
          Merge remote-tracking branch 'origin/master' into dev
      
      
      commit bbaaa4af 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Thu Mar 04 2021 11:52:26 GMT-0600 (Central Standard Time) 
      
          re-enable test
      
      
      commit 8e187e1f 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Wed Mar 03 2021 16:24:12 GMT-0600 (Central Standard Time) 
      
          merge dev
      
      
      commit b8bde92f 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Wed Mar 03 2021 15:26:52 GMT-0600 (Central Standard Time) 
      
          add reindex task
      
      
      commit 86590ad2 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Fri Feb 12 2021 16:35:55 GMT-0600 (Central Standard Time) 
      
          remove uncessary hard code
      
      
      commit 94db5a97 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Fri Feb 12 2021 16:28:58 GMT-0600 (Central Standard Time) 
      
          use correct indexerQueueTaskBuilder for AWS
      
      
      commit 5d95151c 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Fri Feb 12 2021 11:48:00 GMT-0600 (Central Standard Time) 
      
          Solve DependencyInjection for ReIndexService (previously using IndexerQueueTaskBuilder from Core)
      
      
      commit f3824aff 
      Author: wanzhiji <wanzhiji@amazon.com> 
      Date: Fri Feb 05 2021 16:27:31 GMT-0600 (Central Standard Time) 
      
          Storage 404 error causing message to not retry. Add fix
      
      commit 149d03fc 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Fri Feb 05 2021 10:17:20 GMT-0800 (Pacific Standard Time) 
      
          Merge remote-tracking branch 'origin/dev' into storage-404
      
      
      commit f478d4d3 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Fri Feb 05 2021 09:10:16 GMT-0800 (Pacific Standard Time) 
      
          fix storage 404
      
      
      commit 3580a510 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Wed Feb 03 2021 08:13:36 GMT-0800 (Pacific Standard Time) 
      
          Merge branch 'dev' of codecommit://os-indexer into dev
      
      
      commit e17cd0f9 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Wed Feb 03 2021 08:13:24 GMT-0800 (Pacific Standard Time) 
      
          ubuntu expired key fix
      
      
      commit 8623a8c6 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Feb 03 2021 07:21:23 GMT-0800 (Pacific Standard Time) 
      
          SSL AWS
      
      commit 78cab700 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:41:00 GMT-0600 (Central Standard Time) 
      
          Adding ssl props
      
      
      commit 82a15c82 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:20:36 GMT-0600 (Central Standard Time) 
      
          Adding SSL
      
      
      
      commit cd820a21 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Tue Feb 02 2021 07:57:36 GMT-0800 (Pacific Standard Time) 
      
          disable test failures
      
      
      
      commit a3dacfb7 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Feb 03 2021 09:21:23 GMT-0600 (Central Standard Time) 
      
          SSL AWS
      
      commit 78cab700 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:41:00 GMT-0600 (Central Standard Time) 
      
          Adding ssl props
      
      
      commit 82a15c82 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:20:36 GMT-0600 (Central Standard Time) 
      
          Adding SSL
      
      
      
      commit 40af5d94 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Wed Feb 03 2021 10:13:24 GMT-0600 (Central Standard Time) 
      
          ubuntu expired key fix
      
      
      commit 56b3f539 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Tue Feb 02 2021 09:57:36 GMT-0600 (Central Standard Time) 
      
          disable test failures
      2efa3ad9
  2. Mar 16, 2021
  3. Mar 12, 2021
  4. Mar 10, 2021
  5. Mar 06, 2021
  6. Mar 05, 2021
  7. Mar 04, 2021
  8. Mar 02, 2021
  9. Mar 01, 2021
  10. Feb 26, 2021
  11. Feb 23, 2021
  12. Feb 20, 2021
  13. Feb 18, 2021
    • Yauheni Lesnikau's avatar
      add tags indexing for search · 482676cb
      Yauheni Lesnikau authored
      482676cb
    • Bill Wang's avatar
      use correct indexerQueueTaskBuilder for AWS · 95728bba
      Bill Wang authored
      Solve DependencyInjection for ReIndexService (previously using IndexerQueueTaskBuilder from Core)
      95728bba
    • Bill Wang's avatar
      Storage 404 error causing message to not retry. Add fix · 4c6901cd
      Bill Wang authored
      commit 149d03fc 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Fri Feb 05 2021 10:17:20 GMT-0800 (Pacific Standard Time) 
      
          Merge remote-tracking branch 'origin/dev' into storage-404
      
      
      commit f478d4d3 
      Author: zhijie wang <wanzhiji@amazon.com> 
      Date: Fri Feb 05 2021 09:10:16 GMT-0800 (Pacific Standard Time) 
      
          fix storage 404
      
      
      commit 3580a510 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Wed Feb 03 2021 08:13:36 GMT-0800 (Pacific Standard Time) 
      
          Merge branch 'dev' of codecommit://os-indexer into dev
      
      
      commit e17cd0f9 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Wed Feb 03 2021 08:13:24 GMT-0800 (Pacific Standard Time) 
      
          ubuntu expired key fix
      
      
      commit 8623a8c6 
      Author: Spencer Sutton <suttonsp@amazon.com> 
      Date: Wed Feb 03 2021 07:21:23 GMT-0800 (Pacific Standard Time) 
      
          SSL AWS
      
      commit 78cab700 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:41:00 GMT-0600 (Central Standard Time) 
      
          Adding ssl props
      
      
      commit 82a15c82 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:20:36 GMT-0600 (Central Standard Time) 
      
          Adding SSL
      
      
      
      commit cd820a21 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Tue Feb 02 2021 07:57:36 GMT-0800 (Pacific Standard Time) 
      
          disable test failures
      4c6901cd
    • Spencer Sutton's avatar
      SSL AWS · b5cb812d
      Spencer Sutton authored
      commit 78cab700 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:41:00 GMT-0600 (Central Standard Time) 
      
          Adding ssl props
      
      
      commit 82a15c82 
      Author: Sutton <suttonsp@147dda3a90de.ant.amazon.com> 
      Date: Fri Jan 29 2021 12:20:36 GMT-0600 (Central Standard Time) 
      
          Adding SSL
      b5cb812d
    • Sutton's avatar
      ubuntu expired key fix · 174b52d5
      Sutton authored
      174b52d5
  14. Feb 17, 2021
  15. Feb 12, 2021
  16. Feb 10, 2021
  17. Feb 05, 2021
  18. Jan 28, 2021
  19. Jan 22, 2021
  20. Jan 21, 2021
  21. Jan 18, 2021
  22. Jan 11, 2021
  23. Jan 08, 2021
    • Rucha Deshpande's avatar
      Integrate Schema Service call in Indexer service · cd450aae
      Rucha Deshpande authored
      commit 836437c9 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Thu Jan 07 2021 16:53:41 GMT-0600 (Central Standard Time) 
      
          Revert renaming of IndexRecord feature
      
      
      commit 79f05e88 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Thu Jan 07 2021 13:49:57 GMT-0600 (Central Standard Time) 
      
          add verbose output for report files and cp
      
      
      commit 43a5dae1 
      Author: Matt Wise <wsmatth@amazon.com> 
      Date: Thu Jan 07 2021 13:30:10 GMT-0600 (Central Standard Time) 
      
          update surefire report cp command
      
      
      commit 39673290 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Thu Jan 07 2021 11:36:01 GMT-0600 (Central Standard Time) 
      
          Copy surefire reports
      
      
      commit 6c40645b 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Thu Jan 07 2021 10:48:54 GMT-0600 (Central Standard Time) 
      
          fix surefire report path
      
      
      commit 9ca701ed 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Thu Jan 07 2021 10:19:23 GMT-0600 (Central Standard Time) 
      
          fix report path
      
      
      commit a4367271 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Thu Jan 07 2021 09:45:19 GMT-0600 (Central Standard Time) 
      
          copy cucumber-reports
      
      
      commit e0f8ed01 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Thu Jan 07 2021 08:46:07 GMT-0600 (Central Standard Time) 
      
          Copy surefire reports
      
      
      commit 37e1f3a9 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Wed Jan 06 2021 13:10:47 GMT-0600 (Central Standard Time) 
      
          rename the index record feature for testing
      
      
      commit 45271f23 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Wed Jan 06 2021 11:30:16 GMT-0600 (Central Standard Time) 
      
          Use SchemaServiceRecordSteps to run the latest integration tests
      
      
      commit f3037cde 
      Author: Rucha Deshpande <deshruch@amazon.com> 
      Date: Tue Jan 05 2021 15:41:17 GMT-0600 (Central Standard Time) 
      
          Updates to integrate schema service
      cd450aae
  24. Jan 05, 2021
Loading