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

repair api creation endpoint #139

Merged
merged 13 commits into from
Nov 15, 2023
Merged

repair api creation endpoint #139

merged 13 commits into from
Nov 15, 2023

Commits on Nov 15, 2023

  1. api submodules use staticmethod

    No use for passing class object.
    cherusk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    7691dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccd283b View commit details
    Browse the repository at this point in the history
  3. api - stop execute method name mangling

    Two underscores leads to class method name mangling.
    Was not intended here.
    cherusk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    f94b30f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1483804 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d898276 View commit details
    Browse the repository at this point in the history
  6. api - log operational error

    cherusk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    76ba440 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9b05979 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3391517 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    54d3159 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e01bb6a View commit details
    Browse the repository at this point in the history
  11. api - change trigger target function type

    Target of trigger cannot be procedure, must be function that returns
    type trigger.
    cherusk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    896edf6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c74e38 View commit details
    Browse the repository at this point in the history
  13. api - create amend return code

    Currently nothing returned hence 204.
    cherusk committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    13f5080 View commit details
    Browse the repository at this point in the history