Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Fixed tests | Kamil Trzcinski | 2015-01-29 | 1 | -10/+112 | |
| | | ||||||
| * | Migrate E-mail notification to Services | Kamil Trzcinski | 2015-01-29 | 1 | -0/+90 | |
| | | ||||||
* | | Allow Project#skip_refs to accept & match regexallow_regex_for_project_skip_ref | Andrew Ang | 2015-02-04 | 1 | -0/+17 | |
|/ | | | | | | * Added rspec tests for #skip_ref? * Allow regex matching * Added hints on Project form | |||||
* | Fixed typo in slack message specs | Kamil Trzcinski | 2015-01-23 | 1 | -1/+1 | |
| | ||||||
* | Added Service and SlackService specs | Kamil Trzcinski | 2015-01-12 | 3 | -0/+186 | |
| | ||||||
* | Merge branch 'last_build_fix' into 'master' | Dmitriy Zaporozhets | 2015-01-08 | 1 | -0/+13 | |
|\ | | | | | | | | | | | Last_build fix See merge request !99 | |||||
| * | Fix scheduled retrying | Valery Sizov | 2015-01-07 | 1 | -0/+13 | |
| | | ||||||
* | | Re-annotate | Dmitriy Zaporozhets | 2015-01-07 | 1 | -1/+0 | |
|/ | ||||||
* | remove script field from project | Valery Sizov | 2014-12-01 | 1 | -2/+1 | |
| | ||||||
* | Fix spec files | Dmitriy Zaporozhets | 2014-11-06 | 1 | -3/+3 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Refactor commits/builds logic | Dmitriy Zaporozhets | 2014-11-05 | 3 | -52/+16 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Reannotate | Dmitriy Zaporozhets | 2014-11-05 | 3 | -8/+18 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix tests | Dmitriy Zaporozhets | 2014-11-04 | 2 | -6/+2 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Merge branch 'enhancement/separate-commits-from-builds' of ↵ | Dmitriy Zaporozhets | 2014-10-31 | 3 | -158/+243 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/kestred/gitlab-ci into kestred/gitlab-ci-enhancement/separate-commits-from-builds Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: CHANGELOG app/models/build.rb app/services/create_build_service.rb db/schema.rb | |||||
| * | Separate Commit model and logic from Build model|etc... | Kestred | 2014-08-23 | 3 | -158/+243 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an entirely non-user facing change which prepares GitLab CI for future support of Parallel Builds. See https://about.gitlab.com/2013/12/19/gitlab-ci-with-parallel-builds-and-deployments/. These changes specifically avoid changing the supported API or changing any of the website views. Changes to the website views will come in tandem with future features like "Multiple build scripts". The supported API won't change as part of any future changes on this vein, to maintain support for the unofficial GitLab CI runners. This closes the following implementation step: 1. A commit has many builds Signed-off-by: Kestred <kestred@riotcave.com> | |||||
* | | Implement parsing and set coverage after build finished | Dmitriy Zaporozhets | 2014-10-01 | 1 | -0/+26 | |
|/ | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Add tests for Network model. | Gabor Nagy | 2014-07-09 | 1 | -0/+54 | |
| | ||||||
* | Fix tests | Dmitriy Zaporozhets | 2014-07-09 | 1 | -1/+4 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Improve coverage of app/models/build.rb. | Gabor Nagy | 2014-06-26 | 1 | -3/+217 | |
| | ||||||
* | Remove public key from runner model | Dmitriy Zaporozhets | 2014-05-06 | 5 | -24/+34 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix web hook specs | Dmitriy Zaporozhets | 2014-05-05 | 1 | -2/+1 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | create web hook | Võ Anh Duy | 2014-02-25 | 1 | -0/+58 | |
| | ||||||
* | Fix public scope, use new project field name | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+1 | |
| | ||||||
* | Add specs for image_for_build_service | Dmitriy Zaporozhets | 2014-01-30 | 1 | -1/+0 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | CreateProjectService tests | Dmitriy Zaporozhets | 2014-01-29 | 1 | -7/+17 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Annotate | Dmitriy Zaporozhets | 2014-01-29 | 2 | -19/+19 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | CreateBuildService for build creation and more validation to build model | Dmitriy Zaporozhets | 2014-01-29 | 2 | -11/+3 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Show commit sha for build duration. Fixed tests | Dmitriy Zaporozhets | 2014-01-11 | 1 | -28/+25 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Fix notification for success builds | Dmitriy Zaporozhets | 2013-12-18 | 1 | -28/+18 | |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | |||||
* | Send email notification on change of build status from success to failed and ↵ | Jeroen Knoops | 2013-11-30 | 2 | -42/+39 | |
| | | | | failed to success | |||||
* | Email notification settings can now be managed in settings dialog. | Jeroen Knoops | 2013-11-20 | 2 | -28/+152 | |
| | ||||||
* | Annotate! | Dmitriy Zaporozhets | 2013-10-29 | 1 | -0/+1 | |
| | ||||||
* | Add display name to runner model | Chris Stephan | 2013-08-28 | 1 | -6/+22 | |
| | | | | | | | | | | | This commit adds a method to the runner model that will return a display name for the runner. It will return the runner's token if a runner doesn't have a description or if it's empty. It will return the description otherwise. This is in order to give each particular runner a more friendly name when viewing them on a particular project. This commit also updates the runner_projects index to use this display name instead of using the token. And finally it adds spec tests to cover the new method added. | |||||
* | Annotate project | Dmitriy Zaporozhets | 2013-06-04 | 1 | -0/+1 | |
| | ||||||
* | You should add runners to project. WHen runner added -> deploy key for ↵ | Dmitriy Zaporozhets | 2013-06-03 | 4 | -38/+66 | |
| | | | | runner added to gitlab project | |||||
* | Fix specs | Dmitriy Zaporozhets | 2013-05-31 | 2 | -11/+5 | |
| | ||||||
* | Runner resource. Now only registered runners can use gitlab-ci | Dmitriy Zaporozhets | 2013-05-31 | 1 | -0/+5 | |
| | ||||||
* | Fixed tests | Dmitriy Zaporozhets | 2013-04-08 | 1 | -2/+2 | |
| | ||||||
* | fix build. Use frozen version of tested repo | Dmitriy Zaporozhets | 2013-03-13 | 1 | -2/+2 | |
| | ||||||
* | [ci skip] tag for skipping builds | Yury Lebedev | 2013-02-18 | 1 | -0/+12 | |
| | ||||||
* | Implement minimal public access | Dmitriy Zaporozhets | 2013-01-29 | 1 | -9/+14 | |
| | ||||||
* | fixed schema. removed outdated tests | Dmitriy Zaporozhets | 2013-01-15 | 2 | -28/+24 | |
| | ||||||
* | Polising after schedule | Dmitriy Zaporozhets | 2013-01-06 | 1 | -4/+4 | |
| | ||||||
* | add scheduler support | Richie Min | 2012-12-26 | 1 | -1/+27 | |
| | ||||||
* | Added travis.yml. Fixed test | Dmitriy Zaporozhets | 2012-11-28 | 1 | -1/+0 | |
| | ||||||
* | Project: generate random token if none is provided | Johannes Schleifenbaum | 2012-11-27 | 1 | -0/+12 | |
| | ||||||
* | Add running status and support for sha status | Dmitriy Zaporozhets | 2012-11-19 | 1 | -1/+1 | |
| | ||||||
* | Improve parser. tests added | Dmitriy Zaporozhets | 2012-11-14 | 1 | -1/+1 | |
| | ||||||
* | Builds for sha. Fixed run. Tabs per branches. Tests are fixed | Dmitriy Zaporozhets | 2012-11-12 | 1 | -2/+2 | |
| | ||||||
* | Unit tests | Dmitriy Zaporozhets | 2012-11-09 | 2 | -4/+29 | |
| |