summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] pushzj-tst-pushZeger-Jan van de Weg2017-08-1915-1653/+2579
|
* Merge branch 'winh-filtered-search-dropdowns' into 'master'Clement Ho2017-08-183-12/+20
|\ | | | | | | | | Make issuable filter dropdown style consistent See merge request !13421
| * Make issuable filter dropdown style consistentWinnie Hellmann2017-08-183-12/+20
|/
* Merge branch 'repo-template-format-repo' into 'master'Clement Ho2017-08-181-3/+6
|\ | | | | | | | | | | | | Correct repo.vue template Closes #36415 See merge request !13452
| * Correct repo.vue templateLuke "Jared" Bennett2017-08-181-3/+6
|/
* Merge branch 'dm-commit-cache-i18n' into 'master'Robert Speicher2017-08-182-1/+6
|\ | | | | | | | | | | | | Add current locale to commit partial cache key Closes #36591 See merge request !13669
| * Describe what, not how, in changelog.dm-commit-cache-i18nDouwe Maan2017-08-181-1/+1
| | | | | | | | [ci skip]
| * Add current locale to commit partial cache keyDouwe Maan2017-08-182-1/+6
| |
* | Merge branch ↵Stan Hu2017-08-182-3/+3
|\ \ | | | | | | | | | | | | | | | | | | 'pawel/update_prometheus_client_gem_to_improve_performance_when_rendering_metrics' into 'master' Update prometheus mmap client library to fix performance issues when rendering many metrics. See merge request !13674
| * | Update prometheus mmap client library to fix performance issues when ↵pawel/update_prometheus_client_gem_to_improve_performance_when_rendering_metricsPawel Chojnacki2017-08-182-3/+3
|/ / | | | | | | rendering many metrics.
* | Merge branch 'docs/clearcase' into 'master'Marcia Ramos2017-08-182-0/+48
|\ \ | | | | | | | | | | | | Migrating from Clearcase docs See merge request !13569
| * | Add docs: migrating from Clearcase to Git/GitLabdocs/clearcaseAchilleas Pipinellis2017-08-182-0/+48
| |/
* | Merge branch ↵Grzegorz Bizon2017-08-182-1/+24
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '36630-activerecord-statementinvalid-pg-notnullviolation-error-null-value-in-column-a_mode-violates-not-null-constraint' into 'master' Resolve "ActiveRecord::StatementInvalid: PG::NotNullViolation: ERROR: null value in column "a_mode" violates not-null constraint" Closes #36630 See merge request !13663
| * | Fix MR diffs background migration when file modes are missing36630-activerecord-statementinvalid-pg-notnullviolation-error-null-value-in-column-a_mode-violates-not-null-constraintSean McGivern2017-08-182-1/+24
| |/ | | | | | | | | | | | | | | | | | | | | Guess the modes based on the following: 1. If the file didn't exist, it's zero. 2. If the diff contains 'Subproject commit', it might be a submodule, so 0600. 3. Otherwise, it's 0644. This isn't perfect, but it doesn't have to be - it won't change file modes in the repository.
* | Merge branch ↵Achilleas Pipinellis2017-08-181-0/+4
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | 'docs/sm/36543-describe-supported-version-in-group_level_variables' into 'master' Describe the supported version of group-level variables API in document Closes #36543 See merge request !13648
| * | Describe the supported version of group-level variables API in documentShinya Maeda2017-08-181-0/+4
|/ /
* | Merge branch 'docs/sm/fix_project_snippets_md' into 'master'Achilleas Pipinellis2017-08-181-1/+1
|\ \ | |/ |/| | | | | Update project_snippets.md See merge request !13654
| * Update project_snippets.mddocs/sm/fix_project_snippets_mdShinya Maeda2017-08-181-1/+1
| |
* | Merge branch 'gitaly_ref_exists' into 'master'Sean McGivern2017-08-188-28/+106
|\ \ | | | | | | | | | | | | | | | | | | Client Implementation: RefService::RefExists Closes gitaly#452 See merge request !13528
| * | Client Implementation: RefService::RefExistsgitaly_ref_existsAndrew Newdigate2017-08-188-28/+106
| |/
* | Merge branch '36648-fix-backoff-util-tests' into 'master'Phil Hughes2017-08-182-29/+31
|\ \ | | | | | | | | | | | | | | | | | | Fix unnecessarily long gl.utils.backOff test Closes #36648 See merge request !13651
| * | fix unnecessarily long gl.utils.backOff test36648-fix-backoff-util-testsMike Greiling2017-08-182-29/+31
| | |
* | | Merge branch '32795-project-activity-i18n' into 'master'Phil Hughes2017-08-186-18/+170
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add support for i18n on Project Activity Page Closes #32795 See merge request !13451
| * | | Add support for i18n on Project Activity PageKushal Pandya2017-08-186-18/+170
|/ / /
* | | Merge branch 'mk-setup-settings-properly' into 'master'Douwe Maan2017-08-182-1/+34
|\ \ \ | | | | | | | | | | | | | | | | Setup settings properly See merge request !13645
| * | | Setup repositories settings properlymk-setup-settings-properlyMichael Kozono2017-08-172-1/+14
| | | |
| * | | Setup LDAP settings properlyMichael Kozono2017-08-172-0/+20
| | | |
* | | | Merge branch '36041-notification-title' into 'master'Douwe Maan2017-08-186-43/+62
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | Don't escape html entities in InlineDiffMarkdownMarker Closes #36041 See merge request !13553
| * | | Don't escape html entities when rich == raw line36041-notification-titleJarka Kadlecova2017-08-176-43/+62
| | | |
* | | | Merge branch 'gitaly-apply-gitattributes' into 'master'Sean McGivern2017-08-184-27/+124
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Gitaly apply gitattributes Closes gitaly#464 See merge request !13517
| * | | | Incorporate RepositoryService.ApplyGitattributes Gitaly RPCgitaly-apply-gitattributesAlejandro Rodríguez2017-08-174-27/+61
| | | | |
| * | | | Add GitalyClient::RepositoryService specsAlejandro Rodríguez2017-08-171-0/+63
| | | | |
* | | | | Merge branch 'rename-repo-enabled' into 'master'Phil Hughes2017-08-182-10/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Updates for proper obj notation. See merge request !13430
| * | | | | use proper object notation and rename isNewRepo to isNewRepoEnabledrename-repo-enabledMike Greiling2017-08-172-10/+6
| | | | | |
* | | | | | Merge branch 'tc-git-tower-pagination-links' into 'master'Grzegorz Bizon2017-08-183-10/+64
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API: do not set rel="next" pagination header when no records found Closes #36618 See merge request !13629
| * | | | | | Total Pages should be at least onetc-git-tower-pagination-linksToon Claes2017-08-172-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | And the link to the last page cannot be `page=0`.
| * | | | | | Add specs for pagination Link headerToon Claes2017-08-172-4/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add specs that check the 'Link' header for the inclusion of: - rel="first" - rel="last" - rel="prev" - rel="next" Fixes gitlab-org/gitlab-ce#36618 Related to gitlab-com/infrastructure#2532
| * | | | | | don't add next page link if current page is out of rangeJordan Patterson2017-08-171-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch '36611-error-in-getcomposer-link' into 'master'🏖 Rémy Coutable 🏖2017-08-182-1/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix external link to Composer website Closes #36611 See merge request !13621
| * | | | | Fix external link to Composer websiteMark Fletcher2017-08-172-1/+6
| | | | | |
* | | | | | Merge branch 'winh-admin-user-actions-dropdown' into 'master'Clement Ho2017-08-173-1/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make admin user actions dropdown consistent See merge request !13630
| * | | | | | Make admin user actions dropdown consistentwinh-admin-user-actions-dropdownwinh2017-08-173-1/+9
| |/ / / / /
* | | | | | Merge branch '36448-smiles-are-broken-in-9-5-0-rc2' into 'master'Clement Ho2017-08-171-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes the blown up emoji problem in notes Closes #36448 and #36282 See merge request !13632
| * | | | | Fixes the blown up emoji problem in notesTim Zallmann2017-08-171-1/+2
|/ / / / /
* | | | | Merge branch 'docs/docker-entrypoint' into 'master'Marcia Ramos2017-08-171-17/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Properly explain when advanced Docker options were introduced See merge request !13608
| * | | | | Properly explain when advanced Docker options were introduceddocs/docker-entrypointAchilleas Pipinellis2017-08-161-17/+23
| | | | | |
* | | | | | Merge branch 'docs-article-undo-things-in-git' into 'master'Marcia Ramos2017-08-176-52/+551
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: article - "Numerous undo possibilities in Git" Closes gitlab-com/community-writers#40 See merge request !13513
| * | | | | Fix conflictdocs-article-undo-things-in-gitMarcia Ramos2017-08-17650-4524/+9990
| |\ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into 'docs-article-undo-things-in-git' # Conflicts: # doc/articles/index.md
* | | | | | Merge branch 'docs/importing-refactor' into 'master'Marcia Ramos2017-08-1731-518/+526
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move workflow/importing/ to user/project/import/ See merge request !13593
| * | | | | | Move workflow/importing/ to user/project/import/Achilleas Pipinellis2017-08-1731-518/+526
| | |/ / / / | |/| | | |