Skip to content

Prepare for release 2025.05.20.1 #379

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

Merged
merged 57 commits into from
May 20, 2025
Merged

Conversation

pgetta
Copy link
Collaborator

@pgetta pgetta commented May 20, 2025

No description provided.

loris-olivier-obi and others added 30 commits May 1, 2025 20:47
* Added the two apis route for both circuit count and data

* Ran prettier and linter

* Corrected the typo with journal and minifed the json file

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Created the single circuit page based on the key

* Corrected typo in the fetching useEffect function

* Ran linter and prettier

* Copy and paste again the minified version of ALL_CIRCUITS.json

* Added public to gitignore and ran prettier

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
…ers (#306)

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Added component to MainDetailView

* Updated CircuitSchemaProps and corrected subcircuits for plural in the minified json

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed currency dropdown

* Fixed import in price list

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Added the component CircuitTable

* Added columns and installed react-resizable

* Added subcircuit, button and resizable columns

* Added utils to filter

* Added use-filtered-data

* Added the filter for circuits

* Style for the circuit table

* Corrected the api path with circuits plural

* Remove console log

* Integrated the CircuitTable component in list view

* Ran linter and prettier

* Component for circuit page in both free and paid account + fixed some feedbacks from Pavlo

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
)

* Added component to MainDetailView

* Updated CircuitSchemaProps and corrected subcircuits for plural in the minified json

* Fixed the path of the placeholder image

* Fixed the typo circuit with an s to fetch correctly the circuit

* Resolved conflict with the image placeholder url

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Hide side bar and navigation top bar in detail view

* Added the four sections

* Provenance section - added a conditional rendering to publication link if undefined

* Ran prettier and linter

* Fixed the component of circuit table to render correctly

* First feedback implementation from Pavlo

* Changed the parent, derived and subcircuit fetching logic

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Fix detailed view scroll and top level layout

* Move detailed page logic to a separate component, use in vlab explore
* Added reset search input when closing search bar

* Ran linter and prettier

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
All the lint errors have been fixed.
We should now prevent Github from merging if the linter has not been successful.
* Added check on the user profile update form

* Added email verification on virtual lab creation

* Fix linting issue

* PR feedbacks
* Removed the component of search bar and filter options

* Removed the file filtering-circuits

* Fix simulate page filter (#323)

Sim filter.

* Fix all lint issues (#324)

All the lint errors have been fixed.
We should now prevent Github from merging if the linter has not been successful.

* Removed the component of search bar and filter options

* Removed the component of search bar and filter options

* Fixed multiples times import issue

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
Co-authored-by: g-bar <gilarturo.barriosdelvillar@openbraininstitute.org>
Co-authored-by: Tolokoban <contact@tolokoban.org>
* Removed the component of search bar and filter options

* Removed the file filtering-circuits

* Harmonised Subcircuit component props with the ones of CircuitTable

* Added the props to SubcircuitTable imported component

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Removed the file filtering-circuits

* Fixed typescript error with onHeaderCell

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Removed the file filtering-circuits

* Created a function to find circuits everywhere it is in the tree

* Ran prettier

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Get the searchParams when changing route to a new URL

* Fixed rebase, lint and prettier

* Changed for Bilal solution with nuqs

* Removed push and parameter set

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Literature search tool has a new output format now (#337)

* Get the searchParams when changing route to a new URL (#320)

* Removed the component of search bar and filter options

* Get the searchParams when changing route to a new URL

* Fixed rebase, lint and prettier

* Changed for Bilal solution with nuqs

* Removed push and parameter set

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>

* allow user to accept invites without active paid subscription

* remove checking for pro subscription when invite to vlab

* Fix the type error with different new property in artifact table

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
Co-authored-by: Tolokoban <contact@tolokoban.org>
Co-authored-by: bilalesi <b_meddah@esi.dz>
* Removed the component of search bar and filter options

* Added the Download container and modified the download item schema

* Cleaned the CircuitTable file by removing merged columns and resize logic

* Added the four different types of filetype

* Refine the layout in css

* Added the animation for the download modal

* Modify style of full circuit download

* Added total number of files at top

* Added new JSON from Daniela

* Added the full circuit data

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed deleted and reserved countries. Sort by name

* fix prettier

---------

Co-authored-by: Jean-Denis Courcol <courcol@mac.lan>
loris-olivier-obi and others added 26 commits May 13, 2025 18:16
* Removed the component of search bar and filter options

* Added link for parent region and license

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Reinstate the search function matching the logic of filters

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Added publishedIn column to circuit table

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Created the switch component

* Added the flatten hierarchical logic

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Lower opacity of disabled element and used a gray for those too

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Formatted numbers in detail view and table

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Removed the component of search bar and filter options

* Hook the download button of circuit detail page to the download side panel

* fixed merging conflict

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Added thread_id for suggestions

* merging issues

* Prevent suggestions queries to go in parallel
* Removed the component of search bar and filter options

* Fixed the changes of views with filter activated

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
Co-authored-by: Jean-Denis Courcol <courcol@mac.home>
* change launch to launch price in the subscription pill

* fix prettier

---------

Co-authored-by: Jean-Denis Courcol <courcol@mac.home>
* Removed the component of search bar and filter options

* 62/ai more suggestions (#359)

* Added thread_id for suggestions

* merging issues

* Prevent suggestions queries to go in parallel

* Filter circuits by brain region

* Section not set (#362)

* fix sanity dataset env

* Ciruit table hide non matching filtered circuits (#365)

* Removed the component of search bar and filter options

* Fixed the changes of views with filter activated

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>

* Removed doubled import in main-detail-view-core

* Capitalized download files and increase font size for download items

* Added published in to the detail view

* Added all the metadata in detail view

* Remove conditional test

* fix user journey order and unwanted reset of current session

* limit the number of entries to store in indexdb, less then the default will be deleted

* Manually fixed linter and prettier

* Ran prettier write

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
Co-authored-by: Tolokoban <contact@tolokoban.org>
Co-authored-by: g-bar <gilarturo.barriosdelvillar@openbraininstitute.org>
Co-authored-by: bilalesi <b_meddah@esi.dz>
* Removed the component of search bar and filter options

* Removed contributor columns from table and put an uppercase to Published In

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
Co-authored-by: Jean-Denis Courcol <courcol@mac.lan>
* Removed the component of search bar and filter options

* Added the side bar back to list and fixed some styling

* Fixed the linting error

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
* Reduce the journey size from 10 to 3, ans fix a bug in a hardcoded suggestion

* Fix upsidedown title
Co-authored-by: Jean-Denis Courcol <courcol@mac.lan>
* Removed the component of search bar and filter options

* Fixed spacing problem in contributors name and added s to institution

---------

Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
@pgetta pgetta requested a review from bilalesi May 20, 2025 09:18
@pgetta pgetta merged commit faba0ce into main May 20, 2025
@pgetta pgetta deleted the chore/prepare-for-release-2025.05.20.1 branch May 20, 2025 09:19
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.

6 participants