- Apr 08, 2013
-
-
Dmitriy Zaporozhets authored
-
- Mar 13, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
- Mar 10, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Mar 03, 2013
-
-
Dmitriy Zaporozhets authored
Added CI_SERVER* environment variables to build process.
-
Dmitriy Zaporozhets authored
-
- Feb 26, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Better encode
-
- Feb 25, 2013
-
-
Miguel Cabeça authored
-
Miguel Cabeça authored
The environment variable CI_SERVER can be used by the build process to switch some specific CI configuration, like this for example: ```ruby require 'rspec/retry' RSpec.configure do |config| config.default_retry_count = 3 if ENV['CI_SERVER'] end ``` The CI_SERVER_* variables were added for completeness.
-
Dmitriy Zaporozhets authored
Bringing CI_BUILD_REF environment variable into master
-
- Feb 24, 2013
-
-
Déja Augustine authored
-
- Feb 21, 2013
-
-
Dmitriy Zaporozhets authored
-
- Feb 19, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Added Rails Environment Relative URL
-
- Feb 18, 2013
-
-
Dmitriy Zaporozhets authored
CI skip with [ci skip] tag. Moved to master
-
Yury Lebedev authored
-
Dmitriy Zaporozhets authored
update to rails 3.2.12
-
- Feb 14, 2013
-
-
James Newton authored
-
- Feb 02, 2013
-
-
Miguel Cabeça authored
Moved the GitlabCi::Encode.encode! method call closer to the file read. This keeps the boundary between "external file source with crazy encoding -> internal rails code all in utf-8" well defined. Additionally the build output file is opened in binary mode to prevent encoding exceptions while reading it. It will be converted to utf-8 by GitlabCi::Encode.encode!
-
Miguel Cabeça authored
-
- Jan 31, 2013
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
upgrade to rails 3.2.11 to avoid the recent CVE annoucements
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jan 30, 2013
-
-
Dmitriy Zaporozhets authored
Postgres support
-
- Jan 29, 2013
-
-
Vincent Giersch authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- Jan 28, 2013
-
-
Dmitriy Zaporozhets authored
Fixup cd command order
-