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

Release/0.7.3 #780

Merged
merged 83 commits into from
Jul 31, 2023
Merged

Release/0.7.3 #780

merged 83 commits into from
Jul 31, 2023

Commits on Feb 15, 2023

  1. Bump werkzeug from 0.16.1 to 2.2.3 in /applications/accounts-api/backend

    Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.16.1 to 2.2.3.
    - [Release notes](https://github.com/pallets/werkzeug/releases)
    - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
    - [Commits](pallets/werkzeug@0.16.1...2.2.3)
    
    ---
    updated-dependencies:
    - dependency-name: werkzeug
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    b119580 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Merge pull request #684 from OpenSourceBrain/dependabot/pip/applicati…

    …ons/accounts-api/backend/werkzeug-2.2.3
    
    Bump werkzeug from 0.16.1 to 2.2.3 in /applications/accounts-api/backend
    filippomc authored May 19, 2023
    Configuration menu
    Copy the full SHA
    11a75b3 View commit details
    Browse the repository at this point in the history
  2. OSB-272 style the login form

    Salam Dalloul committed May 19, 2023
    Configuration menu
    Copy the full SHA
    dcedfb6 View commit details
    Browse the repository at this point in the history
  3. add the Sign in with text

    Salam Dalloul committed May 19, 2023
    Configuration menu
    Copy the full SHA
    b211585 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #740 from OpenSourceBrain/osb-727

    OSB-272 style the login form
    filippomc authored May 19, 2023
    Configuration menu
    Copy the full SHA
    637d6d0 View commit details
    Browse the repository at this point in the history
  5. fix request style edits

    Salam Dalloul committed May 19, 2023
    Configuration menu
    Copy the full SHA
    35444be View commit details
    Browse the repository at this point in the history
  6. fix request style edits

    Salam Dalloul committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f83af58 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    1474855 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed46e57 View commit details
    Browse the repository at this point in the history
  3. #727 providers login icons

    filippomc committed May 23, 2023
    Configuration menu
    Copy the full SHA
    27c2600 View commit details
    Browse the repository at this point in the history
  4. #666 #603 view user quotas and implement groups page

    Salam Dalloul committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8936792 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c981042 View commit details
    Browse the repository at this point in the history
  6. #666 groups api stubs

    filippomc committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8986960 View commit details
    Browse the repository at this point in the history
  7. refactor user details page code

    Salam Dalloul committed May 23, 2023
    Configuration menu
    Copy the full SHA
    3efd334 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/666' of https://github.com/OpenSourceBrain/OSBv2

    …into feature/666
    Salam Dalloul committed May 23, 2023
    Configuration menu
    Copy the full SHA
    a739db0 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. #666 implement groups backend

    filippomc committed May 24, 2023
    Configuration menu
    Copy the full SHA
    ee19fc1 View commit details
    Browse the repository at this point in the history
  2. #666 update frontend api

    filippomc committed May 24, 2023
    Configuration menu
    Copy the full SHA
    c56a8b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    970e9a2 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    cf60959 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db524c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    119dffc View commit details
    Browse the repository at this point in the history
  4. refactor user groups page code

    Salam Dalloul committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f9bcb73 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/666' of https://github.com/OpenSourceBrain/OSBv2

    …into feature/666
    Salam Dalloul committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ba966e3 View commit details
    Browse the repository at this point in the history
  6. #666 Fix group users call

    filippomc committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4186dcf View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. view real data in user groups page

    Salam Dalloul committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e38e8a8 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary padding

    Salam Dalloul committed May 26, 2023
    Configuration menu
    Copy the full SHA
    e636fb1 View commit details
    Browse the repository at this point in the history
  3. view user email in members table

    Salam Dalloul committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fcba192 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #750 from OpenSourceBrain/feature/666

    Group page and user quotas
    filippomc authored May 26, 2023
    Configuration menu
    Copy the full SHA
    0e98e57 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. fix login alignment style

    Salam Dalloul committed May 29, 2023
    Configuration menu
    Copy the full SHA
    d98d9c5 View commit details
    Browse the repository at this point in the history
  2. add login with github/orcid to register page

    Salam Dalloul committed May 29, 2023
    Configuration menu
    Copy the full SHA
    4dd5afc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #752 from OpenSourceBrain/feature/727

    fix login alignment style
    filippomc authored May 29, 2023
    Configuration menu
    Copy the full SHA
    ec01ae5 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. #666 view max quotas description

    Salam Dalloul committed May 30, 2023
    Configuration menu
    Copy the full SHA
    030a341 View commit details
    Browse the repository at this point in the history
  2. add quotas info to general.js file

    Salam Dalloul committed May 30, 2023
    Configuration menu
    Copy the full SHA
    46aed54 View commit details
    Browse the repository at this point in the history
  3. add quotas info to general.js file

    Salam Dalloul committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8478bab View commit details
    Browse the repository at this point in the history
  4. change file name general.js >> content.js

    Salam Dalloul committed May 30, 2023
    Configuration menu
    Copy the full SHA
    f5168d7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #754 from OpenSourceBrain/feature/666

    #666 view max quotas description
    filippomc authored May 30, 2023
    Configuration menu
    Copy the full SHA
    1c92dae View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. #741 Fix admin page login

    filippomc committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f267e12 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    6c8aeed View commit details
    Browse the repository at this point in the history
  2. Update logo

    filippomc committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7338382 View commit details
    Browse the repository at this point in the history
  3. #738 update api specs

    filippomc committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    07e5812 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a740fcb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. #738 refactoring, fixes WIP

    filippomc committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    1f90a64 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. #738 refactoring, fixes

    filippomc committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7450aea View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. netpyne fix test

    filippomc committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9c3e482 View commit details
    Browse the repository at this point in the history
  2. #740 view markdown on workspace details page

    Salam Dalloul committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a6da810 View commit details
    Browse the repository at this point in the history
  3. add missing parentheses

    Salam Dalloul committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    8360a90 View commit details
    Browse the repository at this point in the history
  4. #749 view markdown viewer

    Salam Dalloul committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    a11ff7c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Build fix

    filippomc committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    d6c87d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Fix put

    filippomc committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4364c14 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/OpenSourceBrain/OSBv2 in…

    …to feature/749
    Salam Dalloul committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    70e0072 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. edit markdown viewer background

    Salam Dalloul committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    c050607 View commit details
    Browse the repository at this point in the history
  2. make the markdown viewer as a common component

    Salam Dalloul committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2257908 View commit details
    Browse the repository at this point in the history
  3. update styled compoents to sx prop

    Salam Dalloul committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    dc7fce0 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Netpyne update

    filippomc committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    78ada0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838b145 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54fdc4d View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. update netpyne

    filippomc committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6f8d29b View commit details
    Browse the repository at this point in the history
  2. update nfs disk space

    filippomc committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    07f475c View commit details
    Browse the repository at this point in the history
  3. Update netpyne

    filippomc committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9904f47 View commit details
    Browse the repository at this point in the history
  4. Update netpyne

    filippomc committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    6cd5df7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1ecebf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Deployment tweaks

    filippomc committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8c27a1a View commit details
    Browse the repository at this point in the history
  2. Update nwb explroer

    filippomc committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4a8ee8e View commit details
    Browse the repository at this point in the history
  3. fix jh deployment

    filippomc committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4b0b569 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. www subdomain

    filippomc committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    91a3e0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edb51f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    def70ed View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    bae3331 View commit details
    Browse the repository at this point in the history
  2. Fix resources dto mapping

    filippomc committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ac5c320 View commit details
    Browse the repository at this point in the history
  3. Fix get workspaces

    filippomc committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e89bd08 View commit details
    Browse the repository at this point in the history
  4. fix crud backend issues

    filippomc committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a442eb6 View commit details
    Browse the repository at this point in the history
  5. Update netpyne

    filippomc committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e35e859 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Delete ws fix

    filippomc committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d22d7ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ff9e55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0566ee View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Small netpyne update

    filippomc committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a9b74a9 View commit details
    Browse the repository at this point in the history
  2. #777 fix clone

    filippomc committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    81138aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a657aed View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. #777 fix workspace clone

    filippomc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    90248c5 View commit details
    Browse the repository at this point in the history
  2. fix python requirement

    filippomc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b89d38d View commit details
    Browse the repository at this point in the history
  3. fix python requirement

    filippomc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    33f67c9 View commit details
    Browse the repository at this point in the history
  4. #777 fix workspace clone

    filippomc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    97178bb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. #777 fix workspace clone user

    filippomc committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    53381fa View commit details
    Browse the repository at this point in the history