Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

1.8.0 m3#1105

Merged
dhaneshnm merged 139 commits into
mainfrom
1.8.0-M3
May 23, 2022
Merged

1.8.0 m3#1105
dhaneshnm merged 139 commits into
mainfrom
1.8.0-M3

Conversation

@dhaneshnm

Copy link
Copy Markdown
Contributor

Description

How has this been tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added necessary unit and integration tests.
  • I have added screenshots (if applicable), in the comment section.

nicwells and others added 30 commits November 5, 2021 09:56
* Do not close drawer when button inside confirm dialog clicked

* Resource view max width 60% when not in drawer

* Update url on resource drawer close

* Redesigned resource details view
Redesign Admin view for better usability.
* Links opens in new tab
 - util method to recognize delta links.
 - Presentation logic open the link in new tab.
* Include Titillium Web font and specify as primary font

* Apply standard styling

Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
* Create resource functionality restored
* Support react.path being an array as supported by react-router

react-router supports specifying multiple paths for a specified
route by passing an array. Modify fusion code to also support
this such that we can take advantage. Specifying multiple
paths for a single route allows us to specify multiple paths
for a single component without the component remounting when
the path changes.

* Allow user to select view to target for query
Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
* Use Resource end point for studio listing

Use resource end point to fetch the global list of studios.
Also specify ttf font file type separately to fix issue where
path included public/public

Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
* Styling improvements

CopyIcon, InfoIcon white colour
Drop shadow on list items
Override antd tag blue colour
Use component background colour for tabs
Remove background colour from search header
Remove surplus Manage Studios button
Remove gradient from list items
Search bar styling
Fix font in dev

* Fix deep scan issues

Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
* Disable data cart download button when no perms

* Specify correct version of nexus sdk and react nexus packages

Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
* Date support in search

Support date data type in sorting and filtering in search
* Create organization error message

* Creating Project error message

* Implement missing deprecate project functionality
* Use data table component in Studios instead of sparql view directly
* Enable specifying a projection or all projections
* New studios are created with new components. Existing studios continue
to use old components but will display message prompting to upgrade.
* A script will be made available to migrate old studios to new studios
or alternatively the user can manually create a new studio

Co-authored-by: Dhanesh Neela Mana <dhanesh.neelamana@epfl.ch>
* Fix array values
* Search Layouts with visible fields (and order) along with sorting
* Add redirect params to login call back
* Fix styles for sparql-editor

- Remove form logic.
- Remove style from form item.
nicwells and others added 16 commits April 25, 2022 11:54
* fix scroll issue



Co-authored-by: Dhanesh Neela Mana <dhanesh.n.m19@gmail.com>
* Use the newly added explicit sortable/filterable field config values

Previously was using the format field to determine this

* Style improvements to column menu
* checking for both aggregate and non aggregate
…r handling and only show plugin when enabled (#1095)

* Update default field names

* Use self url

* Only show jira when plugin enabled in delta

* Update error handling to match how Delta now does it

* Better error handling

* Update property names to reflect change to self
…ckable-icon"

This reverts commit 288471e, reversing
changes made to 7fdd259.
@dhaneshnm dhaneshnm requested review from nicwells and smitfire May 20, 2022 14:27
smitfire
smitfire previously approved these changes May 20, 2022
@codecov-commenter

codecov-commenter commented May 23, 2022

Copy link
Copy Markdown

Codecov Report

Merging #1105 (732d995) into main (5007a23) will increase coverage by 1.67%.
The diff coverage is 70.83%.

@@            Coverage Diff             @@
##             main    #1105      +/-   ##
==========================================
+ Coverage   67.07%   68.75%   +1.67%     
==========================================
  Files          21       14       -7     
  Lines         568      528      -40     
  Branches      126      125       -1     
==========================================
- Hits          381      363      -18     
+ Misses        187      165      -22     
Impacted Files Coverage Δ
src/shared/store/actions/auth.ts 40.42% <ø> (ø)
src/shared/utils/stringSimilarity.ts 56.25% <22.22%> (-43.75%) ⬇️
src/shared/utils/index.ts 75.00% <77.77%> (+0.96%) ⬆️
src/shared/components/Copy/index.tsx
src/shared/components/Header/index.tsx
src/shared/components/Login/index.tsx
src/shared/utils/copy.ts
src/shared/components/ConsentPreferences/index.tsx

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cac707a...732d995. Read the comment docs.

@dhaneshnm dhaneshnm requested a review from smitfire May 23, 2022 13:04
@dhaneshnm dhaneshnm merged commit ab89e55 into main May 23, 2022
@dhaneshnm dhaneshnm deleted the 1.8.0-M3 branch May 23, 2022 13:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants