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] Introduce working groups feature (Access Management) #440

Open
wants to merge 155 commits into
base: master
Choose a base branch
from

Conversation

v1r0x
Copy link
Member

@v1r0x v1r0x commented Dec 11, 2023

  • Translate "hardcoded" strings
  • Update Changelog

v1r0x and others added 30 commits December 21, 2022 14:22
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]>
* add multiedit support for entity attributes

* update modal function

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
* add multiedit support for entity attributes

* re-implement simple migration handling

* update i18n

* fix keys

---------

Signed-off-by: Vinzenz Rosenkranz <[email protected]>
* initial code for open access feature

* style polishing

* restructuring and style updates

---------

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]>
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 and others added 28 commits May 7, 2024 08:03
* 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]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
* 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]>
* 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]>
* 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]>
* 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]>
* 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]>
* 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 <[email protected]>
Co-authored-by: Severino <[email protected]>
Co-authored-by: Sev <[email protected]>
* 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]>
* 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]>
* 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 <[email protected]>
Co-authored-by: Vinzenz Rosenkranz <[email protected]>
* fixed missing entity type label

---------

Co-authored-by: Vinzenz Rosenkranz <[email protected]>
* 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]>
@v1r0x
Copy link
Member Author

v1r0x commented Aug 26, 2024

Postponed to 0.10.x or 0.11

Base automatically changed from release-0.10 to master 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