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

CJ-165 | Add support for bulk in data models #3588

Open
wants to merge 88 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 11, 2024

  1. Move methods in util class

    aarshi0301 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    917e2cf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. expose model atttributes

    aarshi0301 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    70360ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1ba720 View commit details
    Browse the repository at this point in the history
  3. Add DMEntity Preprocessor

    aarshi0301 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    70ee325 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b048c7b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Update removeContext util

    aarshi0301 committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    6d988f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2514116 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Error code declaration

    aarshi0301 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    608b508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6168274 View commit details
    Browse the repository at this point in the history
  3. Data model error codes

    aarshi0301 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    3a80492 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cdd751 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd288c7 View commit details
    Browse the repository at this point in the history
  6. expose preprocessors

    aarshi0301 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    91a405a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    46c51d3 View commit details
    Browse the repository at this point in the history
  2. add data model error codes

    aarshi0301 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    746fb12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fefc02 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aee983a View commit details
    Browse the repository at this point in the history
  5. unset expired dates

    aarshi0301 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    08b5215 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    c32dc1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9834366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59f7c44 View commit details
    Browse the repository at this point in the history
  4. Format dm constants

    aarshi0301 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9365f32 View commit details
    Browse the repository at this point in the history
  5. fix names in utils

    aarshi0301 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bf54b02 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7891e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d5e696c View commit details
    Browse the repository at this point in the history
  8. update constants

    aarshi0301 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9a1153e View commit details
    Browse the repository at this point in the history
  9. update DM entity flow

    aarshi0301 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    6f76993 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f24168e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Fix conditions

    aarshi0301 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4b3b692 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    01ba178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fceac96 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. fix date formattings

    aarshi0301 committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    5db6ebd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90751fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2054ede View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. remove relation

    aarshi0301 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5b5ef42 View commit details
    Browse the repository at this point in the history
  2. append/Remove mappings

    aarshi0301 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    14cb2bb View commit details
    Browse the repository at this point in the history
  3. Handle mapping updates

    aarshi0301 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    a347851 View commit details
    Browse the repository at this point in the history
  4. update DM constants

    aarshi0301 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    98da136 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    126da8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d79cc0d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc9ce34 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2c2c283 View commit details
    Browse the repository at this point in the history
  9. fix preprocessor name

    aarshi0301 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5b252bf View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Remove name mappings

    aarshi0301 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fea4ce4 View commit details
    Browse the repository at this point in the history
  2. Remove from context

    aarshi0301 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    227bc87 View commit details
    Browse the repository at this point in the history
  3. Add utils

    aarshi0301 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f22e1bd View commit details
    Browse the repository at this point in the history
  4. remove from context

    aarshi0301 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f24a0ac View commit details
    Browse the repository at this point in the history
  5. update entity name

    aarshi0301 committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    ca1188b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Improve formatting

    aarshi0301 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    17c3a6e View commit details
    Browse the repository at this point in the history
  2. Add atlas code

    aarshi0301 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    8a4a1cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9317350 View commit details
    Browse the repository at this point in the history
  4. fix name

    aarshi0301 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    3bb6e19 View commit details
    Browse the repository at this point in the history
  5. Update name

    aarshi0301 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    05667f0 View commit details
    Browse the repository at this point in the history
  6. ModelResponse API

    aarshi0301 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    7edfbfa View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. update method signaure

    aarshi0301 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ba43684 View commit details
    Browse the repository at this point in the history
  2. Expose REST API for models

    aarshi0301 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d345c49 View commit details
    Browse the repository at this point in the history
  3. add safe check

    aarshi0301 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    467a647 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    2b7b7fe View commit details
    Browse the repository at this point in the history
  2. beautify condition

    aarshi0301 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9ff1a60 View commit details
    Browse the repository at this point in the history
  3. cache model info

    aarshi0301 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    95e81fe View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. add null check

    aarshi0301 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7cfc4a0 View commit details
    Browse the repository at this point in the history
  2. add null check

    aarshi0301 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    b599511 View commit details
    Browse the repository at this point in the history
  3. Bulk entity

    aarshi0301 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a67c2a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    568e0ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86a6501 View commit details
    Browse the repository at this point in the history
  6. fix code for bulk

    aarshi0301 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    64b60bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    36d8752 View commit details
    Browse the repository at this point in the history
  8. remove bulk processor

    aarshi0301 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fc182ec View commit details
    Browse the repository at this point in the history
  9. add modelInfo

    aarshi0301 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ecb8311 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    11a2607 View commit details
    Browse the repository at this point in the history
  11. moinor enhancements

    aarshi0301 committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3c9e821 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e9cb412 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58de282 View commit details
    Browse the repository at this point in the history
  3. load entity from vertex

    aarshi0301 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f2622ab View commit details
    Browse the repository at this point in the history
  4. load entity from context

    aarshi0301 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    22a2378 View commit details
    Browse the repository at this point in the history
  5. fix constructor

    aarshi0301 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    c65b3b5 View commit details
    Browse the repository at this point in the history
  6. change order of retrieval

    aarshi0301 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    11c746e View commit details
    Browse the repository at this point in the history
  7. update attribute type

    aarshi0301 committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    207b221 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update updated array

    aarshi0301 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    feb133c View commit details
    Browse the repository at this point in the history
  2. fix exclusion

    aarshi0301 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5d571cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b6dd9 View commit details
    Browse the repository at this point in the history
  4. update naming convention

    aarshi0301 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    235cfe5 View commit details
    Browse the repository at this point in the history
  5. fix names

    aarshi0301 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9e27694 View commit details
    Browse the repository at this point in the history
  6. add associations

    aarshi0301 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    b4d225e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    82c35ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3523f78 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. fix error code

    aarshi0301 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    e84cfa1 View commit details
    Browse the repository at this point in the history
  2. Fix constants name

    aarshi0301 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    73fcd35 View commit details
    Browse the repository at this point in the history