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

Next #189

Merged
merged 38 commits into from
Sep 26, 2023
Merged

Next #189

merged 38 commits into from
Sep 26, 2023

Conversation

JulienChampagnol
Copy link
Member

No description provided.

JulienChampagnol and others added 30 commits April 4, 2023 11:45
* feat(wip) : try except

* update requirements

* feat(wip) : refactor

* fix : update requirements

* fix

* merge develop into feature/errors_handling
* feat(wip) : try except

* update requirements

* feat(wip) : refactor

* fix : update requirements

* fix

* merge develop into feature/errors_handling

* crs blueprint

* geographic_coordinate_systems

* geographic_coordinate_systems return crs_list

* feat(wip) : crs_converter output_file_extensions
& add crs_converter tests

* update requirements

* passing unit tests

* explode input & output crs
load model

* update requirements

* add send_from_directory

* add is_model
update requirements

* fix tests and refactor

* add builders

* add crs key to geode_objects assign/convert

* code cleanup

* refactor + remove console.logs

* Update requirements.txt

Co-authored-by: Arnaud Botella <[email protected]>

* update crs tests

* 14.1.11-rc1

* re arange functions place

* start update tests

* add crs_converter mesh tests

* add crs=False

* update requirements

---------

Co-authored-by: Arnaud Botella <[email protected]>
* Develop (#132)

* add docker squash

* retrigger run

* add branch protection

* fix : move generated directory in upload folder (#129)

* PR to develop (#130)

* Feature/error handling (#124)

* feat(wip) : try except

* update requirements

* feat(wip) : refactor

* fix : update requirements

* fix

* merge develop into feature/errors_handling

* Feature/crs (#131)

* feat(wip) : try except

* update requirements

* feat(wip) : refactor

* fix : update requirements

* fix

* merge develop into feature/errors_handling

* crs blueprint

* geographic_coordinate_systems

* geographic_coordinate_systems return crs_list

* feat(wip) : crs_converter output_file_extensions
& add crs_converter tests

* update requirements

* passing unit tests

* explode input & output crs
load model

* update requirements

* add send_from_directory

* add is_model
update requirements

* fix tests and refactor

* add builders

* add crs key to geode_objects assign/convert

* code cleanup

* refactor + remove console.logs

* Update requirements.txt

Co-authored-by: Arnaud Botella <[email protected]>

* update crs tests

* 14.1.11-rc1

* re arange functions place

* start update tests

* add crs_converter mesh tests

* add crs=False

* update requirements

---------

Co-authored-by: Arnaud Botella <[email protected]>

---------

Co-authored-by: Arnaud Botella <[email protected]>

* add test data files

* launch tests

* (wip) : update tests

* update unit tests

* pep8 formatting

* Update requirements.txt

* update unit tests

* add get_form_variables function

* tests passing

---------

Co-authored-by: Arnaud Botella <[email protected]>
* save

* update passing tests

* import geode_functions in app.py

* opengeodeweb-back==0.0.14

* empty commit

* upload before test

* add filename

* function upload_files()

* remove tests

* Add LICENSE_TOKEN

* test

* test wget license file

* test

* test

* remove LICENSE_TOKEN
* Develop (#132)

* add docker squash

* retrigger run

* add branch protection

* fix : move generated directory in upload folder (#129)

* PR to develop (#130)

* Feature/error handling (#124)

* feat(wip) : try except

* update requirements

* feat(wip) : refactor

* fix : update requirements

* fix

* merge develop into feature/errors_handling

* Feature/crs (#131)

* feat(wip) : try except

* update requirements

* feat(wip) : refactor

* fix : update requirements

* fix

* merge develop into feature/errors_handling

* crs blueprint

* geographic_coordinate_systems

* geographic_coordinate_systems return crs_list

* feat(wip) : crs_converter output_file_extensions
& add crs_converter tests

* update requirements

* passing unit tests

* explode input & output crs
load model

* update requirements

* add send_from_directory

* add is_model
update requirements

* fix tests and refactor

* add builders

* add crs key to geode_objects assign/convert

* code cleanup

* refactor + remove console.logs

* Update requirements.txt

Co-authored-by: Arnaud Botella <[email protected]>

* update crs tests

* 14.1.11-rc1

* re arange functions place

* start update tests

* add crs_converter mesh tests

* add crs=False

* update requirements

---------

Co-authored-by: Arnaud Botella <[email protected]>

---------

Co-authored-by: Arnaud Botella <[email protected]>

* Adding workflows blueprint

* Updating requirements

* Change BBox points input

* test

* update CD workflow

* Changing env

* Adding data files

* Allowing .env file

* Fix / undefined bbox points

* Added grid cell size

* Added venv and packages

* added Web-Back lib and get_form_variables function

* added Web-Back lib and get_form_variables function

* Replaced all replaceable functions

* Fixed form variables format

* Fix : split variables

* Added : workflows tests template

* Fix : path name

* Fix : route methods

* Add : workflow ong tests + exemple set from file

* Added tests + exception handling + absolute paths

* Fixed exceptions + Added tests with stupid values

* Fix : Dockerfile python version

* Add : args to docker build + lic download

* Test : secret name

* test secret name

* test concat

* test force

* test

* Test : build with if/else

* Fix : opengeodeweb version

* deleted tests

* Test : get license with curl

* Fix : opengeodeweb version

* Test : curl

* Test : curl bis

* Test : corrected version

* Test with bearer

* Test : curl ter

* test : curl with ref

* Test : curl without ref

* test : curl again

* Test : right file name

* remove test

* clean actions

* Add : lock and time files requests

* Fix : abspath in lock and time requests

* Add : blueprints tree structure

* Fix : blueprints importations

* Fix : blueprints names

* Fix : new routes in tests

* Fix : added abspath to lock and time folders

* Add : child bp imported in parents bp

* Fix : importation routes

* Fix : bp names

* Removed lock and time folder from child bp

* fix : loading data

* fix : saving data

* Fix : save args

* Changed workflows routes names

* Updated routes in tests

* Delete venv directory

* Delete .env

* edit ignore

* fixed inspector

* removed before and teardown requests

* Rename workflows + clean code + data folders

* Added "/" before file names

* Fixed "/" in file routes

* Fixed data folder for tests

---------

Co-authored-by: Julien Champagnol <[email protected]>
Co-authored-by: Arnaud Botella <[email protected]>
* better implicit workflow

* fix tests
@JulienChampagnol JulienChampagnol merged commit 42f8e7d into master Sep 26, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants