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

feat(releases): last edited and document count in bundle #7124

Merged
merged 123 commits into from
Jul 16, 2024

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    6c2e51e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ee769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5399354 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e851dc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22305e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a50a7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    85ddb5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e18b8b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18b0a6f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3fd1823 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b262130 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ef1d4b4 View commit details
    Browse the repository at this point in the history
  13. feat(sanity): update document title + version popover - add new and f…

    …rom existing versions
    RitaDias authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    683de3a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    52f5a01 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e84c17a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba56b95 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5988427 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f4fcaa8 View commit details
    Browse the repository at this point in the history
  19. update isVersion

    RitaDias authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1bcf5dd View commit details
    Browse the repository at this point in the history
  20. docs(sanity): update comments

    RitaDias authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    6440551 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    61bdca4 View commit details
    Browse the repository at this point in the history
  22. refactor(sanity): update comments

    RitaDias authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    392aedf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    49cbc49 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    5545b69 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3ee428b View commit details
    Browse the repository at this point in the history
  26. feat(corel): integrate bundles store (#7040)

    * feat(corel): add bundles store
    pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1a31436 View commit details
    Browse the repository at this point in the history
  27. feat(corel): doc and structure updates (#7039)

    * docs(sanity): update comment on getAllVersionsOfDocument
    
    * fix(sanity): listing existing versions didn't account for published
    
    * chore(sanity): move latest version up (temp)
    
    * feat(sanity): update navigation of perspective + add "current badge"
    
    * feat(sanity): add global version navigation
    
    * refactor(sanity): hide document version picker, update the document icon
    
    * feat(sanity): update studio nav bar (reduce create button + spacing)
    
    * chore(sanity): general cleanup
    
    * feat(sanity): add version provider, hide only the version picker in document
    
    * chore(sanity): clean up version context
    
    * chore(sanity): clean up, move components & files to single folder
    
    * chore(sanity): clean up, move components & files to single folder
    
    * chore(sanity): add ready button to document footer
    
    * refactor(sanity): remove isVersion and add frontend guardrails
    
    * chore(sanity): clean duplicate component
    
    * chore(sanity): clean up missing dependencies
    
    * refactor(sanity): update button
    
    * refactor(sanity): clear up naming
    
    * chore(sanity): hide ready
    
    * chore(sanity): ready todos
    
    * feat(sanity): add bundle modal + update colours + remove add new version from doc
    
    * refactor(sanity): rename from release to bundle
    
    * refactor(sanity): clean up code for types (bundleform)
    
    * refactor(sanity): update method
    
    * refactor(sanity): update drafts name (draft -> drafts) in LATEST & context
    
    * refactor(sanity): use handleBundleChange instead of two separate methods
    
    * refactor(sanity): update title to use LATEST const
    
    * refactor(sanity): update draft filtering and checks (global and document level)
    
    * refactor(sanity): update context to rely on router & update query to match existing bundles (MOCK)
    
    * refactor(sanity): update handle methods to have callback
    
    * feat(sanity): add guardrails for title naming on bundle create
    
    * docs(sanity): update comments to potentially move things to plugin
    
    * refactor(sanity): merge version badges & icons
    
    * refactor(sanity): use speakingurl instead of toSlug
    RitaDias authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    496fc50 View commit details
    Browse the repository at this point in the history
  28. feat(releases): initialising releases plugin (#7048)

    * docs(sanity): update comment on getAllVersionsOfDocument
    
    * fix(sanity): listing existing versions didn't account for published
    
    * chore(sanity): move latest version up (temp)
    
    * feat(sanity): update navigation of perspective + add "current badge"
    
    * feat(sanity): add global version navigation
    
    * refactor(sanity): hide document version picker, update the document icon
    
    * feat(sanity): update studio nav bar (reduce create button + spacing)
    
    * chore(sanity): general cleanup
    
    * feat(sanity): add version provider, hide only the version picker in document
    
    * feat(releases): create releases tool as default plugin
    
    * feat(releases): styling and components for basic releases overview
    
    * feat(releases): adding release detail page and routing
    
    * feat(releases): uri decoding releaseID
    
    * chore(sanity): clean up version context
    
    * chore(sanity): clean up, move components & files to single folder
    
    * chore(sanity): clean up, move components & files to single folder
    
    * feat(corel): add bundles store
    
    * chore(sanity): add ready button to document footer
    
    * refactor(sanity): remove isVersion and add frontend guardrails
    
    * chore(sanity): clean duplicate component
    
    * chore(sanity): clean up missing dependencies
    
    * refactor(sanity): update button
    
    * chore(corel): use rxjs in bundlesStore listener
    
    * refactor(sanity): clear up naming
    
    * chore(sanity): hide ready
    
    * chore(sanity): ready todos
    
    * feat(corel): add retry to initialFetch
    
    * feat(releases): remove the ready concepts
    
    * feat(corel): include useBundleOperations and story
    
    * fix(corel): update imports paths
    
    * feat(sanity): add bundle modal + update colours + remove add new version from doc
    
    * refactor(sanity): rename from release to bundle
    
    * refactor(sanity): clean up code for types (bundleform)
    
    * refactor(releases): refactor releases to bundles
    
    * feat(releases): using bundle ops to fetch and create add-on bundles
    
    * refactor(releases): type guard for at least one bundle returned
    
    * fix(releases): fixing issue where overview header not hidden when no bundles
    
    * feat(releases): search filters list of releases
    
    * refactor(releases): minor refactor of hooks in BundlesOverview
    
    * refactor(sanity): update method
    
    * feat(releases): addijg concept loosely of bundle documents
    
    * feat(releases): testing for BundlesTable
    
    * feat(releases): testing for BundlesTable
    
    * feat(releases): testing for releases overview page
    
    * refactor(release): fixing types on the custom queries
    
    * refactor(releases): Creating BundleIcon
    
    * refactor(releases): minor refactor and tidy to component logic
    
    * refactor(releases): minor format changes
    
    * refactor(releases): create bundle dialog creates itself and then returns
    
    * refactor(releases): create bundle dialog creates itself and then returns
    
    * feat(releases): minor style update to match prototype on the mode picker
    
    * feat(releases): minor style update to match prototype on the mode picker
    
    * refactor(releases): moving search into table header as per prototype
    
    * chore(corel): add eslintrc change, remove progress icon and update types (#7050)
    
    ---------
    
    Co-authored-by: RitaDias <[email protected]>
    Co-authored-by: Pedro Bonamin <[email protected]>
    Co-authored-by: Pedro Bonamin <[email protected]>
    4 people committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fa75354 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b64d7a8 View commit details
    Browse the repository at this point in the history
  30. chore(corel): add bundles provider (#7054)

    * chore(corel): add bundles provider
    
    * fix(corel): update bundles overview tests
    pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2d88505 View commit details
    Browse the repository at this point in the history
  31. feat(COREL): update types to bundle + add create bundle functionality (

    …#7047)
    
    * refactor(sanity): update types to bundle
    
    * feat(sanity): add ability to create releases from dialog + update types
    
    * feat(sanity): update list on global and document to use store
    
    * feat(sanity): update types, add icon and hue picker to bundles, update uis
    
    * feat(sanity): add date picker to bundleform
    
    * refactor(sanity): update publishAt fields in menus
    
    * refactor(sanity): update type in dummyGetter
    
    * chore(sanity): remove BUNDLES const
    
    * chore(sanity): update LATEST type to Partial
    
    * chore(sanity): update validation for bundle date creation
    
    * chore(sanity): clean up code
    
    * refactor(sanity): add archived filter
    
    * refactor(sanity): make single bundle menu + clean up
    
    * chore(sanity): add missing properties
    
    * feat(sanity): add loading & remove unused code
    
    * feat(sanity): add loading to document version, update filter
    
    * chore(sanity): rename VersionBadge to BundleBadge
    
    * chore(sanity): clean up methods and style
    
    * chore(sanity): remove unused import
    
    * refactor(sanity): use Bundle provider instead of store
    
    * chore(sanity): update bundleRow to use the new name for badge
    
    * chore(sanity): clean up code
    
    * refactor(sanity): re-add oncancel and oncreate props in dialog
    
    * refactor(sanity): add scroll to bundle menu
    
    * refactor(sanity): move from archived to archivedAt
    
    * refactor(sanity): only show the list of bundles if it has more than published / drafts
    
    * chore(sanity): remove warnings comments
    RitaDias authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1ec16f0 View commit details
    Browse the repository at this point in the history
  32. refactor(COREL): refactor version context & renaming (#7071)

    * feat(sanity): update types, add icon and hue picker to bundles, update uis
    
    * feat(sanity): add date picker to bundleform
    
    * refactor(sanity): update publishAt fields in menus
    
    * chore(sanity): update LATEST type to Partial
    
    * refactor(sanity): make single bundle menu + clean up
    
    * chore(sanity): remove warnings comments
    
    * refactor(sanity): move version provider to its own file + organise + add useVersion
    
    * refactor(sanity): remove provider + context, move logic to hook
    
    * chore(sanity): remove comments + change name from setCurrentVersion to setGlobalBundle
    
    * chore(sanity): rename useVersion to useBundle
    
    * chore(sanity): update comments
    
    * chore(sanity): Rename currentVersion
    
    * refactor(sanity): rename currentBudnle and setGlobalBundle
    
    * chore(sanity): rename versions to bundles in core directory
    
    * chore(sanity): rename to GlobalPerspectiveMenu and move to navbar directory
    
    * chore(sanity): rename to DocumentPerspectiveMenu and move to navbar directory
    
    * chore(sanity): remove isDraft from usePerspective, add new util
    
    * refactor(sanity): remove isDraft
    
    * refactor(sanity): use current global in the bundle badge
    RitaDias authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1552501 View commit details
    Browse the repository at this point in the history
  33. fix(corel): update uses of collate, add typeguard for bundles and add…

    … release tag to addonDatasetProvider (#7074)
    
    * fix(corel): update uses of collate, add typeguard for bundles and add release tag to addonDatasetProvider
    
    * fix(corel): update imports for bundleRow test
    
    * chore(corel): disable publish tests
    
    * fix(corel): update failing tests
    
    * fix(corel): update bundle actions definition
    
    * fix(corel): remove not used file
    
    * fix(corel): update DocumentHeaderTitle test
    
    * fix(corel): fix lint issues
    pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    175df90 View commit details
    Browse the repository at this point in the history
  34. feat(releases): archive and unarchive releases (#7072)

    * refactor(sanity): update types to bundle
    
    * feat(sanity): add ability to create releases from dialog + update types
    
    * feat(sanity): update list on global and document to use store
    
    * feat(sanity): update types, add icon and hue picker to bundles, update uis
    
    * feat(sanity): add date picker to bundleform
    
    * refactor(sanity): update publishAt fields in menus
    
    * refactor(sanity): update type in dummyGetter
    
    * chore(sanity): remove BUNDLES const
    
    * chore(sanity): update LATEST type to Partial
    
    * chore(sanity): update validation for bundle date creation
    
    * chore(sanity): clean up code
    
    * refactor(sanity): add archived filter
    
    * refactor(sanity): make single bundle menu + clean up
    
    * chore(sanity): add missing properties
    
    * feat(sanity): add loading & remove unused code
    
    * feat(sanity): add loading to document version, update filter
    
    * chore(sanity): rename VersionBadge to BundleBadge
    
    * chore(sanity): clean up methods and style
    
    * chore(sanity): remove unused import
    
    * refactor(sanity): use Bundle provider instead of store
    
    * chore(sanity): update bundleRow to use the new name for badge
    
    * chore(sanity): clean up code
    
    * refactor(sanity): re-add oncancel and oncreate props in dialog
    
    * refactor(sanity): add scroll to bundle menu
    
    * refactor(sanity): move from archived to archivedAt
    
    * refactor(sanity): move version provider to its own file + organise + add useVersion
    
    * refactor(sanity): remove provider + context, move logic to hook
    
    * chore(sanity): remove comments + change name from setCurrentVersion to setGlobalBundle
    
    * chore(sanity): rename useVersion to useBundle
    
    * chore(sanity): update comments
    
    * chore(sanity): Rename currentVersion
    
    * refactor(sanity): rename currentBudnle and setGlobalBundle
    
    * chore(sanity): rename versions to bundles in core directory
    
    * chore(sanity): rename to GlobalPerspectiveMenu and move to navbar directory
    
    * chore(sanity): rename to DocumentPerspectiveMenu and move to navbar directory
    
    * feat(releases): support for (un)archive
    
    * chore(releases): updating testing for BundlesOverview
    
    * chore(releases): new tests for BundleMenuButton and (un)archive
    
    * fix(releases): disabling bundle menu btn when action is performed
    
    ---------
    
    Co-authored-by: RitaDias <[email protected]>
    Co-authored-by: RitaDias <[email protected]>
    3 people authored and pedrobonamin committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    d0c6d3e View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2f0951b View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    32325cb View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    22d2413 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    4a11541 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    2c644ec View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    908f800 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9efdb0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a8419d View commit details
    Browse the repository at this point in the history
  4. fix(deps): Update dev-non-major (#7100)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    0d6fd6e View commit details
    Browse the repository at this point in the history
  5. fix(deps): update dependency get-it to ^8.6.3 (#7108)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    31cdc88 View commit details
    Browse the repository at this point in the history
  6. fix(deps): update dependency @sanity/client to ^6.20.2 (#7111)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bec881b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9aee8c View commit details
    Browse the repository at this point in the history
  8. fix(deps): update dependency @sanity/client to ^6.20.2 (#7110)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    4b5e9c0 View commit details
    Browse the repository at this point in the history
  9. fix(deps): update dependency @sanity/bifur-client to ^0.4.1 (#7102)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    e19e126 View commit details
    Browse the repository at this point in the history
  10. fix(deps): update dependency @sanity/ui to ^2.6.3 (#7104)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    18fc28a View commit details
    Browse the repository at this point in the history
  11. fix(deps): update dependency react-rx to ^3.1.1 (#7113)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b171072 View commit details
    Browse the repository at this point in the history
  12. chore(deps): update dependency @sanity/tsdoc to v1.0.83 (#7080)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7296662 View commit details
    Browse the repository at this point in the history
  13. chore(deps): update dependency esbuild to ^0.23.0 (#7106)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    38db2c1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea3983c View commit details
    Browse the repository at this point in the history
  15. fix(core): minor typo fix in i18n comment (#7115)

    * fix(core): minor typo fix in i18n comment
    
    * refactor(structure): add missing space to tsdoc
    rexxars authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    87912bf View commit details
    Browse the repository at this point in the history
  16. feat(router): update router to support query params in intent links (#…

    …7095)
    
    * feat(router): update router to support query params in intent links
    
    * fix(core): update RouterStateEvent interface
    
    * chore(core): add tests for query param intents
    pedrobonamin authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2283478 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d770998 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    935d441 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    68e216e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e7d8a8d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ccec543 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    bbedbb2 View commit details
    Browse the repository at this point in the history
  23. feat(sanity): update document title + version popover - add new and f…

    …rom existing versions
    RitaDias authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    a882893 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    41981a2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    bb4a2d8 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    920fc7d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9c640f7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d08c7fa View commit details
    Browse the repository at this point in the history
  29. update isVersion

    RitaDias authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    69bb772 View commit details
    Browse the repository at this point in the history
  30. docs(sanity): update comments

    RitaDias authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    029a6a9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    8d1f950 View commit details
    Browse the repository at this point in the history
  32. refactor(sanity): update comments

    RitaDias authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    9f2c697 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    556d68f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    86c6ded View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    9bab88c View commit details
    Browse the repository at this point in the history
  36. feat(corel): integrate bundles store (#7040)

    * feat(corel): add bundles store
    pedrobonamin authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    91abe9a View commit details
    Browse the repository at this point in the history
  37. feat(corel): doc and structure updates (#7039)

    * docs(sanity): update comment on getAllVersionsOfDocument
    
    * fix(sanity): listing existing versions didn't account for published
    
    * chore(sanity): move latest version up (temp)
    
    * feat(sanity): update navigation of perspective + add "current badge"
    
    * feat(sanity): add global version navigation
    
    * refactor(sanity): hide document version picker, update the document icon
    
    * feat(sanity): update studio nav bar (reduce create button + spacing)
    
    * chore(sanity): general cleanup
    
    * feat(sanity): add version provider, hide only the version picker in document
    
    * chore(sanity): clean up version context
    
    * chore(sanity): clean up, move components & files to single folder
    
    * chore(sanity): clean up, move components & files to single folder
    
    * chore(sanity): add ready button to document footer
    
    * refactor(sanity): remove isVersion and add frontend guardrails
    
    * chore(sanity): clean duplicate component
    
    * chore(sanity): clean up missing dependencies
    
    * refactor(sanity): update button
    
    * refactor(sanity): clear up naming
    
    * chore(sanity): hide ready
    
    * chore(sanity): ready todos
    
    * feat(sanity): add bundle modal + update colours + remove add new version from doc
    
    * refactor(sanity): rename from release to bundle
    
    * refactor(sanity): clean up code for types (bundleform)
    
    * refactor(sanity): update method
    
    * refactor(sanity): update drafts name (draft -> drafts) in LATEST & context
    
    * refactor(sanity): use handleBundleChange instead of two separate methods
    
    * refactor(sanity): update title to use LATEST const
    
    * refactor(sanity): update draft filtering and checks (global and document level)
    
    * refactor(sanity): update context to rely on router & update query to match existing bundles (MOCK)
    
    * refactor(sanity): update handle methods to have callback
    
    * feat(sanity): add guardrails for title naming on bundle create
    
    * docs(sanity): update comments to potentially move things to plugin
    
    * refactor(sanity): merge version badges & icons
    
    * refactor(sanity): use speakingurl instead of toSlug
    RitaDias authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    59bcc09 View commit details
    Browse the repository at this point in the history
  38. feat(releases): initialising releases plugin (#7048)

    * docs(sanity): update comment on getAllVersionsOfDocument
    
    * fix(sanity): listing existing versions didn't account for published
    
    * chore(sanity): move latest version up (temp)
    
    * feat(sanity): update navigation of perspective + add "current badge"
    
    * feat(sanity): add global version navigation
    
    * refactor(sanity): hide document version picker, update the document icon
    
    * feat(sanity): update studio nav bar (reduce create button + spacing)
    
    * chore(sanity): general cleanup
    
    * feat(sanity): add version provider, hide only the version picker in document
    
    * feat(releases): create releases tool as default plugin
    
    * feat(releases): styling and components for basic releases overview
    
    * feat(releases): adding release detail page and routing
    
    * feat(releases): uri decoding releaseID
    
    * chore(sanity): clean up version context
    
    * chore(sanity): clean up, move components & files to single folder
    
    * chore(sanity): clean up, move components & files to single folder
    
    * feat(corel): add bundles store
    
    * chore(sanity): add ready button to document footer
    
    * refactor(sanity): remove isVersion and add frontend guardrails
    
    * chore(sanity): clean duplicate component
    
    * chore(sanity): clean up missing dependencies
    
    * refactor(sanity): update button
    
    * chore(corel): use rxjs in bundlesStore listener
    
    * refactor(sanity): clear up naming
    
    * chore(sanity): hide ready
    
    * chore(sanity): ready todos
    
    * feat(corel): add retry to initialFetch
    
    * feat(releases): remove the ready concepts
    
    * feat(corel): include useBundleOperations and story
    
    * fix(corel): update imports paths
    
    * feat(sanity): add bundle modal + update colours + remove add new version from doc
    
    * refactor(sanity): rename from release to bundle
    
    * refactor(sanity): clean up code for types (bundleform)
    
    * refactor(releases): refactor releases to bundles
    
    * feat(releases): using bundle ops to fetch and create add-on bundles
    
    * refactor(releases): type guard for at least one bundle returned
    
    * fix(releases): fixing issue where overview header not hidden when no bundles
    
    * feat(releases): search filters list of releases
    
    * refactor(releases): minor refactor of hooks in BundlesOverview
    
    * refactor(sanity): update method
    
    * feat(releases): addijg concept loosely of bundle documents
    
    * feat(releases): testing for BundlesTable
    
    * feat(releases): testing for BundlesTable
    
    * feat(releases): testing for releases overview page
    
    * refactor(release): fixing types on the custom queries
    
    * refactor(releases): Creating BundleIcon
    
    * refactor(releases): minor refactor and tidy to component logic
    
    * refactor(releases): minor format changes
    
    * refactor(releases): create bundle dialog creates itself and then returns
    
    * refactor(releases): create bundle dialog creates itself and then returns
    
    * feat(releases): minor style update to match prototype on the mode picker
    
    * feat(releases): minor style update to match prototype on the mode picker
    
    * refactor(releases): moving search into table header as per prototype
    
    * chore(corel): add eslintrc change, remove progress icon and update types (#7050)
    
    ---------
    
    Co-authored-by: RitaDias <[email protected]>
    Co-authored-by: Pedro Bonamin <[email protected]>
    Co-authored-by: Pedro Bonamin <[email protected]>
    4 people committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    79562df View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    542d99d View commit details
    Browse the repository at this point in the history
  40. chore(corel): add bundles provider (#7054)

    * chore(corel): add bundles provider
    
    * fix(corel): update bundles overview tests
    pedrobonamin authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    69f0128 View commit details
    Browse the repository at this point in the history
  41. feat(COREL): update types to bundle + add create bundle functionality (

    …#7047)
    
    * refactor(sanity): update types to bundle
    
    * feat(sanity): add ability to create releases from dialog + update types
    
    * feat(sanity): update list on global and document to use store
    
    * feat(sanity): update types, add icon and hue picker to bundles, update uis
    
    * feat(sanity): add date picker to bundleform
    
    * refactor(sanity): update publishAt fields in menus
    
    * refactor(sanity): update type in dummyGetter
    
    * chore(sanity): remove BUNDLES const
    
    * chore(sanity): update LATEST type to Partial
    
    * chore(sanity): update validation for bundle date creation
    
    * chore(sanity): clean up code
    
    * refactor(sanity): add archived filter
    
    * refactor(sanity): make single bundle menu + clean up
    
    * chore(sanity): add missing properties
    
    * feat(sanity): add loading & remove unused code
    
    * feat(sanity): add loading to document version, update filter
    
    * chore(sanity): rename VersionBadge to BundleBadge
    
    * chore(sanity): clean up methods and style
    
    * chore(sanity): remove unused import
    
    * refactor(sanity): use Bundle provider instead of store
    
    * chore(sanity): update bundleRow to use the new name for badge
    
    * chore(sanity): clean up code
    
    * refactor(sanity): re-add oncancel and oncreate props in dialog
    
    * refactor(sanity): add scroll to bundle menu
    
    * refactor(sanity): move from archived to archivedAt
    
    * refactor(sanity): only show the list of bundles if it has more than published / drafts
    
    * chore(sanity): remove warnings comments
    RitaDias authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5b5e171 View commit details
    Browse the repository at this point in the history
  42. refactor(COREL): refactor version context & renaming (#7071)

    * feat(sanity): update types, add icon and hue picker to bundles, update uis
    
    * feat(sanity): add date picker to bundleform
    
    * refactor(sanity): update publishAt fields in menus
    
    * chore(sanity): update LATEST type to Partial
    
    * refactor(sanity): make single bundle menu + clean up
    
    * chore(sanity): remove warnings comments
    
    * refactor(sanity): move version provider to its own file + organise + add useVersion
    
    * refactor(sanity): remove provider + context, move logic to hook
    
    * chore(sanity): remove comments + change name from setCurrentVersion to setGlobalBundle
    
    * chore(sanity): rename useVersion to useBundle
    
    * chore(sanity): update comments
    
    * chore(sanity): Rename currentVersion
    
    * refactor(sanity): rename currentBudnle and setGlobalBundle
    
    * chore(sanity): rename versions to bundles in core directory
    
    * chore(sanity): rename to GlobalPerspectiveMenu and move to navbar directory
    
    * chore(sanity): rename to DocumentPerspectiveMenu and move to navbar directory
    
    * chore(sanity): remove isDraft from usePerspective, add new util
    
    * refactor(sanity): remove isDraft
    
    * refactor(sanity): use current global in the bundle badge
    RitaDias authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bae19ec View commit details
    Browse the repository at this point in the history
  43. fix(corel): update uses of collate, add typeguard for bundles and add…

    … release tag to addonDatasetProvider (#7074)
    
    * fix(corel): update uses of collate, add typeguard for bundles and add release tag to addonDatasetProvider
    
    * fix(corel): update imports for bundleRow test
    
    * chore(corel): disable publish tests
    
    * fix(corel): update failing tests
    
    * fix(corel): update bundle actions definition
    
    * fix(corel): remove not used file
    
    * fix(corel): update DocumentHeaderTitle test
    
    * fix(corel): fix lint issues
    pedrobonamin authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7c14a08 View commit details
    Browse the repository at this point in the history
  44. feat(releases): archive and unarchive releases (#7072)

    * refactor(sanity): update types to bundle
    
    * feat(sanity): add ability to create releases from dialog + update types
    
    * feat(sanity): update list on global and document to use store
    
    * feat(sanity): update types, add icon and hue picker to bundles, update uis
    
    * feat(sanity): add date picker to bundleform
    
    * refactor(sanity): update publishAt fields in menus
    
    * refactor(sanity): update type in dummyGetter
    
    * chore(sanity): remove BUNDLES const
    
    * chore(sanity): update LATEST type to Partial
    
    * chore(sanity): update validation for bundle date creation
    
    * chore(sanity): clean up code
    
    * refactor(sanity): add archived filter
    
    * refactor(sanity): make single bundle menu + clean up
    
    * chore(sanity): add missing properties
    
    * feat(sanity): add loading & remove unused code
    
    * feat(sanity): add loading to document version, update filter
    
    * chore(sanity): rename VersionBadge to BundleBadge
    
    * chore(sanity): clean up methods and style
    
    * chore(sanity): remove unused import
    
    * refactor(sanity): use Bundle provider instead of store
    
    * chore(sanity): update bundleRow to use the new name for badge
    
    * chore(sanity): clean up code
    
    * refactor(sanity): re-add oncancel and oncreate props in dialog
    
    * refactor(sanity): add scroll to bundle menu
    
    * refactor(sanity): move from archived to archivedAt
    
    * refactor(sanity): move version provider to its own file + organise + add useVersion
    
    * refactor(sanity): remove provider + context, move logic to hook
    
    * chore(sanity): remove comments + change name from setCurrentVersion to setGlobalBundle
    
    * chore(sanity): rename useVersion to useBundle
    
    * chore(sanity): update comments
    
    * chore(sanity): Rename currentVersion
    
    * refactor(sanity): rename currentBudnle and setGlobalBundle
    
    * chore(sanity): rename versions to bundles in core directory
    
    * chore(sanity): rename to GlobalPerspectiveMenu and move to navbar directory
    
    * chore(sanity): rename to DocumentPerspectiveMenu and move to navbar directory
    
    * feat(releases): support for (un)archive
    
    * chore(releases): updating testing for BundlesOverview
    
    * chore(releases): new tests for BundleMenuButton and (un)archive
    
    * fix(releases): disabling bundle menu btn when action is performed
    
    ---------
    
    Co-authored-by: RitaDias <[email protected]>
    Co-authored-by: RitaDias <[email protected]>
    3 people committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    6a28673 View commit details
    Browse the repository at this point in the history
  45. refactor(sanity): move bundle metadata store to resource cache

    Co-authored-by: Pedro Bonamin <[email protected]>
    2 people authored and jordanl17 committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    2d15bb4 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    3edd253 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    308ec1a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    5d2e0c7 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    649f57f View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    e969959 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    5291d85 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    71fc1a6 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    1f9b3ee View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    cf4b861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b9bfb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65f3d68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a14e2cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8313eaa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0022f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f0431ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    815da97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5641d1b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dadc535 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86f2496 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d305629 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23c89fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79cee6e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8578248 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    29c2244 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b0e81d0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a9c4dbe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bb52c3c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b1cbfd7 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e7006a4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0ff7b13 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    c88c144 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    64b6363 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    17046ec View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    95fc990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91082cc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a2ccb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    4582484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ea22f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95e555e View commit details
    Browse the repository at this point in the history