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

#16692 show schedule_interval/timetable description in UI #16931

Merged

Commits on Dec 12, 2021

  1. apache#16692 show cron schedule description in UI (#5)

    * Create ap_codeql-analysis.yml
    
    * 16692 - deleted file
    
    * 16692 - changes done
    
    * 16692 - test added
    
    * 16692 - pre-commits fixed
    
    * 16692 - pre-commits fixed
    
    * 16692 - pre-commits fixed
    
    * 16692 - Runs removed from description
    
    * Update airflow/www/templates/airflow/dags.html
    
    Co-authored-by: Ryan Hamilton <[email protected]>
    
    * 16692 - pre-commits fixed
    
    * 16692 - using timetable for showing description
    
    * 16692 - pre-commits fixed
    
    * Update airflow/timetables/base.py
    
    Co-authored-by: Tzu-ping Chung <[email protected]>
    
    * 16692 - fixed types
    
    * 16692 - used Base class for storing common properties
    
    * 16692 - using cached_property for description
    
    * 16692 - using cached_property for description
    
    * 16692 - merge fix
    
    * 16692 - removed dagbase
    
    * 16692 - removed unnecessary changes
    
    * 16692 - test name fixed
    
    * 16692 - timetable_description column added to dag table.
    
    * 16692 - None timetable description updated
    
    * 16692 - tests added
    
    * 16692 - review comments.
    
    * 16692 - precommit fixes
    
    * 16692 - precommit fixes
    
    * 16692 - fixed test checks
    
    * 16692 - ignoring description computation for 6th param in Cron expression
    
    * 16692 - pre-commit fixed
    
    * Update airflow/timetables/base.py
    
    Co-authored-by: Tzu-ping Chung <[email protected]>
    
    * 16692 - documentation added for timetable description
    
    * 16692 - resolving PR comments
    
    * 16692 - precommit fixes
    
    * 16692 - documentation fix
    
    * 16692 - using empty string as a default description
    
    * 16692 - test fixed
    
    * [apache#16692] - migration file updated
    
    Signed-off-by: Ashish Patel <[email protected]>
    
    Co-authored-by: Ryan Hamilton <[email protected]>
    Co-authored-by: Tzu-ping Chung <[email protected]>
    3 people committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    4f49b81 View commit details
    Browse the repository at this point in the history
  2. [apache#16692] - exception handling added

    Signed-off-by: Ashish Patel <[email protected]>
    pateash committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    580e01c View commit details
    Browse the repository at this point in the history
  3. [apache#16692] -docs fixed

    Signed-off-by: Ashish Patel <[email protected]>
    pateash committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    f3e907c View commit details
    Browse the repository at this point in the history