CSS Sliding menu with scroll, no JS were used
Inspired from http://dribbble.com/shots/1475032-FlightTracker by ChuanΒ²
A Pen by Fabrice Lejeune on CodePen.
This proposal is for Gearpump end-to-end integration test. For more information, please track issue 1243.
Gearpump has some integration tests. But tests are frequently failed on Travis-CI by unrelated reasons. So currently, the integration tests are performed manually and spontaneously. The test effort is very high and not plausible. With the increase of project complexity, any sightly code change might break the build, if we do not test the build entirely. The major challenge of creating automated integration tests is to setup a "Gearpump on Hadoop cluster" (AUT, application under test) in an easy way.
TL;DR: Create a scalable Gearpump cluster using Docker.
html, body { | |
font-family: "Source Sans Pro", "Microsoft JhengHei", "Roboto", "Arial", "Lucida Grande", sans-serif; | |
} | |
code, pre { | |
font-family: "Source Code Pro", monospace; | |
} | |
html, body { font-size: 15px } | |
small, .small { font-size: 13px } |
#!/usr/bin/env bash | |
# Licensed under the Apache License, Version 2.0 (the | |
# "License"); you may not use this file except in compliance | |
# with the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software | |
# distributed under the License is distributed on an "AS IS" BASIS, |