summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'frozen_string_spec_lib' into 'master'Stan Hu2019-07-26286-13/+585
|\
| * Fix cannot modify frozen stringfrozen_string_spec_libThong Kuah2019-07-263-13/+13
| * Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-26286-0/+572
* | Merge branch 'remove-nested-groups-checks' into 'master'Lin Jen-Shin2019-07-2613-53/+31
|\ \
| * | Remove code related to object hierarchy in MySQLremove-nested-groups-checksHeinrich Lee Yu2019-07-2513-53/+31
* | | Merge branch 'dm-submodule-links-nil' into 'master'Nick Thomas2019-07-261-0/+47
|\ \ \ | |_|/ |/| |
| * | Fix error rendering submodules in MR diffs when there is no .gitmodulesdm-submodule-links-nilDouwe Maan2019-07-261-0/+47
* | | Merge branch 'print-sidekiq-class-name-in-memory-killer' into 'master'Stan Hu2019-07-251-0/+3
|\ \ \ | |/ / |/| |
| * | Logging sidekiq worker class name in SidekiqMemoryKillerprint-sidekiq-class-name-in-memory-killerShinya Maeda2019-07-251-0/+3
| |/
* | Merge branch 'frozen_string_spec_support' into 'master'Douwe Maan2019-07-251-1/+6
|\ \
| * | Frozen string cannot change encodingfrozen_string_spec_supportThong Kuah2019-07-261-1/+6
| |/
* | Merge branch '54478-table_exists-not-compatible-with-rails-5-1' into 'master'Douglas Barbosa Alexandre2019-07-251-1/+1
|\ \
| * | Remove unneeded monkey-patch54478-table_exists-not-compatible-with-rails-5-1Heinrich Lee Yu2019-07-251-1/+1
| |/
* | Merge branch 'refactor-redis-usage-counter-specs' into 'master'Nick Thomas2019-07-251-64/+9
|\ \ | |/ |/|
| * Refactor usage data counters specsrefactor-redis-usage-counter-specsAlex Kalderimis2019-07-221-64/+9
* | Add RateLimiter to RawControllerMayra Cabrera2019-07-241-11/+90
* | Merge branch 'optimise-import-performance' into 'master'Stan Hu2019-07-242-6/+6
|\ \
| * | Optimise import performanceoptimise-import-performanceKamil Trzciński2019-07-242-6/+6
| |/
* | [ADD] outbound requests whitelistReuben Pereira2019-07-242-28/+201
* | Enable tablesample count strategy by defaultAndreas Brandl2019-07-244-59/+2
* | Merge branch 'sh-add-rugged-to-peek' into 'master'Sean McGivern2019-07-242-1/+30
|\ \
| * | Add Rugged calls to performance barStan Hu2019-07-232-1/+30
* | | LFS export records repository_type dataLuke Duncalfe2019-07-242-25/+122
* | | Prefer `flat_map` over `map` + `flatten` in specsPeter Leitzen2019-07-244-9/+9
|/ /
* | Merge branch '52442-initial-mysql-support-removal' into 'master'Robert Speicher2019-07-235-609/+196
|\ \
| * | Remove dead MySQL codeNick Thomas2019-07-235-609/+196
* | | Merge branch 'adjust-group-level-analytics-to-accept-multiple-project-ids' in...Stan Hu2019-07-232-1/+50
|\ \ \ | |/ / |/| |
| * | Add code review remarksadjust-group-level-analytics-to-accept-multiple-project-idsMałgorzata Ksionek2019-07-232-8/+7
| * | Add basic project extractionMałgorzata Ksionek2019-07-232-1/+51
* | | Merge branch 'safe-archiving-for-traces' into 'master'Kamil Trzciński2019-07-231-0/+10
|\ \ \
| * | | Validate the existence of archived traces before removing live tracesafe-archiving-for-tracesShinya Maeda2019-07-231-0/+10
| |/ /
* | | Merge branch 'sh-use-shared-state-cluster-pubsub' into 'master'Kamil Trzciński2019-07-231-0/+1
|\ \ \
| * | | Use persistent Redis cluster for Workhorse pub/sub notificationssh-use-shared-state-cluster-pubsubStan Hu2019-07-221-0/+1
* | | | Merge branch 'georgekoltsov/64377-add-better-log-msg-to-members-mapper' into ...Ash McKenzie2019-07-231-0/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | Add MembersMapper#ensure_default_user! specGeorge Koltsov2019-07-171-0/+10
* | | | Bring backward compatibility for request profilesKamil Trzciński2019-07-232-7/+93
| |_|/ |/| |
* | | Merge branch 'resolve-remaining-import-export-differences' into 'master'Robert Speicher2019-07-223-2/+9
|\ \ \ | |_|/ |/| |
| * | Backport import/export spec changes from EEresolve-remaining-import-export-differencesYorick Peterse2019-07-222-1/+7
| * | Backport project.json fixture from EEYorick Peterse2019-07-221-1/+2
* | | Remove duplicate entry from all_models.ymlremove-duplicate-all-models-entryYorick Peterse2019-07-221-1/+0
|/ /
* | OAuth2 support for GitLab personal access tokensSteve Abrams2019-07-221-0/+14
* | Count wiki page creationAlex Kalderimis2019-07-213-10/+119
* | Merge branch 'sh-fix-gitaly-server-info-cache' into 'master'Mayra Cabrera2019-07-191-0/+13
|\ \
| * | Fix Gitaly auto-detection cachingStan Hu2019-07-191-0/+13
* | | Document database review processToon Claes2019-07-191-0/+30
* | | Avoid increasing redis counters when usage_ping is disabledFrancisco Javier López2019-07-191-0/+33
|/ /
* | Adjust redis cache metricsBen Kochie2019-07-191-1/+9
* | Added Usage Data for some Web IDE actionsFrancisco Javier López2019-07-192-10/+35
* | Merge branch '64295-predictable-environment-slugs' into 'master'Lin Jen-Shin2019-07-191-0/+38
|\ \
| * | Introduce predictable environment slugs64295-predictable-environment-slugsTiger2019-07-191-0/+38