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

[0.10] [WIP] Upgrade test suite to latest versions #428

Merged
merged 10 commits into from
Dec 13, 2023

Conversation

v1r0x
Copy link
Member

@v1r0x v1r0x commented Nov 7, 2023

No description provided.

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
@v1r0x
Copy link
Member Author

v1r0x commented Nov 7, 2023

@Severino Workflow itself good so far. Setup is fine. PHP tests fail, because they are outdated. We can work on this as soon as 0.10 is (almost) ready to release

@v1r0x v1r0x changed the title [0.10] Upgrade test suite to latest versions [0.10] [WIP] Upgrade test suite to latest versions Nov 8, 2023
@v1r0x v1r0x merged commit b0967db into release-0.10 Dec 13, 2023
0 of 8 checks passed
@v1r0x v1r0x deleted the 0.10-fix-gh-workflows branch December 13, 2023 09:14
v1r0x added a commit that referenced this pull request Aug 26, 2024
* add background to nested attribute template

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* reset search term

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* update version

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix resetting search to null value

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* correctly reset all column values after table row added

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix tabular attribute preview

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix dropdown selections for new table attributes

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* update dependencies

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix style in dark mode

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* rework password reset workflow (#419)

* Add multiedit support for entity attributes (#401)

* add multiedit support for entity attributes

* update modal function

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* Moderate attributes (#402)

* add multiedit support for entity attributes

* re-implement simple migration handling

* update i18n

* fix keys

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* Add external access/open access feature (#420)

* initial code for open access feature

* style polishing

* restructuring and style updates

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add reset password changes to changelog

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix duplicate modal function

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* update abandoned pel package

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix jwt key generation

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix moderation state check for system attributes

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix using old md dependency

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add appname env to open webpack script

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* remove old md lib reference

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add font handling to open webpack config

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix empty value in entity-mc attribute

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix multi-edit modal

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix multiselect checkboxes

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* move markdown-vue import to md-viewer component

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add option to ignore attribute's metadata col

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* polish multi-edit view

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix missing import

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* polish open access landing page

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* use vertical ellipsis icon

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* remove dropdown as it contains only one option

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* do not render options as button

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* exclude system separator attribute from filters/display

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* change paddings to detach scrollbar from content

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix using const

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* use import instead of require

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* 0.10 refactor (#422)

* Apply eslint

+ one attribute per line
+ removed unecessary props from return
+ attribute ordering

* components should be declared in pascal case

* excluded existing v-html cases

* added missing default value

* added missing emit declarations

* removed missed prop exports

* fixed no-template-shadowing

* fixed computed not returning in all cases

* fixed missing key

* removed ol map

* fixed entriesloaded being changed in computed

* Removed props being manipulated directly.

Restructured User-/Preferences.

* set disabled on pref

* Removed vue markdown

* small fixes

* fixed missing components

* fixe wrong object default value

* eslint more dir target

* make eslint focus vue/no-v-html directly

* make eslint focus vue/no-v-html directly

* fixed small issues

* fix password reset workflow

* avoid using v-html in search component

* fix checking for listeners

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* 0.10 refactor vite (#429)

* Replaced laravel mix with vite

* update js part in install manual

* remove laravel mix package

* add dev build script for open access entry point

* fix isOpen check

* throw error if vite_app_name is not defined/empty

* add option to force setting base url

* set vite base url to app_path from .env

* set vite_app_path to app_url as default

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Fix attribute validation & attribute group handling (#427)

* fix handling of several attribute tabs and add per-tab save/reset

* update changelog

* fix all other attribute type validations + comp cleanup

* [0.10] Add datatype Richtext (#426)

* use md components for richtext attribute

* add changelog

* fixed disabled

* removed ghost variable

* Added subtitle option to markdown editor

* 0.10 fixes richtext (#434)

* Fixed wrong assignment of reactive

* Fixed richtext attribute (markdown-it)

* use milkdown in readonly mode instead of markdown-it

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] [WIP] Upgrade test suite to latest versions (#428)

* upgrade test suite to latest versions

* fix migration

* add more output/description to workflow

* remove seed part already done in migration

* remove plugin seeds

* update codecov action version

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Add serif font (#424) (#438)

* add serif font family
* update changelog

* [0.10] Several bug fixes (Roles and Bibliography) (#437)

* fix adding role without preset

* fix accesscontrol for roles without permissions; save permissions without is_moderated switch changed

* fix setting local filepath on bibtex import

* add more non-standard bibtex fields; changed citation key generation; improved field handling and validation

* Removed curly brackets from preview. (#436)

---------

* small fixes and improvements to bibtex importer

* fix some i18n typos

* update yup rule syntax

* fix mandatory validation logic in update bib entry

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* some minor bibliography fixes

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* remove some v-html

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* update vite v4 -> v5

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix entity duplicate

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix geodata in duplicate

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix search in attribute list; fix #433

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* small fixes in list component

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* do not submit/reload entity detail view on enter; fix #431

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* update changelog

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* re-enable drag&drop in entity tree; eslint fixes

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix undefined variable epsg

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* rollback sql attribute querys in transaction

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* login fixes and improvements

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Fix dirty state after save not removed (#445)

* Added resetDirtyFields to save function

* fix dirty state update for list attribute

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fixes richtext preview (#444)

* preview now updating as expected

* add menu to richtext; add toggle raw markdown code

* Reworked command palette

* Improved richtext styling

* Reworked buttons to prevent accidental data loss

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* add userlist attribute (#447)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] new profile fields (#446)

* add institutional related fields to user profile

* rework user profile validation and user info modal

* set fixed modal width and limit to full width

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* handle bibliography types with no mandatory fields (#443)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* prevent user from reloading dirty state (#448)

* prevent user from reloading dirty state

* fix code style

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Handle attribute types in separate classes (#449)

* cleanup old code

* map attribute types to php classes

* start using attribute type classes for easier handling

* use static list instead of scandir; replace attribute type handling with new attributebase class

* allow filtering on type props; get selections in table columns using attributebase methods

* handle non-existing datatypes

* add attribute type handlesr for create entities and add new attribute

* change type def in import method

* check if imported date is valid

* fixes: missing imports & returns, field in serial attribute type, import userlist attribute

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix marking all notifications as read (#451)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix deleting active attributes and re-ordering (#450)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* use single button for new rows in table attribute (#454)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix handling empty date

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* cloning entity type to prevent broken state; rework storage method (#453)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* set attribute label as default parent label (#452)

* fix tabular handling

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add keyboard shortcut to save entity

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* close modal on confirm

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix typo in permission

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix duplicate after moving entity

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* Fixed wrong exported format (#468)

* Fixed wrong exported format

---------

Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* only show edit button when textfield is hovered (#458)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Fixes dropdown sorting (#469)

* sort dropdown selections alphabetical

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add search to dropdown attributes; fix search in attribute type list

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix certainty values outside 0-100 (#466)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* simplifiy entity dropdown logic; fix style; speed-up rendering (#472)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Pluck types only in api data (#461)

* pluck types only in api data

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* restructure data obj logic to clarify

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* do not trigger save entity event (#457)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fix delete notifiations call (#456)

* fix delete notifiations call

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* change to outline buttons

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Restrict entity attribute to specific entity types (#474)

* add restriction col to attribute; restrict entity search to specific types

* Fixed entity restriction not used after create

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fixes references empty heading (#471)

* fix empty headings in references tab

* Fixed not references text not showing

* simplify final reference check

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fix HTML in comment (#460)

* escape html in comments

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add logic to down migration

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fix for bibliography type misc mandatory  (#463)

* add check if mandatory key exists

* make title nullable to match bibtex standard

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Add attribute datespan (#455)

* cleanup old code

* map attribute types to php classes

* start using attribute type classes for easier handling

* use static list instead of scandir; replace attribute type handling with new attributebase class

* fix missing imports and returns

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* allow filtering on type props; get selections in table columns using attributebase methods

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* several fixes

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* update changelog

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add date range attribute type

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix initial value

* set &ndash; as date separator

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Add info to mandatory if bibliography fields (#470)

* add info to mandatory if bibliography fields

* Emphasized asteriks and fixed localization message.

* adjust german translation

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fixes single choice (#473)

* fix string-sc handler and adding attributes wit parent-attribute

* fix unsetting entity attribute

* fix initial loading of parent selection

* remove duplicate code

* fix delete and re-add attribute value

* fix updating newly added values

* Added root element badge and a title to descibe it

* move name getter to helpers file

* adjust badge style

* remove word parent from translation

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* fix comment validation (#476)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] fix misc (#477)

* fix entity name in toast

* set correct column in iconclass class def

* Added quotes to name

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* fix open access template; allow coexisting builds for both build endpoints; cleanup (#467)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* 0.10 adjust import boolean x (#485)

* Added 'x' as option for boolean

* 0.10 feature data importer update (#484)

* Moved the DataImporter component

* Improved styling of importer

* Implement mapping guesser.

* Added validation step to importer

* Importer now allows for update with importer

* changed layout and fixed styling errors

* handle csv encoding; proper enclose column strings

* fix parsing rows without parent column

* re-arrange attribute selection header

* use a more subtle color for info icon

* Made table collapsible

* fixed name

* Fixed dirname to work with older node versions

* Moved some styles to bootstrap

* Fixed bottom margin of table when collapsed

* Moved global-comp. and directive to own files

* Removed global component imports

* Fixed stats not resetting

* removed return of $user

* Fixed small bugs use alert component

* small i18n change

* move icon class logic to template code

* import resolve directly

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Fix csvsettings class (#486)

* fix indent
* fix wrapping of delimiter input

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Styling changes/improvements (#483)

* show scrollbar on entity type list

* smaller font size in dropdowns

* add parent path to move modal

* scroll entity into view

* fix tree node layout when multiedit is active

* add former contributors; rework about modal

* moved paste to window event

* 'No entity alert' was showing even though entity was loaded

* Improved about styling

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fix updating profile (#481)

* fix user profile validations
* adjusted changelog

* [0.10] Fix css & html style (#487)

* cleanup css; fix linter
* replace scoped css with bs classes
* add cell content as title; allow to toggle text-overflow
* Fixed attribute list scrollbar not visible
* remove _ from import and change order
* Match code font-size with normal text; rework code classes

* 0.10 fix data importer update dupes (#488)

* Fixed importer creating new attributes

* added check if parent entity does exist.

* Moved and reworked exceptions

* [0.10] Fix boolean attribute (#482)

* do not toggle boolean value on label click; fix updating boolean attr to false
* fix open reference modal for newly added attribute values

* [0.10] Add URL attribute (#480)

* add url attribute

* Unified Changelog

* Prevent focus on ctrl click + removed toRefs

* small format changes

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fix attribute dependencies & tabular attributes (#479)

* change dependency visualization

* hide if dependency eq not met

* fix attribute dependency update

* fix updating existing dependency rules

* allow string-mc and daterange in tabular attribute

* fix error for empty string-sc attributes

* fixed using datarange component

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fix Dropdown position in entity tree (#489)

* wrap multiedit checkbox and name

* Contextmenu now closing on simple click anywhere

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* disallow adding empty table with 0 columns (#496)

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Bundle User & System Preferences (#494)

* rework preferences; add plugin api to add plugin-specific preferences

* fix uninstall and remove plugin logic; delete plugin preferences on remove

* remove userpreferences import; add redirect

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Sev <[email protected]>

* [0.10] Fix logging seeders (#495)

* disable logging for seeds

* remove seeder logs

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Fix certainty style (#490)

* do not show ! for unset attribute values & replace with ? for unset certainty

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* Update Certainty Style (#492)

* Implemented validity indicator

* Fixed entity data not being updated

* Moved certainty icons to component and added helpers

* fix styling

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* fix paths

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* [0.10] Several BibTex fixes (#493)

* rework citation key generation

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* add option to export search results only to bibtex

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix deleting wrong dir in literature migration

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* trim long author lists

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* properly handle data from clipboard

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* fix mandatory validation rule

Signed-off-by: Vinzenz Rosenkranz <[email protected]>

* Fix overflow in add item

* Fixed citation formatting.

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Sev <[email protected]>

* [0.10] Several changes to core map (#459)

* trigger event on coordinate update

* add prop and slot to customize feature title

* add feature to slot

* handle changelog in update

* add user layer option relation

* Move overlay alongside the point focusing new position

* add offset to overlay (#501)

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* 0.10 fix bibtex files non selectable on win mac (#500)

* Added processors to transform type value and all tags to lower-case

* fixed .bib not showing up on windows (mac)

* [0.10] SI-Attribute (#478)

* add basic functionality

* set defaults to label instead of symbol

* add si unit options to add attribute template

* fix table attribute

* add backend logic; set initial default unit value

* 0.10 feature si attribute rework (#502)

* Creating SI Classes

* Reworked Si Handling with additional Classes

* Fixed reset not working and error on multiple saves

* simplify unit class(es); fix unit order; use constants for all units

* fix several vue warnings and missing/wrong i18n strings

* move singleton

* Added tests fixed some minor errors

* Added german translations

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>
Co-authored-by: Sev <[email protected]>

* [0.10] fix attribute import error (#491)

* Fixed errorous response

* fixed attribute loggin

* Trimmed all inputs and fixed name column beeing ignored

* Fixed error popping up multiple times.

* exclude system separator from importer

* move trim fn to global helpers

* translate import error message; add column name to error message

* Added tests and improved importer.

* rework of import validation and tests

* added attribute values

* Added final tests, fixes and cleanup.

* dieplay validation errors in the frontend.

* Fixed wrong import problem

* Fixed test cases for i18n

* Moved custom commands to 'app' namespace

* Fixed command always using .env.testing

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Add Entity Metadata tab (#439)

* introduce metadata tab to entity view

* remove duplicate function

* also add attribute value logs to editor field

* handle different kind of changed value types

* get correct values for metadata history

* fix error with tabular component

* add richtext editor to entity metadata tab

* load creator, editor and history on initial tab click

* rework history fetching

* Fixed dropdowns not working in history

* load missing entity information

* proper display of complex values

* add lost imports due to merge

* Temporarily removed history

* fix userinfo modal for users without metadata

* update changelog

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

* fix missing register of richtext component

* corrected richtext import (#508)

* corrected richtext import

* Removed duplicate builder import

* 0.10 additional si units (#510)

* Added Speed Units

* added force units

* Pressure Units

* Add volumetric flow

* Added quotient

* Added translations

* Removed light year

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* fixed missing entity type label (#512)

* fixed missing entity type label

---------

Co-authored-by: Vinzenz Rosenkranz <[email protected]>

* [0.10] Fix table performance & rework attribute(list) logic (#504)

* move attribute to own component

* limit dropdown attribute options and make them infinite for better performance

* handle row events

* move attribute structure handling to attributetype classes

* fix setting entity type search restrictions on table columns

* update changelog

* do not save empty rows in table

* fix adding new attributes to store

* only show row options dropdown if hovered to improve performance

* fix adding tabular attribute

* remove duplicate state key

* add newly introduced si-unit attribute

* fixed csv import into table

* Reuse method of single attribute

* Fixed reset

* Fix table expand

* fix formatting entity attribute in table

* fixed resetting entity in table

* fix empty value for entity-mc

* fix resetting tabular row

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Co-authored-by: Severino <[email protected]>
Co-authored-by: Sev <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant