Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #270 from endzyme/patch-1 | Dmitriy Zaporozhets | 2013-10-06 | 1 | -1/+1 | |
|\ | | | | | adding before commit to available info for build. | |||||
| * | adding before commit to available info for build. | Nick Huanca | 2013-09-03 | 1 | -1/+1 | |
| | | | | | | adding before commit to available info for build. will help with diff for using like post-receive hook (oldrev / newrev) | |||||
* | | rewriting ansi2html | Peter Schultz | 2013-08-30 | 1 | -31/+209 | |
| | | | | | | | | | | | | | | | | | | | | | | adds support for - background color (16 and 256 color tables) - normal and bright color (16 color table) - bold text - italic text - underlined text - crossed-out text - concealed text | |||||
* | | fix issuess #160 | Oishi | 2013-08-06 | 1 | -0/+3 | |
|/ | ||||||
* | Introduced $APP_USER var for running the service | Thom Wiggers | 2013-07-19 | 1 | -8/+8 | |
| | | | | | | ...as that $APP_USER Solution for gitlabhq/gitlab-ci#186 | |||||
* | More charts. Correct routes to actual page names | Dmitriy Zaporozhets | 2013-07-05 | 1 | -0/+54 | |
| | ||||||
* | You should add runners to project. WHen runner added -> deploy key for ↵ | Dmitriy Zaporozhets | 2013-06-03 | 2 | -6/+8 | |
| | | | | runner added to gitlab project | |||||
* | Replace devise with auth via gitlab api | Dmitriy Zaporozhets | 2013-06-03 | 1 | -0/+47 | |
| | ||||||
* | Fix schedule builds | Dmitriy Zaporozhets | 2013-06-02 | 1 | -3/+5 | |
| | ||||||
* | Runner resource. Now only registered runners can use gitlab-ci | Dmitriy Zaporozhets | 2013-05-31 | 5 | -38/+43 | |
| | ||||||
* | Remove repo reading logic from project. GitLab CI does not store repos any more | Dmitriy Zaporozhets | 2013-05-31 | 1 | -1/+1 | |
| | ||||||
* | Remove runner functionality. Added api for builds | Dmitriy Zaporozhets | 2013-05-30 | 7 | -153/+184 | |
| | ||||||
* | Correctly hanlde build timeouts | Dmitriy Zaporozhets | 2013-04-09 | 1 | -10/+2 | |
| | ||||||
* | Dont need chdir since we pass cwd to childprocess. Show user avatars on ↵ | Dmitriy Zaporozhets | 2013-04-09 | 1 | -9/+7 | |
| | | | | users page | |||||
* | rollback sidekiq to 2.8.0. Fail build if exception in runner | Dmitriy Zaporozhets | 2013-04-08 | 1 | -0/+6 | |
| | ||||||
* | replace unicorn with puma in init.d script. added config | Dmitriy Zaporozhets | 2013-04-08 | 1 | -11/+11 | |
| | ||||||
* | Try to make Runner.rb transactional safe | Patrick Helm | 2013-03-31 | 1 | -7/+7 | |
| | ||||||
* | Merge pull request #117 from cabeca/environment-variables | Dmitriy Zaporozhets | 2013-03-03 | 1 | -0/+6 | |
|\ | | | | | Added CI_SERVER* environment variables to build process. | |||||
| * | Name should not be configurable. It's brand name! | Miguel Cabeça | 2013-02-25 | 1 | -1/+1 | |
| | | ||||||
| * | Added CI_SERVER* environment variables to build process. | Miguel Cabeça | 2013-02-25 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | Merge pull request #100 from cabeca/better-encode | Dmitriy Zaporozhets | 2013-02-26 | 2 | -2/+6 | |
|\ \ | |/ |/| | Better encode | |||||
| * | Refactored encoding of build output. | Miguel Cabeça | 2013-02-02 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | 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! | |||||
| * | Removed initializer by moving require to encode lib where it belongs. | Miguel Cabeça | 2013-02-02 | 1 | -0/+2 | |
| | | ||||||
* | | Pass the build ref to build scripts in the CI_BUILD_REF environment variable | Déja Augustine | 2013-02-24 | 1 | -1/+2 | |
|/ | ||||||
* | GitlabCi::Encode lib | Dmitriy Zaporozhets | 2013-01-31 | 1 | -0/+31 | |
| | ||||||
* | dont run if build canceled | Dmitriy Zaporozhets | 2013-01-17 | 1 | -0/+1 | |
| | ||||||
* | Cleanup builds | Dmitriy Zaporozhets | 2013-01-17 | 1 | -0/+6 | |
| | ||||||
* | Prevent build race condition for same project | Dmitriy Zaporozhets | 2013-01-17 | 1 | -3/+10 | |
| | ||||||
* | support scripts | Dmitriy Zaporozhets | 2013-01-16 | 2 | -0/+163 | |
| | ||||||
* | fix rake task | Dmitriy Zaporozhets | 2013-01-15 | 1 | -2/+2 | |
| | ||||||
* | sidekiq rake task | Dmitriy Zaporozhets | 2013-01-15 | 1 | -0/+15 | |
| | ||||||
* | Implement scheduler | Dmitriy Zaporozhets | 2013-01-14 | 2 | -22/+15 | |
| | ||||||
* | whenever for schedules | Dmitriy Zaporozhets | 2013-01-14 | 1 | -2/+1 | |
| | ||||||
* | Use faster sidekiq. Schedule is broken | Dmitriy Zaporozhets | 2013-01-14 | 2 | -37/+10 | |
| | ||||||
* | Polising after schedule | Dmitriy Zaporozhets | 2013-01-06 | 1 | -2/+0 | |
| | ||||||
* | add scheduler support | Richie Min | 2012-12-26 | 2 | -4/+27 | |
| | ||||||
* | add resque scheduler | Richie Min | 2012-12-24 | 1 | -0/+31 | |
| | ||||||
* | include git output to logs. make checkout of commit if | Dmitriy Zaporozhets | 2012-12-12 | 1 | -8/+6 | |
| | ||||||
* | Fix gem setup via ci | Dmitriy Zaporozhets | 2012-11-19 | 1 | -1/+6 | |
| | ||||||
* | Real time output | Dmitriy Zaporozhets | 2012-11-15 | 1 | -0/+2 | |
| | ||||||
* | Ability to cancel build | Dmitriy Zaporozhets | 2012-11-15 | 1 | -0/+4 | |
| | ||||||
* | Improve parser. tests added | Dmitriy Zaporozhets | 2012-11-14 | 1 | -2/+6 | |
| | ||||||
* | ajax image. Changed trace logic. Make sure we always close tags for trace | Dmitriy Zaporozhets | 2012-11-14 | 1 | -2/+10 | |
| | ||||||
* | Move ansi library in project core | Dmitriy Zaporozhets | 2012-11-13 | 1 | -0/+32 | |
| | ||||||
* | Integration with gitlab. Base implementation | Valeriy Sizov | 2012-11-11 | 1 | -0/+11 | |
| | ||||||
* | Runner tests. More tests for project | Dmitriy Zaporozhets | 2012-11-09 | 1 | -1/+2 | |
| | ||||||
* | State machine added | Dmitriy Zaporozhets | 2012-11-08 | 1 | -7/+4 | |
| | ||||||
* | Added validations to builds | Dmitriy Zaporozhets | 2012-11-08 | 1 | -1/+4 | |
| | ||||||
* | GitLab init integration and advanced build | Dmitriy Zaporozhets | 2012-11-08 | 1 | -1/+1 | |
| | ||||||
* | Add stderr | Dmitriy Zaporozhets | 2012-11-02 | 1 | -0/+1 | |
| |