Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Feature/vue3 upgrade #783

Closed
wants to merge 21 commits into from
Closed

Feature/vue3 upgrade #783

wants to merge 21 commits into from

Commits on Jul 25, 2022

  1. upgrade vue3, add compat mode

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    a14acfd View commit details
    Browse the repository at this point in the history
  2. solve node-polyfill error

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d94bcb1 View commit details
    Browse the repository at this point in the history
  3. place key on template tag

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bdcde93 View commit details
    Browse the repository at this point in the history
  4. comment out prolematic lines to solve compile errors temporarily

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    0538346 View commit details
    Browse the repository at this point in the history
  5. make global filters available through global properties

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    1f75adc View commit details
    Browse the repository at this point in the history
  6. update global filters

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5ab1207 View commit details
    Browse the repository at this point in the history
  7. fix COMPILER_V_BIND_OBJECT_ORDER

     and COMPILER_V_BIND_SYNC warnings
    
    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    02f9b92 View commit details
    Browse the repository at this point in the history
  8. fix COMPILER_NATIVE_TEMPLATE warnings

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fbe35ef View commit details
    Browse the repository at this point in the history
  9. upgrade vueRouter

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    127760e View commit details
    Browse the repository at this point in the history
  10. comment out error causing test

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    90fdbe9 View commit details
    Browse the repository at this point in the history
  11. upgrade vuex

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    aa2cab0 View commit details
    Browse the repository at this point in the history
  12. update app entry point

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    add1acf View commit details
    Browse the repository at this point in the history
  13. upgrade vue-i18n, creation of i18n instance

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    3b04b84 View commit details
    Browse the repository at this point in the history
  14. upgrade i18n, use i18n global prop

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    678bce1 View commit details
    Browse the repository at this point in the history
  15. upgrade i18n, uncomment problematic lines

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    f923ed0 View commit details
    Browse the repository at this point in the history
  16. add new dependency vue-axios

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ee93a6a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. upgrade vue-json-pretty

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    b1931fa View commit details
    Browse the repository at this point in the history
  2. upgrade vue-json-pretty, update licenseinfo

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    e759266 View commit details
    Browse the repository at this point in the history
  3. remove vue-moment

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    bc7c9f0 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. replace eventbus with mitt package

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    319d0d3 View commit details
    Browse the repository at this point in the history
  2. upgrade to vue-native-websocket-vue3

    Signed-off-by: marcel.ebermann <marcel.ebermann@deutschebahn.com>
    marcel.ebermann committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    9f6270d View commit details
    Browse the repository at this point in the history