-
Notifications
You must be signed in to change notification settings - Fork 49
Conversation
Thanks for your contribution! Your previous commits (apart from the most recent one) cannot be signed-off anymore. The DCO check will always fail if there is at least one unsigned commit. Possible solutions in this situation are:
Whatever solutions you choose, you will probably have to do a force push to overwrite the history here. To prevent this in the future you usually can activate a "always sign-off commits" option in your IDE (most of them support it) or git tool which I highly recommend. |
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
and COMPILER_V_BIND_SYNC warnings Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
We just found out that the support for data tables will be available with vuetify 3.1 see vuetifyjs/vuetify#13479 (comment) It will probably be a while until this happens, as we rely heavily on data tables, it probably makes sense to do the following:
|
Signed-off-by: marcel.ebermann <[email protected]>
Signed-off-by: marcel.ebermann <[email protected]>
Preparations for upgrading vue2 to vue3
upgrade vue, vue-cli-service and vue/cli-service plugins
use migration build
fix compiler warnings (filters, v-bind, key on template tag, template without directives)
fix some errors by commenting problematic lines