All Projects → abaplint → abaplint-sci-server

abaplint / abaplint-sci-server

Licence: MIT License
Node backend application for running abaplint on ABAP

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to abaplint-sci-server

swift-buildpack
IBM Cloud buildpack for Swift
Stars: ✭ 33 (+120%)
Mutual labels:  cloud-foundry
logsearch-boshrelease
A BOSH-scalable ELK release
Stars: ✭ 45 (+200%)
Mutual labels:  cloud-foundry
bluechatter
Deploy & Scale a chat app using Cloud Foundry, Docker Container and Kubernetes
Stars: ✭ 64 (+326.67%)
Mutual labels:  cloud-foundry
cf exporter
Cloud Foundry Prometheus Exporter
Stars: ✭ 21 (+40%)
Mutual labels:  cloud-foundry
cf-butler
My purpose in life is to cleanup stale apps and services on a Cloud Foundry foundation. I can be configured to report on and remove orphaned services and stopped app instances older than a configurable duration. I do many other useful things too.
Stars: ✭ 31 (+106.67%)
Mutual labels:  cloud-foundry
cf-workshop
Cloud Foundry Workshop
Stars: ✭ 36 (+140%)
Mutual labels:  cloud-foundry
vault-boshrelease
No description or website provided.
Stars: ✭ 29 (+93.33%)
Mutual labels:  cloud-foundry
btp-full-stack-typescript-app
A sample project to demonstrate how to implement a full-stack app with SAP Cloud Application Programming Model, plus SAPUI5 and TypeScript.
Stars: ✭ 27 (+80%)
Mutual labels:  cloud-foundry
cds-pg
PostgreSQL adapter for SAP CDS (CAP)
Stars: ✭ 84 (+460%)
Mutual labels:  cloud-foundry
cloud-bulletinboard-ads
This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Stars: ✭ 75 (+400%)
Mutual labels:  cloud-foundry
cloud-cf-helloworld-nodejs
A "Hello World" application for Cloud Foundry using a simple RESTful API in Node.js with persistency in PostgreSQL and SAPUI5 UIs.
Stars: ✭ 45 (+200%)
Mutual labels:  cloud-foundry
cloud-native-workshop
1 day workshop to learn Spring Boot + Spring Cloud + Pivotal Cloud Foundry
Stars: ✭ 37 (+146.67%)
Mutual labels:  cloud-foundry
bluemix-go
Go library for accessing the Bluemix API
Stars: ✭ 37 (+146.67%)
Mutual labels:  cloud-foundry
bosh-softlayer-cpi-release
An external BOSH CPI for the SoftLayer cloud written in Golang
Stars: ✭ 14 (-6.67%)
Mutual labels:  cloud-foundry
cloud-service-broker
OSBAPI service broker that uses Terraform to provision and bind services. Derived from https://github.com/GoogleCloudPlatform/gcp-service-broker
Stars: ✭ 54 (+260%)
Mutual labels:  cloud-foundry
paas-docker-cloudfoundry-tools
No description or website provided.
Stars: ✭ 30 (+100%)
Mutual labels:  cloud-foundry
Fiori-for-iOS-Roadshow-2019
A collection of materials for the joined SAP and Apple Roadshow event.
Stars: ✭ 12 (-20%)
Mutual labels:  cloud-foundry
Security
ASP.NET Security Providers for CloudFoundry
Stars: ✭ 27 (+80%)
Mutual labels:  cloud-foundry
Home
This is the old home for the Steeltoe project. Please refer to the SteeltoeOSS/steeltoe repository moving forward.
Stars: ✭ 49 (+226.67%)
Mutual labels:  cloud-foundry
heroku-buildpack-deno
Heroku Buildpack for Deno
Stars: ✭ 72 (+380%)
Mutual labels:  cloud-foundry

abaplint SCI Server

This project enables abaplint to be run in the context of SAP Code Inspector (SCI), allowing immediate feedback to the ABAP developers in their standard editor, SE24 / SE80 / SE38 / ABAP in Eclipse. And also works seamlessly with other places where the code inspector is triggered like ABAP Test Cockpit (ATC).

Overview

The integration requires two parts: The abaplint Server (this project) and the abaplint Client. When performing code checks through one of the supported editors or transactions, the abaplint Client will collect the necessary objects and dependencies and send them to the abaplint Server to be processed. The server responds with all of the abaplint findings, which are displayed like any other check results in the SAP tools.

Components

Important: The code under test leaves your ABAP system! Be sure to use a secure and controllable abaplint Server. For a test, you might use the common server at http://sci.abaplint.org/ (but please don't post any proprietary code).

Deployment Options

The server is provided as a NodeJs application and Docker image. It can therefore be deployed in several ways, for example:

  • Using SAP Cloud Foundry
  • Using Docker On-premise
  • Using Azure Container Instance
  • Using Kyma
  • Using Helm

See Deployment Options

Homepage

The homepage of your server will show the abaplint version, some details about the server environment, and a list of the most recent abaplint API requests.

abaplint Server homepage

Development Notes

Docker Development Notes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].