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

temp: no-op commit #4

Closed
wants to merge 70 commits into from
Closed

temp: no-op commit #4

wants to merge 70 commits into from

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    eccfb0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d7a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f79b3cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21b7210 View commit details
    Browse the repository at this point in the history
  5. test: remove unnecessary mixin layering of test; remove parent/child …

    …tests
    
    (we don't support that)
    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8fd4718 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce2a10c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9ba5be View commit details
    Browse the repository at this point in the history
  8. test: remove tests regarding library-type conversion (we're no longer…

    … supporting that).
    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    952a3c3 View commit details
    Browse the repository at this point in the history
  9. test: more text patching

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    a560c0c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cdb7a9f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5de9d46 View commit details
    Browse the repository at this point in the history
  12. feat!: remove blockstore lib import to learning core

    There are no live v2 blockstore libraries that we're planning to
    migrate.
    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    3f6fcbc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cbd3fe7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1583c25 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0b7ccac View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e0dca2a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7ce6bfc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f52a332 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    51d69e5 View commit details
    Browse the repository at this point in the history
  20. refactor: remove unnecessary imports

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cad1521 View commit details
    Browse the repository at this point in the history
  21. fix: have field data properly track changed fields (and simplify the …

    …runtime/fielddata)
    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    706fa13 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    2168c5e View commit details
    Browse the repository at this point in the history
  23. refactor: cleanups, comments

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    78c8b48 View commit details
    Browse the repository at this point in the history
  24. refactor: more comment tweaks

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    10ae9c5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    f96ef5f View commit details
    Browse the repository at this point in the history
  26. refactor: more cleanup

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c05ed88 View commit details
    Browse the repository at this point in the history
  27. refactor: remove unused imports

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    44af99a View commit details
    Browse the repository at this point in the history
  28. refactor: update comments

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cfe5a26 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6157bea View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1b6ebbe View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    bb3cdfd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    3ba8479 View commit details
    Browse the repository at this point in the history
  33. refactor: comment

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c4de68a View commit details
    Browse the repository at this point in the history
  34. refactor: remove get_block_display_name

    It was previously being called with XBlocks or usage keys, at which
    point, it would do a lookup of the display name from the Component. But
    now it's only being sent XBlocks, and it only grabs their display_name
    when that's the case, so there's no point in keeping it around.
    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    2cf37f7 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    5cfbbd1 View commit details
    Browse the repository at this point in the history
  36. refactor: remove ENABLE_LIBRARY_AUTHORING_MICROFRONTEND from devstack…

    … settings
    
    (you have to add it to private.py)
    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1eb2363 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    0baee71 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    746e0ee View commit details
    Browse the repository at this point in the history
  39. fix: address linter errors

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    4e1205b View commit details
    Browse the repository at this point in the history
  40. fix: more linter fixes

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d5481bc View commit details
    Browse the repository at this point in the history
  41. fix: more linter fixes

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cf1aed9 View commit details
    Browse the repository at this point in the history
  42. fix: all the linter things

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e5e2a94 View commit details
    Browse the repository at this point in the history
  43. fix: spacing

    ormsbee authored and kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f2b3ac5 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    11e802f View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    42670a0 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    8c43d7c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    2ef2652 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    53f0a33 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    0f36be2 View commit details
    Browse the repository at this point in the history
  50. refactor: address some minor review comments

    * specify 'draft' in docstring for get_library_block
    * make create_component_for_block private
    * delete leftover get_learning_context_impl comment
    kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8c19357 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    1582c30 View commit details
    Browse the repository at this point in the history
  52. test: use OpenEdxEventsTestMixin to fix content_libraries event testing

    I'm not going to pretend I entirely understand this, but I'd like to get
    tests passing first, and then worry about the details.
    kdmccormick committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    21caa2e View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    1787959 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    de72774 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    da3a49c View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    0d8ecb1 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    12f138b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    47cd922 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    2b95faf View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    9ffa28d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60563aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be1cacc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b48aa2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4a2c5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f65299 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47756a5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    76f8778 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9829f60 View commit details
    Browse the repository at this point in the history
  10. temp: noop

    kdmccormick committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    91b330c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4a32dc2 View commit details
    Browse the repository at this point in the history