-
Notifications
You must be signed in to change notification settings - Fork 23
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
Docs review #214
Closed
Closed
Docs review #214
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* tutorial: added MD files converted from rst * update .gitignore for mkdocs * cleanup old rst and related * Makefile added
* rename resources folder folder to rest + use absolute imports * lint * recover ephemeral_processing.py
* initial commit * add new endpoint and response to list all locked mapsets * add swagger doc * remove debugger * correct response model * clean up importing * review CT * fetch original mapset_management.py * update swagger * break line for if-linting * add test * update paths * CT review 2 * add class setup method * simplify test Co-authored-by: Guido Riembauer <[email protected]>
* set maintainer to mundialis * splitup geodata_download_impoerter and start utils * splitup google_satellite_bigquery_interface.py Co-authored-by: anikaweinmann <[email protected]>
juleshaas
reviewed
May 28, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
issues in actinia_core/docs/docs/actinia_concepts.md
* move response models to models folder * move models out of api_log_management * move models, imports + lint * move mapset + process_chain models * move more models
juleshaas
reviewed
May 28, 2021
* update local testing in readme * remove resources/common * update docker readme and tests readme * delete old response_models.py * Update docker/README.md Co-authored-by: Markus Neteler <[email protected]> * Apply suggestions from code review MN Co-authored-by: Markus Neteler <[email protected]> Co-authored-by: Markus Neteler <[email protected]>
* update folder structure
* update docker readme * add hint to docker readme
* gource script, fixes #206 * gource: add README.md and caption file * script cosmetics
Co-authored-by: anikaweinmann <[email protected]>
* local GeoTIFF import * swagger doc * remove file by error + linting * fix tests * CT review * flake8 * fix Co-authored-by: anikaweinmann <[email protected]>
* move modules used by plugins * move shared modules to common folder
update paths in scripts: core/common folder
The `/api/v1` is required -- otherwise, you get a cryptic "404 Not Found" HTML error.
* init docker gh action * debug gha * ... * update gha * remove test branch
* cleaning documentation, removing minor mistakes * remove empty line in table * minor changes * minor changes * little adjustments and additions to tutorials * adaptions in tutorials * format overview table
* add openeo addons * Update grass_addons_list.csv
* first successful test * fixes for debugging * cleanup merge * linting and adapeted authors * test * fix tgis if mapsets with tgis folder already exists * linting and tests * GR mini review Co-authored-by: anikaweinmann <[email protected]> Co-authored-by: Guido Riembauer <[email protected]>
* start test * pc with new parameters * test for resampling and resolution in importer * add mangkawuk dataset to actinia test datasets, add tests for requests resulting in error
docs: actinia concepts got lost
* update dependency README * update dependency README * add option for separate queue per job * lint * Apply suggestions from code review Co-authored-by: Markus Metz <[email protected]> * Update redis_queue.md Co-authored-by: Markus Metz <[email protected]> * Update src/actinia_core/core/common/config.py Co-authored-by: Markus Metz <[email protected]>
* Endpoint configuration Co-authored-by: anikaweinmann <[email protected]> Co-authored-by: Carmen Tawalika <[email protected]> Co-authored-by: Marc Jansen <[email protected]>
add Momen
Co-authored-by: anikaweinmann <[email protected]>
* always use local queue for sync requests * add required argument * control queue type overwrite via config
docs: replace broken api docs links
This was referenced Jul 29, 2022
All comments have been resolved or moved to individual issues. This PR will be closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is not meant to be merged but only to add review comments to docs folder.
For this, this instruction was followed https://astrofrog.github.io/blog/2013/04/10/how-to-conduct-a-full-code-review-on-github/ but with commit hash before docs transformation from rst to docs, to not show all code here.
Happy review + commenting!