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

Production Release #423

Merged
merged 484 commits into from
Jan 1, 2025
Merged

Production Release #423

merged 484 commits into from
Jan 1, 2025

Conversation

Pradip-p
Copy link
Collaborator

@Pradip-p Pradip-p commented Jan 1, 2025

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation
  • πŸ§‘β€πŸ’» Refactor
  • βœ… Test
  • πŸ€– Build or CI
  • ❓ Other (please specify)

Describe this PR

A brief description of how this solves the issue.

Screenshots

Please provide screenshots of the change.

Alternative Approaches Considered

Did you attempt any other approaches that are not documented in code?

Review Guide

Notes for the reviewer. How to test this change?

Checklist before requesting a review

  • πŸ“– Read the HOT Code of Conduct: https://docs.hotosm.org/code-of-conduct
  • πŸ‘·β€β™€οΈ Create small PRs. In most cases, this will be possible.
  • βœ… Provide tests for your changes.
  • πŸ“ Use descriptive commit messages.
  • πŸ“— Update any related documentation and include any relevant screenshots.

[optional] What gif best describes this PR or how it makes you feel?

bijayrauniyar0 and others added 30 commits November 27, 2024 15:32
Pradip-p and others added 21 commits December 20, 2024 11:38
* feat: setup the pytest

* feat: initial pytest setup for drone create

* feat: updated dependency overrides for login required

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* feat: updated test case for read drone

* feat: update user test routes & make dummy project data as fixtures

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
fix: update response for flight plan
updates:
- [github.com/astral-sh/uv-pre-commit: 0.5.9 β†’ 0.5.11](astral-sh/uv-pre-commit@0.5.9...0.5.11)
- [github.com/astral-sh/ruff-pre-commit: v0.8.3 β†’ v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…led. (#411)

* flight mode enums

* updated drone_flightplan package

* implement waylines in terrain following as well

* upgrade drone_flightplan package

* remove: generate each points in waypoints generation

* feat: update waypint service to accept waypoint mode

* feat: add reducer state and action for waypoint mode value update

* feat: add constant waypoint options

* feat: fetch waypoint data as per selected waypoint mode

* style: download waypoints/waylines as per waypoint mode

---------

Co-authored-by: Sujit <sujitkarki703@gmail.com>
Co-authored-by: Sujit <suzeett10@gmail.com>
updates:
- [github.com/astral-sh/uv-pre-commit: 0.5.11 β†’ 0.5.13](astral-sh/uv-pre-commit@0.5.11...0.5.13)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
* feat: show re-upload section if the image count is >0 and task status is still `LOCKED_FOR_MAPPING`

if image count is >0 and status is same it indicates that all images upload is failed so it couldnt trigger the status update api

so display re-upload section if image count is >0 and status is `LOCKED_FOR_MAPPING`

* fix: download menu hidden on mobile view

 reduce waypoint mode switcher z-index
… maintain task areas and so on. (#416)

* feat: update the gcp files for all project images

* feat: update the new fields in tasks tables

* feat: update task areas from  db to instead  of postgis

* feat: update task flight time, flight distance & task areas

* fix: import errors in project routes

* fix: waypoints & waylines counts

* fix: only get unique task id based on task events when all image processing..

* fix: issues resolved in user task out lists in dashboard

* fixup! fix: issues resolved in user task out lists in dashboard

* feat: update assests_url in task tables instead of searching in s3

* fix: run pre-commit for format migartions file

* fix: process assests from odm, download issues

* feat: update the gcp files for all project images

* feat: update the new fields in tasks tables

* feat: update task areas from  db to instead  of postgis

* feat: update task flight time, flight distance & task areas

* fix: import errors in project routes

* fix: waypoints & waylines counts

* fix: only get unique task id based on task events when all image processing..

* fix: issues resolved in user task out lists in dashboard

* fixup! fix: issues resolved in user task out lists in dashboard

* feat: update assests_url in task tables instead of searching in s3

* fix: run pre-commit for format migartions file

* fix: process assests from odm, download issues

* feat: add dem file on task split api payload

* fix: dem data upload section is on view althoiugh the terrian follow option is false

* fix: projection creation fail if no fly is []

remove no flyzone key if np fly zone data is not available

* feat: remove unused api service `getAllAssetsUrl`

* feat: add remove project assets api fetch and display data from project description api

* feat: add action and slice for storing assets information of task

* feat(task-description-map-section): remove extra call for task information and use data from redux state

* feat: remove task-assets-information api and display data from task description api

store asests info on redux state on api call success and remove on component unmount

update keys as per data information

* refactor: comment task assets information services

* refactor: remove comment

* feat: implement dummy api for upload the task table

* fix: remove flight data from waypoints routes

---------

Co-authored-by: Sujit <suzeett10@gmail.com>
issues solve on task table update
Update all image processing without gcp files
Solve  issuues on flight plan time & distance  in task table.
- Updated logic to handle cases where a password is provided during profile creation.

Improved user creation flow to avoid incomplete records.

Added checks to hash and save the password if it's present.
@github-actions github-actions bot added docs Improvements or additions to documentation backend Related to backend code devops Related to deployment or configuration migration frontend labels Jan 1, 2025
@Pradip-p Pradip-p requested a review from nrjadkry January 1, 2025 10:40
@Pradip-p Pradip-p marked this pull request as ready for review January 1, 2025 10:40
@nrjadkry nrjadkry merged commit b6b2f35 into main Jan 1, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Related to backend code devops Related to deployment or configuration docs Improvements or additions to documentation frontend migration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants