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

Issue 632 #720

Closed
wants to merge 29 commits into from
Closed

Issue 632 #720

wants to merge 29 commits into from

Commits on Jun 8, 2024

  1. feat: improve debugging by separating out exceptions caught because i…

    …t was unparallelizable or general other exceptions in the compiler through providing more specific log messages
    YUUU23 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    fe3d9e6 View commit details
    Browse the repository at this point in the history
  2. feat: improve debugging by separating out exceptions caught because i…

    …t was unparallelizable or general other exceptions in the compiler through providing more specific log messages
    YUUU23 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    8d0d39f View commit details
    Browse the repository at this point in the history
  3. fix spelling error

    YUUU23 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b56dd93 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. refactor: change error messages to more specific ones in ir.py and as…

    …t_to_ir.py, change errors to be logged when general exceptions are caught and not unparallelizable ones, introduce AdjLineNotImplementedError
    YUUU23 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    623281b View commit details
    Browse the repository at this point in the history
  2. fix: exception syntax errors

    YUUU23 committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c218e0a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50663ee View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    f22d584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffc2646 View commit details
    Browse the repository at this point in the history
  3. comment

    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    0540010 View commit details
    Browse the repository at this point in the history
  4. sc warning disable

    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9abf840 View commit details
    Browse the repository at this point in the history
  5. add airflow variants to transformation types

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7fba348 View commit details
    Browse the repository at this point in the history
  6. move transformation state classes to separate module

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1b23b7d View commit details
    Browse the repository at this point in the history
  7. refactor to accomodate new organization

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    ad7fb0a View commit details
    Browse the repository at this point in the history
  8. run formatter + add signatures

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6bf9697 View commit details
    Browse the repository at this point in the history
  9. change starting comment into module doctring

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    1a106a6 View commit details
    Browse the repository at this point in the history
  10. initialize libdash only on first call

    Signed-off-by: Anirudh Narsipur <[email protected]>
    AnirudhNarsipur authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2ad4ad4 View commit details
    Browse the repository at this point in the history
  11. add black formatter CI

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    e6687f5 View commit details
    Browse the repository at this point in the history
  12. run black formatter on compiler directory

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d675c69 View commit details
    Browse the repository at this point in the history
  13. apply black formatter to scripts

    Signed-off-by: Forthoney <[email protected]>
    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cac7692 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c130b7d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #705 from binpash/main-pin

    Pin pash-annotations version
    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    def1c3e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    13f7868 View commit details
    Browse the repository at this point in the history
  17. Make parallel_pipelines the default

    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bb54d39 View commit details
    Browse the repository at this point in the history
  18. Fix annotations to the latest

    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f951bb9 View commit details
    Browse the repository at this point in the history
  19. limit on parallel pipelines

    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6740646 View commit details
    Browse the repository at this point in the history
  20. test something

    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    63c0b84 View commit details
    Browse the repository at this point in the history
  21. whitespace

    angelhof authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    6e0df62 View commit details
    Browse the repository at this point in the history
  22. add obsolete arguments back

    Forthoney authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b9f137f View commit details
    Browse the repository at this point in the history
  23. Remove lists as default arguments in functions

    Signed-off-by: Evangelos Lamprou <[email protected]>
    vagos authored and YUUU23 committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    23f42f6 View commit details
    Browse the repository at this point in the history