summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG.md for 11.9.0GitLab Release Tools Bot2019-03-21230-1153/+0
| | | [ci skip]
* Merge branch '59147-duplicate-match-line' into 'master'Douwe Maan2019-03-211-0/+5
|\ | | | | | | | | | | | | Fix duplicated bottom match line Closes #59147 See merge request gitlab-org/gitlab-ce!26402
| * Fix diff bottom expand button appears twiceMark Chao2019-03-211-0/+5
| | | | | | | | | | | | | | This is a quick fix by only append match line once when calling diff_lines_for_serializer multiple time. Also enable feature by default
* | Update merge request widget pipeline blockNathan Friend2019-03-211-0/+6
| | | | | | | | | | | | This commit updates the pipeline block that appears on the merge request page to include information that will be exposed by the API as part of the post-merge pipeline feature.
* | Merge branch ↵Kushal Pandya2019-03-211-0/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | '59189-long-names-in-project-path-namespace-dropdown-breaks-past-container' into 'master' Resolve "Long names in project path namespace dropdown breaks past container" Closes #59189 See merge request gitlab-org/gitlab-ce!26343
| * | Prevent namespace dropdown in new project form from exceeding containerDennis Tang2019-03-201-0/+5
| | |
* | | Merge branch '59289-fix-push-to-create-protected-branches' into 'master'Douwe Maan2019-03-211-0/+6
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Allow users to create protected branches via CLI Closes #59289 See merge request gitlab-org/gitlab-ce!26413
| * | | Allow users to create protected branches via CLIPatrick Bajao2019-03-211-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for fixing a regression introduced by: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24969 This fix will allow users who are allowed to push to protected branches to create protected branches via CLI as well, just like before. The checks for protected branch creation won't need to run.
* | | | Merge branch '59117-inconsistent-hover-behavior-on-navbar-items' into 'master'Kushal Pandya2019-03-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Inconsistent hover behavior on navbar items" Closes #59117 See merge request gitlab-org/gitlab-ce!26345
| * | | | Fix hover animation consistency in top navbar itemsDennis Tang2019-03-201-0/+5
| | | | |
* | | | | Resolve "Android template is missing .gitlab-ci.yml"Jason Lenny2019-03-211-0/+5
| |/ / / |/| | |
* | | | Merge branch 'nfriend-update-job-detail-view-sidebar' into 'master'Filipa Lacerda2019-03-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update job detail view sidebar to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25777
| * | | | Update job detail sidebar for post-merge pipelinesNathan Friend2019-03-201-0/+5
| |/ / / | | | | | | | | | | | | | | | | This commit updates the job detail view sidebar to accommodate new states introduced as part of the post-merge pipeline feature.
* | | | Upgrade Gitaly to v1.29.0GitalyBot2019-03-211-0/+5
| | | |
* | | | Merge branch 'osw-multi-line-suggestions-parsing' into 'master'Grzegorz Bizon2019-03-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Prepare multi-line suggestions for rendering in Markdown See merge request gitlab-org/gitlab-ce!26107
| * | | | Implement multi-line suggestions filteringOswaldo Ferreira2019-03-201-0/+5
| | |/ / | |/| | | | | | | | | | | | | | Implements the filtering logic for `suggestion:-x+y` syntax.
* | | | Merge branch 'nfriend-update-pipeline-list-view' into 'master'Filipa Lacerda2019-03-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Update pipeline list view to accommodate post-merge request pipelines See merge request gitlab-org/gitlab-ce!25690
| * | | | Update pipeline list viewNathan Friend2019-03-201-0/+5
| | |/ / | |/| | | | | | | | | | | | | | This commit updates the pipeline page and related components to include new pipeline information added by the post-merge pipeline feature.
* | | | Update dashboards to additionally use new environment selectorJames Fargher2019-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | Deploy boards now will check for app.gitlab.com/env and app.gitlab.com/app
* | | | Merge branch '57115-just-in-time-k8s-resource-creation' into 'master'Clement Ho2019-03-201-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Create project-specific Kubernetes resources just-in-time See merge request gitlab-org/gitlab-ce!25586
| * | | | Add build prerequisite for Kubernetes namespacesTiger2019-03-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Builds that have deployments require Kubernetes resources to be created before the build can be deployed. These resources are no longer created when the cluster is created, which allows us to only create the resources required by each specific build.
* | | | | Merge remote-tracking branch 'dev/master'Alex Hanselka2019-03-201-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev/master: Update CHANGELOG.md for 11.8.3 Update CHANGELOG.md for 11.7.7 Only return `commands_changes` used in frontend
| * \ \ \ \ Merge branch 'security-2826-fix-project-serialization-in-quick-actions' into ↵Alex Hanselka2019-03-201-0/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Fix project serialization in quick actions response Closes #2826 See merge request gitlab/gitlabhq!3001
| | * | | | | Only return `commands_changes` used in frontendHeinrich Lee Yu2019-03-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When executing quick actions, this limits the `commands_changes` response to only those used by the frontend
* | | | | | | Merge branch ↵53956-add-a-new-smoke-test-to-create-a-pipelineStan Hu2019-03-201-0/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '59208-fix-error-500-on-every-page-when-active-broadcast-message-present-after-upgrading-to-11-9-0' into 'master' Gracefully handles excluded fields from attributes during serialization on JsonCache Closes #59208 See merge request gitlab-org/gitlab-ce!26368
| * | | | | | | Add CHANGELOG entryDouglas Barbosa Alexandre2019-03-201-0/+6
| | | | | | | |
* | | | | | | | Merge branch 'avoid_es_loading_project_ci_status' into 'master'Stan Hu2019-03-201-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid loading pipeline status in project search See merge request gitlab-org/gitlab-ce!26342
| * | | | | | | | Avoid loading pipeline status in project searchMario de la Ossa2019-03-191-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch '59057-buttons-on-top-from-a-user-profile-page-on-mobile' into ↵Fatih Acet2019-03-201-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Improve mobile UI on User Profile page Closes #59057 See merge request gitlab-org/gitlab-ce!26240
| * | | | | | | Improve mobile UI on User Profile pageTakuya Noguchi2019-03-161-0/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | | | Merge branch '58883-fix-fetching-comments' into 'master'Fatih Acet2019-03-201-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initialize discussionFilter after notesApp Closes #58883 See merge request gitlab-org/gitlab-ce!26092
| * | | | | | | Initialize discussion filter after notes appHeinrich Lee Yu2019-03-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also sets default selectedValue for discussion filter when not logged in
* | | | | | | | Merge branch ↵Filipa Lacerda2019-03-201-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '58410-change-pixel-size-of-instance-header-footer-message-to-16px' into 'master' Reduce height of instance system message Closes #58410 See merge request gitlab-org/gitlab-ce!25752
| * | | | | | | | Reduce height of instance system messageDennis Tang2019-03-051-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Reduces height of instance system header and footer to 16px - Pulls the system message up to better fit the container
* | | | | | | | | Add additional link to 2fa pageGosia Ksionek2019-03-201-0/+6
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'only-counted-active-milestones-as-started' into 'master'Kamil Trzciński2019-03-191-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only count active milestones as started Closes #58782 See merge request gitlab-org/gitlab-ce!25969
| * | | | | | | | Only count active milestones as startedSean McGivern2019-03-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Upcoming milestone filter only considers active milestones, but the Started one included closed milestones, too. This was inconsistent.
* | | | | | | | | Merge branch 'sh-create-branch-as-project-owner-for-github-import' into 'master'Douglas Barbosa Alexandre2019-03-191-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GitHub import: Create new branches as project owner See merge request gitlab-org/gitlab-ce!26335
| * | | | | | | | | GitHub import: Create new branches as project ownerStan Hu2019-03-191-0/+5
| | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids permission errors when importing merge requests whose authors don't have direct access to push to the main repository.
* | | | | | | | | Merge branch 'sh-reject-info-refs-head-requests' into 'master'Douglas Barbosa Alexandre2019-03-191-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reject HEAD requests to info/refs endpoint Closes #54579 See merge request gitlab-org/gitlab-ce!26334
| * | | | | | | | | Reject HEAD requests to info/refs endpointStan Hu2019-03-191-0/+5
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In production, we see high error rates due to clients attempting to use the dumb Git HTTP protocol with HEAD /foo/bar.git/info/refs endpoint. This isn't supported and causes Error 500s because Workhorse doesn't send along its secret because it's not proxying this request. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54579
* | | | | | | | | Merge branch 'nfriend-update-pipeline-detail-view' into 'master'Kamil Trzciński2019-03-191-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Update pipeline detail view to accommodate post-merge pipelines See merge request gitlab-org/gitlab-ce!25775
| * | | | | | | | Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda2019-03-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
* | | | | | | | | Merge branch '53139-hide-tree-single-file' into 'master'Filipa Lacerda2019-03-191-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Collapse diff tree is only one file is present Closes #53139 See merge request gitlab-org/gitlab-ce!26280
| * | | | | | | | | Collapse diff tree is only one file is presentPhil Hughes2019-03-191-0/+5
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53139
* | | | | | | | | Integrate Gitlab::Keys with Gitlab::ShellPatrick Bajao2019-03-191-0/+5
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this commit, some methods that aren't being used are removed from `Gitlab::Shell`. They are the ff: - `#remove_keys_not_found_in_db` - `#batch_read_key_ids` - `#list_key_ids` The corresponding methods in `Gitlab::Keys` have been removed as well.
* | | | | | | | Merge branch 'feature/users-search-results' into 'master'Sean McGivern2019-03-191-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add users search results to global search Closes #25973 See merge request gitlab-org/gitlab-ce!21197
| * | | | | | | | add changelogAlexis Reigel2019-03-141-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Fix undefined variable error on json project viewsAlejandro Rodríguez2019-03-181-0/+5
| |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This mistake seems to have always been there, but it only resulted in errors on the `/explore*.json` since they were the one that _actually_ relied on the local variables.
* | | | | | | Resolve "Spinners are active prematurely in Bitbucket Cloud import"Brandon Labuschagne2019-03-181-0/+5
| | | | | | |