- Apr 06, 2020
-
-
Adding local dev docs for Azure Related work items: #1470
-
- Apr 03, 2020
-
-
Christian Leckner authored
This is Part 1 of Bug 1501: Dead Letter Queue count very high for azure en-queue function. os-indexer-azure is emitting a message that contains invalid JSON. The fix is to use `gson.toJson (recordChangedMessages)`. Related work items: #1591
-
Nicholas.Iodice authored
-
- Apr 02, 2020
-
-
Related work items: #1578
-
- Apr 01, 2020
-
-
Alok Joshi authored
-
Christian Leckner authored
Bug 1501: Dead Letter Queue count very high for azure en-queue function. os-indexer-azure is emitting a message that contains invalid JSON. The fix is to use `gson.toJson (recordChangedMessages)`.
-
- Mar 31, 2020
-
-
Nicholas Iodice authored
-
Nicholas Iodice authored
-
Nicholas Iodice authored
-
- Mar 30, 2020
-
-
Alok Joshi authored
-
Alok Joshi authored
-
- Mar 23, 2020
-
-
Nicholas.Iodice authored
Adding missing licenses Related work items: #1457
-
- Mar 10, 2020
-
-
Alok Joshi authored
Related work items: #1398, #1399
-
- Mar 09, 2020
-
-
Alok Joshi authored
-
Alok Joshi authored
-
Alok Joshi authored
-
- Mar 06, 2020
-
-
Nicholas.Iodice authored
This change adds a reference to the documentation that describes how to deploy the service into Azure. Note: The documentation referenced is included in !1078 Related work items: #1159
-
- Mar 05, 2020
-
-
ethiraj krishnamanaidu authored
dependency version update(removed snapshot) Related work items: #1315
-
- Mar 03, 2020
-
-
ethiraj krishnamanaidu authored
-
ethiraj krishnamanaidu authored
-
* [YES] Have you followed our code review [guidelines](https://github.com/microsoft/code-with-engineering-playbook/blob/master/pull-requests/code-reviews/readme.md)? * [YES] Have you added an explanation of what your changes do and why you'd like us to include them? * [NO] I have updated the documentation accordingly. * [N/A] I have added tests to cover my changes. * [YES] All new and existing tests passed. * [YES] My code follows the code style of this project. * [YES] I ran lint checks locally prior to submission. ## What is the current behavior? ------------------------------------- 1.) Currently, Azure has one build pipeline that generates the SNAPSHOT jar file for the indexer service, runs the unit tests and publishes the artifact to TFS. There's another release pipeline that was manually created in ADO that's responsible for deploying the snapshot jar to the indexer app service, generating the test core and azure indexer provider libraries and running the integration tests. If the snapshot version were to change, the deployment operator will have to manually go into the azure portal and update the startup command for the indexer service and point the service to the new jar location. The current pipeline is error prone as it relies on the manual update in the azure portal. The other challenge is that the current release pipeline cannot be constructed through code and/or in a repeatable fashion. 2.) Previous releases depended on cached core dependencies within the dps build agent pool. Issue: #1291 ## What is the new behavior? Why? ------------------------------------- 1.) We've merged the build and release stages into a single pipeline by leveraging the service ADO pipeline templates within the infrastructure-templates repo. There will be only 1 azure pipeline that is pushed through release environments based on whether a feature-branch/PR (devint) or master (devint, qa, prod) triggered the pipeline. `Opendes/os-indexer-azure` will be renamed as `Opendes/os-indexer-azure-release`. 2.) Releases no longer depend on cached dependencies as the pom.xml files now have the proper xml tags to pull down core dependencies within a non-custom microsoft hosted build agent pool. ## NEXT STEPS ------------------------------------- Cleanup old pipelines in task #1336. See this task for clean-up strategy ## Does this introduce a breaking change? ------------------------------------- - [NO] ## Pipeline Run Status for `os-indexer-azure-unified-dexterw` (feature branch using current shared pipeline) ------------------------------------- .png) Related work items: #1291
-
- Feb 28, 2020
-
-
Dexter Williams authored
-
Dexter Williams authored
-
Dexter Williams authored
-
- Feb 27, 2020
-
-
Dexter Williams authored
-
Dexter Williams authored
-
Nicholas Iodice authored
-
- Feb 26, 2020
-
-
Nicholas Iodice authored
-
Dexter Williams authored
-
Dexter Williams authored
-
Dexter Williams authored
-
Dexter Williams authored
-
Dexter Williams authored
-
- Feb 25, 2020
-
-
Dexter Williams authored
-
Dexter Williams authored
-
Dexter Williams authored
-
- Feb 21, 2020
-
-
Related work items: #879
-
Nicholas.Iodice authored
auth fixes
-
Nicholas.Iodice authored
adding back missing property
-
Nicholas.Iodice authored
-