diff --git a/.abapgit.xml b/.abapgit.xml index 729fe535c..fd77f77a1 100644 --- a/.abapgit.xml +++ b/.abapgit.xml @@ -12,6 +12,7 @@ /README.md /package.json /changelog.txt + /.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..e69de29bb diff --git a/.travis.yml b/.travis.yml index c5f4c7caf..e14ecf6b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: node_js node_js: - - "6" + - "8" notifications: email: false deploy: diff --git a/README.md b/README.md index 05f1472e0..77b3d8ce7 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Works with: [GitHub](https://github.com/), [GitLab](https://gitlab.com/), [Assem ABAP Version: 702 or higher -Latest build: [zabapgit.abap](http://larshp.github.io/abapGit/build/zabapgit.txt) +Latest build: [zabapgit.abap](https://raw.githubusercontent.com/larshp/abapGit/build/zabapgit.abap) ## Design Goals ## - Easy installation @@ -19,9 +19,9 @@ Latest build: [zabapgit.abap](http://larshp.github.io/abapGit/build/zabapgit.txt - Code readable in git repository ## Documentation/Guides ## -See [Wiki](https://github.com/larshp/abapGit/wiki/) +http://larshp.github.io/abapGit/ ## FAQ ## For questions/comments/bugs/feature requests/wishes please create an [issue](https://github.com/larshp/abapGit/issues) -![abapgit](https://github.com/larshp/abapGit/wiki/img/abapgit_1_17_17.png) +![abapgit](https://github.com/larshp/abapGit/wiki/img/abapgit_1_33_3.png) diff --git a/changelog.txt b/changelog.txt index 9b1b30e73..fb6f3f255 100644 --- a/changelog.txt +++ b/changelog.txt @@ -8,6 +8,55 @@ Legend + : added - : removed +2017-06-10 v1.37.2 +------------------ +* fixed unit tests +* fixed dump when calling branch overview page + +2017-06-07 v1.37.1 +------------------ +* WDYN package popup +* SHI3 diffs + +2017-06-03 v1.37.0 +------------------ ++ FORM support +* minor performance fixes +! XML format changed, initial tables omitted + +2017-05-17 v1.36.1 +------------------ +* fixed problem regarding translated texts, PROG I18N_TPOOL + +2017-04-23 v1.36.0 +------------------ ++ DCLS support ++ STYL support + +2017-04-23 v1.35.1 +------------------ +* DDLS jump +* XLST jump +* WAPA jump +* WAPA extra XML fields +! abapGit news announcements(only online) + +2017-04-20 v1.35.0 +------------------ ++ SAMC support ++ SAPC support + +2017-04-15 v1.34.0 +------------------ ++ WAPA support ++ display abapGit changelog in abapGit +* bugfix nested namespace folders + +2017-03-24 v1.33.3 +------------------ +* fix dump in transport to branch +* fix dump in migration of .abapgit.xml to local state + 2017-03-23 v1.33.2 ------------------ * fix Microsoft TFS zlib decompression error diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 000000000..c0baf81dd --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,3 @@ +.jekyll-metadata +_site +Gemfile.lock diff --git a/docs/404.md b/docs/404.md new file mode 100644 index 000000000..ae6b88aa0 --- /dev/null +++ b/docs/404.md @@ -0,0 +1 @@ +404, not found, abapGit diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 000000000..37f5eaa42 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,2 @@ +source 'https://rubygems.org' +gem 'github-pages', group: :jekyll_plugins diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 000000000..6bb065971 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,9 @@ +title: abapGit Docs +keep_files: [explore.html, repos.json] +highlighter: rouge +defaults: + - + scope: + path: "" # an empty string here means all files in the project + values: + layout: "default" diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html new file mode 100644 index 000000000..42b73ac53 --- /dev/null +++ b/docs/_includes/footer.html @@ -0,0 +1,8 @@ +