Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 4.2.2v4.2.24-2-stable | Dmitriy Zaporozhets | 2014-01-31 | 1 | -1/+1 |
* | Add clear cache task | Dmitriy Zaporozhets | 2014-01-31 | 1 | -0/+6 |
* | Version 4.2.1v4.2.1 | Dmitriy Zaporozhets | 2014-01-31 | 1 | -1/+1 |
* | Move remove project button to the right | Dmitriy Zaporozhets | 2014-01-31 | 1 | -3/+3 |
* | Reload build page with turbolinks | Dmitriy Zaporozhets | 2014-01-31 | 1 | -1/+1 |
* | Update docs for 4.2v4.2.0 | Dmitriy Zaporozhets | 2014-01-30 | 2 | -1/+39 |
* | Use new version of meta gem | Dmitriy Zaporozhets | 2014-01-30 | 2 | -3/+3 |
* | Fix public scope, use new project field name | Dmitriy Zaporozhets | 2014-01-30 | 10 | -15/+15 |
* | Better name for project field | Dmitriy Zaporozhets | 2014-01-30 | 2 | -10/+15 |
* | Improve application.yml config | Dmitriy Zaporozhets | 2014-01-30 | 3 | -12/+7 |
* | Version to 4.2.0 | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 |
* | Merge branch 'upgrader' into 'master' | Dmitriy Zaporozhets | 2014-01-30 | 10 | -8/+182 |
|\ | |||||
| * | Uppercase constants | Dmitriy Zaporozhets | 2014-01-30 | 6 | -8/+9 |
| * | Backport upgrader script from GitLab | Dmitriy Zaporozhets | 2014-01-30 | 4 | -0/+173 |
* | | Merge branch 'pgolm-fix/deprecations' into 'master' | Dmitriy Zaporozhets | 2014-01-30 | 6 | -6/+7 |
|\ \ | |||||
| * \ | Merge branch 'fix/deprecations' of github.com:pgolm/gitlab-ci into pgolm-fix/... | Dmitriy Zaporozhets | 2014-01-30 | 6 | -6/+7 |
| |\ \ | |||||
| | * | | fix deprections warnings | Peter Golm | 2014-01-09 | 7 | -9/+14 |
* | | | | Update db schema | Dmitriy Zaporozhets | 2014-01-30 | 1 | -37/+37 |
* | | | | Merge pull request #261 from Mikulas/fix-push-data-truncated | Dmitriy Zaporozhets | 2014-01-30 | 1 | -0/+5 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix large push data getting truncated | Mikulas | 2013-08-18 | 1 | -0/+5 |
* | | | | Merge pull request #365 from jojosch/fix-build-url-bid | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Append the build-id to the build-link. | Johannes Schleifenbaum | 2014-01-25 | 1 | -1/+1 |
* | | | | More entries to changelog | Dmitriy Zaporozhets | 2014-01-30 | 1 | -0/+4 |
* | | | | Merge branch 'refactoring' into 'master' | Dmitriy Zaporozhets | 2014-01-30 | 22 | -224/+439 |
|\ \ \ \ | |||||
| * | | | | Add specs for image_for_build_service | Dmitriy Zaporozhets | 2014-01-30 | 2 | -1/+43 |
| * | | | | Fix badge helper UI | Dmitriy Zaporozhets | 2014-01-29 | 3 | -21/+21 |
| * | | | | Move badge image detection logic into separate service | Dmitriy Zaporozhets | 2014-01-29 | 3 | -35/+42 |
| * | | | | CreateProjectService tests | Dmitriy Zaporozhets | 2014-01-29 | 4 | -55/+125 |
| * | | | | Fx branch parsing for CreateBuildService | Dmitriy Zaporozhets | 2014-01-29 | 1 | -1/+1 |
| * | | | | Improve project controllers specs | Dmitriy Zaporozhets | 2014-01-29 | 2 | -9/+9 |
| * | | | | Annotate | Dmitriy Zaporozhets | 2014-01-29 | 8 | -38/+105 |
| * | | | | CreateBuildService for build creation and more validation to build model | Dmitriy Zaporozhets | 2014-01-29 | 9 | -46/+66 |
| * | | | | Move project creation logic into service | Dmitriy Zaporozhets | 2014-01-29 | 2 | -22/+31 |
* | | | | | Merge branch 'fix_init_script' into 'master' | Dmitriy Zaporozhets | 2014-01-30 | 3 | -13/+57 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | No need to redirect sidekiq boot output | Jacob Vosmaer | 2014-01-29 | 1 | -5/+4 |
| * | | | | Remove unused start_no_deamonize action | Jacob Vosmaer | 2014-01-29 | 1 | -11/+3 |
| * | | | | Remove duplication in sidekiq.rake | Jacob Vosmaer | 2014-01-29 | 1 | -6/+2 |
| * | | | | Add background_jobs script from gitlabhq | Jacob Vosmaer | 2014-01-29 | 2 | -2/+58 |
| * | | | | Create a constant for sidekiq.log's path | Jacob Vosmaer | 2014-01-27 | 1 | -4/+5 |
| * | | | | Capture sidekiq start / stop output in sidekiq.log | Jacob Vosmaer | 2014-01-27 | 1 | -5/+5 |
| * | | | | No backgrounding in the init script | Jacob Vosmaer | 2014-01-27 | 1 | -4/+4 |
* | | | | | Merge branch 'examples' into 'master' | Dmitriy Zaporozhets | 2014-01-29 | 7 | -2/+413 |
|\ \ \ \ \ | |||||
| * | | | | | Have proper examples of build scripts and configuration. | dosire | 2014-01-13 | 7 | -2/+413 |
* | | | | | | Merge branch 'add-article-to-roadmap' into 'master' | Dmitriy Zaporozhets | 2014-01-29 | 1 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Link to blog article. | dosire | 2014-01-28 | 1 | -0/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Add tuerbolinks | Dmitriy Zaporozhets | 2014-01-28 | 10 | -17/+44 |
* | | | | | | Refactor scss | Dmitriy Zaporozhets | 2014-01-28 | 28 | -393/+800 |
* | | | | | | Merge branch 'master' of github.com:gitlabhq/gitlab-ci | Dmitriy Zaporozhets | 2014-01-28 | 1 | -2/+2 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge pull request #361 from jvanbaarsen/patch-1 | Dmitriy Zaporozhets | 2014-01-21 | 1 | -2/+2 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| | * | | | | Update installation.md | Jeroen van Baarsen | 2014-01-15 | 1 | -2/+2 |
| | |/ / / |