summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Fix signup for some OAuth providersSteffen Köhler2016-01-151-1/+4
* Merge branch 'diff-parse-first-commit' into 'master'Robert Speicher2016-01-141-2/+3
|\
| * Properly generate diff of orphan commits, like the first commit in a repositoryDouwe Maan2016-01-141-2/+3
* | Merge branch 'backport-ee' into 'master' Robert Speicher2016-01-142-4/+0
|\ \
| * | Prevent circular reference error in BanzaiDouwe Maan2016-01-142-4/+0
* | | Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatterDouglas Barbosa Alexandre2016-01-141-1/+1
* | | Refactoring Gitlab::GithubImport::ImporterDouglas Barbosa Alexandre2016-01-141-7/+13
* | | Import GitHub wiki into GitLabDouglas Barbosa Alexandre2016-01-143-1/+34
* | | Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-142-7/+14
* | | Use Hash to store paths and entries metadata in artifacts browserGrzegorz Bizon2016-01-142-18/+11
* | | Improve readability of artifacts `Metadata` related codeGrzegorz Bizon2016-01-142-34/+24
* | | Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-142-25/+27
* | | Simplify encoding related implementation in artifacts metadataGrzegorz Bizon2016-01-141-6/+5
* | | Make encoding of paths returned by metadata consistent (UTF-8)Grzegorz Bizon2016-01-141-3/+3
* | | Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-5/+7
* | | Support only valid UTF-8 paths in build artifacts browserGrzegorz Bizon2016-01-142-5/+13
* | | Improve invalid build artifacts metadata path matcherGrzegorz Bizon2016-01-141-5/+2
* | | Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-142-7/+15
* | | Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-143-174/+153
* | | Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-141-10/+58
* | | Show file size in artifacts browser using metadataGrzegorz Bizon2016-01-142-9/+8
* | | Add method that checks if path exists in `StringPath`Grzegorz Bizon2016-01-141-0/+4
* | | Render 404 when artifacts path is invalidGrzegorz Bizon2016-01-141-1/+1
* | | Do not depend on universe when checking parent in `StringPath`Grzegorz Bizon2016-01-141-3/+12
* | | Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-142-2/+59
* | | Improve path sanitization in `StringPath`Grzegorz Bizon2016-01-141-9/+8
* | | Add path sanitization to `StringPath`Grzegorz Bizon2016-01-141-12/+27
* | | Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-141-3/+9
* | | Use metadata stored in artifacats metadata fileGrzegorz Bizon2016-01-141-1/+1
* | | Use short method call in StringPath instead blockGrzegorz Bizon2016-01-141-2/+2
* | | Improve performance of `StringPath`Grzegorz Bizon2016-01-141-4/+11
* | | Add support for parent directories in `StringPath`Grzegorz Bizon2016-01-141-1/+9
* | | Add support for root path for `StringPath`Grzegorz Bizon2016-01-141-8/+18
* | | Add implementation of remaining methods in `StringPath`Grzegorz Bizon2016-01-141-2/+14
* | | Add `parent` iteration implementation to `StringPath`Grzegorz Bizon2016-01-141-2/+9
* | | Use `Gitlab::StringPath` in CI build artifacts controllerGrzegorz Bizon2016-01-141-0/+12
* | | Add new methods to StringPathGrzegorz Bizon2016-01-141-2/+17
* | | Add implementation of StringPath classGrzegorz Bizon2016-01-141-0/+35
| |/ |/|
* | Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan2016-01-141-3/+3
|\ \ | |/ |/|
| * fixed LDAP activation on login to use new ldap_blocked statefeature/ldap-sync-edgecasesGabriel Mazetto2016-01-141-3/+1
| * Code style fixes and some code simplifiedGabriel Mazetto2016-01-081-1/+3
| * LDAP synchronization block/unblock new statesGabriel Mazetto2016-01-081-3/+3
* | Merge branch 'configure-randomize-metrics-sample-interval' into 'master' Yorick Peterse2016-01-132-5/+28
|\ \
| * | Randomize metrics sample intervalsconfigure-randomize-metrics-sample-intervalYorick Peterse2016-01-131-3/+25
| * | Make the metrics sampler interval configurableYorick Peterse2016-01-132-2/+3
* | | Merge branch 'fix/reference_filter_uri_decode_error_for_master' into 'master' Douwe Maan2016-01-131-1/+1
|\ \ \ | |/ / |/| |
| * | Use CGI.escape instead of URI.escape, because URI is obsoleted.Jason Lee2016-01-121-1/+1
* | | Merge branch 'remove-application-frames-from-views' into 'master' Yorick Peterse2016-01-122-23/+1
|\ \ \
| * | | Stop tracking call stacks for instrumented viewsremove-application-frames-from-viewsYorick Peterse2016-01-122-23/+1
| |/ /
* | | Track memory allocated during a transactionYorick Peterse2016-01-121-3/+12
|/ /