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

Deployment issue #818

Open
wants to merge 17 commits into
base: client-403-issue
Choose a base branch
from
Open

Deployment issue #818

wants to merge 17 commits into from

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    e0b619e View commit details
    Browse the repository at this point in the history
  2. branch admin -prepare release emodb-6.5.83

    jenkins committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fa5d3c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    240a93d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. branch admin -prepare release emodb-6.5.84

    jenkins committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3a17878 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. updated to CLTWO

    mukeshsbbv committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e59d42b View commit details
    Browse the repository at this point in the history
  2. 5xx Exceptions: Updating CL_LOCAL_QUORUM to CL_TWO (#820)

    * updatedcltwo_final
    
    * updatedcltwo_final_consistency
    mukeshsbbv authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9ba296c View commit details
    Browse the repository at this point in the history
  3. Update Snapshot Version for Read Consistency Changes (#821)

    * updatedcltwo_final
    
    * updatedcltwo_final_consistency
    
    * snapshot_update
    mukeshsbbv authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ed01731 View commit details
    Browse the repository at this point in the history
  4. branch admin -prepare release emodb-6.5.98

    jenkins committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d8ca339 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8a8110 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    d3bacb9 View commit details
    Browse the repository at this point in the history
  2. branch admin -prepare release emodb-6.5.109

    jenkins committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    68545a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    421fb20 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Pd 241513 (#824)

    * Added document_id as env variable
    
    * Test changes
    
    * branch admin -prepare release emodb-6.5.134
    
    * branch admin -prepare for next development iteration
    
    ---------
    
    Co-authored-by: abhyudaya-mohanty_bveng <[email protected]>
    Co-authored-by: jenkins <[email protected]>
    3 people authored May 22, 2024
    Configuration menu
    Copy the full SHA
    c5895a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f10a29b View commit details
    Browse the repository at this point in the history
  3. branch admin -prepare release emodb-6.5.136

    jenkins committed May 22, 2024
    Configuration menu
    Copy the full SHA
    71f294a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16992be View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. SQS integration in blob and metrics for queue service migration prere…

    …quisite (#829)
    
    * feat: integrate sqs to blob service
    
    * Create an sqs service to send messages to sqs
    
    * Send all the incoming PUT and DELETE request to sqs
    
    * feat: inlcude functionality to store encoded blob in sqs
    
    * Convert the incoming blob to bytearray, encode it and send it to sqs
    * Handle the incoming api request of PUT blob object
    * Send the attributes and object to sqs
    
    * feat: restructure the queue intialization following better architecture
    
    * Create interface for queue, so can include multiple implementations
    
    * Follow lose coupling
    
    * Use a factory method for sqs initialization
    
    * PD-239427 fix: fix logging and simplified factory
    
    * feat: include params required for iss, send to sqs and update queue name
    
    * Include queue url param to be sent to sqs
    
    * Update the queue name
    
    * Update the factory as per the required changes
    
    * update: update tags for deployment
    
    * branch admin -prepare release emodb-6.5.135
    
    * branch admin -prepare for next development iteration
    
    * update: add fifo queue for blobstore migration and tag changes
    
    * branch admin -prepare release emodb-6.5.144
    
    * branch admin -prepare for next development iteration
    
    * fix: remove sending of bytecode to sqs
    
    * For large files , bytecode is too huge to be sent to sqs
    
    * Send request url instead of bytecode
    
    * feat: add custom exceptions
    
    * handle exceptions in a robust way
    
    * add digestbytes to sqs
    
    * chore: add tags skip sonatype for deployment
    
    * branch admin -prepare release emodb-6.5.159
    
    * branch admin -prepare for next development iteration
    
    * fix: add back sonatype dependency
    
    * branch admin -prepare release emodb-6.5.160
    
    * branch admin -prepare for next development iteration
    
    * Removed bytearray in sqs put
    
    * Update MessagingService.java for removing byte
    
    * Update SQSService.java
    
    * branch admin -prepare release emodb-6.5.161
    
    * branch admin -prepare for next development iteration
    
    * skipping nexus plugin for testing --parent.pom
    
    * branch admin -prepare release emodb-6.5.162
    
    * branch admin -prepare for next development iteration
    
    * add metrics to Queue poll
    
    * branch admin -prepare release emodb-6.5.163
    
    * branch admin -prepare for next development iteration
    
    * update pom version
    
    * branch admin -prepare release emodb-6.5.165
    
    * branch admin -prepare for next development iteration
    
    * branch admin -prepare release emodb-6.5.166
    
    * branch admin -prepare for next development iteration
    
    * feat: add poll metrics for dedupq
    
    * feat: add send count metrics
    
    * fix: add metrics for sendBatch
    
    * udate: update tags from 167 to 168
    
    * fix: fix the compilation issue remove metricregistry from constructor
    
    * branch admin -prepare release emodb-6.5.168
    
    * branch admin -prepare for next development iteration
    
    * chore: update tags from 168 to 169
    
    * branch admin -prepare release emodb-6.5.169
    
    * branch admin -prepare for next development iteration
    
    * fix: fix the metric tag name issue
    
    * branch admin -prepare release emodb-6.5.170
    
    * branch admin -prepare for next development iteration
    
    ---------
    
    Co-authored-by: jenkins <[email protected]>
    Co-authored-by: anandujayan <[email protected]>
    Co-authored-by: ReddyAnand-BV <[email protected]>
    Co-authored-by: Nabajyoti Dash <[email protected]>
    5 people authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    3538bbf View commit details
    Browse the repository at this point in the history