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

1.8.0 m3 #1105

Merged
merged 139 commits into from
May 23, 2022
Merged

1.8.0 m3 #1105

merged 139 commits into from
May 23, 2022

Conversation

dhaneshnm
Copy link
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.
smitfire
smitfire previously approved these changes May 20, 2022
@codecov-commenter
Copy link

codecov-commenter commented May 23, 2022

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 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.

5 participants