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

Compare Master and developp #119

Merged
merged 195 commits into from
Jan 20, 2022
Merged

Compare Master and developp #119

merged 195 commits into from
Jan 20, 2022

Commits on Mar 13, 2020

  1. first commit of the new flask backend

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    737e80a View commit details
    Browse the repository at this point in the history
  2. first try adding the backend

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    4387e7b View commit details
    Browse the repository at this point in the history
  3. add test and add Docker file and composition

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    42ba0d7 View commit details
    Browse the repository at this point in the history
  4. Add test

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    da0d28a View commit details
    Browse the repository at this point in the history
  5. change directory structure to match comments

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    58b9d56 View commit details
    Browse the repository at this point in the history
  6. Ability to have an anonymous user

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    e6a0037 View commit details
    Browse the repository at this point in the history
  7. minor change to be compliant with remark on the PR

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    13e7ba6 View commit details
    Browse the repository at this point in the history
  8. Make the docker build process and launch more configurable

    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    db12d7d View commit details
    Browse the repository at this point in the history
  9. Add github actions

    Also change images org to geobretagne, since mviewer org doesn't exist
    in docker hub.
    Rémi Desgrange committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    3a3b7f8 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2020

  1. Configuration menu
    Copy the full SHA
    55b7566 View commit details
    Browse the repository at this point in the history
  2. reworked the docker building logic

    * using flask to serve the static files
    * removing the frontend part
    * simplifying the docker composition
    pmauduit committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    de86454 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2020

  1. docs: document the URL params

    bchartier committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    f34d4a4 View commit details
    Browse the repository at this point in the history
  2. feat: better log messages

    bchartier committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    4553e04 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2020

  1. Configuration menu
    Copy the full SHA
    8e0957a View commit details
    Browse the repository at this point in the history
  2. docs: use some capital letters in geojson

    bchartier committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    f42aa3b View commit details
    Browse the repository at this point in the history
  3. feat: draw attention to GeoServer specificities

    bchartier committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    38ca4f1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #64 from neogeo-technologies/better-log-messages

    Better log messages
    spelhate authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    1b28cf5 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #65 from neogeo-technologies/disable-unused-options

    Disable unused options
    spelhate authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    bc00367 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #66 from neogeo-technologies/geoserver-specificities

    Draw attention to GeoServer specificities
    spelhate authored Mar 23, 2020
    Configuration menu
    Copy the full SHA
    34c50e1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d322492 View commit details
    Browse the repository at this point in the history
  8. dockerization - reoordering things

    * Using the docker subdirectory to store docker-specific files
     (dockerfiles, configurations, ...)
    * In case of python backend, the config.json is only used client side,
      as the configuration is done via environment variables on the backend.
      Keeping the docker version of the config in the static/ files provided
      by the backend as symlink.
    pmauduit committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    27e9536 View commit details
    Browse the repository at this point in the history
  9. docker - adding a nginx to hit studio & mviewer

    PHP backend is working in the docker-compo, still need to
    debug the python backend.
    pmauduit committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    eb1c7b8 View commit details
    Browse the repository at this point in the history
  10. relocating services

    * python services behind 'srv/'
    * make the services url for list/delete configurable
    pmauduit committed Mar 23, 2020
    Configuration menu
    Copy the full SHA
    63a6a17 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    b50df2f View commit details
    Browse the repository at this point in the history
  2. python - fixing backend

    pmauduit committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    8a6ffcb View commit details
    Browse the repository at this point in the history
  3. docker - aliasing both backends to be reachable under 'mviewerstudio'…

    … host
    
    * Same ports convention for php & python backends (same listening port)
    pmauduit committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    573d9ff View commit details
    Browse the repository at this point in the history
  4. updating doc

    pmauduit committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    c1d9704 View commit details
    Browse the repository at this point in the history
  5. python backend - fixing utests

    also fixing doc
    pmauduit committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    6ad54ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ba47e4e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2020

  1. Add spec to use external topics #19

    spelhate committed Apr 1, 2020
    Configuration menu
    Copy the full SHA
    d660b18 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

  1. POC translation using mviewer's i18n code (simplified)

    Translations not complete yet, work in progress/ proof of concept
    jeanpommier committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    1c0c668 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84e3802 View commit details
    Browse the repository at this point in the history
  3. French translations

    jeanpommier committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    d5d6161 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d2eaa62 View commit details
    Browse the repository at this point in the history
  5. [i18n] completed english translation

    I had to alter the htmlType array in mviewertudio.js because it prevented
    the *select* dropdown lists to be translated
    Also added the missing i18n.js files
    jeanpommier committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    414b0dc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b5f854 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd225c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c08dd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d6ccfa View commit details
    Browse the repository at this point in the history
  10. [fix] fix i18n after rebasing to develop branch

    Also fixed a few trailing errors
    jeanpommier committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    cad78be View commit details
    Browse the repository at this point in the history
  11. Merge pull request #56 from pi-geosolutions/i18njs

    i18n support (POC) using mviewer's i18n code (simplified)
    spelhate authored Apr 2, 2020
    Configuration menu
    Copy the full SHA
    b99ba0c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    dcf8a12 View commit details
    Browse the repository at this point in the history
  2. also define a volume for the config.json python backend config

    on the php backend, the file is in the volume shared with mviewer, with
    the python version, it is actually referring to another directory.
    pmauduit committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    f69819a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a2aa6b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. nginx default conf - only suggesting sec-* headers

    From RDE's feedback on PR #69
    pmauduit committed Apr 9, 2020
    Configuration menu
    Copy the full SHA
    089ed43 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    213c60f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80aea62 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2020

  1. Merge pull request #69 from pmauduit/new-flask-backend

    Flask backend, dockerization & CI via github-actions
    spelhate authored May 15, 2020
    Configuration menu
    Copy the full SHA
    d3f0e94 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Fix minor bugs

    Since the introduction of translation, in a docker env it was not
    working. Since mviewerstudio.i18n.json was not copied to the image. Also
    add some more verbosity when an error occur (in which path it occurs).
    Rémi Desgrange committed May 28, 2020
    Configuration menu
    Copy the full SHA
    b9ad8d2 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. fix(ogc.js): fix get records filter (fix #81)

    bchartier committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    c966029 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. feat(ogc.js): more flexible CSW requests

    bchartier committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    854d6f1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #82 from neogeo-technologies/hot-fix-csw-getrecord…

    …s-requests
    
    fix(ogc.js): fix get records filter (fix #81)
    Benjamin C authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    324a750 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

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

Commits on Jun 26, 2020

  1. Merge pull request #83 from pi-geosolutions/docker-add-i18n

    Copy i18n file into docker images
    spelhate authored Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3b47dcd View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Add A SLD local loader.

    Still need a PHP backend to come.
    Rémi Desgrange committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    9130d3e View commit details
    Browse the repository at this point in the history
  2. Add PHP backend and takes @Gaetanbrl comment into account

    Rémi Desgrange committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    2fb99da View commit details
    Browse the repository at this point in the history
  3. Make the implementation more robust

    Rémi Desgrange committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    a61f43e View commit details
    Browse the repository at this point in the history
  4. Add translation

    Rémi Desgrange committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    cb63e6c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. fix conflict

    Rémi Desgrange committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    cd99d96 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2020

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

Commits on Aug 18, 2020

  1. Merge pull request #79 from camptocamp/add-local-sld-loader

    Add A SLD local loader.
    spelhate authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    cf08be2 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

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

Commits on Sep 25, 2020

  1. Merge pull request #90 from camptocamp/GSGEODPT43-15-fiche-perso

    Allows to order layer attributes via drag and drop
    spelhate authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    3d422e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Merge pull request #88 from camptocamp/GSGEODPT43-13-maxextent

    Adds option to generate maxextent
    spelhate authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    c311215 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. Fix listing and tests

    Rémi Desgrange committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    611d7a0 View commit details
    Browse the repository at this point in the history
  2. formating

    Rémi Desgrange committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    751b75e View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Amorce de documentation. Linked to #102

    spelhate committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    572580f View commit details
    Browse the repository at this point in the history
  2. Fix link image

    spelhate authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    b785149 View commit details
    Browse the repository at this point in the history
  3. Update user.md

    spelhate authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    8f5dcc1 View commit details
    Browse the repository at this point in the history
  4. Update install.md

    spelhate authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2c5a5e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

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

Commits on Jan 27, 2021

  1. doc/user.md updated from https://stackedit.io/

    spelhate committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    93899dc View commit details
    Browse the repository at this point in the history
  2. doc/user.md updated from https://stackedit.io/

    spelhate committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    e255723 View commit details
    Browse the repository at this point in the history
  3. doc/user.md updated from https://stackedit.io/

    spelhate committed Jan 27, 2021
    Configuration menu
    Copy the full SHA
    cd483e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9f4868c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ee60ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2f8dbee View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    1d44528 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81cbd9c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    326a759 View commit details
    Browse the repository at this point in the history
  4. Add files via upload

    lvinsonneau authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    c735b5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55b454c View commit details
    Browse the repository at this point in the history
  6. Add files via upload

    lvinsonneau authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    a45153a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ee310f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c986101 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    04da64b View commit details
    Browse the repository at this point in the history
  10. Add files via upload

    lvinsonneau authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    b4cf085 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    78807aa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8435d28 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e241009 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4f31d26 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e47ee0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6cd197c View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    8529cc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68d4ac7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35254bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a775a7e View commit details
    Browse the repository at this point in the history
  5. Add files via upload

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0d51966 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    934efb8 View commit details
    Browse the repository at this point in the history
  7. Delete studio01.png

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d7d592c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ddf2698 View commit details
    Browse the repository at this point in the history
  9. Add files via upload

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    98ac49e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45389a9 View commit details
    Browse the repository at this point in the history
  11. Delete studio02.png

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d2caef7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cfc86fc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    65ddcdd View commit details
    Browse the repository at this point in the history
  14. Add files via upload

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    3d338d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2ee0553 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a6f201b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e76dfc7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4e7b0ba View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5d6660c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f7df159 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4c1d487 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7aaa5ed View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b4b7682 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    7f7067f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    eb0e968 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f5782ee View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    35e001e View commit details
    Browse the repository at this point in the history
  28. Add files via upload

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    18250a3 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    30c704e View commit details
    Browse the repository at this point in the history
  30. Delete studio01.png

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    8e4a678 View commit details
    Browse the repository at this point in the history
  31. Delete studio03.png

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    f4c0520 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b406708 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6a3ea4e View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    afa257f View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    3c201fc View commit details
    Browse the repository at this point in the history
  36. Add files via upload

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    d585973 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    46c9686 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    68bda2b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7d56945 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    9798549 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3aacf12 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    da65197 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    1187e8f View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    bd41f99 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    8fa1cf8 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    7248576 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    d5d4a41 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    6e3e0d9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d707a31 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    4bf59dc View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    6a909f2 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    cf80e2d View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    4ad6d7c View commit details
    Browse the repository at this point in the history
  54. Add files via upload

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    07f5ab9 View commit details
    Browse the repository at this point in the history
  55. Add files via upload

    lvinsonneau authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0809a54 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    e160b37 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    30201e6 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    f0fbaa6 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    1554f56 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    632b99b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    22e078b View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    c11899f View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    578936f View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    4a4ca6e View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6e575c3 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    7a1fec5 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    358cd2f View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    5f4f365 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    e7ea415 View commit details
    Browse the repository at this point in the history
  70. 1 Configuration menu
    Copy the full SHA
    f4a0985 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Merge pull request #104 from bchartier/getallheaders

    getallheaders
    spelhate authored Apr 20, 2021
    Configuration menu
    Copy the full SHA
    724db2a View commit details
    Browse the repository at this point in the history
  2. Fix bad path for config.json for srv/php files

    spelhate committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    4a22d67 View commit details
    Browse the repository at this point in the history
  3. Fix #108

    spelhate committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    5fb762f View commit details
    Browse the repository at this point in the history
  4. Fix #109

    spelhate committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    83ceb04 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Correct config sample

    Rémi Desgrange authored and Gaetanbrl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    3069660 View commit details
    Browse the repository at this point in the history
  2. modif url metadonnee fond de plan

    lecault authored and Gaetanbrl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    4ce14a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0a55d6 View commit details
    Browse the repository at this point in the history
  4. corrections

    lecault authored and Gaetanbrl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    995d6cf View commit details
    Browse the repository at this point in the history
  5. ajout fon de plan IGN

    lecault authored and Gaetanbrl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    940e98a View commit details
    Browse the repository at this point in the history
  6. maj catalogues

    lecault authored and Gaetanbrl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    02beeee View commit details
    Browse the repository at this point in the history
  7. beautify js code

    Gaetanbrl committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    62896ca View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Merge pull request #113 from Gaetanbrl/develop

    cherry-pick master vers develop
    bchartier authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    4809395 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71eed9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3706d1 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #94 from camptocamp/fix-file-listing

    Fix file listing
    bchartier authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ebbb217 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89903a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f73abc1 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Fix CI build

    Add types packages in dev-requirements.txt to make `mypy` happy.
    Rémi Desgrange committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    1216b14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #117 from camptocamp/fix-ci-mypy

    Fix CI build
    bchartier authored Jun 17, 2021
    Configuration menu
    Copy the full SHA
    0b3c04c View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. Fixing CI by adding magical env var

    Following this issue, moby/moby#37965 adding
    DOCKER_BUILDKIT env var make the build working.
    Rémi Desgrange committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    ea40c18 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. Merge pull request #118 from camptocamp/fix-ci

    Fixing CI by adding magical env var
    bchartier authored Jun 22, 2021
    Configuration menu
    Copy the full SHA
    e54f3ea View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Merge pull request #114 from bchartier/fix_apps_list

    Fix apps list
    bchartier authored Jun 23, 2021
    Configuration menu
    Copy the full SHA
    92c93a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    17f0d8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a85c3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43b20e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ffd5656 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    b274cdc View commit details
    Browse the repository at this point in the history
  2. Fix bad github repo name #120

    spelhate authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c5cfeea View commit details
    Browse the repository at this point in the history
  3. Restrict CI to master and develop branches. See #120

    spelhate authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    8cacd6e View commit details
    Browse the repository at this point in the history
  4. Fix tag error in CI

    spelhate authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    c62c785 View commit details
    Browse the repository at this point in the history
  5. Update description in CI

    spelhate authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    076456a View commit details
    Browse the repository at this point in the history
  6. Mount config.json as volume in compose

    spelhate authored Jan 19, 2022
    Configuration menu
    Copy the full SHA
    68762ae View commit details
    Browse the repository at this point in the history