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

Overall code refactoring (ES Modules) + Update gulp and other dev dependencies #35

Draft
wants to merge 69 commits into
base: dev
Choose a base branch
from

Commits on Jun 9, 2022

  1. update gulp and other dev dependencies

    - refactor gulpfile.js
    - refactor config.template.js
    - remove unusued dev dependencies
    Raruto committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    d980117 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04f2835 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ff32c9 View commit details
    Browse the repository at this point in the history
  4. Update package-lock.json

    Raruto committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    53359be View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ac26c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71dc0af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ed98d7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e456e5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ae5b73f View commit details
    Browse the repository at this point in the history
  10. Babel 7 test

    - remove .babelrc
    - remove .browserlisrc
    
    probably not working due to: vuejs/vueify#237
    Raruto committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    a274de8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    55c2d64 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2022

  1. try again with babel 6

    Raruto committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    e701b38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bdd1d8 View commit details
    Browse the repository at this point in the history
  3. fix some relative imports

    Raruto committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    e349b1a View commit details
    Browse the repository at this point in the history
  4. rename "clean" scripts

    Raruto committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    bdabea0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    442657c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7122cd3 View commit details
    Browse the repository at this point in the history
  7. vueify + esmify + babel 7

    Raruto committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    7d88926 View commit details
    Browse the repository at this point in the history
  8. remove global option

    Raruto committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    5b92049 View commit details
    Browse the repository at this point in the history
  9. remove vue3 "ref"

    Raruto committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    e6e7fad View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2022

  1. Configuration menu
    Copy the full SHA
    c83d999 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Fixed issue on geolocation, meauser control (length, area) and aligne…

    …d with dev print changes
    volterra79 committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    03c7d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc9ba9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36675a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e44fd6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c76f8e View commit details
    Browse the repository at this point in the history
  6. simplify gulpfile.js

    - remove `build_all` conditional
    - add some backcomp to previous config.template.js (v3)
    - remove useless `path.join` (nowdays filesystem scripts still works without this hack on Windows OS)
    - renamed some gulp tasks to use shorter names
    - delete `gulp g3w-admin:client_only` npm script
    Raruto committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    9f702d6 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'migration_v3_v4' of https://github.com/Raruto/g3w-client

    …into migration_v3_v4
    Raruto committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    969fa7b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. rename index.html templates

    Raruto committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    9cf8a40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e0cfa View commit details
    Browse the repository at this point in the history
  3. install and configure eslint 8

    Raruto committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    c2f6514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e58a085 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a039f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31603aa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f140b5f View commit details
    Browse the repository at this point in the history
  8. remove useless `constructor(options = {}, extraParams = {}) { super(o…

    …ptions, extraParams); }`
    Raruto committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    3161dd2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d89779a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7c74c7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b1b8ec6 View commit details
    Browse the repository at this point in the history
  12. added print translations

    volterra79 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    6f1f4ce View commit details
    Browse the repository at this point in the history
  13. aligned with dev branch set query feature header with link or image i…

    …con in case of link or image value attribute
    volterra79 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    bfde511 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    09bfaa9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1133d5d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    274e4ae View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    d32e35d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cdb2927 View commit details
    Browse the repository at this point in the history
  19. fixed issue on missing context on postcompose event in ol6. Temporary…

    … workaround. Try to find a better solution
    volterra79 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    8fd443a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. fix issue on parsing xml response in parser.js

    const reg = new RegExp(`qgs:${sanitizeLayerName}\\b`, "g"); => const reg = new RegExp(`qgs:${sanitizeLayerName}`, "g");
    volterra79 committed Jun 17, 2022
    Configuration menu
    Copy the full SHA
    3705dd1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2022

  1. Configuration menu
    Copy the full SHA
    0bf8247 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24ea7d4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    9f22ab0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    805e7ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    148037b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce822e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38fab27 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec0cf63 View commit details
    Browse the repository at this point in the history
  7. refactor form component and its subcomponents footer, body and header…

    … and change all references
    volterra79 committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    32f0bfa View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    79fc22b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. refactor main.js

    - remove dead code and comments
    - remove useful `bootstrap()` function closure
    - simplify error variable parsing
    - make use of "ApplicationTemplate" variable instead of reassining default export from `gui/app/index` to `Application`
    Raruto committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    13de330 View commit details
    Browse the repository at this point in the history
  2. refactor api.js

    - remove temporary `g3w` const variable (use default export instead)
    - remove unusued `test` property
    Raruto committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    f85b20e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e5a95e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    375928d View commit details
    Browse the repository at this point in the history
  5. sync with dev g3w-suite@3e24135

    Raruto committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    ae77eaa View commit details
    Browse the repository at this point in the history
  6. sync with dev g3w-suite@cc1be10

    Raruto committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    247cf83 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    705e0c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    e8c27f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e57c28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba2c866 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fac441 View commit details
    Browse the repository at this point in the history