summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve QA scenarios contexts & descriptions consistency49800-reorganize-qa-scenariosRémy Coutable2018-08-2625-630/+721
* Reorganize QA scenarios based on the DevOps cycleRémy Coutable2018-08-2632-0/+49
* Allow to pass --tag to bin/qa runRémy Coutable2018-08-265-5/+24
* Merge branch 'sh-insert-git-data-in-separate-transaction' into 'master'Yorick Peterse2018-08-264-8/+98
|\
| * Bitbucket Server importer: Eliminate most idle-in-transaction issuesStan Hu2018-08-264-8/+98
* | Merge branch 'sh-sanitize-project-import-names' into 'master'Rémy Coutable2018-08-267-4/+23
|\ \
| * | Use slugs for default project path and sanitize names before importStan Hu2018-08-247-4/+23
* | | Merge branch '6028-show-generic-percent-stacked-progress-bar' into 'master'Filipa Lacerda2018-08-263-2/+16
|\ \ \
| * | | Add changelog entry6028-show-generic-percent-stacked-progress-barKushal Pandya2018-08-201-0/+6
| * | | Show `< 1%` when percent value evaluated is less than 1Kushal Pandya2018-08-202-2/+10
* | | | Merge branch 'make-qa-scenario-test-instance-back-compatible' into 'master'Grzegorz Bizon2018-08-262-0/+37
|\ \ \ \
| * | | | [QA] Re-add Test::Instance for back-compatibility with GitLab < 11.3Rémy Coutable2018-08-222-0/+37
* | | | | Merge branch 'ml-test-plan-issue-template' into 'master'Mek Stittri2018-08-261-0/+96
|\ \ \ \ \
| * | | | | Add Test plan issue templateml-test-plan-issue-templateMark Lapierre2018-08-171-0/+96
* | | | | | Merge branch '49110-update-mr-widget-styles' into 'master'Filipa Lacerda2018-08-2611-75/+324
|\ \ \ \ \ \
| * | | | | | Add changelog49110-update-mr-widget-stylesPaul Slaughter2018-08-211-0/+5
| * | | | | | Generate a fresh potPaul Slaughter2018-08-211-0/+3
| * | | | | | Update mr_widget_header to not show branch names in 'commits behind' textPaul Slaughter2018-08-213-13/+17
| * | | | | | Update MR deployment to use .label-truncate with .deploy-linkPaul Slaughter2018-08-212-7/+18
| * | | | | | Update MR header and pipeline to use .label-truncate with .label-branchPaul Slaughter2018-08-214-55/+42
| * | | | | | Create TooltipOnTruncate component to show tooltip only when neededPaul Slaughter2018-08-212-0/+229
| * | | | | | Create 'mountComponentWithRender' for testing with slotsPaul Slaughter2018-08-211-0/+10
* | | | | | | Merge branch 'api-protected-tags' into 'master'Nick Thomas2018-08-2512-4/+531
|\ \ \ \ \ \ \
| * | | | | | | API: Protected tagsRobert Schilling2018-08-2512-4/+531
|/ / / / / / /
* | | | | | | Merge branch '50345-hashed-storage-feature-flag' into 'master'Nick Thomas2018-08-258-3/+125
|\ \ \ \ \ \ \
| * | | | | | | Rename feature flag to skip_hashed_storage_upgrade to be less confusing50345-hashed-storage-feature-flagGabriel Mazetto2018-08-223-6/+6
| * | | | | | | Fixed `stub_feature_flag behavior` for `disabled?` flags.Gabriel Mazetto2018-08-227-2/+92
| * | | | | | | Add FeatureFlag to disable hashed storage migration when renamingGabriel Mazetto2018-08-222-2/+34
* | | | | | | | Merge branch 'winh-danger-changelog-drop-wip' into 'master'Rémy Coutable2018-08-241-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Drop WIP from changelog command in Danger commentWinnie Hellmann2018-08-241-2/+4
|/ / / / / / / /
* | | | | | | | Merge branch 'dz-refactor-project-permissions-helper-method' into 'master'Rémy Coutable2018-08-242-3/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Refactor project_permissions_panel_data so it can be extended in EE easilyDmitriy Zaporozhets2018-08-242-3/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'sh-simplify-github-importer-refactor' into 'master'Yorick Peterse2018-08-249-133/+173
|\ \ \ \ \ \ \
| * | | | | | | Refactor GitHub Importer database helpers into helper methodsStan Hu2018-08-249-133/+173
| |/ / / / / /
* | | | | | | Merge branch 'mkoszut-master-patch-04745' into 'master'Rémy Coutable2018-08-241-10/+10
|\ \ \ \ \ \ \
| * | | | | | | Removing not necessarily indentations in update Ruby code blockMateusz2018-08-231-10/+10
* | | | | | | | Merge branch 'fix/contributing' into 'master'Rémy Coutable2018-08-241-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Update CONTRIBUTING.mdFranklin Yu2018-08-231-1/+1
* | | | | | | | | Merge branch 'api-labels-spec' into 'master'Rémy Coutable2018-08-241-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | POST should be PUT in the API labels specsRobert Schilling2018-08-241-4/+4
* | | | | | | | | | Merge branch 'patch-28' into 'master'Stan Hu2018-08-241-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add link to Profiling doc to READMETom Atkins2018-08-241-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'ccr/43283_allow_author_upvote' into 'master'Sean McGivern2018-08-2413-91/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allows author to vote on their own issueChantal Rollison2018-08-2413-91/+31
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'patch-29' into 'master'Sean McGivern2018-08-241-23/+25
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Gitaly needs to be installed before initializing databaseAniela Ziółkowski2018-08-231-22/+22
| * | | | | | | | | | Update installation.mdAniela Ziółkowski2018-08-231-1/+3
* | | | | | | | | | | Merge branch 'sh-fix-issue-50562' into 'master'Rémy Coutable2018-08-245-0/+28
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Fix remote mirrors failing if Git remotes have not been addedStan Hu2018-08-225-0/+28
* | | | | | | | | | | Merge branch 'winh-fix-dummy-badge-id' into 'master'Fatih Acet2018-08-231-1/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | |