summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix spec Don't attempt to disable statement timeout on a MySQL DBdisable-statement-timeoutStan Hu2016-07-141-0/+4
* Merge branch 'fix-label-reference-filter' into 'master' Robert Speicher2016-07-131-11/+99
|\
| * Fix markdown rendering for label references that contains `.`Douglas Barbosa Alexandre2016-07-131-13/+13
| * Fix markdown rendering for label references that begin with a digitDouglas Barbosa Alexandre2016-07-131-0/+48
| * Fix markdown rendering for consecutive label referencesDouglas Barbosa Alexandre2016-07-131-0/+40
* | Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-133-204/+134
* | Stub omniauth provider for GitLabgl-importer-keeps-issue-numberDouglas Barbosa Alexandre2016-07-131-1/+6
* | Add spec for GitLab.com importerDouglas Barbosa Alexandre2016-07-131-0/+48
|/
* Merge branch '18193-developers-can-merge' into 'master' Rémy Coutable2016-07-133-134/+204
|\
| * Implement last round of review comments from !4892.18193-developers-can-mergeTimothy Andrew2016-07-131-21/+19
| * Appease rubocop.Timothy Andrew2016-07-131-1/+0
| * Refactor `Gitlab::GitAccess`Timothy Andrew2016-07-132-82/+90
| * Enforce "developers can merge" during `pre-receive`.Timothy Andrew2016-07-132-72/+116
| * Added "developers can merge" setting to protected branchesMathias Vestergaard2016-07-131-0/+21
* | ObjectRenderer doesn't crash when no objects to cache with Rails.cache.read_m...Paco Guzman2016-07-131-0/+11
|/
* Merge branch 'multi-line-inline-diff' into 'master' Douwe Maan2016-07-131-10/+18
|\
| * Render inline diffs for multiple changed lines following eachotherDouwe Maan2016-07-111-10/+18
* | Merge branch 'rs-describe-symbols' into 'master' Robert Speicher2016-07-126-8/+8
|\ \
| * | Avoid `describe`-ing symbols in specsrs-describe-symbolsRobert Speicher2016-07-126-8/+8
* | | Merge branch 'fix-gh-rate-limit' into 'master' Douwe Maan2016-07-121-0/+7
|\ \ \
| * | | Remove unnecessary context from GitHub client specDouglas Barbosa Alexandre2016-07-121-6/+4
| * | | Fix GItHub client requests when rate limit is disabledDouglas Barbosa Alexandre2016-07-121-0/+9
| |/ /
* | | Object renderer read_multi rendered entries from Cacheread-multi-rendered-objectsPaco Guzman2016-07-121-7/+18
|/ /
* | Optimize system note visibility checking by hiding notes thatStan Hu2016-07-112-4/+28
* | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/import-even...James Lopez2016-07-1155-192/+3353
|\ \
| * \ Merge branch 'fix/remove-import-url-migration' into 'master' Rémy Coutable2016-07-111-0/+6
| |\ \
| | * | spec and fix for sanitize methodJames Lopez2016-07-111-0/+6
| * | | Merge branch 'blockquote-fence-filter' into 'master' Robert Speicher2016-07-101-0/+14
| |\ \ \
| | * | | Fix typo in specDouwe Maan2016-07-101-1/+1
| | * | | Add blockquote fence syntax to MarkdownDouwe Maan2016-07-091-0/+14
| | | |/ | | |/|
| * | | Re-use queries in reference parsersreuse-queries-in-reference-parsersYorick Peterse2016-07-081-0/+75
| |/ /
| * | Merge branch '1548-average-commits-per-day' into 'master' Rémy Coutable2016-07-081-0/+39
| |\ \ | | |/ | |/|
| | * Infinity Bug in Commit StatisticsJonas Weber2016-05-201-0/+39
| * | Merge branch '18627-wildcard-branch-protection' into 'master' Douwe Maan2016-07-071-0/+70
| |\ \
| | * | Improve the error message displayed when branch creation fails.Timothy Andrew2016-07-051-0/+70
| * | | Add tests for PositionDouwe Maan2016-07-061-0/+341
| * | | Add tests for PositionTracerDouwe Maan2016-07-061-0/+1758
| * | | Add DiffNote modelDouwe Maan2016-07-062-6/+6
| * | | Add Gitlab::Diff::LineMapperDouwe Maan2016-07-061-0/+137
| * | | Represent DiffRefs as proper class instead of tuple arrayDouwe Maan2016-07-063-6/+5
| * | | Rename MergeRequest methods that return commits or shas to be more clear and ...Douwe Maan2016-07-062-7/+7
| * | | Consider that a GH exists only if both `ref`, and `sha` existDouglas Barbosa Alexandre2016-07-062-14/+23
| * | | Render references for labels that name contains ?, or &Douglas Barbosa Alexandre2016-07-051-0/+50
| * | | Revert back to not defining a default Git access protocol.Patricio Cano2016-07-051-1/+1
| * | | Default Git access protocol to `web`Patricio Cano2016-07-051-1/+1
| * | | Rename `enabled_git_access_protocols` to singular.Patricio Cano2016-07-051-1/+1
| * | | Add more tests to the allowed protocols featurePatricio Cano2016-07-051-0/+37
| * | | Rename ENV['PROTOCOL'] to ENV['GL_PROTOCOL'] to conform to what GitLab Shell ...Patricio Cano2016-07-052-2/+2
| * | | RailsCache metrics now includes fetch_hit/fetch_miss and read_hit/read_miss i...Paco Guzman2016-07-051-0/+103
| * | | Merge branch 'refactor/ci-config-move-global-entries' into 'master' Rémy Coutable2016-07-0517-136/+657
| |\ \ \ | | |/ / | |/| |