• Jason Colyer's avatar
    Enable the exporting/importing of issue boards · 8da3d78b
    Jason Colyer authored
    - Included Importable into List model
    - Skipped validation on List model
      - For :boards when it is importing
    - Modified import_export.yml
      - Includes Boards, their lists, and their milestones
      - Added lists to methods
    - Changed view in project settings to show Issue Boards are exported
    - Created changelog entry
    
    Enable the exporting/importing of issue boards
    
    - Added Board export JSON to project.json
    - Added rspec tests for project_tree_restorer_spec
    - Added rspec tests for project_tree_saver_spec
    - Whitelisted Board attrributes in safe_model_attributes.yml
    - Whitelisted List attributes in safe_model_attributes.yml
    
    Enable the exporting/importing of issue boards
    
    - Removed variable assignment from project_tree_saver_spec
    - Added test to determine if it has a board and a list
    
    Enable the exporting/importing of issue boards
    
    - Fixed MR conflict L236
    
    Enable the exporting/importing of issue boards
    
    - Fixing bad copy-paste from last commit
    
    Enable the exporting/importing of issue boards
    
    - Added suggestion from jlopez to fix failing rspec
    - Added models used for boards to all_models.yml
    
    Enable the exporting/importing of issue boards
    
    - Fixed typo in all_models.yml where milestone was plural
    
    Enable the exporting/importing of issue boards
    
    - Added lists and needed models to all_models.yml
    8da3d78b
list.rb 1.58 KB