summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #270 from endzyme/patch-1Dmitriy Zaporozhets2013-10-061-1/+1
|\ | | | | adding before commit to available info for build.
| * adding before commit to available info for build.Nick Huanca2013-09-031-1/+1
| | | | | | adding before commit to available info for build. will help with diff for using like post-receive hook (oldrev / newrev)
* | rewriting ansi2htmlPeter Schultz2013-08-301-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 #160Oishi2013-08-061-0/+3
|/
* Introduced $APP_USER var for running the serviceThom Wiggers2013-07-191-8/+8
| | | | | | ...as that $APP_USER Solution for gitlabhq/gitlab-ci#186
* More charts. Correct routes to actual page namesDmitriy Zaporozhets2013-07-051-0/+54
|
* You should add runners to project. WHen runner added -> deploy key for ↵Dmitriy Zaporozhets2013-06-032-6/+8
| | | | runner added to gitlab project
* Replace devise with auth via gitlab apiDmitriy Zaporozhets2013-06-031-0/+47
|
* Fix schedule buildsDmitriy Zaporozhets2013-06-021-3/+5
|
* Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-315-38/+43
|
* Remove repo reading logic from project. GitLab CI does not store repos any moreDmitriy Zaporozhets2013-05-311-1/+1
|
* Remove runner functionality. Added api for buildsDmitriy Zaporozhets2013-05-307-153/+184
|
* Correctly hanlde build timeoutsDmitriy Zaporozhets2013-04-091-10/+2
|
* Dont need chdir since we pass cwd to childprocess. Show user avatars on ↵Dmitriy Zaporozhets2013-04-091-9/+7
| | | | users page
* rollback sidekiq to 2.8.0. Fail build if exception in runnerDmitriy Zaporozhets2013-04-081-0/+6
|
* replace unicorn with puma in init.d script. added configDmitriy Zaporozhets2013-04-081-11/+11
|
* Try to make Runner.rb transactional safePatrick Helm2013-03-311-7/+7
|
* Merge pull request #117 from cabeca/environment-variablesDmitriy Zaporozhets2013-03-031-0/+6
|\ | | | | Added CI_SERVER* environment variables to build process.
| * Name should not be configurable. It's brand name!Miguel Cabeça2013-02-251-1/+1
| |
| * Added CI_SERVER* environment variables to build process.Miguel Cabeça2013-02-251-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-encodeDmitriy Zaporozhets2013-02-262-2/+6
|\ \ | |/ |/| Better encode
| * Refactored encoding of build output.Miguel Cabeça2013-02-021-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ça2013-02-021-0/+2
| |
* | Pass the build ref to build scripts in the CI_BUILD_REF environment variableDéja Augustine2013-02-241-1/+2
|/
* GitlabCi::Encode libDmitriy Zaporozhets2013-01-311-0/+31
|
* dont run if build canceledDmitriy Zaporozhets2013-01-171-0/+1
|
* Cleanup buildsDmitriy Zaporozhets2013-01-171-0/+6
|
* Prevent build race condition for same projectDmitriy Zaporozhets2013-01-171-3/+10
|
* support scriptsDmitriy Zaporozhets2013-01-162-0/+163
|
* fix rake taskDmitriy Zaporozhets2013-01-151-2/+2
|
* sidekiq rake taskDmitriy Zaporozhets2013-01-151-0/+15
|
* Implement schedulerDmitriy Zaporozhets2013-01-142-22/+15
|
* whenever for schedulesDmitriy Zaporozhets2013-01-141-2/+1
|
* Use faster sidekiq. Schedule is brokenDmitriy Zaporozhets2013-01-142-37/+10
|
* Polising after scheduleDmitriy Zaporozhets2013-01-061-2/+0
|
* add scheduler supportRichie Min2012-12-262-4/+27
|
* add resque schedulerRichie Min2012-12-241-0/+31
|
* include git output to logs. make checkout of commit ifDmitriy Zaporozhets2012-12-121-8/+6
|
* Fix gem setup via ciDmitriy Zaporozhets2012-11-191-1/+6
|
* Real time outputDmitriy Zaporozhets2012-11-151-0/+2
|
* Ability to cancel buildDmitriy Zaporozhets2012-11-151-0/+4
|
* Improve parser. tests addedDmitriy Zaporozhets2012-11-141-2/+6
|
* ajax image. Changed trace logic. Make sure we always close tags for traceDmitriy Zaporozhets2012-11-141-2/+10
|
* Move ansi library in project coreDmitriy Zaporozhets2012-11-131-0/+32
|
* Integration with gitlab. Base implementationValeriy Sizov2012-11-111-0/+11
|
* Runner tests. More tests for projectDmitriy Zaporozhets2012-11-091-1/+2
|
* State machine addedDmitriy Zaporozhets2012-11-081-7/+4
|
* Added validations to buildsDmitriy Zaporozhets2012-11-081-1/+4
|
* GitLab init integration and advanced buildDmitriy Zaporozhets2012-11-081-1/+1
|
* Add stderrDmitriy Zaporozhets2012-11-021-0/+1
|