Alexander Tsybulsky
ca91c22371
separate login, author and committer #535
...
committer - double m, double t ;)
2017-02-22 19:36:09 +02:00
TheWirtschaftsmann
1151f356c5
branch name validation fix #314
2017-02-14 09:45:04 +02:00
eduardocopat
a0b16cdb7d
Validate blank spaces in branch names
2017-02-09 17:57:20 +01:00
larshp
6b016bbb11
Git: show error for unknown refname
2017-01-22 11:11:37 +00:00
larshp
4ca551b74e
update to latest abapGit format
2017-01-22 09:37:26 +00:00
larshp
81c2025fac
cleanup and style changes
...
pretty printer
remove unused variables
cleanup
2016-12-29 12:45:16 +00:00
larshp
42a918609e
more refactoring, new lcl_http_client class
2016-11-15 15:13:37 +00:00
larshp
3f599489d9
refactor, new http include
...
will later implement SAP login tokens and Digest authentification in the http include
2016-11-15 10:15:03 +00:00
sbcgua
201560cbbc
bug fixing
2016-11-12 20:36:23 +02:00
sbcgua
0f8c9bbe85
Merge branch 'master'
...
Conflicts:
src/zabapgit_definitions.prog.abap
src/zabapgit_objects_impl.prog.abap
src/zabapgit_persistence.prog.abap
src/zabapgit_repo_impl.prog.abap
src/zabapgit_unit_test.prog.abap
src/zabapgit_view_repo.prog.abap
2016-11-12 13:35:24 +02:00
sbcgua
9b0e1f1282
partial checksum update logic
2016-11-12 11:20:54 +02:00
EduardoCopat
9063a2d6a6
Settings (proxy) #412 ( #414 )
...
* Added empty settings page
Also added it in the Advanced meun
* Added Settings HTML structure
* Provide settings persistence
I put the unit tests in the persistence include rather than the unit test include
* Triggering settings save on UI event
* Plug-in the proxy settings into CL_HTTP_CLIENT
Also, removed a break point...
* abaplint fixes
* abaplint fixes #2
2016-11-10 16:40:49 +01:00
sbcgua
8e9bebd376
minorfix
2016-11-09 15:44:42 +02:00
larshp
e1fd1538e3
add multi_ack, close #361
2016-09-29 14:52:06 +00:00
larshp
b843ead699
minor changes, TFS, #361
2016-09-29 14:16:54 +00:00
atsy
8a19128da1
Independent Pull-Stage actions ( #344 )
...
* #319 , refactor render_repo_menu
* #319 , btw: decrease short list size, fix db exept
* #319 , small text fixes, preparations for remotes
* #319 preparations 2
* #319 refactor popup_to_confirm
* #319 detach logic DRAFT
* #319 , btw: decrease short list size, fix db exept
* #319 refactor popup_to_confirm
* #319 , part 2
* #338 small fixes
* #338 lcl_services_repo, part1
* #338 , remove files_commit action logic
Removes files_commit action handling
and lcl_zip->files_commit
and modifies interface of lcl_zip->export
* #338 , services_repo fixes and improvements
* #338 , lcl_services_abapgit
* #338 , small improvements
* #338 adopt render_repo_menu from #319
* #338 lcx_cancel
* #338 zip services
* #338 abapgit services finetune
* #338 lcx_cancel finetune
* #338 zip finetune
* fix repo_menu
* #388 small adj
* #338 lcl_services_git part1
* #338 lcl_services_db, html_actions features
* #338 , services_repo=>new_offline
* #338 , delete/switch branch to lcl_services_git
* #338 , improvements in switch_branch
* #338 , switch_branch more improvements
* #319 attach, detach, change - complete
* #319 , fine tuning - repo_popup title
* #319 linter fixes
* #319 Pull-Stage improvements, sha1 in files
2016-09-18 07:56:22 +02:00
atsy
948821ca92
Merged branch t311_branches into master
2016-09-04 21:32:38 +03:00
atsy
adea9cbb69
#311 split git includes
2016-09-04 21:03:31 +03:00
atsy
d0c4d41681
#311 private variables, constructor
2016-09-04 20:27:28 +03:00
atsy
e933fed543
#311 fix constants and types
2016-09-04 20:11:22 +03:00
sbcgua
7ae0698a44
#310 change to url as the key
2016-09-04 19:49:21 +03:00
sbcgua
127d338119
#310 default user in login, DRAFT
2016-09-04 10:55:29 +03:00
atsy
36144f7f23
#311 part3 UI interactive popup fixes
2016-09-03 16:59:22 +03:00
atsy
d329ab6338
#311 part2 lcl_git_branch_list features
2016-09-03 15:01:09 +03:00
atsy
6bb3ed474f
#311 branches part1, interface changes
2016-09-03 13:04:03 +03:00
atsy
41ffa35699
#311 separate some methods to lcl_git_utils
...
Maybe would better look as a part of lcl_git_pack
2016-09-03 12:25:19 +03:00
atsy
858f64b01f
#311 branch types to global definitions
2016-09-03 12:10:55 +03:00
atsy
b1e8f4b6d8
#311 lcl_git_branch_helper, move parse_branch
2016-09-03 11:42:35 +03:00
atsy
1d92b82736
#303 pass dialog reworked, thanks to @sshlapak
2016-09-01 10:19:09 +03:00
atsy
f1fceb2021
#303 Custom login dialog, beta
2016-08-28 23:39:09 +03:00
atsy
646be2b9a6
#303 refactor: separate send/receive
2016-08-28 21:51:25 +03:00
larshp
14fc9a2413
remove global _raise macro, close #298
2016-08-24 14:14:01 +00:00
larshp
05477af7c5
new feature: delete branch
...
branch operations: overview create switch delete moved to new dropdown, instead of the "Advanced" dropdown
2016-07-14 10:50:43 +00:00
larshp
cf2dcd5153
fix unpack not ok, close #288
2016-07-09 10:26:29 +00:00
Lars Hvam
5f7d851de5
Merging, close #275 ( #282 )
...
* refactor most regarding commit and staging
* use gitgraph 1.2.3
* move db gui to new include
* allow specifying branch
* move target branch to stage object
* git, get rid of reference to repo
* merge now working #275
cleanup
2016-07-07 13:23:28 +02:00
Lars Hvam
af74a24b6d
calculate merged tree #275 ( #277 )
...
* merge #275 , scaffolding
* refactoring few gui pages
top class element moved to page_super
* syle FORM dropdown
* find common ancestor
* calculate merged tree #275
2016-07-06 16:08:00 +02:00
larshp
b286a6c62e
branch overview: compress graph
...
plus cleanup a few code inspector warnings
2016-07-06 08:13:50 +00:00
Lars Hvam
638306fc2d
Branch overview, close #272 ( #276 )
...
* few bits
* branches now shows
todo: show merges
* parse merge commits
* show merge commits
* lint: reduce line length
2016-07-05 17:03:13 +02:00
larshp
928ffc0882
refactoring in the git classes, #272
2016-07-04 14:37:12 +00:00
larshp
e6742d3ad6
ignore character string warnings
2016-07-04 13:13:57 +00:00
larshp
5c2cac3211
moving to includes
...
whoa this is a lot of work
2016-07-02 11:26:42 +00:00