summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ci/view-build-artifacts' into 'master' Grzegorz Bizon2016-01-1411-49/+145
|\
| * Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-141-1/+1
| * Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-143-13/+13
| * Add specs for endpoint meant to be accelerated by workhorseGrzegorz Bizon2016-01-141-1/+1
| * Improvements, readability for artifacts browserGrzegorz Bizon2016-01-146-12/+12
| * Attach download action to artifacts file in ZIP archiveGrzegorz Bizon2016-01-141-1/+2
| * Check if file exists in metadata in download actionGrzegorz Bizon2016-01-141-3/+8
| * Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-142-4/+5
| * Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-142-7/+11
| * Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-141-1/+1
| * Show file size in artifacts browser using metadataGrzegorz Bizon2016-01-143-2/+6
| * Add method that checks if path exists in `StringPath`Grzegorz Bizon2016-01-141-1/+1
| * Render 404 when artifacts path is invalidGrzegorz Bizon2016-01-141-0/+1
| * Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-142-21/+4
| * Improve path sanitization in `StringPath`Grzegorz Bizon2016-01-141-5/+5
| * Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-142-7/+8
| * Use metadata stored in artifacats metadata fileGrzegorz Bizon2016-01-142-4/+19
| * Add artifacts metadata uploader filedGrzegorz Bizon2016-01-142-4/+6
| * Make some conditions in `Ci::Build` more readableGrzegorz Bizon2016-01-141-4/+6
| * Update artifacts download specsGrzegorz Bizon2016-01-141-8/+8
| * Add method that checks if artifacts browser is supportedGrzegorz Bizon2016-01-142-1/+8
| * Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon2016-01-145-15/+19
| * Rename method that returns url to CI build artifacts downloadGrzegorz Bizon2016-01-145-8/+12
| * Mix `url_helpers` into `Ci::Build`Grzegorz Bizon2016-01-141-10/+6
| * Add button to CI build artifacts browser into build summaryGrzegorz Bizon2016-01-142-1/+13
| * Remove artifacts metadata column from databaseGrzegorz Bizon2016-01-143-6/+8
| * Add support for parent directories in `StringPath`Grzegorz Bizon2016-01-142-3/+3
| * Improve CI build artifacts browser viewGrzegorz Bizon2016-01-143-3/+21
| * Add artifacts browserGrzegorz Bizon2016-01-144-5/+15
| * Use `Gitlab::StringPath` in CI build artifacts controllerGrzegorz Bizon2016-01-141-1/+8
| * Move artifacts controller level upGrzegorz Bizon2016-01-142-2/+2
| * Add view action to artifacts controllerGrzegorz Bizon2016-01-143-2/+8
| * Move build artifacts implementation to separate controllerGrzegorz Bizon2016-01-143-28/+37
| * Add `artifacts_metadata` field to `Ci::Build`Grzegorz Bizon2016-01-141-0/+2
* | Merge branch 'ci/api-variables' into 'master' Douwe Maan2016-01-141-1/+5
|\ \ | |/ |/|
| * Merge branch 'master' into ci/api-variablesDouwe Maan2016-01-1424-106/+224
| |\
| * \ Merge branch '8-4-stable' into ci/api-variablesTomasz Maczukin2016-01-13229-889/+1394
| |\ \
| * | | Change :variable_id to :key as resource ID in APITomasz Maczukin2016-01-071-1/+5
| * | | Add features for list and show details of variables in APITomasz Maczukin2015-12-311-0/+1
* | | | Merge branch 'fix/titles-weight' into 'master' Douwe Maan2016-01-1411-9/+23
|\ \ \ \ | |_|_|/ |/| | |
| * | | Improve the consistency of commit titles, branch names, tag names, issue/MR t...fix/titles-weightRémy Coutable2016-01-1411-9/+23
| | |/ | |/|
* | | Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan2016-01-147-12/+60
|\ \ \
| * | | fixed LDAP activation on login to use new ldap_blocked statefeature/ldap-sync-edgecasesGabriel Mazetto2016-01-141-0/+1
| * | | Fix Admin/Users view to position buttons without spacing magicGabriel Mazetto2016-01-142-15/+18
| * | | Codestyle changesGabriel Mazetto2016-01-121-1/+1
| * | | Code style fixes and some code simplifiedGabriel Mazetto2016-01-082-10/+12
| * | | Repair ldap_blocked state when no ldap identity exist anymoreGabriel Mazetto2016-01-084-0/+22
| * | | Prevent ldap_blocked users from being unblocked by the Admin UIGabriel Mazetto2016-01-083-2/+12
| * | | Add ldap_blocked as new state to users state machineGabriel Mazetto2016-01-081-1/+11
* | | | Merge branch 'fix-safe-import-url' into 'master' Douwe Maan2016-01-141-1/+1
|\ \ \ \