Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-15Merge branch 'patch-2' into 'master' Rémy Coutable
use plain shell See merge request !3509
2016-12-06Use `--extended-regexp` in lint-doc for compatibility with Darwin grepRobert Speicher
2016-11-18Remove bashism from scripts/prepare_build.shNick Thomas
2016-10-16Convert CHANGELOG to MarkdownRobert Speicher
All this does is convert the version sections into headers. The list items shouldn't really be indented by two spaces, but it makes no difference to the rendering and this way we retain authorship history for the actual changes. Related to https://gitlab.com/gitlab-org/release-tools/merge_requests/29
2016-09-30Use custom Ruby images to test buildsKamil Trzcinski
It allows us to remove redundant steps of installing required dependencies for every build.
2016-09-28Reduce output to the build logZ.J. van de Weg
2016-09-19Add linting for duplicate CHANGELOG versions (!6039)winniehell
2016-08-15Used phantomjs variablePhil Hughes
2016-08-13Update phantomjs linkAlfredo Sumaran
2016-08-13Used mirrored version on GitLabPhil Hughes
2016-08-13Fix file downloadingKamil Trzcinski
2016-08-13Install latest stable phantomjsKamil Trzcinski
2016-08-13Use new PhantomJS versionKamil Trzcinski
2016-08-09add linting script for documentationwinniehell
2016-07-21Introduce SimpleCovEnv singleton helper and use itGrzegorz Bizon
2016-07-21Patch SimpleCov to reuse code for coverage mergerGrzegorz Bizon
2016-07-21Use simplecov 0.12.0 which fixes merging test resultsKamil Trzcinski
2016-07-21Fix SimpleCov report mergingKamil Trzcinski
2016-07-21Update configuration of SimpleCovKamil Trzcinski
2016-07-21Use `scripts/merge-simplecov`Kamil Trzcinski
2016-06-13Cache only apt and ruby from vendorKamil Trzcinski
Since introduction of gitignore the vendor folder contains also gitignores which affects detection when to update a cache. We explicitly cache only apt and ruby folders.
2016-06-07Rerun failed spinach testsKamil Trzcinski
2016-06-07Use ruby:2.1 and ruby:2.2 imagesKamil Trzcinski
2016-06-04Use gitlab-build-images for precache some of the dependenciesKamil Trzcinski
2016-06-03Merge knapsack reports and upload them to external serverKamil Trzcinski
2016-04-19Fix prepare build execution in docker environmentTomasz Maczukin
2016-04-03use plain shell Elan Ruusamäe
no bashism detected here
2016-03-09Retry bundler and apt-getKamil Trzcinski
2016-03-09Fix script errorKamil Trzcinski
2016-03-09Retry apt-get installation and bundle installKamil Trzcinski
2016-02-18Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into ↵James Lopez
feature/slack-notifications-on-ci # Conflicts: # .gitlab-ci.yml
2016-02-10Use caching, instead of haxxy /cacheKamil Trzcinski
2016-02-05removed slack task and added bash script instead. Updated gitlab-ci config fileJames Lopez
2016-01-25Install unzip in build environment [ci skip]Kamil Trzcinski
2016-01-23Forcefully install apt packagesKamil Trzcinski
2016-01-22Speed-up docker based buildsKamil Trzcinski
Enable to: - Use APT cache - Use Bundler cache - Use PhantomJS cache
2015-11-29Test using a 1.9.8 phantomjs version built with fpmAchilleas Pipinellis
https://gitlab.com/axil/phantomjs-debian
2015-11-29Update phantomjs to 2.0.0Achilleas Pipinellis
* Version 1.9 was removed from upstream Debian repos
2015-08-26Groundwork for merging CI into CEDouwe Maan
2015-06-25Added missing packages required by docker buildsKamil Trzcinski
2015-06-19Set build preparation script as executable.Marin Jankovski
2015-06-18Move prepare_build script to scripts dir.Marin Jankovski