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

Release 0.10 #513

Merged
merged 122 commits into from
Aug 26, 2024
Merged

Release 0.10 #513

merged 122 commits into from
Aug 26, 2024

Conversation

v1r0x
Copy link
Member

@v1r0x v1r0x commented Aug 26, 2024

No description provided.

v1r0x and others added 30 commits December 21, 2022 14:22
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* add multiedit support for entity attributes

* update modal function

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* add multiedit support for entity attributes

* re-implement simple migration handling

* update i18n

* fix keys

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* initial code for open access feature

* style polishing

* restructuring and style updates

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
v1r0x and others added 28 commits April 4, 2024 08:59
* fix entity name in toast

* set correct column in iconclass class def

* Added quotes to name

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
…oints; cleanup (#467)

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* Added 'x' as option for boolean
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Vinzenz Rosenkranz <v1r0x@users.noreply.github.com>
* fix indent
* fix wrapping of delimiter input

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* fix user profile validations
* adjusted changelog
* 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
* Fixed importer creating new attributes

* added check if parent entity does exist.

* Moved and reworked exceptions
* do not toggle boolean value on label click; fix updating boolean attr to false
* fix open reference modal for newly added attribute values
* add url attribute

* Unified Changelog

* Prevent focus on ctrl click + removed toRefs

* small format changes

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* wrap multiedit checkbox and name

* Contextmenu now closing on simple click anywhere

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Sev <captain.sev@outlook.com>
* disable logging for seeds

* remove seeder logs

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* do not show ! for unset attribute values & replace with ? for unset certainty

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* 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 <vinzenz.rosenkranz@uni-tuebingen.de>

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* fix paths

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* rework citation key generation

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* add option to export search results only to bibtex

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* fix deleting wrong dir in literature migration

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* trim long author lists

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* properly handle data from clipboard

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* fix mandatory validation rule

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>

* Fix overflow in add item

* Fixed citation formatting.

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Sev <captain.sev@outlook.com>
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* Added processors to transform type value and all tags to lower-case

* fixed .bib not showing up on windows (mac)
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
Co-authored-by: Sev <captain.sev@outlook.com>
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Vinzenz Rosenkranz <v1r0x@users.noreply.github.com>
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
* corrected richtext import

* Removed duplicate builder import
* Added Speed Units

* added force units

* Pressure Units

* Add volumetric flow

* Added quotient

* Added translations

* Removed light year

---------

Signed-off-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Vinzenz Rosenkranz <vinzenz.rosenkranz@uni-tuebingen.de>
* fixed missing entity type label

---------

Co-authored-by: Vinzenz Rosenkranz <v1r0x@users.noreply.github.com>
* 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 <vinzenz.rosenkranz@uni-tuebingen.de>
Co-authored-by: Severino <severin.opel@hotmail.com>
@v1r0x v1r0x merged commit 58d60dc into master Aug 26, 2024
0 of 8 checks passed
@v1r0x v1r0x deleted the release-0.10 branch August 26, 2024 09:01
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.

2 participants