Web Interface for ReactOS CI services
Go to file
Victor Perevertkin e2049f1b31
Returned componentDidUpdate for Pulls and Commits
It broke page updates when switching between branches/pull states
2020-03-16 05:50:54 +03:00
client Returned componentDidUpdate for Pulls and Commits 2020-03-16 05:50:54 +03:00
server/routes/api Reworked tests/build status representation 2020-02-16 21:11:17 +03:00
.eslintrc.json Updated ESLint configuration to better match project's code style 2019-10-06 15:53:53 +03:00
.gitignore Updated .gitignore 2019-10-06 15:53:53 +03:00
app.js cleaning server code 2019-09-24 13:20:45 +05:30
config-Env updated Readme 2019-09-17 22:30:48 +05:30
package.json Testman integration (#4) 2019-08-15 18:45:23 +03:00
README.md changes #2 2019-09-29 23:02:05 +05:30
yarn.lock Bump acorn from 6.3.0 to 6.4.1 2020-03-16 02:39:30 +03:00

Developer Web Interface for ReactOS

About The Project


The Developer Web Interface for ReactOS is a web tool meant to support the development of ReactOS. The main goal of this project is to develop a platform for ReactOS developers to easily track Commits, Builds and Test details. The web Interface makes API calls to various endpoints of GitHub, BuildBot and Testman API and interrelates them and renders a simplified view of Commit, Build and Test details at one place.

Installation


git clone https://github.com/reactos/developer-web-interface.git
npm install
cd client && npm install

Create a .env file in root directory and include your GitHub API key ( check config-Env )

Run Application


In the root directory

npm run dev