sbcgua
60bf29dd38
refactor zcl_abapgit_zip ( #2241 )
...
* zip->load
* remove import and file_upload
* linter fix
* minor fix
2018-12-30 08:06:16 +01:00
sbcgua
ceb7a6d02a
Eslint ( #2240 )
...
* configs
* fix lint errors
2018-12-30 08:05:17 +01:00
larshp
f1a0307fa9
VCLS clear CHANGEDATE #2227
...
VCLS clear CHANGEDATE #2227
2018-12-30 08:03:55 +01:00
larshp
c37ce5ff06
Cleanup classes package assignment #2217
2018-12-30 08:03:38 +01:00
Fabian Lupa
36b8f38b3b
Fix ADT link in readme
2018-12-27 09:11:35 +01:00
Lars Hvam
80f285b57a
lint all files
2018-12-27 06:50:42 +01:00
pokrakam
d3e75796ab
Fix #2171 - removed dependency on field order ( #2226 )
...
* Fix #2171 - removed dependency on field order
* Fix #2171 - removed dependency on field order
2018-12-26 06:36:16 +01:00
larshp
e0841e3bec
indentation and se80 reorderings
...
no logic changes
2018-12-26 06:35:55 +01:00
larshp
f9749776d8
fix naming
2018-12-25 09:10:15 +00:00
larshp
08c6ef3dbb
fix names, close #2222
2018-12-24 09:19:01 +01:00
Christian Guenter
66fa31e0aa
Fix zcl_abapgit_frontend_services xml - newformat
2018-12-22 11:42:40 +01:00
Alexander Tsybulsky
09e23ce5b4
remove toolbar
2018-12-22 11:36:10 +01:00
sbcgua
2b887bb7c3
Frontend services util ( #2219 )
...
* extract file system calls from zip
* fs to utils package
* rename fs to frontend services
* linter fix
* fix zip class
* review fixes
2018-12-22 11:35:49 +01:00
Jakub Filak
11a175d467
stage: remove also ignored local files
...
Ignored files posses the property that they do not exist in remotes but do exist in local
repositories.
Before this patch, local ignored files were displayed in the Stage.
2018-12-20 09:23:13 +01:00
larshp
6385caade6
fix whitespace and other minor changes
2018-12-20 09:23:01 +01:00
Lars Hvam
5f9df74463
reduce method length, #2146 ( #2212 )
...
* TRAN: refactor method SPLIT_PARAMETERS
new method SHIFT_PARAM added
* settings page: refactoring
rename BUILD_SETTINGS to POST
split contents into smaller methods
2018-12-20 09:22:33 +01:00
larshp
d838dce879
align test class naming #2210
2018-12-20 09:21:11 +01:00
Lars Hvam
35f1462d3a
updates to experimental DDIC activation logic ( #2206 )
...
* updates to experimental ddic activation logic
* deleted too much
* special handling for INDX
* fixored, this seems to work
2018-12-17 08:17:53 +01:00
Lars Hvam
9ce8a76ae0
add note regarding Java SAP GUI, #2171
2018-12-17 08:17:20 +01:00
Lars Hvam
c9252b1b2a
CLAS cleanup ( #2204 )
...
* cleanup old experimental CLAS
* Move ZCL_ABAPGIT_OO_CLASS_NEW to _CLASS
2018-12-17 08:17:07 +01:00
Lars Hvam
79f7a82235
v1.81.0 ( #2203 )
...
* 1.81.0
* v1.81.0
2018-12-12 14:57:02 +01:00
Christian Guenter
39ffda345d
Fix: Patch querySelector with numeric IDs
2018-12-12 14:32:26 +01:00
Eduardo Ferrari Copat
d47027ad6c
Remove redundant class and interface metadata ( #2195 )
...
* Remove CLSFINAL from VSEOCLASS serialization
* Remove EXPOSURE from VSEOCLASS serialization
* Remove clsabstrct from VSEOCLASS serialization
* Remove EXPOSURE from VSEOINTERF serialization
* Revert "Remove EXPOSURE from VSEOINTERF serialization"
This reverts commit 4036b7d015
.
2018-12-12 14:31:42 +01:00
Christian Guenter
729c009747
Fix: Stage > Patch ignore binary files
2018-12-12 13:11:16 +01:00
Christian Guenter
c7f0576d60
Fix Patch: escape namespaces properly
2018-12-11 11:54:30 +01:00
Christian Günter
d6c063090d
Branch overview: show commit details when hover #1821 ( #2190 )
...
* Branch overview: show commit details when hover
* update external libraries to gitgraph 1.14.0
* refactor function names
* refactor js + add comments
2018-12-09 07:51:21 +01:00
Alexander Tsybulsky
66c3d0c0b7
zcl_abapgit_string_utils
2018-12-09 07:50:34 +01:00
Alexander Tsybulsky
806b474851
zip matching banner
2018-12-09 07:49:26 +01:00
CCapa
13f84140f4
Sapscript : sequence of Windows in tdlines files ( #2191 )
...
* Sapscript : sequence of Windows in tdlines files
Hello Lars,
You can find a code modification in the method _read_form of class zcl_abapgit_object_form related to the issue #2188
I have added a logic to sort by windows name the contains of the internal table ET_LINES . It allows to have always thre same sequence of windows code in the file (xxxxxxxxxxgit.form.tdlines). Then file comparison will work with all export.
Regards
Christophe
* Sapscript : sequence of Windows in tdlines files
Hello Lars,
I have moved the code to a new private method _sort_tdlines_by_windows
But I don't add 'ASSERT sy-subrc = 0.'.
The reason is that during my tests I found some windows in the form without elements inside (windows is not used anymore but it sill exists. The devlopper ddin't remove it). In this case the result of the ASSERT is a dump.
Using the loop from SY-TABIX there is no risk. If no entry exists in the internal table then the loop is not executed.
if needed I can add the following condition before doing the loop :
IF line_exists( lt_lines[ tdformat = lv_elt_windows
tdline = ls_form_windows-tdwindow ] ).
Christophe
* Sapscript : sequence of Windows in tdlines files
I have done the adjustments for the CLEAR and to be compatible with 702
Christophe
* Sapscript : sequence of Windows in tdlines files
Whitespace at end of line removed
2018-12-08 13:26:09 +01:00
Eduardo Ferrari Copat
273f0682bc
Docs: Authorizations ( #2186 )
...
* Insert initial line before bothsequence and action
* Package names validations
validate if package has more than 30 characters name and if root packages does not contain a package with the same name as his.
* Docs: authorizations
* typo + grammar
* newline at EOF
2018-12-06 08:12:58 +01:00
sbcgua
4dee27fc1e
Gui internals refactoring ( #2180 )
...
* GUI internals refactoring
* unify string conversion calls part1
2018-12-04 06:33:35 +01:00
Christian Guenter
746b114223
Initialize ADT context after start with package
...
- Open abapGit with package from ADT just once
- Initialzie ADT context because it is kept in shared memory
2018-12-03 12:46:43 +01:00
sbcgua
b15b503d49
gitignore and package.json improvements
2018-12-03 10:08:55 +01:00
Gregor Wolf
8323f72451
Report name ( #2179 )
...
* Report name
* Suggest ZABAPGIT_FULL
2018-12-03 10:07:47 +01:00
Lars Hvam
31f5729fa4
docs: add link to #sitIST slides
2018-12-02 13:34:23 +01:00
Lars Hvam
aaa84f8024
docs: add link to blog
2018-12-02 13:32:10 +01:00
Christian Guenter
0c1a8f745a
Package parameter for ADT
2018-12-02 12:14:58 +01:00
Alexander Tsybulsky
64a0ec086d
fix #2176 , table line type mismatch
2018-12-02 12:13:50 +01:00
sbcgua
e809df8384
repo->set refactoring, disconnect repo from persistence ( #2164 )
...
* 1st attempt (events)
* temp stash
* split persistence and repo, beta
* fix
* fix2
* fix3
* linter fixes
* review fixes
2018-12-02 09:10:55 +01:00
Lars Hvam
cc6907a8e0
update to latest abaplint ( #2172 )
...
* latest abaplint
* latest abaplint
2018-12-02 09:06:31 +01:00
Christian Guenter
f2970abc2a
Set start repo from package: Downport
2018-12-02 09:02:40 +01:00
Christian Günter
a708f18840
Start abapGit with package and open the #2160 ( #2165 )
...
* Start abapGit with package and open the repo
Set parameter 'PACKAGE' to start abapGit for a package
* Fix whitespace + exit loop
2018-11-30 07:10:45 +01:00
Eduardo Ferrari Copat
d4a09c153c
Package names validations ( #2163 )
...
* Package names validations
validate if package has more than 30 characters name and if root packages does not contain a package with the same name as his.
* Validate grandchildren package names
2018-11-30 07:10:32 +01:00
Christian Günter
b3996f2cfa
Fix abapGit repo existence check
...
Before this commit is applied forked abapGit repos aren't recognized
2018-11-29 06:28:21 +01:00
sbcgua
c465a6b2e8
Offline improvements ( #2156 )
...
* local reset in zip-based
* rebuild_local_checksums on new offline
2018-11-28 07:19:27 +01:00
sbcgua
48bb8be737
hotkeys in fixed position
2018-11-28 07:18:03 +01:00
Alexander Tsybulsky
8966f493c9
transport icon improvement
2018-11-28 07:17:41 +01:00
Christian Guenter
505cda20ee
Reset sy-langu after open repo in master language
2018-11-28 07:17:29 +01:00
larshp
d68e4e6d4e
fix dump regarding hotkeys #2157
2018-11-27 12:26:21 +01:00
larshp
7b2b0a6cd8
make sure the remote .abapgit.xml is found #2113
2018-11-26 18:28:04 +01:00