summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add an environment slugNick Thomas2016-12-151-0/+50
* Merge branch 'gitlab-workhorse-multipart' into 'master' Sean McGivern2016-12-156-21/+16
|\
| * Add Gitlab::Middleware::MultipartJacob Vosmaer2016-12-156-21/+16
* | Merge branch 'seed-runner-token' into 'master' Kamil Trzciński2016-12-151-0/+4
|\ \ | |/ |/|
| * Allow users to seed the initial runner registration token using an environmen...DJ Mountney2016-12-011-0/+4
* | Merge branch 'fix-slack-pipeline-message-by-api' into 'master' Kamil Trzciński2016-12-151-1/+1
|\ \
| * | Fix Slack pipeline message by APIfix-slack-pipeline-message-by-apiLin Jen-Shin2016-12-131-1/+1
* | | Merge branch '22849-ci-build-ref-slug' into 'master' Kamil Trzciński2016-12-151-0/+12
|\ \ \
| * | | Introduce $CI_BUILD_REF_SLUGNick Thomas2016-12-131-0/+12
* | | | Remove pages/snippets cssdelete-more-page-specific-cssAnnabel Dunstone Gray2016-12-147-31/+11
* | | | Remove unused bootstrap importsAnnabel Dunstone Gray2016-12-141-5/+5
* | | | Shift emojis and icons styles into frameworkAnnabel Dunstone Gray2016-12-145-10/+4
* | | | Merge branch 'clean-no-undef' into 'master' Alfredo Sumaran2016-12-15142-183/+525
|\ \ \ \
| * | | | resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-1471-93/+249
| * | | | expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-1374-93/+279
| |/ / /
* | | | Merge branch 'username-exists-root' into 'master' Alfredo Sumaran2016-12-141-1/+1
|\ \ \ \
| * | | | Username exists check respects the relative root URLusername-exists-rootPhil Hughes2016-12-141-1/+1
* | | | | Merge branch 'variables' into 'master' Jacob Schatz2016-12-1448-225/+175
|\ \ \ \ \
| * | | | | Finish refactoring graysvariablesAnnabel Dunstone Gray2016-12-1340-135/+110
| * | | | | Combining more graysAnnabel Dunstone Gray2016-12-1315-48/+29
| * | | | | Remove duplicate shades of gray and blackAnnabel Dunstone Gray2016-12-1318-44/+38
| | |/ / / | |/| | |
* | | | | Merge branch '22864-kubernetes-service' into 'master' Kamil Trzciński2016-12-145-1/+140
|\ \ \ \ \
| * | | | | Introduce deployment services, starting with a KubernetesServiceNick Thomas2016-12-145-1/+140
| | |/ / / | |/| | |
* | | | | Merge branch 'fix-navigation-white-space' into 'master' Annabel Dunstone Gray2016-12-148-23/+22
|\ \ \ \ \
| * | | | | Remove white space between nav itemsfix-navigation-white-spaceAlfredo Sumaran2016-12-148-23/+22
* | | | | | Merge branch '24803-change-cursor-for-ca-stages' into 'master' Alfredo Sumaran2016-12-141-0/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Change cursor type only for inactive stage-nav-items on Cycle Analytics pageRyan Harris2016-12-091-1/+2
| * | | | | Changed cursor for stage-nav-item instead of just stage-nameRyan Harris2016-12-051-2/+1
| * | | | | Cursor now changes to a pointer when mousing over stages on Cycle Analytics pageRyan Harris2016-12-041-0/+1
* | | | | | Merge branch 'master' into 'dz-remove-namespaces-path-uniq'Dmitriy Zaporozhets2016-12-1483-346/+445
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'dz-fix-admin-routes' into 'master' Sean McGivern2016-12-147-13/+13
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Add support for nested groups to admin routingdz-fix-admin-routesDmitriy Zaporozhets2016-12-117-13/+13
| * | | | | | Merge branch 'build-statuses' into 'master' Rémy Coutable2016-12-1414-41/+46
| |\ \ \ \ \ \
| | * | | | | | Improve build status specs contexts descriptionsGrzegorz Bizon2016-12-141-0/+2
| | * | | | | | Update manual build icon SVGGrzegorz Bizon2016-12-131-1/+1
| | * | | | | | Extract abilities checking module from ability modelGrzegorz Bizon2016-12-131-6/+0
| | * | | | | | Make it possible to retry build that was canceledGrzegorz Bizon2016-12-131-1/+1
| | * | | | | | Make build retryable only if complete and executedGrzegorz Bizon2016-12-131-1/+2
| | * | | | | | Improve readability in methods for detailed statusGrzegorz Bizon2016-12-134-4/+12
| | * | | | | | Use manual build icon in play/stop build statusesGrzegorz Bizon2016-12-131-2/+0
| | * | | | | | Adds manual action icon and case to show itFilipa Lacerda2016-12-132-0/+3
| | * | | | | | Fix detailed status badge for generic commit statusGrzegorz Bizon2016-12-121-1/+1
| | * | | | | | Improve detailed status badge partialGrzegorz Bizon2016-12-128-18/+14
| | * | | | | | Revert some unneeded changesKamil Trzcinski2016-12-121-1/+1
| | * | | | | | Rename icon_with_label to icon_with_descriptionKamil Trzcinski2016-12-128-8/+9
| | * | | | | | Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-125-15/+16
| | * | | | | | Fix some detailed statuses specs related to abilitiesGrzegorz Bizon2016-12-121-0/+6
| | * | | | | | Remove ci_status_with_icon helper and replace it with partial [ci skip]Kamil Trzcinski2016-12-128-34/+17
| | * | | | | | Improve actionsKamil Trzcinski2016-12-121-0/+4
| | * | | | | | Added Ci::Status::BuildKamil Trzcinski2016-12-122-0/+8