summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Support importing GH projects without rate limitsgithub-rake-task-rate-limitingYorick Peterse2017-11-081-0/+27
* Merge branch 'fix-issues-api-list-performance' into 'master'Stan Hu2017-11-081-4/+8
|\
| * Fail when issuable_meta_data is called on an unlimited collectionfix-issues-api-list-performanceSean McGivern2017-11-071-4/+8
* | Restore Enterprise support in the GH importerYorick Peterse2017-11-081-11/+90
* | Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-2/+26
* | Merge branch 'github-importer-refactor' into 'master'Douwe Maan2017-11-0855-152/+4557
|\ \
| * | Replace old GH importer with the parallel importergithub-importer-refactorYorick Peterse2017-11-074-53/+1
| * | Rewrite the GitHub importer from scratchYorick Peterse2017-11-0750-99/+4495
| * | Cache feature names in RequestStoreYorick Peterse2017-11-071-0/+41
| * | Add returning IDs to Gitlab::Database.bulk_insertYorick Peterse2017-11-071-0/+20
* | | Merge branch 'feature-change-signout-route' into 'master'Douwe Maan2017-11-081-7/+0
|\ \ \
| * | | Updates tests to reflect sign_out route changeJoe Marty2017-11-071-7/+0
* | | | Merge branch 'bvl-free-paths' into 'master'Douwe Maan2017-11-081-37/+9
|\ \ \ \
| * | | | Remove EE-specific group pathsbvl-free-pathsBob Van Landuyt2017-11-071-12/+3
| * | | | Update failure message when finding new routes in `PathRegex`Bob Van Landuyt2017-11-071-9/+4
| * | | | Free up some group reserved wordsBob Van Landuyt2017-11-071-4/+4
| * | | | Free up `avatar`, `group_members` and `milestones` as pathsBob Van Landuyt2017-11-071-14/+0
* | | | | Merge branch 'pawel/fix_backend_transaction_protected_labels_method' into 'ma...Stan Hu2017-11-081-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Make BackgroundTransaction#labels publicPawel Chojnacki2017-11-071-0/+6
* | | | | Improve GitLab Import rake task to work with Hashed Storage and SubgroupsJames Lopez2017-11-073-100/+219
| |/ / / |/| | |
* | | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-085-21/+19
|\ \ \ \ | |/ / /
| * | | Merge branch 'fix/import-export-arguments' into 'master'Douwe Maan2017-11-071-1/+11
| |\ \ \
| | * | | fix specsfix/import-export-argumentsJames Lopez2017-11-071-3/+3
| | * | | Fix arguments error on Import/Export fetch_ref methodJames Lopez2017-11-071-1/+11
| * | | | Merge branch '39831-warning-icon-in-jobs-dropdown-has-incorrect-style' into '...Clement Ho2017-11-072-2/+2
| |\ \ \ \
| | * | | | Fixed Status Warning Icon39831-warning-icon-in-jobs-dropdown-has-incorrect-styleTim Zallmann2017-11-062-2/+2
| * | | | | Merge branch 'fix-mysql-grant-check' into 'master'Rémy Coutable2017-11-071-17/+5
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Fix TRIGGER checks for MySQLfix-mysql-grant-checkYorick Peterse2017-11-061-17/+5
| * | | | | Merge branch '39649-change-default-size-for-gke-cluster-creation' into 'master'Kamil Trzciński2017-11-071-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Resolve conflictsbikebilly2017-11-0726-263/+466
| | |\ \ \ \ | | | |/ / /
| | * | | | Change default cluster size to n1-standard-2bikebilly2017-11-061-1/+1
| | | |/ / | | |/| |
* | | | | Add Helm InstallCommandAlessio Caiazza2017-11-071-0/+100
* | | | | Add k8s namespace implementation and testsAlessio Caiazza2017-11-071-0/+66
* | | | | Merge branch '38464-k8s-apps' of https://gitlab.com/gitlab-org/gitlab-ce into...Shinya Maeda2017-11-071-16/+0
|\ \ \ \ \
| * | | | | Remove Project#clusters exportAlessio Caiazza2017-11-071-16/+0
* | | | | | Merge branch 'master' into 38464-k8s-appsShinya Maeda2017-11-076-6/+69
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-075-2/+39
| |\ \ \ \
| | * | | | Support custom attributes on projectsMarkus Koller2017-11-065-2/+39
| * | | | | Fix GFM reference links for closed milestonesbugfix_banzai_closed_milestonesVitaliy @blackst0ne Klachkov2017-11-071-4/+30
| | |_|/ / | |/| | |
* | | | | Merge branch 'master' into 38464-k8s-appsEric Eastwood2017-11-0627-266/+502
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'refactor-clusters' into 'master'Grzegorz Bizon2017-11-063-19/+46
| |\ \ \ \
| * \ \ \ \ Merge branch 'pawel/metrics-to-prometheus-33643' into 'master'Grzegorz Bizon2017-11-0614-193/+291
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Only enable unicorn metrics when not in sidekiq mode.Pawel Chojnacki2017-11-021-4/+0
| | * | | | Make subscriber tests pass, after refactoring metricsPawel Chojnacki2017-11-024-7/+7
| | * | | | rename BackgroundMigration to SidekiqMigrationPawel Chojnacki2017-11-023-2/+15
| | * | | | Fix sidekiq middleware testsPawel Chojnacki2017-11-022-21/+9
| | * | | | Tests for Web transaction and remove simple transactonPawel Chojnacki2017-11-026-8/+8
| | * | | | Cleanup metrics names and removing unnecessary cache read totalPawel Chojnacki2017-11-021-15/+3
| | * | | | Adjust test to changed metrics methods.Pawel Chojnacki2017-11-022-17/+3
| | * | | | Convert rails_queue_duration to metric_rails_queue_duration_secondsPawel Chojnacki2017-11-021-1/+11