Skip to content
Snippets Groups Projects
Martin Lowe's avatar
Martin Lowe authored
This may be causing some of our stability issues upstream with accounts
as the pipe gets overloaded and fails over.

Resolves #122
c4145996
History

eclipsefdn-profile-api

This API fetches Eclipse profile data

Getting started

Requirements

  • Docker
  • mvn
  • make
  • yarn
  • Java 11 >

Setup

Additional setup instructions will be added as the project develops.

Build and Start Server

make compile-start

Live-coding Dev Mode

make dev-start

Generate Spec

make compile-test-resources

Running Tests

mvn test

Render a Live UI Preview of the API Spec

make start-spec

Contributing

  1. Fork the eclipsefdn-profile-api repository
  2. Clone repository git clone https://gitlab.eclipse.org/[your_eclipsefdn_username]/eclipsefdn-profile-api.git
  3. Create your feature branch: git checkout -b my-new-feature
  4. Commit your changes: git commit -m 'Add some feature' -s
  5. Push feature branch: git push origin my-new-feature
  6. Submit a merge request

Declared Project Licenses

This program and the accompanying materials are made available under the terms of the Eclipse Public License v. 2.0 which is available at http://www.eclipse.org/legal/epl-2.0.

SPDX-License-Identifier: EPL-2.0