abaplint-sci-client icon indicating copy to clipboard operation
abaplint-sci-client copied to clipboard

configuration, dumps on private repos

Open sbcgua opened this issue 5 years ago • 5 comments

on click of "update from abapgit" because of this: zcl_abapgit_password_dialog-> popup

      PERFORM password_popup
        IN PROGRAM (sy-cprog) <<<<<<<<<<<<<
        USING iv_repo_url
        CHANGING cv_user cv_pass.

sbcgua avatar Mar 20 '20 18:03 sbcgua

yea...

larshp avatar Mar 21 '20 07:03 larshp

Why not to cache abaplint.json in abapgit meta? Just an idea, not particularly sure about it

sbcgua avatar Mar 22 '20 12:03 sbcgua

its not necessarily up to date, which brings us back to the same problem above

larshp avatar Mar 22 '20 13:03 larshp

Yes ... I guess you're right

sbcgua avatar Mar 22 '20 15:03 sbcgua

I think the prerequsite for fixing this is proper separation of the password gui, UI vs backend logic in abapGit

larshp avatar Sep 03 '20 08:09 larshp