Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P perun-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PerunV3
  • perun-core
  • Merge requests
  • !26

Merged
Created Dec 24, 2019 by Igor Dimov@i.dimov

initialize Spatial

  • Overview 5
  • Commits 8
  • Pipelines 5
  • Changes 96

<<<<< 986f0932, 12a25770, 1ff37404 >>>>>

Added drawing handlers,

Added leaflet,

Added proj4,

Added react-json-schema-form

fixed package.json import,

added resolve .jsx extension in webpack.config.js,

removed babel helpers, (made for es6 propsal stage, not used gimmicks, Stage 2 preset)

  • "babel-plugin-transform-decorators-legacy": "1.3.4",
  • "babel-plugin-transform-export-extensions": "6.22.0",
  • "babel-plugin-transform-object-rest-spread": "6.26.0",
  • "babel-plugin-transform-runtime": "6.23.0",
  • "babel-plugin-add-module-exports": "0.2.1",
  • "babel-plugin-react-html-attrs": "2.0.0",
  • "babel-plugin-react-intl": "2.3.1",
  • "babel-plugin-react-transform": "3.0.0",
  • "babel-preset-stage-2": "6.24.1",

Babel core bumped to 7.6.2

Babel preset env bumped to 7.6.2

Babel preset react bumped to 7.0.0

Babel eslint bumped to 10.0.3

Babel loader bumped to 8.0.6

added / replaced "@babel/plugin-proposal-class-properties": "^7.7.4", bump

added / replaced "@babel/plugin-syntax-dynamic-import": "^7.7.4", bump

reverted react json schema form to 1.0.3, compatibility issues

reverted leaflet to 1.5.1 from 1.6

revised proj4,

revised draw /edit handers

Added eslint camel case rule, off

newlines auto added / tweaked

<<<<< ed6333af >>>>>

tweaked Module.js cards,

  • added lpis,
  • tweaked field control to fc case

<<<<< d4745098 >>>>>

added form.css

  • fixed input checkbox,
  • tweaked map size,
  • added form class identifier

<<<<< e5750a45 >>>>>

added map.css,

  • remove parent padding
  • remove inline map container style

Tweaked map height calculation, properly consider application elements.

Refactored tool and ui folder structure,

  • tools folder kept, handlers disassembled to appropriate dirs
  • tool implementation preserved
  • Moved some tool functionalities to ui, closer to the html elements that interact with it
  • The above is relevant for all toolbar functionalities
  • fixed exports and imports
  • renamed a couple of namespaces

<<<<< 65efb102 >>>>

fix expectation of error object to be thrown.

Edited Dec 26, 2019 by Igor Dimov
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip_spatial