summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ci/view-build-artifacts' into 'master' Grzegorz Bizon2016-01-147-30/+361
|\
| * Use Hash to store paths and entries metadata in artifacts browserGrzegorz Bizon2016-01-142-38/+36
| * Improve readability of artifacts `Metadata` related codeGrzegorz Bizon2016-01-141-8/+8
| * Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-142-38/+60
| * Refactor build artifacts upload API endpointGrzegorz Bizon2016-01-141-6/+5
| * Update build artifacts APIGrzegorz Bizon2016-01-141-13/+35
| * Modify artifacts upload API endpoint, add artifacts metadataGrzegorz Bizon2016-01-141-0/+25
| * Fix specs for artifacts metadata after changing fixture contentGrzegorz Bizon2016-01-141-2/+3
| * Support only valid UTF-8 paths in build artifacts browserGrzegorz Bizon2016-01-142-0/+0
| * Update build model specsGrzegorz Bizon2016-01-141-5/+4
| * Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-142-8/+8
| * Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-142-58/+10
| * Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-142-0/+15
| * Update build specs for artifacts browser supportGrzegorz Bizon2016-01-141-12/+11
| * Show file size in artifacts browser using metadataGrzegorz Bizon2016-01-141-1/+1
| * Add method that checks if path exists in `StringPath`Grzegorz Bizon2016-01-141-0/+13
| * Render 404 when artifacts path is invalidGrzegorz Bizon2016-01-141-2/+4
| * Do not depend on universe when checking parent in `StringPath`Grzegorz Bizon2016-01-141-1/+16
| * Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-141-0/+76
| * Improve path sanitization in `StringPath`Grzegorz Bizon2016-01-141-1/+0
| * Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-141-0/+16
| * Update artifacts metadata fixtureGrzegorz Bizon2016-01-141-0/+0
| * Add artifacts metadata uploader filedGrzegorz Bizon2016-01-141-0/+0
| * Update artifacts download specsGrzegorz Bizon2016-01-141-2/+6
| * Add method that checks if artifacts browser is supportedGrzegorz Bizon2016-01-141-0/+23
| * Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon2016-01-141-26/+34
| * Rename method that returns url to CI build artifacts downloadGrzegorz Bizon2016-01-141-2/+2
| * Seed db with CI build artifacts using a zip archiveGrzegorz Bizon2016-01-142-0/+0
| * Fix rubocop offenses in `StringPath` specsGrzegorz Bizon2016-01-141-11/+19
| * Add support for parent directories in `StringPath`Grzegorz Bizon2016-01-141-4/+14
| * Add support for root path for `StringPath`Grzegorz Bizon2016-01-141-1/+23
| * Add implementation of remaining methods in `StringPath`Grzegorz Bizon2016-01-141-10/+43
| * Improve `StringPath` specs (DRY)Grzegorz Bizon2016-01-141-10/+19
| * Add `parent` iteration implementation to `StringPath`Grzegorz Bizon2016-01-141-1/+10
| * Add new methods to StringPathGrzegorz Bizon2016-01-141-1/+32
| * Add implementation of StringPath classGrzegorz Bizon2016-01-141-0/+21
| * Add CI build artifacts tarball as a spec fixtureGrzegorz Bizon2016-01-141-0/+0
* | Merge branch 'master' into ci/api-variablesDouwe Maan2016-01-1412-75/+377
|\ \ | |/
| * Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan2016-01-147-51/+173
| |\
| | * fixed LDAP activation on login to use new ldap_blocked statefeature/ldap-sync-edgecasesGabriel Mazetto2016-01-141-3/+2
| | * Codestyle changesGabriel Mazetto2016-01-121-2/+2
| | * Code style fixes and some code simplifiedGabriel Mazetto2016-01-081-1/+1
| | * Repair ldap_blocked state when no ldap identity exist anymoreGabriel Mazetto2016-01-083-0/+87
| | * LDAP synchronization block/unblock new statesGabriel Mazetto2016-01-081-20/+14
| | * Prevent ldap_blocked users from being blocked/unblocked by the APIGabriel Mazetto2016-01-081-5/+18
| | * Prevent ldap_blocked users from being unblocked by the Admin UIGabriel Mazetto2016-01-081-9/+26
| | * Add ldap_blocked as new state to users state machineGabriel Mazetto2016-01-081-16/+28
| * | Merge branch 'fix/private-references' into 'master' Douwe Maan2016-01-142-0/+76
| |\ \
| | * | Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-142-7/+8
| | * | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into fix/pri...Rémy Coutable2016-01-138-39/+84
| | |\ \