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

Migration esp #60

Merged
merged 22 commits into from
Jun 27, 2024
Merged

Migration esp #60

merged 22 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. feat: create migration to add api.esp table

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    41b7de1 View commit details
    Browse the repository at this point in the history
  2. feat: create esp interface

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f8c4cc2 View commit details
    Browse the repository at this point in the history
  3. feat: create function to get all esp in database

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    af90318 View commit details
    Browse the repository at this point in the history
  4. refactor: move host name in .env file

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    d807aa8 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'Dev' into migration-esp

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    1194b12 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'Dev' into migration-esp

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    870bcbb View commit details
    Browse the repository at this point in the history
  7. refactor: changed link to get data in api

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ae05115 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bfeb7d4 View commit details
    Browse the repository at this point in the history
  9. fix: display data in esp page

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    67e6e5b View commit details
    Browse the repository at this point in the history
  10. feat: implementation of adding esp to the database

    jordybsk committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e1c6252 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. refactor: useFindipByName retrieves the correct ip address from the d…

    …atabase
    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9a30148 View commit details
    Browse the repository at this point in the history
  2. refactor: lists the different esp from the database

    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fcd56e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca4fa91 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'migration-esp' of github.com:jordyBSK/climat_guardian i…

    …nto migration-esp
    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    8fbb835 View commit details
    Browse the repository at this point in the history
  5. refactor: get esp from database in dashboard

    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d2b08dc View commit details
    Browse the repository at this point in the history
  6. feat: update data table to use a foreign key instead of a string (#1)

    * fix: make ip unique
    
    * feat: update data table to use a foreign key instead of a string
    
    * feat: create a view to easily select data with esp name & ip
    
    * fix: replace avg_date to match new data structure
    
    * fix: change insert data to match new data structure
    Rignchen committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    4869894 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'migration-esp' of github.com:jordyBSK/climat_guardian i…

    …nto migration-esp
    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    41f7dc2 View commit details
    Browse the repository at this point in the history
  8. refactor: removed function add an esp on page plan

    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9436af9 View commit details
    Browse the repository at this point in the history
  9. fix: allow webuser to get data from data_view

    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    88e33dc View commit details
    Browse the repository at this point in the history
  10. refactor: change link fetch to get data in database

    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f2e8453 View commit details
    Browse the repository at this point in the history
  11. fix: fix deleteEsp function

    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    99e21e9 View commit details
    Browse the repository at this point in the history
  12. refactor: removed unused samplecontext

    jordybsk committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    04e059e View commit details
    Browse the repository at this point in the history