Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec/lib
AgeCommit message (Expand)Author
2016-01-14Refactoring Banzai::Filter::GollumTagsFilterDouglas Barbosa Alexandre
2016-01-14Make sure the .git is at the end on Gitlab::GithubImport::WikiFormatterDouglas Barbosa Alexandre
2016-01-14Add Banzai::Filter::GollumTagsFilter for parsing Gollum's tags in HTMLDouglas Barbosa Alexandre
2016-01-14Import GitHub wiki into GitLabDouglas Barbosa Alexandre
2016-01-14Use Hash to store paths and entries metadata in artifacts browserGrzegorz Bizon
2016-01-14Improve readability of artifacts `Metadata` related codeGrzegorz Bizon
2016-01-14Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon
2016-01-14Fix specs for artifacts metadata after changing fixture contentGrzegorz Bizon
2016-01-14Render only valid paths in artifacts metadataGrzegorz Bizon
2016-01-14Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon
2016-01-14Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon
2016-01-14Show file size in artifacts browser using metadataGrzegorz Bizon
2016-01-14Add method that checks if path exists in `StringPath`Grzegorz Bizon
2016-01-14Render 404 when artifacts path is invalidGrzegorz Bizon
2016-01-14Do not depend on universe when checking parent in `StringPath`Grzegorz Bizon
2016-01-14Extract artifacts metadata implementation to separate classGrzegorz Bizon
2016-01-14Improve path sanitization in `StringPath`Grzegorz Bizon
2016-01-14Parse artifacts metadata stored in JSON formatGrzegorz Bizon
2016-01-14Fix rubocop offenses in `StringPath` specsGrzegorz Bizon
2016-01-14Add support for parent directories in `StringPath`Grzegorz Bizon
2016-01-14Add support for root path for `StringPath`Grzegorz Bizon
2016-01-14Add implementation of remaining methods in `StringPath`Grzegorz Bizon
2016-01-14Improve `StringPath` specs (DRY)Grzegorz Bizon
2016-01-14Add `parent` iteration implementation to `StringPath`Grzegorz Bizon
2016-01-14Add new methods to StringPathGrzegorz Bizon
2016-01-14Add implementation of StringPath classGrzegorz Bizon
2016-01-14Merge branch 'feature/ldap-sync-edgecases' into 'master' Douwe Maan
2016-01-14fixed LDAP activation on login to use new ldap_blocked stateGabriel Mazetto
2016-01-13Randomize metrics sample intervalsYorick Peterse
2016-01-12Merge branch 'remove-application-frames-from-views' into 'master' Yorick Peterse
2016-01-12Stop tracking call stacks for instrumented viewsYorick Peterse
2016-01-12Track memory allocated during a transactionYorick Peterse
2016-01-11Tag all transaction metrics with an "action" tagYorick Peterse
2016-01-08Merge branch 'api-project-upload' into 'master' Robert Speicher
2016-01-08LDAP synchronization block/unblock new statesGabriel Mazetto
2016-01-08Merge branch 'suppress-allow-failure-builds' into 'master' Stan Hu
2016-01-07Add spec for single-item task listsRobert Speicher
2016-01-07Merge branch 'milestone-ref' into 'master' Robert Speicher
2016-01-07Suppress e-mails on failed builds if allow_failure is setStan Hu
2016-01-07Update specDouwe Maan
2016-01-07Store request methods/URIs as valuesYorick Peterse
2016-01-07Removed UUIDs from metrics transactionsYorick Peterse
2016-01-07Milestone reference is a Markdown linkDouwe Maan
2016-01-07Revert "Store SQL/view timings in milliseconds"Yorick Peterse
2016-01-06Store SQL/view timings in millisecondsYorick Peterse
2016-01-05Ensure that we're only importing local pull requestsDouglas Barbosa Alexandre
2016-01-05Generate separate comments when importing GitHub Issues into GitLabDouglas Barbosa Alexandre
2016-01-05Refactoring GithubImport::ImporterDouglas Barbosa Alexandre
2016-01-05Remove icon from milestone reference.Douwe Maan
2016-01-05Merge branch 'master' into milestone-refDouwe Maan