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

log history #2337

Merged
merged 16 commits into from
Mar 10, 2023
Merged

log history #2337

merged 16 commits into from
Mar 10, 2023

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    87a25f5 View commit details
    Browse the repository at this point in the history
  2. fix: remove unused property

    hypsug0 authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4a5a800 View commit details
    Browse the repository at this point in the history
  3. fix: reformat code

    hypsug0 authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f9c98bc View commit details
    Browse the repository at this point in the history
  4. fix: fix PR returns

    hypsug0 authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    6768f58 View commit details
    Browse the repository at this point in the history
  5. fix scope

    hypsug0 authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3b0e900 View commit details
    Browse the repository at this point in the history
  6. fix import

    lpofredc authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e811ea3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f653f31 View commit details
    Browse the repository at this point in the history
  8. Improving feat: log history synthese module

    Improving PR  #1835
    According to this comment :
    Supprimer l’usage de GenericQuery : la manière fléché par SQLAlchemy pour cela serait d’utiliser query_class ; on peut envisager de faire des fonctions de filtrage générique de cette manière mais il faut que cela soit bien réfléchit et bien couvert par les tests.
    Supprimer la vue v_log_synthese (plus difficile à maintenir) au profit d’une requête d’union directement dans la route
    
    Reviewed_by:andriac
    [Refs_PR]: #1835
    andriacap authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    30f5e49 View commit details
    Browse the repository at this point in the history
  9. feat: log history - change down revision

    Change down revision of `add_synthese_log_history` to target head of GN
    Branch develop
    
    Reviewed-by: andriacap
    andriacap authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0fa401e View commit details
    Browse the repository at this point in the history
  10. feat: remove unique_id_sinp- log synthese history

    Remove `unique_id_sinp` from `t_log_synthese`
    It seems useless to keep ``unique_id_sinp`
    
    Reviewed-by: andriacap
    andriacap authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e0af373 View commit details
    Browse the repository at this point in the history
  11. feat: removing unused _get_model and get_entity

    Remove unused function in _get_model and _get_entity
    by usign call directly the model `Synthese`
    
    Reviewed-by: andriacap
    andriacap authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    164a42a View commit details
    Browse the repository at this point in the history
  12. log history: corrections

    bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0b35c21 View commit details
    Browse the repository at this point in the history
  13. feat: log synthese route manage params

    - Add query_class for model SyntheseLogEntry
    - Manage params :  multiple sort , multiple comparator on columns model
      (ref: #2273)
    
    Reviewed-by: andriacap
    [Refs PR]: #2337
    andriacap authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    aa36442 View commit details
    Browse the repository at this point in the history
  14. test: route /log and function query_class

    Test trigger ON DELETE Synthese INSERT in t_log_synthese
    Test route /log
    Test sort list query function (column:asc and column:desc)
    Test sort params on route /log (?sort=last_action:asc&sort=meta_last_action_date:asc)
    
    WIP: Test on gt, lt, gte, lte (comparator date)
    
    Reviewed-by: andriac
    andriacap authored and bouttier committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    619b41c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e4c4bde View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a2a04a4 View commit details
    Browse the repository at this point in the history