New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Developers (diff) – NEMO

Changes between Version 36 and Version 37 of Developers


Ignore:
Timestamp:
2018-06-04T19:38:24+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers

    v36 v37  
    1 = Developers informations 
     1= NEMO development area 
    22 
    3 [[TOC(noheading, Developers/*,depth=2)]] 
     3[[TOC(noheading, Developers/*, depth=2)]] 
    44 
    55Here is some useful information for the developers 
    66 
    7 == [wiki:Developers/SVN_logs SVN logs summaries] 
     7== '''Prerequisites''' 
     8 
     9=== Developer role (write permissions to the repository) 
     10 
     11First and foremost, if you don't already have a user account then you have to '''[/register create it]'''. 
     12 
     13{{{#!td 
     14=== For NEMO consortium members 
     15 
     16If you have a user account or had a developer account before, see with your local NEMO Officer. 
     17 
     18{{{#!td 
     19 
     20{{{#!SQLTable 
     21 
     22SELECT value AS "Name" FROM session_attribute 
     23WHERE name IN ('name') AND sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 
     24 
     25}}} 
     26 
     27}}} 
     28{{{#!td 
     29 
     30{{{#!SQLTable 
     31 
     32SELECT value AS "Office" FROM session_attribute  
     33WHERE sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') AND name = 'office' 
     34 
     35}}} 
     36 
     37}}} 
     38 
     39}}} 
     40{{{#!td 
     41==== For external users 
     42 
     43Submit your contribution to the NEMO System Team by creating a [/newticket?type=Enhancement ticket] where you will present your proposal.\\ 
     44Keep in mind that, despite the help we can offer, a certain amount of work from you will be need to implement your developments into the source code. 
     45}}} 
     46 
     47== Document your developments before coding 
     48 
     49Follow the procedure described at wiki:Developers/DevelopingCodeChanges 
    850 
    951== [wiki:Developers/WorkingFAQ WorkingFAQ]