summaryrefslogtreecommitdiff
path: root/app/models/project.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'create_web_hook' of https://github.com/voanhduy1512/gitlab-ci i...Dmitriy Zaporozhets2014-05-051-0/+5
|\
| * create web hookVõ Anh Duy2014-02-251-0/+5
* | Set build timeout in minutesDmitriy Zaporozhets2014-05-051-1/+9
* | Fix "Assign to all" when runner already assigned to some projectsMaksim Zhylinski2014-03-211-0/+6
* | Remove extra spaces in build scriptDmitriy Zaporozhets2014-03-201-2/+2
* | Add submodule init to default build scriptDmitriy Zaporozhets2014-03-051-1/+8
|/
* Fix public scope, use new project field nameDmitriy Zaporozhets2014-01-301-4/+4
* Merge branch 'fix/deprecations' of github.com:pgolm/gitlab-ci into pgolm-fix/...Dmitriy Zaporozhets2014-01-301-1/+1
|\
| * fix deprections warningsPeter Golm2014-01-091-1/+1
* | Move badge image detection logic into separate serviceDmitriy Zaporozhets2014-01-291-26/+1
* | AnnotateDmitriy Zaporozhets2014-01-291-18/+18
* | CreateBuildService for build creation and more validation to build modelDmitriy Zaporozhets2014-01-291-22/+0
|/
* Rewrite notifications to work without observersDmitriy Zaporozhets2013-12-181-12/+11
* Send email notification on change of build status from success to failed and ...Jeroen Knoops2013-11-301-11/+31
* Email notification settings can now be managed in settings dialog.Jeroen Knoops2013-11-201-33/+28
* Annotate!Dmitriy Zaporozhets2013-10-291-0/+1
* Refactor project controllerDmitriy Zaporozhets2013-10-291-12/+29
* Allow selecting git fetch or git clone for builds. Send build timeout with APIDmitriy Zaporozhets2013-10-231-1/+1
* Adding user access checking per projectAngelo Lakra2013-10-081-6/+3
* Paginate gitlab projects by 100Dmitriy Zaporozhets2013-08-141-2/+4
* Fix typosJohannes Schleifenbaum2013-07-291-1/+1
* Annotate projectDmitriy Zaporozhets2013-06-041-0/+1
* Add settingslogic and limit gitlab domain usage to sepcified in configDmitriy Zaporozhets2013-06-041-2/+2
* You should add runners to project. WHen runner added -> deploy key for runner...Dmitriy Zaporozhets2013-06-031-2/+23
* Remove user resource. Add ssh url to repo for projectDmitriy Zaporozhets2013-06-031-2/+4
* Remove devise views, Implement add gitlab project feature. Reorganize nav menuDmitriy Zaporozhets2013-06-031-0/+4
* Drop users table. Fetch user owned projects from gitlabDmitriy Zaporozhets2013-06-031-0/+14
* Remove repo reading logic from project. GitLab CI does not store repos any moreDmitriy Zaporozhets2013-05-311-41/+6
* remove latest_sha scopeDmitriy Zaporozhets2013-04-091-1/+1
* Replace grit with ruggedDmitriy Zaporozhets2013-04-081-23/+13
* Fix last_build_date for projectDmitriy Zaporozhets2013-01-311-1/+1
* Implement minimal public accessDmitriy Zaporozhets2013-01-291-1/+24
* Fixed running conditionDmitriy Zaporozhets2013-01-171-1/+1
* Cleanup buildsDmitriy Zaporozhets2013-01-171-1/+2
* Prevent build race condition for same projectDmitriy Zaporozhets2013-01-171-19/+4
* fixed schema. removed outdated testsDmitriy Zaporozhets2013-01-151-0/+19
* Implement schedulerDmitriy Zaporozhets2013-01-141-5/+0
* whenever for schedulesDmitriy Zaporozhets2013-01-141-13/+3
* Up to 1.2.0v1.2.0Dmitriy Zaporozhets2013-01-061-2/+2
* Polising after scheduleDmitriy Zaporozhets2013-01-061-12/+21
* validate polling_interval formatRichie Min2012-12-261-0/+2
* add scheduler supportRichie Min2012-12-261-2/+16
* Refactored controllers. Added build status jsonDmitriy Zaporozhets2012-12-101-0/+4
* Project: generate random token if none is providedJohannes Schleifenbaum2012-11-271-0/+6
* Add running status and support for sha statusDmitriy Zaporozhets2012-11-191-0/+17
* Fix strip issueDmitriy Zaporozhets2012-11-161-1/+1
* Better gitlab integrationDmitriy Zaporozhets2012-11-161-1/+7
* Validate uniq of project name. Also added resque config. Dont allow list proj...Dmitriy Zaporozhets2012-11-131-0/+2
* Get real commit sha for manual builsDmitriy Zaporozhets2012-11-121-1/+5
* status badge based on ref. styled 404 & 500Dmitriy Zaporozhets2012-11-121-3/+4