Skip to content
Snippets Groups Projects
Select Git revision
  • 9d9c9d614caedb24bb61089be7f3c1c7e4abb32c
  • master default protected
2 results

ExDFrontend

Stefano Nardo's avatar
Stefano Nardo authored and Sandro Weber committed
NRRPLT-7911 refactor parsing and process

* Merged development into NRRPLT-7911-refactor-parsing-and-process

* Merged development into NRRPLT-7911-refactor-parsing-and-process

* Merged development into NRRPLT-7911-refactor-parsing-and-process

* [NRRPLT-7911] Fix KG brains download to storage. Move the validation of an uploaded model zip to the storage

* [NRRPLT-7911] Move the validation of an uploaded model zip to the storage (for models library and new experiment tab). Fix unit tests

* Merged development into NRRPLT-7911-refactor-parsing-and-process

* Merged development into NRRPLT-7911-refactor-parsing-and-process

* Merged development into NRRPLT-7911-refactor-parsing-and-process

* Merged development into NRRPLT-7911-refactor-parsing-and-process

* [NRRPLT-7911] prettier formatting test/spec/components/editors/environment-editor/environment-editor.directive.js

Approved-by: Manos Angelidis
Approved-by: Antoine Detailleur
9d9c9d61
History

This repository is part of the Neurorobotics Platform software Copyright (C) Human Brain Project https://neurorobotics.ai

The Human Brain Project is a European Commission funded project in the frame of the Horizon2020 FET Flagship plan.

You are free to clone this repository and amend its code with respect to the license that you find in the root folder.

Submitting a pull request

To submit code changes (pull requests) as a person external to the project, do as follows.

  1. Log in to Bitbucket
  2. Fork the project: "+" button, "Fork this repository".
  3. Clone the forked project (eg. git clone git@bitbucket.org:[USERNAME]/[REPOSITORY].git)
  4. Create a branch. Give it an explicit name referring a ticket number in Jira
  5. Do your code changes
  6. Commit your changes. Make sure your commit message starts with [<ticket_number>]. Example: "[NUIT-10] My new feature"
  7. git push
  8. Click on the url provided on the console output for the previous command to create the pull request
  9. A core developer will eventually review your pull request and approve or comment it