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

[stable27] enh/import from deck #5003

Merged
merged 25 commits into from
Aug 12, 2023
Merged

[stable27] enh/import from deck #5003

merged 25 commits into from
Aug 12, 2023

Commits on Aug 11, 2023

  1. fix: Properly export cards as a child element of the related stack

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4e4da92 View commit details
    Browse the repository at this point in the history
  2. fix: Avoid failing due to uninitialized acces of systemInstance

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b381588 View commit details
    Browse the repository at this point in the history
  3. WIP: enh(import): import deck json exports

    Signed-off-by: Max <max@nextcloud.com>
    max-nextcloud authored and juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c683044 View commit details
    Browse the repository at this point in the history
  4. feat: Implement logic to import multiple boards

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4c05c40 View commit details
    Browse the repository at this point in the history
  5. feat: Add app version to the deck app export

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7a4ae5f View commit details
    Browse the repository at this point in the history
  6. test: Add some basic integration test skeleton for import

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    fb7f316 View commit details
    Browse the repository at this point in the history
  7. test: Add example test data for deck import

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6318a31 View commit details
    Browse the repository at this point in the history
  8. docs: Add dedicated documentation section for import/export

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    
    docs: Update import docs
    
    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ab8d4b8 View commit details
    Browse the repository at this point in the history
  9. feat: Let occ deck:import default to deck json importer

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e2ac4df View commit details
    Browse the repository at this point in the history
  10. draft: todos

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    e48a1c6 View commit details
    Browse the repository at this point in the history
  11. fix: request full details for board export

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    5f4c4cd View commit details
    Browse the repository at this point in the history
  12. test: Add reimport test case

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    73c6487 View commit details
    Browse the repository at this point in the history
  13. fix: Avoid duplicate data on board export

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8cabd60 View commit details
    Browse the repository at this point in the history
  14. fix: Only set last modified if not already set manually

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cc9750a View commit details
    Browse the repository at this point in the history
  15. fix: Do not fail on missing owner details

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4b9bae2 View commit details
    Browse the repository at this point in the history
  16. tests: assert json diff between import/export

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    0af05d6 View commit details
    Browse the repository at this point in the history
  17. fix: Add output for individual failures or skipped parts

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    8feeb70 View commit details
    Browse the repository at this point in the history
  18. fix: Map card assignments through mapping config

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b0af2fe View commit details
    Browse the repository at this point in the history
  19. chore: Cleanup some outdated fixme comments

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a8466d1 View commit details
    Browse the repository at this point in the history
  20. fix: Only map owner for user mapping

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    07ba4b2 View commit details
    Browse the repository at this point in the history
  21. tests: ignore version of stored json for import tests

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1881010 View commit details
    Browse the repository at this point in the history
  22. style: fix php-cs

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    beafcfa View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. fix: use proper owner source

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    3da4e24 View commit details
    Browse the repository at this point in the history
  2. ci(cypress): Catch resize observer loop limit

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    84c8d70 View commit details
    Browse the repository at this point in the history
  3. ci(cypress): Catch resize observer loop limit (2)

    Signed-off-by: Julius Härtl <jus@bitgrid.net>
    juliusknorr committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    4881de7 View commit details
    Browse the repository at this point in the history