Commit Graph

2061 Commits

Author SHA1 Message Date
larshp
369f86aef0 ignore code of conduct 2017-10-25 04:52:53 +00:00
Eduardo Ferrari Copat
f55fecb4c9 Merge pull request #1009 from EduardoCopat/community-guidelines
Community guidelines
2017-10-23 08:22:48 -02:00
Eduardo Ferrari Copat
190ac727dd Delete ISSUE_TEMPLATE.md 2017-10-23 08:21:15 -02:00
Eduardo Ferrari Copat
ae5269e91d Delete PULL_REQUEST_TEMPLATE.md 2017-10-23 08:21:10 -02:00
Lars Hvam
e5c367eaaf Merge pull request #1019 from sbcgua/doc-meta
Docs: remove repeating abapGit, add meta tags
2017-10-22 12:26:57 +02:00
Alexander Tsybulsky
a16d35fbc0 #1018 docs: remove repeating abapGit, add meta tags 2017-10-22 13:08:32 +03:00
Lars Hvam
d52068eda9 v1.47.0 2017-10-22 11:16:39 +02:00
larshp
169c347874 v1.47.0 2017-10-22 09:15:38 +00:00
Lars Hvam
e0b798ca0d Merge pull request #1017 from sbcgua/stage-filter-author
Stage can filter by username now
2017-10-22 09:37:23 +02:00
Lars Hvam
bdc0863d7e docs: add link to Cluj slides 2017-10-22 09:31:39 +02:00
Alexander Tsybulsky
6383326d92 #1014 stage can filter by username now 2017-10-21 18:34:26 +02:00
Eduardo Ferrari Copat
4b914f9cef Update CODE_OF_CONDUCT.md 2017-10-16 17:31:46 -02:00
Eduardo Ferrari Copat
a44f58013c Rename issue_template.md to ISSUE_TEMPLATE.md 2017-10-16 17:31:25 -02:00
Eduardo Ferrari Copat
9c3b3056c7 Create PULL_REQUEST_TEMPLATE.md 2017-10-16 17:29:44 -02:00
Eduardo Ferrari Copat
63aa08c651 Create issue_template.md 2017-10-16 17:29:05 -02:00
Eduardo Ferrari Copat
5707d33cfe Create CODE_OF_CONDUCT.md 2017-10-16 17:27:34 -02:00
Lars Hvam
a228f701a6 Merge pull request #1006 from thomas-erdoesi/issue_1005
Issue 1005: Function include naming
2017-10-16 19:22:42 +02:00
Thomas Erdösi
af06a83eb9 Issue 1005: Function include naming
When deserializing functions, the corresponding include name is generated by SAP coding and may not match the include name from the original system. This difference is then considered as a local modification. Excluding the include name of the function from the serialized information would solve the issue.
2017-10-16 10:35:26 +02:00
Lars Hvam
d05df1ae8e v1.46.0 2017-10-15 12:33:49 +02:00
larshp
b184988e56 v1.46.0 2017-10-15 10:32:44 +00:00
Lars Hvam
4ca42b5bd8 docs: IAMU supported 2017-10-15 12:23:35 +02:00
Lars Hvam
1bf9499e7f Merge pull request #1001 from christianguenter2/Issue_1000
Unambiguous error messages for invalid package
2017-10-15 12:22:31 +02:00
Lars Hvam
e9c6a9222e Merge pull request #1002 from christianguenter2/IAMU
IAMU - Language-Independent IAC Binary Data
2017-10-15 12:19:03 +02:00
Christian Günter
ecd53306a0 Remove unnecessary try catch block 2017-10-15 09:41:29 +00:00
Lars Hvam
b3f4773fed update link to docs 2017-10-15 11:29:47 +02:00
Lars Hvam
1a3d2badf7 update link to docs 2017-10-15 11:28:55 +02:00
Lars Hvam
ab5001a35a Create CNAME 2017-10-15 11:26:35 +02:00
Christian Günter
a052106e28 Refactoring 2017-10-14 14:12:44 +00:00
Christian Günter
453b557581 IAMU first working implementation 2017-10-14 12:18:34 +00:00
Christian Günter
e8d2e4582b Merge branch 'master' of https://github.com/larshp/abapGit into IAMU 2017-10-14 13:05:46 +02:00
Christian Günter
1a762f02be Unambiguous error messages for invalid package 2017-10-14 09:44:47 +00:00
Lars Hvam
f9e4db95a1 docs: SXCI supported 2017-10-14 11:23:02 +02:00
Lars Hvam
f481197b68 Merge pull request #993 from christianguenter2/SXCI
Support SXCI - Classic BAdI implementations
2017-10-14 11:22:21 +02:00
Christian Günter
779e16d16d Fix exception texts 2017-10-14 09:18:16 +00:00
Christian Günter
9ad651d27b Refactoring to one common structure + Renaming 2017-10-14 09:16:33 +00:00
Lars Hvam
fe8db40c5d add link to dotabap.org
and fix some markdown
2017-10-14 11:10:53 +02:00
Lars Hvam
0739589c25 Merge pull request #999 from larshp/abaplint
abaplint all files #976
2017-10-14 10:59:40 +02:00
Lars Hvam
3cd7150cb2 abaplint all files #976 2017-10-14 10:56:09 +02:00
larshp
32358d9931 raise exception 2017-10-14 08:53:15 +00:00
Lars Hvam
71869298e1 v1.45.0 2017-10-14 10:51:20 +02:00
larshp
0eae71e4b3 v1.45.0 2017-10-14 08:50:35 +00:00
Lars Hvam
0b4809de6d Merge pull request #996 from thomas-erdoesi/issue_995
Fix for issue #995: Handling of includes without textpools
2017-10-14 10:48:05 +02:00
Lars Hvam
dff09eab11 Merge pull request #998 from larshp/issue_994
2nd try, #994
2017-10-14 10:33:13 +02:00
larshp
8642da72df 2nd try, #994
make sure the remote files are loaded, not a nice fix, could use some refactoring
2017-10-14 08:30:23 +00:00
Christian Günter
0b99326451 Merge branch 'master' of https://github.com/larshp/abapGit into IAMU 2017-10-14 10:16:48 +02:00
Lars Hvam
8be6d988cc Merge pull request #997 from larshp/issue_994
fix status, #994
2017-10-14 10:12:51 +02:00
larshp
cff245aae7 fix status, #994
the default .abapgit.xml was used when calling status(), this caused the wrong local file state to be cached
2017-10-14 08:09:27 +00:00
Christian Günter
f9d5f0d73c Merge branch 'master' of https://github.com/larshp/abapGit into IAMU 2017-10-14 09:29:38 +02:00
Lars Hvam
4da7e4c8d4 docs: UCSA supported 2017-10-14 09:04:14 +02:00
Lars Hvam
175b88bf5c Merge pull request #989 from christianguenter2/UCSA
UCSA support
2017-10-14 09:02:17 +02:00