sbcgua
67b6aaa5a8
Add show whole diff to the main page
2016-11-12 20:51:43 +02:00
sbcgua
201560cbbc
bug fixing
2016-11-12 20:36:23 +02:00
sbcgua
0449a414ca
linter fix
2016-11-12 14:30:17 +02:00
sbcgua
d4482c21fd
merge cleanups
2016-11-12 13:53:39 +02:00
sbcgua
21925181fb
fix doubledot
2016-11-12 13:35:42 +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
7c64d88616
Merged branch upstream-master into master
2016-11-12 13:17:15 +02:00
sbcgua
664110429d
state migration
2016-11-12 13:16:36 +02:00
sbcgua
a7697f9a2b
fixes
2016-11-12 12:04:48 +02:00
sbcgua
9b0e1f1282
partial checksum update logic
2016-11-12 11:20:54 +02:00
sbcgua
344ad40bca
design fixes
2016-11-11 10:58:47 +02:00
larshp
053e4f4185
bugfix, do not show error when removing last repo
2016-11-10 16:27:34 +00: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
sbcgua
0c0d07ef63
deleted marker, fine tuning
2016-11-09 12:30:06 +02:00
sbcgua
966852cc2b
new design complete
2016-11-08 21:30:19 +02:00
sbcgua
c50b8f3b2e
deserialize adjustments to the new logic
2016-11-08 13:57:22 +02:00
sbcgua
ebaa76a6c2
remove old status code
2016-11-07 14:23:39 +02:00
sbcgua
31727c352e
new status implementation
2016-11-07 13:47:26 +02:00
sbcgua
99d76e7174
linter fix
2016-11-06 23:09:34 +02:00
sbcgua
02e54827ea
Merge branch 'upstream-master'
...
Conflicts:
src/zabapgit_object_dtel.prog.abap
2016-11-06 22:51:37 +02:00
sbcgua
15619130cd
file sha1 at local checksums #407
2016-11-06 22:48:36 +02:00
sbcgua
d36467dd93
file state refactoring
2016-11-06 18:42:18 +02:00
sbcgua
02a0014967
file sha1 at local checksums #407
2016-11-06 13:52:51 +02:00
sbcgua
85ecc3936a
temp commit UT
2016-11-06 12:46:45 +02:00
sbcgua
e70e7a8f79
ut data fix
2016-11-05 13:45:01 +02:00
sbcgua
60a399664d
unit test finish
2016-11-05 13:34:39 +02:00
sbcgua
5ea2ed639e
unit test beginning
2016-11-05 12:53:07 +02:00
sbcgua
e7de729198
fixes for .abapgit
2016-11-05 12:13:28 +02:00
sbcgua
75da79b525
status - prepare for unit test, refactoring
2016-11-05 11:54:38 +02:00
sbcgua
3878e6f3c4
state design experiments
2016-11-04 22:58:57 +02:00
sbcgua
1955a117bb
repo view refactoring
2016-11-04 17:35:34 +02:00
larshp
4b5b835f1b
bump version to v1.19.0, and fix #406
2016-11-02 08:49:32 +00:00
sbcgua
d6258d9ea8
i18n texts, doma, dtel ( #402 )
...
* cherrypick cache repo results (#280 )
* lcl_gui_view_repo_content - code reorg #280
* fix
* folders part 1 #280
* cherrypick refresh
* cherrypick 2 pretty print
* cherrypick log style
* cherrypick lock icon
* cherrypick background icon and toc marker
* cherrypick macro include
* unit test for lcl_path and fixes
* folders part2 #280
* changes_only at user profile #280
* fix empty package
* fix dump on type change
* new repo, remove fixes, close #393 , close #394
* merge fix
* all repo diff at stage page
* fix menu double rendering #398
* hide current folder in plain list mode #400
* i18n texts, doma, dtel
* linter fixes
* remove is_language_installed check
2016-11-02 09:46:32 +01:00
sbcgua
fb371ae903
remove is_language_installed check
2016-11-01 09:10:42 +02:00
larshp
de35b72db0
ENHO: handle spaces, #359
2016-10-30 08:23:21 +00:00
larshp
48d83fe675
ENHS: catch exception
2016-10-30 07:38:13 +00:00
larshp
47e91752fe
ENHO: fix, not updated at refresh
2016-10-30 07:25:53 +00:00
larshp
8e8d68cc71
ENHS: changed_by and add tool type
...
Add tool type to XML, to allow for adding additional tool types in the future
implement code to find changed_by user
2016-10-29 10:03:59 +00:00
sbcgua
822f6ad860
linter fixes
2016-10-27 20:15:03 +03:00
sshlapak
59655bd2b6
i18n texts, doma, dtel
2016-10-27 20:14:44 +03: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
sbcgua
0ca5363f25
hide current folder in plain list mode #400
2016-10-25 19:40:15 +03:00
sbcgua
0f50230bea
Fix double menu rendering #398 ( #399 )
...
* cherrypick cache repo results (#280 )
* lcl_gui_view_repo_content - code reorg #280
* fix
* folders part 1 #280
* cherrypick refresh
* cherrypick 2 pretty print
* cherrypick log style
* cherrypick lock icon
* cherrypick background icon and toc marker
* cherrypick macro include
* unit test for lcl_path and fixes
* folders part2 #280
* changes_only at user profile #280
* fix empty package
* fix dump on type change
* new repo, remove fixes, close #393 , close #394
* merge fix
* all repo diff at stage page
* fix menu double rendering #398
2016-10-25 16:52:06 +02:00
larshp
2cbec3e8ee
icon tooltips
2016-10-24 12:32:23 +02:00
larshp
d03a9bdcc7
code inspector and pretty printer
2016-10-15 09:58:36 +00:00
larshp
96579e58b3
XSLT: fix activation error, close #385
...
Fix activation error. If a program used the XSLT transformation, it showed error while activating
2016-10-15 09:10:17 +00:00
larshp
aef97df00e
"1 diffs" -> "1 diff"
2016-10-15 07:05:54 +00:00
sbcgua
e5174d45aa
Diff all feature at stage page ( #396 )
...
* cherrypick cache repo results (#280 )
* lcl_gui_view_repo_content - code reorg #280
* fix
* folders part 1 #280
* cherrypick refresh
* cherrypick 2 pretty print
* cherrypick log style
* cherrypick lock icon
* cherrypick background icon and toc marker
* cherrypick macro include
* unit test for lcl_path and fixes
* folders part2 #280
* changes_only at user profile #280
* fix empty package
* fix dump on type change
* new repo, remove fixes, close #393 , close #394
* merge fix
* all repo diff at stage page
2016-10-15 01:32:04 +02:00
sbcgua
2242e6d4e3
Fixes of folders commit ( #395 )
...
* cherrypick cache repo results (#280 )
* lcl_gui_view_repo_content - code reorg #280
* fix
* folders part 1 #280
* cherrypick refresh
* cherrypick 2 pretty print
* cherrypick log style
* cherrypick lock icon
* cherrypick background icon and toc marker
* cherrypick macro include
* unit test for lcl_path and fixes
* folders part2 #280
* changes_only at user profile #280
* fix empty package
* fix dump on type change
* new repo, remove fixes, close #393 , close #394
* merge fix
2016-10-14 15:45:01 +02:00
larshp
ba33f71737
fix dump, bump version to v1.18.2
...
in case no repositories are installed
2016-10-14 12:22:35 +00:00
larshp
f419f24faa
ENHO: better error message
2016-10-14 12:03:36 +02:00
sbcgua
fdf96cbf6c
render repo refactor and folders view #280
2016-10-14 11:03:37 +03:00
larshp
58e7e957e3
object to zip
2016-10-12 14:58:34 +02:00
larshp
f176fa8866
bump version to v1.18.4
2016-10-12 14:30:54 +02:00
sbcgua
8ffd371869
bacground icon and toc marker #388
2016-10-12 15:09:07 +02:00
sbcgua
6986bc18a1
lock icon #386
2016-10-12 09:59:50 +02:00
larshp
dce6cfb023
downport, #383
2016-10-10 17:48:45 +00:00
larshp
f678ee2505
simplify lcl_progress, close #380
2016-10-09 10:47:28 +00:00
Lars Hvam
dd58542a88
Merge pull request #381 from sbcgua/master
...
fix package change caching
2016-10-09 12:46:24 +02:00
sbcgua
5d8cbd4140
rollback style fix #372
2016-10-09 13:44:34 +02:00
sbcgua
f4f7c1bb49
style fix, log color - red #372
2016-10-09 13:17:29 +02:00
sbcgua
ab982cd885
fix package change caching #372
2016-10-09 13:04:42 +02:00
larshp
39d4e79702
TABL: remove inherited search helps
2016-10-09 09:24:16 +00:00
larshp
17cf0a7b29
TABL: remove fields from .INCLUDEs
2016-10-09 08:42:07 +00:00
sbcgua
da37d4cafa
Merged branch master into upstream-master
2016-10-09 11:14:49 +03:00
sbcgua
519e28ad8b
Merged master into upstream-master
2016-10-09 11:14:19 +03:00
sbcgua
bdabaccee6
Merged branch t373_fixstage into master
2016-10-09 11:13:06 +03:00
sbcgua
1c0de415f1
reset status on deserialize, close #375
2016-10-09 11:04:27 +02:00
larshp
cd3e3ae12e
bump version to v1.18.2
2016-10-09 08:12:43 +00:00
sbcgua
dc9a5caff4
Merged branch master into upstream-master
2016-10-09 11:08:52 +03:00
sbcgua
7444e65188
Merged master into upstream-master
2016-10-09 11:06:26 +03:00
larshp
cbcee908bc
refresh when switching repo, close #376
2016-10-09 08:06:05 +00:00
larshp
b178d18dc9
run pretty printer
2016-10-09 08:02:22 +00:00
sbcgua
9e7c852cb8
preserving stage state after diff #373
2016-10-08 23:00:20 +02:00
larshp
df549d1c47
SHLP: clear info inherited from domain
2016-10-08 16:30:53 +00:00
larshp
864449ae1f
TABL: only include DEPTH =00, close #377
2016-10-08 15:50:29 +00:00
larshp
c2541e5ae1
NROB: late deserialization
...
late deserialization for number range objects, domains/data elements must exist before the number range can be created
2016-10-08 15:48:27 +00:00
larshp
9c053763b7
NROB: delete intervals, close #378
2016-10-08 14:59:34 +00:00
larshp
e136414c51
TTYP: clear TYPELEN
2016-10-08 10:43:26 +00:00
larshp
e1e06b3b70
DTEL TABL: clear additional fields
2016-10-08 08:41:06 +00:00
larshp
afd1f5369b
TABL: clear DEFFDNAME
2016-10-08 08:22:26 +00:00
larshp
5f713608f4
bump version to v1.18.0
2016-10-06 10:25:40 +00:00
sbcgua
0aee7f7376
fixes #370
2016-10-06 13:11:05 +02:00
sbcgua
762dc7bc89
serialization caching, basic objects #366
2016-10-06 08:24:49 +03:00
sbcgua
f9f00a7d51
comment fix
2016-10-01 20:29:10 +02:00
sbcgua
f51e34a8c5
more js fixes (IE8-) #367
2016-10-01 20:23:38 +02:00
larshp
f60a25d4a7
fix newline
2016-10-01 13:28:05 +00:00
Fabio Zuber
a99c8dd7cc
fix(branch overview): allow email as username
...
The branch overview screen crashes if there is a commit with an email address as username in the commit history.
This change fixes that.
2016-09-30 17:59:55 +02:00
larshp
7f3a665756
fix staging link on IE9(?), close #367
2016-09-30 12:42:33 +00:00
larshp
b80f014343
url decode repo name, close #364
2016-09-29 15:15:15 +00: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
sbcgua
b822f3a850
git_services-commit, #348
2016-09-29 16:40:35 +03:00
larshp
f1c8d25d5b
fix offline project dump, close #360
2016-09-29 13:20:02 +00:00
sbcgua
58958e8c99
reorg main_page methods (no changes) #280
2016-09-24 20:09:24 +03:00
sbcgua
309852c4d4
minor bugfixes
2016-09-24 19:43:44 +03:00
sbcgua
4b8268d6d1
fine tune "create new" label
2016-09-24 17:44:55 +03:00
Lars Hvam
39b83b0f2e
Merge pull request #356 from sbcgua/master
...
stage_page.js + debug info page #353
2016-09-24 08:11:09 +02:00
sbcgua
8f634e4096
stage_page.js + debug info page #353
2016-09-23 22:12:36 +03:00
larshp
f1ab524752
bump version to v1.17.17
2016-09-22 12:27:59 +00:00
sbcgua
2db16f281b
playground page userexit #350
2016-09-21 20:29:18 +03:00
larshp
e9690b3239
pass UPDATE_TASK, #352
2016-09-21 17:11:25 +00:00
sbcgua
a95afceb03
UI: Main page, hide file list, adjust diff #347
2016-09-20 17:58:35 +03:00
atsy
aa3c2a233a
bg services, navigation action renaming ( #345 )
...
* #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
* #338 rename page links go_
* #338 lcl_services_background
2016-09-18 08:43:06 +02:00
larshp
98b440fd47
bump version to v1.17.16
2016-09-18 05:57:47 +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
larshp
4bb2315f1f
bump version
2016-09-17 09:03:22 +00:00
atsy
2fbe413d77
repo attach/detach ( #343 )
...
* #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
2016-09-17 11:01:39 +02:00
larshp
ca34395b98
MSAG handle deletions, #341
2016-09-17 08:38:29 +00:00
larshp
9c42ca008e
#114 few fixes
2016-09-17 07:21:35 +00:00
larshp
93836053e9
fix TADIR deletion, close #114
2016-09-17 07:09:29 +00:00
atsy
7719fa3d44
route, popups, services ( #342 )
...
* #319 , btw: decrease short list size, fix db exept
* #319 refactor popup_to_confirm
* #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
* #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
2016-09-17 08:46:55 +02:00
atsy
a0a02cb4da
Merged branch t339_diffsort into master
2016-09-12 22:58:04 +03:00
sbcgua
492e17f5fc
#339 sort up modified objects
2016-09-12 23:06:07 +03:00
sbcgua
cb564f4a32
#319 , btw: decrease short list size, fix db exept
2016-09-12 22:57:46 +03:00
larshp
7963850784
allow HCP style git url, #258
2016-09-10 07:32:28 +00:00
Lars Hvam
f9b30f374a
Merge pull request #335 from sbcgua/master
...
db page improvements
2016-09-10 09:10:49 +02:00
larshp
e718c99b26
prevent dump, #323
2016-09-10 07:07:27 +00:00
atsy
9bc457ea0c
Merged branch dp_ui_improve into master
2016-09-10 10:03:41 +03:00
sbcgua
1f235cee78
#332 DB page improvements, final
2016-09-10 10:04:16 +03:00
larshp
8e31304bd9
PINF fix, #330
2016-09-10 06:43:31 +00:00
sbcgua
0f3372b0bf
#332 gui/pages prev_page attr, replace action
2016-09-10 09:20:22 +03:00
larshp
580eb3d63e
file status, close #334
...
"Only Local" will be shown for objects only existing locally
"Only Remote" will be shown for objects only existing in remote repository
"diff" link will be shown if the file differs and exists both locally and remotely
(this part of the code could use some refactoring)
2016-09-10 06:19:32 +00:00
larshp
8799542cb9
clear LOGFLAG, close #328
...
field inherited from the data element, so not needed at TABL level
2016-09-09 17:36:38 +00:00
larshp
7bf99fb6dd
clear SOTR version field, close #333
2016-09-09 17:16:21 +00:00
sbcgua
3bc3763914
#332 , db display improvement, part2
2016-09-09 17:35:29 +03:00
sbcgua
42474897b3
#332 , db page improvements, part1
2016-09-09 15:14:47 +03:00
sbcgua
d18ca4a02c
#329 some strange diff
2016-09-08 15:16:51 +03:00
atsy
907743b7ad
#329 , import fix from d4d8b3 (bg mode fix dump)
2016-09-08 15:04:44 +03:00
atsy
22aad6fa94
Merge remote-tracking branch 'refs/remotes/origin/reorg_includes'
...
Conflicts:
src/zabapgit_object.prog.abap
2016-09-08 15:00:35 +03:00
sbcgua
0cf7800daf
#329 reorg includes 2
2016-09-08 15:08:55 +03:00
sbcgua
e00cd36bf1
#329 reorg includes
2016-09-08 15:07:02 +03:00
larshp
d4d8b33810
background mode, fix dump
2016-09-08 11:13:32 +00:00
sbcgua
0d645cbf9f
#326 forgot uninstall small improvements
2016-09-07 22:49:37 +03:00
sbcgua
dcc196198b
#326 write protection
2016-09-07 22:34:09 +03:00
atsy
d46d11497b
Merged branch t311_branches into master
2016-09-06 20:20:19 +03:00
atsy
b2745965f7
#311 branch design
2016-09-06 20:29:25 +03:00
atsy
71cdcb8905
Merged branch master into master
2016-09-05 21:16:36 +03:00
nununo
399c214de3
Created transaction ZABAPGIT
...
Pointing to report ZABAPGIT
2016-09-05 19:37:02 +02:00
larshp
5fb262c5ea
fix locking issue when cloning priv repo
...
also see https://github.com/larshp/abapGit/issues/250
2016-09-05 15:08:44 +00:00
atsy
9c82d0da82
Merged branch t311_branches into master
2016-09-05 16:53:48 +03:00
atsy
6230046d9b
#311 head_branch in repo persistence
2016-09-05 14:51:27 +03:00
larshp
64fb631470
overwrite PROGDIR-RSTAT, #318
2016-09-05 11:41:38 +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
atsy
948821ca92
Merged branch t311_branches into master
2016-09-04 21:32:38 +03:00
atsy
4424433f6e
#311 repo now has branches
2016-09-04 21:05:55 +03:00
atsy
adea9cbb69
#311 split git includes
2016-09-04 21:03:31 +03:00
atsy
3aa36598ca
#311 pre branches in repo
2016-09-04 21:00:54 +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
sbcgua
b096124be9
#310 persistence and page-commit logic
2016-09-04 10:44:18 +03:00
atsy
94e28625f6
Fix html_helper to indent styles in {}
2016-09-03 19:30:45 +03:00
atsy
c28e5a9caf
Finetune repo header - reorder elements
2016-09-03 19:03:15 +03:00
atsy
83a96170ff
Merged branch login_ux into master
2016-09-03 17:32:54 +03:00
atsy
849165cc1e
#303 finetune - intensify repo url
2016-09-03 17:41:34 +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
ac91cfedc0
#303 pretty print selection screen
2016-09-01 11:41:29 +03:00
Lars Hvam
099ab3b873
Merge pull request #309 from sbcgua/master
...
Login UX #303
2016-09-01 10:36:45 +02:00
atsy
3382648b17
Merged branch login_ux into master
2016-09-01 11:32:42 +03:00
atsy
0a7fc3ec23
Merged branch login_ux into master
2016-09-01 10:54:17 +03:00
Lars Hvam
fc06012409
SOTR texts, #302 ( #308 )
...
* SOTR serialization
* deserialize SOTR
* version 1.17.6
2016-09-01 09:53:29 +02:00
atsy
3e8a8ca867
#303 clean selscreen variables
2016-09-01 10:48:26 +03:00
atsy
583964cf68
#303 cleanup macro _add
2016-09-01 10:22:00 +03:00
atsy
1d92b82736
#303 pass dialog reworked, thanks to @sshlapak
2016-09-01 10:19:09 +03:00
larshp
af4339548f
fix dump, close #307
2016-08-31 14:14:49 +00:00
larshp
917177070e
uninstall append structure, close #304
...
append structures will now be deleted before tables
2016-08-31 13:06:01 +00: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
7875f009b2
non unicode fix, close #301
...
not sure this fixes all issues on non-unicode systems, but it is first step on the way
2016-08-28 07:12:22 +00:00
larshp
f0617de696
import zip, close #300
...
offline projects, import zip, only show zip files
2016-08-26 09:57:25 +00:00
larshp
14fc9a2413
remove global _raise macro, close #298
2016-08-24 14:14:01 +00:00
Lars Hvam
5a3adbef95
PINF support, close #293 ( #294 )
...
* PINF added, #293
* backport
* more backport
2016-07-24 11:37:29 +02:00
larshp
ebb3768f05
bugfix, #292 2
2016-07-20 16:13:46 +00:00
larshp
de3c3e2bad
bugfix, #292
2016-07-20 15:44:50 +00:00
larshp
c71baec727
bugfix, error for new file to existing object
2016-07-15 12:22:17 +00:00
larshp
07e4a033ef
fix possible dump, branch overview
2016-07-14 11:13:39 +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
a6b14f627a
bugfix, merge logic
2016-07-14 10:05:05 +00:00
larshp
374b7810a0
more changed_by implemented
2016-07-14 08:51:27 +00:00
larshp
83008d77dd
lock error, move commit work
2016-07-14 07:57:54 +00:00
larshp
b7f686b353
better lock error message
2016-07-14 07:51:55 +00:00
larshp
7dab60b3a6
commit work to release locks
2016-07-14 07:43:13 +00:00
larshp
f7407fa2ce
better handle merge conflicts, and bugfix
2016-07-14 07:37:09 +00:00
atsy
1a0814e515
toc style, fix new repo dump
2016-07-14 10:17:34 +03:00
larshp
a749279426
downport fixes, close #289
2016-07-11 11:00:25 +02:00
larshp
cf2dcd5153
fix unpack not ok, close #288
2016-07-09 10:26:29 +00:00
larshp
f9c0e1ab3d
more changed_by implemented #245
2016-07-09 10:03:12 +00:00
larshp
07e5e4c05c
implement more changed_by, use constant
2016-07-09 08:45:17 +00:00
larshp
f288cddef8
background push, split commits by changed by user
...
#245
2016-07-09 07:51:15 +00:00
larshp
2b7b1290a9
fix dump when importing zip for offline project
2016-07-09 06:31:48 +00:00
larshp
8d20648c31
background mode, remove hardcoded values #245
2016-07-08 14:22:17 +00:00
larshp
9ba7c3af7d
fix PROG R TPOOL, close #287
2016-07-08 13:38:40 +00:00
VishnAndr
eeec335729
Fix for CUA in FUGR (name)
2016-07-08 14:59:37 +03:00
larshp
3023dc11ed
move background mode settings to repo menu
2016-07-08 11:29:35 +00:00
larshp
fafd02c8b0
changes to main page top toc
...
split toc by types(online/offline/background)
sort toc alphabetically
remove online actions from offline "Advanced" dropdown
2016-07-08 10:57:47 +00:00
larshp
00c1c36e32
move more popups, fix lint error
2016-07-08 10:05:33 +00:00
larshp
731029c037
switch to repo after creation
...
move popups to new separate class
2016-07-08 09:09:52 +00:00
larshp
9bec514fec
add method changed_by in objects interface #245
2016-07-08 08:28:04 +00:00
Lars Hvam
5e2991fc35
gui changes, close #283
...
- use top breadcrumb/toc to switch between repositories
* move main and background to new includes
* done, close #283
- hide/show feature removed
- refresh all freature removed
- error log moved to before file list
* minor changes
2016-07-08 09:33:57 +02:00
larshp
a2bd714ef2
PROG, clear LEVL
2016-07-07 15:20:11 +00:00
larshp
5a01c650ea
DOCV DOCT support added, close #152
2016-07-07 15:05:45 +00:00
larshp
bc0bfc651e
TABL clear additional fields, close #126
2016-07-07 13:16:39 +00:00
larshp
fc06a7a9e7
bugfix, show menu in case of errors
2016-07-07 12:56:34 +00:00
larshp
106008b04e
validate xml, close #246
2016-07-07 12:51:04 +00:00
larshp
d033fbed29
split objects into multipe files, close #278
2016-07-07 12:19:57 +00:00
larshp
b8a8e8e65b
add diff link from staging page, close #279
...
bump version after merge feature added
2016-07-07 11:42:06 +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
larshp
a3a5388d63
branch overview, hide gh-pages and bugfix
2016-07-06 06:43:59 +00:00
larshp
58a3457d1e
WEBI, fix pull after initial pull
2016-07-06 06:20:36 +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
12d7591906
WEBI fix
2016-07-04 11:37:16 +00:00
larshp
6c417739cd
WEBI support, close #90
2016-07-04 11:34:46 +00:00
larshp
85194cde38
FUGR: fix activation error
2016-07-03 12:19:38 +00:00
larshp
f0a11705e8
bugfix, allow uninstall with unsupported types
2016-07-03 11:31:30 +00:00
larshp
764e9ce5ef
bugfix, list unsupported objects
...
in error list after repository/package objects
2016-07-03 10:46:19 +00:00
larshp
71447f8538
transport to zip, close #271
2016-07-03 09:57:16 +00:00
larshp
f3b2f0ec33
new transport class, #271
2016-07-03 07:04:59 +00:00
larshp
a4c3d8e083
isolate page to new include, #272
2016-07-03 06:57:02 +00:00
larshp
8571f4935a
fix build
2016-07-02 13:12:24 +00:00
larshp
9cf235cb3f
done, everything moved from top, close #210
...
split is not perfect, but will do for now, we can split into more includes in the future
2016-07-02 13:09:25 +00:00
larshp
7ea64a5cf7
move, #210
2016-07-02 12:58:08 +00:00
larshp
7fe86f3769
move more code #210
2016-07-02 12:43:40 +00:00
larshp
4d2d2151cf
move serialization classes
2016-07-02 11:46:53 +00:00
larshp
5c2cac3211
moving to includes
...
whoa this is a lot of work
2016-07-02 11:26:42 +00:00
larshp
d6b5dbaf27
split into includes, #210
2016-07-02 10:24:22 +00:00
Lars Hvam
7618cada58
use abapmerge to split abapGit into multiple includes, #210 ( #273 )
...
* move source to src folder
* Rename zabapgit.prog.abap to src/zabapgit.prog.abap
* Rename zabapgit.prog.xml to src/zabapgit.prog.xml
* move unit tests to separate include
* add abapmerge
* Update .travis.yml
* add typings
* Update .travis.yml
* test
* Update package.json
* Create travis.sh
* Update .travis.yml
* Update .travis.yml
* travis.sh executable
* Update travis.sh
* Update travis.sh
* test
* Update .travis.yml
* Update travis.sh
* Update travis.sh
* Update travis.sh
* Update travis.sh
* Update .travis.yml
* Update travis.sh
* Update travis.sh
* Update travis.sh
* Update travis.sh
* Update travis.sh
* Update travis.sh
* Update travis.sh
* new token
* use txt instead, allows for easier download
2016-07-02 11:50:22 +02:00