summaryrefslogtreecommitdiff
path: root/app/assets
Commit message (Collapse)AuthorAgeFilesLines
* Use avatars from GitLabKamil Trzcinski2015-08-032-0/+34
| | | | Rewrite Gravatar URLs if needed in order to have images in different size
* Fix inline edit runner-descriptionMartin Kaufmann2015-07-231-4/+4
| | | | Replaced .show and .hide with .removeClass('hide') and .addClass('hide') (Like done for #192 in MR 177)
* Transparent faviconDmitriy Zaporozhets2015-07-031-0/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* change faviconValery Sizov2015-06-301-0/+0
|
* Fix status badgeValery Sizov2015-06-291-1/+2
|
* Lint implementationValery Sizov2015-06-091-0/+8
|
* Fix labels alignDmitriy Zaporozhets2015-06-042-12/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Several improvements to header UIDmitriy Zaporozhets2015-06-031-5/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Reduce amount of customized bootstrap stylesDmitriy Zaporozhets2015-06-036-422/+132
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Pager: method renameValery Sizov2015-05-191-3/+3
|
* basic implementation of endless scroll on dashboardValery Sizov2015-05-193-0/+48
|
* Merge branch 'project-runners-page' into 'master'Dmitriy Zaporozhets2015-04-232-0/+54
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improved runner page for project Tasks: - [x] Ability to add runner to several projects - [x] Render runner status (online, offline, disabled) - [x] Two column style of page: specific and shared runners - [x] Toggle shared runners for project - [x] Fix tests - [x] Write tests for new functionality - [x] Remove runner instead disabling if it is last project for this runner - [x] Cleanup and refactor code - [x] Improve query for authorised runners (reject duplicates) - [x] Improve UI based on https://dev.gitlab.org/gitlab/gitlab-ci/issues/185#note_41582 See merge request !61
| * runners page: UI improvementsValery Sizov2015-04-211-0/+5
| |
| * Improved runner page for projectDmitriy Zaporozhets2015-04-212-0/+49
| | | | | | | | | | | | | | | | * ability to add runner to several projects * render runner status (online, offline, disabled) * two column style of page: specific and shared runners Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | projects search on dashboardValery Sizov2015-04-211-0/+13
|/
* Merge branch 'master' into 'master'Valery Sizov2015-03-101-0/+7
|\ | | | | | | | | | | | | | | | | | | | | | | Change canceled builds color Having the same color for the failed and canceled builds is not nice so I'm proposing the following change request which implement the new CSS class `.alert-disabled` and use it for canceled builds. Here is the result: ![Screen Shot 2015-03-04 at 15.40.21](https://gitlab.com/uploads/zedtux/gitlab-ci/df01775b25/Screen_Shot_2015-03-04_at_15.40.21.png) See merge request !43
| * Change canceled builds colorGuillaume Hain2015-03-041-0/+7
| |
* | Add up/down scroll buttonsDmitriy Zaporozhets2015-03-041-0/+12
|/ | | | For easier navigation from mobile devices
* Improve setup CI instructionsDmitriy Zaporozhets2015-01-231-0/+7
|
* Make login more user-friendlyDmitriy Zaporozhets2015-01-231-0/+8
|
* Add new image for services sample.Achilleas Pipinellis2015-01-191-0/+0
|
* Improve setup screen for GitLab CIDmitriy Zaporozhets2015-01-171-0/+11
|
* Style login pageDmitriy Zaporozhets2015-01-161-35/+7
|
* A bit improvements for GitLab CI UIDmitriy Zaporozhets2015-01-126-40/+96
|
* Set runner tags via admin areaDmitriy Zaporozhets2015-01-122-0/+13
|
* Runner edit via project settings. Small cleanup for runner index pageDmitriy Zaporozhets2015-01-121-0/+7
|
* Fix style issue with navbarDmitriy Zaporozhets2014-12-011-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fixed position of autoscroll buttonDmitriy Zaporozhets2014-11-071-1/+4
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve commits page UI/UXDmitriy Zaporozhets2014-11-071-3/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Replace project scripts textarea with jobsDmitriy Zaporozhets2014-11-042-0/+13
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Partly integrate commitsDmitriy Zaporozhets2014-11-041-0/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* New colors for new versionDmitriy Zaporozhets2014-05-021-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Runner description editing improvements:Maksim Zhylinski2014-03-271-2/+13
| | | | | | - add .preventDefault() to "click" event extra request - fix styles to "save" button - add "cancel" button to description edit form
* Add nprogress as loading indicatorDmitriy Zaporozhets2014-03-203-10/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Improve runner management pageDmitriy Zaporozhets2014-03-061-4/+7
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Revert font smoothingDmitriy Zaporozhets2014-02-281-2/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* More noticable turbolink spinnerDmitriy Zaporozhets2014-02-262-2/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Restyle project settings pageDmitriy Zaporozhets2014-02-141-2/+2
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Use build id for url. Use trace_html for renderingDmitriy Zaporozhets2014-02-072-6/+11
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Escape build outputDmitriy Zaporozhets2014-01-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor build page logicDmitriy Zaporozhets2014-01-311-18/+0
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Build js class for handle build page behaviourDmitriy Zaporozhets2014-01-311-0/+41
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix public scope, use new project field nameDmitriy Zaporozhets2014-01-301-1/+1
|
* Fix badge helper UIDmitriy Zaporozhets2014-01-292-15/+10
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Add tuerbolinksDmitriy Zaporozhets2014-01-283-14/+18
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Refactor scssDmitriy Zaporozhets2014-01-2817-371/+766
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Merge github.com:gitlabhq/gitlab-ci into NewChartsPeter Golm2014-01-093-73/+131
|\ | | | | | | | | | | Conflicts: app/controllers/projects_controller.rb config/routes.rb
| * Fix badge blockDmitriy Zaporozhets2014-01-061-0/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Style twbs3 forms and project menuDmitriy Zaporozhets2014-01-061-23/+51
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
| * Style navbarDmitriy Zaporozhets2014-01-062-6/+13
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>