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

Remove idenitfier/data wrapper, take 2 #3504

Draft
wants to merge 34 commits into
base: 2.x
Choose a base branch
from
Draft

Commits on May 27, 2021

  1. Removed [{"data":{},"identifier":""}] wrapper from the JSON metadata …

    …stored in the database.
    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    dfc5595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412df7d View commit details
    Browse the repository at this point in the history
  3. WebServiceApiTest::getAll(). Added TODO

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    ed123d4 View commit details
    Browse the repository at this point in the history
  4. WebServiceApiTest. Fixed tests

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    26f0b12 View commit details
    Browse the repository at this point in the history
  5. Moved wrapMetadata() to the Service

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    535f2b0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49f7760 View commit details
    Browse the repository at this point in the history
  7. Service. Fixed codeclimate issue

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    eec2f2f View commit details
    Browse the repository at this point in the history
  8. Service::getCatalog(). Fixed cypress tests

    Turned the associative datasets array into an indexed array.
    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    2e35162 View commit details
    Browse the repository at this point in the history
  9. LifeCycle/Data -> LifeCycle/LifeCycle

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    5a13366 View commit details
    Browse the repository at this point in the history
  10. Storage. Used the right variable name in getAll().

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1a4cb99 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e742a5b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8afd008 View commit details
    Browse the repository at this point in the history
  13. Moved wrapping logic to the Service. Updated tests

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d48b788 View commit details
    Browse the repository at this point in the history
  14. Replaced 'Service::wrapMetadata()' with 'self::wrapMetadata()' within…

    … the Service
    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    bb66638 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a689719 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bb09cb3 View commit details
    Browse the repository at this point in the history
  17. Added the legacy schema

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    83d91d8 View commit details
    Browse the repository at this point in the history
  18. Core schema unwrap

    dafeder authored and nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    16772d6 View commit details
    Browse the repository at this point in the history
  19. dereference(). Decoded RootedJsonData objects

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    6020b57 View commit details
    Browse the repository at this point in the history
  20. Used the legacy schema

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    2a907cd View commit details
    Browse the repository at this point in the history
  21. Service::getAll(). Fixed the variable name

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    a9d7e02 View commit details
    Browse the repository at this point in the history
  22. Fixed the publisher schema. Removed "$schema"

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    9cbf275 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d9e12c8 View commit details
    Browse the repository at this point in the history
  24. Dereferencer. Fixed tests

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    87b8055 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    86e5c40 View commit details
    Browse the repository at this point in the history
  26. Fixed codeclimate issues

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    f50c589 View commit details
    Browse the repository at this point in the history
  27. Added line break to add a new commit

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    a8f8956 View commit details
    Browse the repository at this point in the history
  28. Removed unused setDataModifierPlugins()

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    321739a View commit details
    Browse the repository at this point in the history
  29. Added wrapping methods to Storage

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    c0d3d0c View commit details
    Browse the repository at this point in the history
  30. Fixed codeclimate issues. Combined isWrappedMetadata() with unwrapMet…

    …adata()
    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    1302cf3 View commit details
    Browse the repository at this point in the history
  31. Added testGetRetrievePublishedLegacy()

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    b9e2db1 View commit details
    Browse the repository at this point in the history
  32. Added comments

    nvolodin committed May 27, 2021
    Configuration menu
    Copy the full SHA
    e3b37ec View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    796b91a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    db24093 View commit details
    Browse the repository at this point in the history