summaryrefslogtreecommitdiff
path: root/spec
Commit message (Collapse)AuthorAgeFilesLines
* take this, travis!Michael Sprauer2013-11-131-5/+5
|
* try to satisfy travisMichael Sprauer2013-11-132-3/+14
|
* try to support postgres and try to fix the tests added an test to improve ↵Michael Sprauer2013-11-133-2/+19
| | | | coverage
* Annotate!Dmitriy Zaporozhets2013-10-291-0/+1
|
* Merge branch 'api/post_builds' of /home/git/repositories/gitlab/gitlab-ciDmitriy Zaporozhets2013-10-291-18/+56
|\
| * API: create buildDmitriy Zaporozhets2013-10-291-18/+56
| |
* | Admin area specsDmitriy Zaporozhets2013-10-293-0/+48
|/
* Remove old controllersDmitriy Zaporozhets2013-10-241-2/+3
|
* Extending Runners API to include GET /runners callAngelo Lakra2013-10-141-0/+30
| | | | | * The GET /runners call retrieves a list of all runners registered on the Gitlab CI instance.
* Fixed several specs after extending api for projectsAngelo Lakra2013-10-083-168/+115
| | | | | | | * Fixed several deprecation warnings * Removed webmock in favor of running integration tests against demo.gitlab.com
* Added passing specs for remainder of projects APIAngelo Lakra2013-10-081-72/+102
|
* Adding user access checking per projectAngelo Lakra2013-10-081-8/+51
| | | | | | | | * Made :per_page and :page on Project.from_gitlab optional for API calls * Added call to retrieve Gitlab CI projects that are not only authorized, but "owned"
* Adding Project manipulation support via APIAngelo Lakra2013-10-081-9/+28
| | | | | | | | | | | * The following actions are now supported: GET /projects/:id - returns information about a project GET /projects - returns list of all projects PUT /projects/:id - updates project information (see docs for more info) DELETE /projects/:id - removes a project POST /projects/:id/runners/:runner_id - links a project to a runner DELETE /projects/:id/runners/:runner_id - removes link between project and runner
* Adding POST /projects (for creation) and several rspec unit stubs forAngelo Lakra2013-10-081-36/+120
| | | | projects api
* Adding specs for Project API end pointsAngelo Lakra2013-10-081-5/+17
|
* Implementing method for authentication via tokenAngelo Lakra2013-10-082-0/+51
|
* Use demo server for real testingDmitriy Zaporozhets2013-09-062-5/+5
|
* Add poltergeist, fix testDmitriy Zaporozhets2013-09-052-2/+6
|
* Merge pull request #268 from WideEyeLabs/fix-ssl-warningDmitriy Zaporozhets2013-09-051-0/+47
|\ | | | | Change gravatar_icon helper to handle ssl
| * Change gravatar_icon helper to handle sslChris Stephan2013-09-011-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit refactors the gravatar_icon helper method to handle ssl. This is because when running gitlab-ci with ssl enabled, it gives a warning because portions of the page are not secure. In addition to refactoring this method, it also adds some configuration values to the application.yml.example file that are needed for the gravatar_icon helper method. It also adds default values for settings relating to gitlab_ci and gravatar. This is because the values will need defaults if they aren't specified in the application.yml. It also adds the no_avatar.png since it is being used in the gravatar_icon helper method. Finally, this commit adds spec tests to cover the refactored method.
* | rewriting ansi2htmlPeter Schultz2013-08-301-12/+110
| | | | | | | | | | | | | | | | | | | | | | 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
* | Add display name to runner modelChris Stephan2013-08-281-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.
* Api rspecDmitriy Zaporozhets2013-07-053-0/+91
|
* More charts. Correct routes to actual page namesDmitriy Zaporozhets2013-07-051-2/+2
|
* simplecov addedDmitriy Zaporozhets2013-07-051-0/+3
|
* Fix tests. added icons to project navDmitriy Zaporozhets2013-07-041-2/+2
|
* Annotate projectDmitriy Zaporozhets2013-06-041-0/+1
|
* Fix testsDmitriy Zaporozhets2013-06-043-11/+6
|
* You should add runners to project. WHen runner added -> deploy key for ↵Dmitriy Zaporozhets2013-06-035-38/+74
| | | | runner added to gitlab project
* Fix specsDmitriy Zaporozhets2013-05-314-21/+6
|
* Runner resource. Now only registered runners can use gitlab-ciDmitriy Zaporozhets2013-05-312-0/+12
|
* Remvoe runner specsDmitriy Zaporozhets2013-05-301-29/+0
|
* ProjectController specsDmitriy Zaporozhets2013-04-092-1/+53
|
* Build feature specsDmitriy Zaporozhets2013-04-092-0/+13
|
* more project feature specsDmitriy Zaporozhets2013-04-081-0/+27
|
* show build commit message on project show pageDmitriy Zaporozhets2013-04-081-0/+1
|
* update specs to match capybara 2Dmitriy Zaporozhets2013-04-083-1/+1
|
* Fixed testsDmitriy Zaporozhets2013-04-081-2/+2
|
* add coveralls.ioDmitriy Zaporozhets2013-03-131-0/+5
|
* fix build. Use frozen version of tested repoDmitriy Zaporozhets2013-03-134-18/+7
|
* [ci skip] tag for skipping buildsYury Lebedev2013-02-181-0/+12
|
* Implement minimal public accessDmitriy Zaporozhets2013-01-291-9/+14
|
* fixed schema. removed outdated testsDmitriy Zaporozhets2013-01-152-28/+24
|
* whenever for schedulesDmitriy Zaporozhets2013-01-142-2/+5
|
* Polising after scheduleDmitriy Zaporozhets2013-01-061-4/+4
|
* add scheduler supportRichie Min2012-12-261-1/+27
|
* Added travis.yml. Fixed testDmitriy Zaporozhets2012-11-281-1/+0
|
* Project: generate random token if none is providedJohannes Schleifenbaum2012-11-272-0/+19
|
* Add running status and support for sha statusDmitriy Zaporozhets2012-11-191-1/+1
|
* Improve parser. tests addedDmitriy Zaporozhets2012-11-142-3/+11
|