Commit Graph

29 Commits

Author SHA1 Message Date
Marc Bernard
900952495e
Fix extended check issues - Part 1 (#7086)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2024-12-03 07:18:52 +01:00
Christian Günter
0d38cd7c25
Move PASSWORD_POPUP to ZABAPGIT_PASSWORD_DIALOG (#6164) 2023-03-23 21:39:48 +01:00
Alexander Tsybulsky
c0a5fadfee
Refactor popup_to_select_from_list (#6089)
Co-authored-by: Christian Günter <christianguenter@googlemail.com>
Co-authored-by: Marc Bernard <59966492+mbtools@users.noreply.github.com>
2023-02-26 13:02:31 +01:00
Marc Bernard
64fbe18541
Enhance login popup (#6022)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2023-02-02 13:23:46 +01:00
Marc Bernard
20e15a19c2
Adjust screen element naming (#5625)
Prep for additional abaplint rule
2022-06-08 19:16:25 +02:00
Alexander Tsybulsky
a223df0292
Don't show github note at password dialog on non-github repos (#5004)
* dont show github note on non-github repos

* better hiding
2021-10-03 16:43:31 -04:00
Marc Bernard
bbfc90420a
Dialogs: Clarify comment on password popup (#4932)
* Dialogs: Clarify comment on password popup

* Update zabapgit_password_dialog.prog.abap
2021-09-02 10:34:32 -04:00
Marc Bernard
f2a801ad1a
Dialogs: Add comment to password popup (#4910)
Temporarily, adding a comment to the password popup regarding Github login. 

To be removed end of 2021

https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/

Closes #4909
2021-08-27 12:46:28 -04:00
Fabian Lupa
465c88fd0f
Adjust password field visible length (#4138) 2020-11-05 08:42:48 +01:00
Fabian Lupa
71fe8683b7
Workaround for special chars in password dialog (#4135)
at the cost of limiting password length to 255 characters

Fixes #4055
2020-11-04 14:24:45 +01:00
Marc Bernard
ee246fddd3
Improve label in user/password popup (#3934)
* Improve label in user/password popup

Change "Password" to "Password or Token"

* Fix size

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-09-24 09:44:39 +02:00
Lars Hvam
9c41a2b7d8
remove text pragmas and pseudo comments (#3827)
* remove text pragmas and pseudo comments

* fix whitespace

* fix carriage return

* test

* test

* Update zcl_abapgit_repo.clas.abap
2020-09-03 09:13:47 +02:00
Lars Hvam
ea03cc5e4a
Fewer DDIC type references (#3434)
* Fewer DDIC type references

* Update abaplint.json
2020-05-29 06:30:24 +02:00
Lars Hvam
27f712a47b
linting (#2861)
* rewrite

* Update abaplint.json

* Update abaplint.json

* move to include where its used

* Update .gitignore

* Update abaplint.json

* Update package.json

* Update package.json
2019-08-11 23:16:10 -07:00
Lars Hvam
1dbd4d1912
Refactoring types (#2785)
* align use less different types

* refactor

* updates
2019-07-15 09:33:37 -07:00
Frederik Hudák
1bb195b344 Removed the rest of endmethod/endclass comments 2018-10-18 07:27:27 +02:00
Lars Hvam
b9cc65017f
Code inspector (#1272)
* code inspector

+ delete unused methods
+ move methods to private
+ remove commented code

* few more
2018-03-28 08:08:20 +02:00
Alexander Geppart
d460c3b285 added a host name to password popup title
added a host name to password popup title
2018-03-11 19:28:46 +00:00
Lars Hvam
59c1f277ab
more renaming #1132 (#1212)
* more renaming #1132

* fix indentation
2018-02-18 10:04:26 +01:00
larshp
1d591b545e lcl_password_dialog to global 2018-02-11 12:07:16 +00:00
larshp
4ca551b74e update to latest abapGit format 2017-01-22 09:37:26 +00:00
larshp
32cac9d00e rework "object to zip" to files
for cherry picking objects, without exporting the entire package

previous implementation was too slow, as it had to serialize the entire package, and just needed files for one object
2016-10-25 19:37:55 +02:00
larshp
d03a9bdcc7 code inspector and pretty printer 2016-10-15 09:58:36 +00:00
larshp
bfd4c7f3c6 various changes, close #317
pretty print zabapgit_password_dialog
bump version to v1.17.7
minor changes in get_display_name()
close #317, thanks @StevusPrimus
2016-09-05 11:27:17 +00:00
sbcgua
7ae0698a44 #310 change to url as the key 2016-09-04 19:49:21 +03:00
atsy
849165cc1e #303 finetune - intensify repo url 2016-09-03 17:41:34 +03:00
atsy
ac91cfedc0 #303 pretty print selection screen 2016-09-01 11:41:29 +03:00
atsy
3e8a8ca867 #303 clean selscreen variables 2016-09-01 10:48:26 +03:00
atsy
1d92b82736 #303 pass dialog reworked, thanks to @sshlapak 2016-09-01 10:19:09 +03:00