summaryrefslogtreecommitdiff
path: root/tmp
Commit message (Collapse)AuthorAgeFilesLines
* Move Prometheus presentation logic to PrometheusTextPawel Chojnacki2017-06-021-0/+0
| | | | | | | | + Use NullMetrics to mock metrics when unused + Use method_missing in NullMetrics mocking + Update prometheus gem to version that correctly uses transitive dependencies + Ensure correct folders are used in Multiprocess prometheus client tests. + rename Sessions controller's metric
* Ensure prometheus_data_dir existsPawel Chojnacki2017-06-021-0/+0
|
* Add gitaly source installation instructionsJacob Vosmaer2017-03-211-0/+0
|
* Remove tmp/.gitkeep Lasse Schuirmann2015-10-041-0/+0
| | | | This file is obsolete since 5b4aba5f as it exists solely for the directory to exist.
* Make sure important directories exist in gitRobert Speicher2014-03-302-0/+0
| | | | | | | Ensures the following directories exist after a git clone: - public/uploads - tmp/pids - tmp/sockets
* Add tmp/.gitkeep file to ensure tmp folder exists on cloneRobert Speicher2012-09-041-0/+0
The install guide lists it as a requirement, so we might as well have it by default.