-
Notifications
You must be signed in to change notification settings - Fork 7
[0.10] Introduce working groups feature (Access Management) #440
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
Open
v1r0x
wants to merge
158
commits into
master
Choose a base branch
from
0.10-working-groups
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
v1r0x
commented
Dec 11, 2023
- Translate "hardcoded" strings
- Update Changelog
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]>
* 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]>
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]>
* 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]>
Postponed to 0.10.x or 0.11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.