Commit Graph

353 Commits

Author SHA1 Message Date
Lars Kiilerich
225a3cb558
updating to reflect real world (#3887)
+Offline is replaced with New Offline
https://github.com/larshp/abapGit/pull/3590
2020-09-15 09:46:01 +02:00
hf-kklein
b55f92edbb
Update index.md (#3853)
fix typo

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-09-08 10:29:06 +02:00
hf-kklein
d0d5ad0d85
Add Hochfrequenz to Consulting and Partner section (#3854) 2020-09-08 10:25:36 +02:00
Lars Hvam
b14a633a96
docs: fix typo (#3842) 2020-09-04 13:53:43 +02:00
g-back
4c9a9b0ad9
Update Docs (#3816)
* Update images (v1_99_0)

* Change image to screenshot of latest version

* Add some clarificaitons, use new terminology

* Add page for background mode

* add mention of zabapgit_full

* Add entry for background in db utils

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-09-01 16:20:09 +02:00
Lars Hvam
adc155d199
documentation: set WDCC as supported (#3789) 2020-08-24 11:55:03 +02:00
Jakub Filak
65e8522bd1
otgr: initial object support (#3777)
* otgr: initial object support

This commit replaces the generic SOBJ support with native support for
the object type OTGR and the format is not backward compatible,
so repos containing SOBJ serialized objects could not be pulled anymore
(it's necessary to pull them with previous version of abapGit and push
them with the new version of abapGit).

The new OTGR handler supports only master language description because
there is no API which would allow us to maintain other languages and
I am not willing to re-implement parts of ABAP platform just to version
texts which nobody cares about. Also, the texts dealing part is not
that straightforward - one has to think about keeping the texts
in sync which requires lot of code.

I did the following optimizations to the XML format:
- removed the activation state from all elements because we
  always serialize only Active and deserialize as Inactive
- removed the foreign key name from texts and other details
  because we know which object type group is currently being handled
- used short names for root elements of details to avoid redundancy
  because the detail's table name is used for child XML elements -
  e.g. TEXTS vs. CLS_TYPE_GROUPT.

Closes #1515

* Update ref-supported.md

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-08-24 11:23:36 +02:00
Marc Bernard
fe95dc7e5f
abapGit Emergency Mode (#3756)
* abapGit Emergency Mode

On rare occasions, it is necessary to edit the abapGit settings to overcome an issue (example: https://github.com/larshp/abapGit/issues/3701). 

This enhancement allows you to start abapGit in "emergency mode", which directly shows the "Database Utility" for you to view or edit any setting. 

How to start abapGit in "Emergency Mode":

1. Go to transaction SU3 to maintain your user profile
2. Maintain parameter DBT with value "ZABAPGIT" (all-caps).
3. Start abapGit
4. After exiting abapGit, go back to SU3 and remove parameter DBT

* Update ref-database-util.md

* Add files via upload

* Update ref-database-util.md

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-08-22 09:55:33 +02:00
germanysources
6c04eac591
Hint line-break (#3683) 2020-07-30 09:12:02 +02:00
pokrakam
fac5597f46
Correct typo GET_COM\P/ARATOR (#3673) 2020-07-29 06:14:08 +02:00
Uwe Fetzer
0ab04edf6c
typo "developper" (#3672) 2020-07-28 16:06:00 +02:00
AlexandreHT
a0890c6d6b
Update guide-install.md (#3662)
* Update guide-install.md

* Update guide-import-zip.md

* Update docs/guide-import-zip.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-import-zip.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-import-zip.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-import-zip.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-import-zip.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-install.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-install.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-install.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Update docs/guide-import-zip.md

* Update docs/guide-install.md

* Update docs/guide-install.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-28 09:16:31 +02:00
Clemens Prill
68559e685b
added documentation for Database util (#3661)
* added documentation for Database util

* grammar fixes

Co-authored-by: g-back <27279305+g-back@users.noreply.github.com>

* fixed typo

* further improvements regarding expression/wording

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

* Added clarification on deletion use case

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>

Co-authored-by: g-back <27279305+g-back@users.noreply.github.com>
Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-28 09:14:33 +02:00
AlexandreHT
0320192c96
Update guide-import-zip.md (#3663)
* Update guide-import-zip.md

Update needed because:
- UI for offline import have changed (Pull button)
- I detailed the different ways to run abapGit depending on the flavour of the abapGit installed
- I followed guidelines found in https://developers.google.com/tech-writing (which is an amazing (and short) open class on technical writing. I believe that large screenshot tend to confuse a step by step procedure (+ UI tends to change quicker than doc). Yet if you feel like screenshot are needed I can add those.

* Update docs/guide-import-zip.md

* Update docs/guide-import-zip.md

* Update docs/guide-import-zip.md

* Update docs/guide-import-zip.md

* Update docs/guide-import-zip.md

* Update docs/guide-import-zip.md

Co-authored-by: Frederik Hudák <frederik.hudak@sap.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-27 09:45:30 +02:00
AlexandreHT
594e4db5ad
Update guide-install.md (#3596)
Hello, 
I took the opportunity a a fresh abapGit install to update installation procedure. I only use offline import so I may have misunderstood some part of the online install.
BR, 
Alexandre

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-23 14:56:30 +02:00
Jaime Rodriguez Capote
f9b98190f1
Changelog documentation (#3583)
* Create guide-changelog.md

* Rename docs/collections/guide-changelog.md to docs/collections/_development/guide-changelog.md

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-05 18:04:19 +02:00
Alexander Tsybulsky
6fe168640c
Html form improvements and docs (#3582)
* auto id

* fix html validation (form in ul)

* form groups

* move colors to theme

* docs for html form component

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-07-05 17:57:45 +02:00
Lars Hvam
020780d597
docs: installation, add line break (#3520) 2020-06-18 14:40:25 +02:00
Marc Bernard
1bdd2cdc46
Fix icon display in docs (#3517)
Icons showed on github.com but not on docs.abapgit.org
2020-06-16 21:27:52 +02:00
Marc Bernard
cbf626fa3b
Updated documentation for repo settings & icons (#3499)
* Completed to-dos 

- Updated abapgit.xml example
- Completed missing docu for local settings

* screenshots

* screenshots

* Delete repo_settings_local.png

* screenshots

* Delete repo_settings_local.png

* screenshots

* screenshots

* Combine write-protect setting

* Merged to repo settings

* screenshots

* screenshots

* merged to repo settings

* merged to repo settings

* Adding details

* Added links

* links

* icons

* icons

* icons

* icons

* icons

* icons

* icons

* Update ref-icons.md

* icons

* icons

* Update docs/ref-dot-abapgit.md

Co-authored-by: Lars Hvam <larshp@hotmail.com>

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-06-16 20:50:32 +02:00
Jaime Rodriguez Capote
06556f132b
Update other-where-used.md (#3502)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-06-14 20:20:53 +02:00
Marc Bernard
6e12e1e0f4
Fixed links in documentation (#3500)
* Fix links

* Fix links

* Fix links
2020-06-14 20:04:41 +02:00
Lars Hvam
007992248b
security documentation (#3491) 2020-06-13 09:32:57 +02:00
Rakshith Gore
256fdbeec4
Update ref-exits.md (#3481)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-06-10 17:27:30 +02:00
Clemens Prill
a94e8902bb
Further clarification on Check Variants (#3470) 2020-06-08 06:01:26 +02:00
ed-holland
4bc2e2c0ad
Update doc to reflect functionality (#3466)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-06-07 11:51:38 +02:00
Gregor Wolf
5fcf121ae0
Adjust install/upgrade guide to use upload (#3448) 2020-06-03 18:19:22 +02:00
ed-holland
c674e17de8
Updated Proxy Documentation (#3436)
* Updated documentation to include the local bypass maintenance

* Updated documentation to include the local bypass maintenance

* croped borders

Co-authored-by: Ed Wenmakers <ed.wenmakers@redwood.com>
2020-05-29 10:06:21 +02:00
Alexander Tsybulsky
5c4c0b882e
Gui refactoring - part 5 (#3403)
* refactor mi_gui_services to getter

* zif_html->set_title (for debug of postponed parts)

* add set_title to all postponed parts

* gui optional rollback on error

* forgotten gui_services call

* docs

* remove gui_page redirect #3404

* forgotten html~set_title in hotkey class

also renamed render_js_part into render_scripts for unification and reuse register_deferred_script - this is why I lost it int the first place

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-05-24 10:42:06 +02:00
Lars Hvam
66ca33b03e
docs: another blog by Marcello (#3397) 2020-05-23 11:50:02 +02:00
Lars Hvam
0dcc6af897 docs, formatting 2020-05-15 14:02:09 +02:00
Lars Hvam
69bd4efd45
docs: update ref-supported (#3339) 2020-05-04 11:36:56 +02:00
Christian Günter
5234a25c35
DTDC: Dynamic Cache (#3335)
* DTDC: Dynamic Cache

* Update ref-supported.md

Co-authored-by: Christian Günter <christian.guenter@emineo.ch>
2020-05-02 17:04:08 +02:00
Christian Günter
2d991b2315
DRUL: Dependency Rule (#3336)
* DRUL: Dependency Rule

* Update ref-supported.md

Co-authored-by: Christian Günter <christian.guenter@emineo.ch>
2020-05-02 17:01:00 +02:00
Christian Günter
1f536b3225
SRVD: Service Definition (#3329)
* SRVD: Service Definition

* Update ref-supported.md

* cleanup

* change file extension to assrvd

Co-authored-by: Christian Günter <christian.guenter@emineo.ch>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-05-02 16:39:31 +02:00
Lars Hvam
fd58672bc3
docs: link text (#3326) 2020-05-02 16:30:09 +02:00
Christian Günter
02b208487c
AMSD: Logical Database Schema (#3337)
* AMSD: Logical Database Schema

* Update ref-supported.md

Co-authored-by: Christian Günter <christian.guenter@emineo.ch>
2020-05-02 16:26:14 +02:00
Christian Günter
eacfe8a2b7
BDEF: Behaviour Definition (#3331)
* BDEF: Behaviour Definition

add transport handling

* Update ref-supported.md

* refactor

* remove DDLS activation

Co-authored-by: Christian Günter <christian.guenter@emineo.ch>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-05-02 16:15:55 +02:00
Christian Günter
e2b64d83c6
SRVB: Service Binding (#3330)
* SRVB: Service Binding

* cleanup

* Update ref-supported.md

* Update ref-supported.md

Co-authored-by: Christian Günter <christian.guenter@emineo.ch>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-05-02 16:07:12 +02:00
abapChaoLiu
90bf633b8f
Add support to object OA2P - OAuth2 Profile (#3302)
* add support to object OA2P - OAuth2 Profile

* remove some comments

* fix abaplint errors

* docs: OAP2 supported

* Update ref-supported.md

* Update .abapgit.xml

* remove system specific information in SERIALIZE()

* Add support to method JUMP()

* Avoid manipulating DB tables directly

* fix abapLint errors

* fix abapLint errors

* fix abapLint error

* code object and APIs dynamically

Co-authored-by: Chao Liu <abapChaoLiu@gmail.com>
Co-authored-by: Lars Hvam <larshp@hotmail.com>
Co-authored-by: Christian Günter <christianguenter@googlemail.com>
2020-04-26 09:00:56 +02:00
larshp
04598d4746 readme, update screenshot 2020-04-26 08:47:52 +02:00
Rakshith Gore
b0d54f97e3
STVI, Transaction variants (#3307)
* Screen Variants Support

* Update package.devc.xml

* Checks Corrected

* Package Description Change

* Transaction Variant Supported

* Delete zcl_abapgit_object_stvi.clas.xml

* Delete zcl_abapgit_object_stvi.clas.abap

* Transaction Variants Supported

* Checks Corrected

* Clean Code

* Handle User Details

* Delete zcl_abapgit_object_scvi.clas.abap

Delete Conflicting files

* Delete zcl_abapgit_object_scvi.clas.xml

Deleting conflicting files

* docs, STVI, Transaction variant

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-04-23 07:09:51 +02:00
Rakshith Gore
f0641a7292
SCVI: Screen Variants Support (#3306)
* Screen Variants Support

* Update package.devc.xml

* Checks Corrected

* Package Description Change

* Transaction Variant Supported

* Delete zcl_abapgit_object_stvi.clas.xml

* Delete zcl_abapgit_object_stvi.clas.abap

* Clean Code

* Handle User Details

* docs, SCVI supported

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2020-04-22 07:29:26 +02:00
sandraros
4fa528f33a typo .apack-mainfest.xml -> .apack-manifest.xml 2020-04-21 17:14:11 +02:00
Clemens Prill
2dec262191 enhanced Code Inspector/ATC support documentation 2020-04-16 06:55:33 +02:00
ThomasPloski
e9b4c98b96
Update of descriptions of particular interface methods (#3298) 2020-04-09 07:50:16 +02:00
Jaime Rodriguez Capote
27ac61e95d
Apack dependencies (#3285)
* Support APACK dependencies

Check installed apack package dependencies for current repository
Display a popup with dependencies

* abaplint checks

* abaplint checks

* abaplint checks

* Popup only when dependency not met

* abaplint checks

* abaplint checks

* Optimization

* abaplint checks

* abaplint checks

* Fix typo "dependeNcies"

* Remove address from dependency check

* Dependencies popup title

* Dependencies popup enhanced

* EXCEPTION column replacing MET
* Enable Git URL hiperlink

* APACK doc - Version dependency support

* Dependencies version check support

* abaplint checks

* abaplint checks

* Version utils

* fix syntax warning

* move set_dot_apack to protected

Co-authored-by: larshp <larshp@hotmail.com>
2020-04-05 08:57:59 +02:00
Lars Hvam
7cb9617cf7
docs: another blog by Marcello (#3284) 2020-03-31 17:22:09 +02:00
Jaime Rodriguez Capote
7f6fd532ee
Update guide-ssl-setup.md (#3282)
Set parameter icm/HTTPS/client_sni_enabled = TRUE
2020-03-31 17:07:27 +02:00
Lars Hvam
01c9cae6a0
docs: update supported, add AREA (#3278) 2020-03-29 14:04:45 +02:00
Lars Hvam
bec46bd0dc docs: deserialization sequence
ref https://github.com/larshp/abapGit/issues/3162#issuecomment-576024332
2020-03-29 14:01:20 +02:00
Lars Hvam
8272061022 docs: serializers, mention abapGit-tests organization 2020-03-26 10:52:47 +01:00
Eduardo Ferrari Copat
b96b058a3c
Undo broken links (#3245)
abapGit documentation is in HTML, not in markdown. Last commit broke the abapgit.org docs.
2020-03-08 17:40:38 +13:00
Eduardo Ferrari Copat
4a019b1860
Fix broken links (#3243) 2020-03-07 15:46:51 +13:00
Lars Hvam
8de9935dbc
docs: Explain the effect of the "remove" button #3241 (#3242)
* Explain the effect of the "remove" button. #3241

* Update guide-online-uninstall.md
2020-03-05 11:08:00 +01:00
Jaime Rodriguez Capote
3e64854e56
Update ref-namespaces.md (#3238) 2020-03-04 13:43:46 +01:00
Jaime Rodriguez Capote
2ca3a3da91
CHDO change document object #802 (#3207)
* Support for CHDO

* Remove dependency from GENERIC

* Skip gen. objects by CHDO

* abaplint checks

* Moved filter to zcl_abapgit_repo

* Adjusted filter logic

* Delete unused methods

* Extract apply filter methods

New class zcl_abapgit_repo_filter generated with apply filter methods

* docs: update supported with CHDO

* Clear serialization fields

* Set package at deserialize

* Check errors at deserialize
2020-03-04 06:29:31 +01:00
Lars Hvam
36199a3166 docs: add link to blog 2020-02-27 10:52:09 +01:00
Lars Hvam
0f49c48953 docs: fix 2020-02-02 12:25:59 +01:00
Lars Hvam
e8f54a99e2 docs: add link to blog 2020-01-30 23:17:45 +01:00
Christian Günter
78980f2d25 Update ref-supported.md 2020-01-19 14:24:27 +01:00
mariusraht2
71b3b0b5e0 Issue 3112: +Online instead of +Clone Button (#3115)
* Create pull.yml

* Update zcl_abapgit_git_transport.clas.abap

* Update zcl_abapgit_git_transport.clas.abap

* Update pull.yml

* Delete pull.yml

* Updated images

* Update guide-moving-package.md

* Add files via upload

* Add files via upload

* Delete existing_package.png

* Add files via upload

* Delete existing_package.png

* Add files via upload
2019-12-11 06:47:13 +01:00
Paweł Wiejkut
0b5b1b60df InfoObject support (#3058)
* InfoObject support

* Checks fixes

* Code corrections - return and lock check

* Check fix

* addend infoobjects information

* transport and package support

* check fix

* Update ref-supported.md

* metadata change

* Transport fixes
2019-11-27 06:23:54 +01:00
Lars Hvam
038fa05d6d docs: add right click hint, #2984 2019-11-21 16:31:08 +01:00
Lars Hvam
191916e94a docs: add link to microsoft video 2019-11-21 06:16:31 +01:00
Lars Hvam
f376b16d32
update installation guide, add note regarding local package (#3057) 2019-11-12 11:09:24 +01:00
Christian Günter
83a781e1d7 IWVB: SAP Gateway Business Suite Enablement -Vocab (#3049) 2019-11-12 11:03:04 +01:00
Lars Hvam
3776ac353a
Get all branches, including pull request refs (#3031)
* update example for listing branches

* do not ignore any branches

* add new get_all method

* Update zcl_abapgit_git_branch_list.clas.testclasses.abap
2019-11-06 09:51:34 +01:00
Johan Wigert
8afae40c7e Update other-articles-and-presentations.md
The presentation is not only on abapGit, but also on SAP Style guides and abapOpenCheck. Feel free to decline the PR if you think it is not a good fit.
2019-11-06 04:23:43 +01:00
Johan Wigert
c86061a12c Added a customer using abapGit 2019-11-05 07:47:10 +01:00
Christian Günter
c99ff03253 FTGL: feature toggle (#3004)
* FTGL: feature toggle

* update ref-supported

* Update ref-supported.md
2019-10-27 08:46:57 +01:00
Lars Hvam
1101e91b40
docs: add IAXU as supported (#3000) 2019-10-25 06:56:03 +02:00
Christian Günter
b7d0f2115e SMTG: OM: Email Template implementation (#2976) 2019-10-15 22:32:03 -07:00
Alex
934b3635dd Updated contributing.md
Provided a hint for syncing an old fork
2019-10-08 23:32:11 -07:00
Lars Hvam
d7fd8af1d5
docs: add anchored links, closes #2756 (#2951) 2019-10-07 22:48:28 -07:00
Andrew Barnard
98ca315dac UENO: Entity Type Implementation (#1906) (#2911)
* UENO: Entity Type Implementation (#1906)

* Resolve ABAPlint issues

Resolve ABAPlint issues

* UENO - Use zcl_abapgit_objects_generic

Removal of many unnecessary methods due to use of zcl_abapgit_objects_generic
2019-09-18 22:02:35 -07:00
h13m9
880f6a8b28 Add information about support for INTF objects 2019-09-12 05:08:05 -07:00
Alexander Tsybulsky
739b14ab6a Command palette: Git actions (#2908)
* enumerateToolbarActions

* command prefix

* docs
2019-09-09 21:34:30 -07:00
Christian Günter
780856c212 PERS: Personalization object implementation (#2905)
* PERS: Personalization object implementation

* Update ref-supported.md
2019-09-08 00:25:05 -07:00
Sebastian Wolf
e5e63e089b APACK: Introduce versioned dependencies (#2894)
* APACK: Introduce versioned dependencies

* APACK: Make docs more precise wrt support
2019-08-29 00:53:09 -07:00
hf-kklein
ffb832a4ff fix URL formatting, add note on **api**.github.com certificates (#2886)
* fix URL formatting, add note on private repos & certificates

* fix TLS / TSL typo

* clarify when api.github.com certificates are needed

according to https://github.com/larshp/abapGit/pull/2886#discussion_r316257182
2019-08-21 22:29:40 -07:00
Lars Hvam
d19ce7c4e3
docs: add link to blog by Frederik Hudak (#2878) 2019-08-19 21:39:34 -07:00
Lars Hvam
8696cd9b0d docs: add link to APACK presentation 2019-08-19 21:28:40 -07:00
Lars Hvam
563ed2b799
docs: add link to new blog post (#2872) 2019-08-16 02:11:25 -07:00
Lars Hvam
39f850bc8b
docs, update supported (#2857)
* add unsupported types FUGR + FUGX #2851

* and the gateway stuff is supported
2019-08-08 01:26:14 -07:00
Fabian Lupa
f14be4d559 Allow horizontal scrolling in docs code blocks (#2856) 2019-08-07 21:34:21 -07:00
Alexander Tsybulsky
d1c266c3fc ui docs (#2774) 2019-07-12 01:53:33 -07:00
Lars Hvam
ce84d2455f
additional gateway support (#2771)
* additional gateway support

* Update ref-supported.md
2019-07-07 23:38:55 -07:00
Frederik Hudák
6a25e45d8f
Improvements to contribution guidelines (#2728) 2019-06-07 20:19:27 +02:00
Lars Hvam
69f9beee83
docs: ssl guide headings added 2019-05-31 07:26:27 +02:00
Lars Hvam
f5b19dd9e1
docs: link the links 2019-05-31 07:17:12 +02:00
TimoJohn
7c104aa443 Update other-where-used.md 2019-05-27 07:43:58 -07:00
Lars Hvam
35393675e1
docs: supported, add odata v4, #2704 2019-05-26 12:37:14 +02:00
Damir Majer
1a87f22a16 Update other-where-used.md
Added majcon as company and consultancy which uses abapgit
2019-05-21 07:19:02 -07:00
Lars Hvam
b5c45eebe5
docs: add link to Microsoft presentation 2019-05-10 07:29:54 +02:00
Lars Hvam
3217ef2348
docs: add link 2019-05-06 20:05:47 +02:00
Lars Hvam
5bfbe8d97d
docs: add link in supported 2019-04-30 07:36:26 +02:00
Lars Hvam
2b7bb5da38
docs: fix links 2019-04-22 13:26:30 +02:00
Lars Hvam
c9609b2ac6 docs: logos 2019-04-19 00:54:24 -07:00
Lars Hvam
61a34f978d
docs: fix 2019-04-17 15:04:46 +02:00