Skip to content
This repository has been archived by the owner on Mar 8, 2021. It is now read-only.

xamarin/mono-test-results

development
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
ts
 
 
 
 
 
 
 
 
 
 

Human readable display of Mono Jenkins logs.

To set up this project, run:

npm install -g typescript
make npm

Then to build, run:

make

Site will be installed into install/. Open install/index.html in a web browser.

To test:

  • Because of a web browser security feature called CORS, the files from Jenkins this web app loads can only be loaded if the app is being served from jenkins.mono-project.com. This means if you want to test the app locally, you will need to disable CORS temporarily. I suggest using the CORS toggle plugin for Chrome.

  • Adding #!debug to the URL will run in a debug mode which prints verbose information to the js console.

Project structure

The project consists of a set of TypeScript files in ts/ and a set of html and resource files in static/. There is a Makefile which compiles the TypeScript into JavaScript and copies this, plus the static files, into the install/ directory. The HTML files contain JavaScript snippets which configure each individual page by setting constants before the JavaScript files are loaded.

Licensing

The icons currently being used are from [https://www.iconfinder.com/iconsets/32x32-free-design-icons] and under that license if we post this publicly we have to include a link to [http://www.aha-soft.com/].

The throbber is from http://preloaders.net/ and has no license restrictions.

The Javascript libraries have licenses which mandate attribution:

About

CI visualizer for the Mono project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published