summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Move SAST docker changes to CEAvielle Wolfe2019-06-131-0/+5
|
* Moves sp.js to CE repoFilipa Lacerda2019-06-131-0/+5
| | | | Removes ce to ee differences for snowplow file
* Excludes MR author from Review rouletteJacopo2019-06-131-0/+5
| | | | | Excludes MR author from gitlab_ui and single_codebase Review roulette results.
* Remove the grafana_dashboard_link feature flagReuben Pereira2019-06-131-0/+5
|
* Adding break-word css to home-panel-description class to correctly word wrap ↵Erik van der Gaag2019-06-131-0/+5
| | | | long words
* Fix "Resolve conflicts" button not appearing for some usersStan Hu2019-06-131-0/+5
| | | | | | | | | | | | | | | | | | | | Previously the frontend assumed that the user had to be able to merge to that project in order to resolve conflicts. However, this is overly restrictive, as the user only has to be able to push to the source branch. In fact, appending the text /conflicts to the merge request would bring up the conflict resolution page. This confusion happens when a project contains a protected branch that only allows maintainers to push. Users with Developer access no longer have permission to merge, but they still can create branches in that project. To fix this issue, we now loosen the permission check for the "Resolve conflicts" button and only check for access to push to the source branch. This is consistent with what the backend does in MergeRequests::Conflicts::ListService#can_be_resolved_by?. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47954
* Fix null source_project_id in pool_repositoriesJohn Cai2019-06-131-0/+5
| | | | | Due to a bug, some pool_repositories in production have a null source_project_id column. This migration aims to fix those rows.
* Upgrade pages to v1.6.1Vladimir Shushlin2019-06-131-0/+5
|
* Fix diverged branch localsLuke Bennett2019-06-131-0/+5
|
* Resolve "Email notifications do not work properly (issue due date)"Eugenia Grieff2019-06-131-0/+5
|
* Fix TyposYoginth2019-06-131-18/+18
|
* Strip trailing decimal zeros from Metrics axisSimon Knox2019-06-131-0/+5
|
* Added diff suggestion popoverPhil Hughes2019-06-121-0/+5
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56523
* Merge branch '5615-non-admins-only-archieve-ce' into 'master'Stan Hu2019-06-121-0/+5
|\ | | | | | | | | Add EE backport for the admin view See merge request gitlab-org/gitlab-ce!29268
| * Add changelog entry5615-non-admins-only-archieve-ceMałgorzata Ksionek2019-06-111-0/+5
| |
* | Merge branch '62788-clean-up-pagination' into 'master'Phil Hughes2019-06-121-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Moves table pagination component Closes #62788 See merge request gitlab-org/gitlab-ce!29543
| * | Moves table pagination componentFilipa Lacerda2019-06-121-0/+5
| | | | | | | | | | | | | | | | | | Move the table paginaiton component under the new pagination folder in vue shared components and updates all the paths
* | | Merge branch 'expose-project-git-depth-via-api' into 'master'Kamil Trzciński2019-06-121-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Expose default_git_depth via project API Closes #62908 See merge request gitlab-org/gitlab-ce!29353
| * | | Expose ci_default_git_depth via project APIexpose-project-git-depth-via-apiFabio Pitino2019-06-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable Get and Update of ci_default_git_depth for Project API. Renaming Project#default_git_depth to :ci_default_git_depth to give more context through the API usage. Add API documentation
* | | | Merge branch '9186-implement-atmtwps-state-to-mr-widget' into 'master'Filipa Lacerda2019-06-121-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | CE backport for gitlab-org/gitlab-ee!12156: Update the merge request widget's "Merge" button to support merge trains See merge request gitlab-org/gitlab-ce!27594
| * | | | Add merge train support to MR merge button (CE)9186-implement-atmtwps-state-to-mr-widgetNathan Friend2019-06-111-0/+5
| | |_|/ | |/| | | | | | | | | | | | | | This commit updates the merge request widget's "Merge" button to support merge trains.
* | | | Merge branch ↵Filipa Lacerda2019-06-121-0/+5
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | '62300-target-area-for-dropdown-list-items-is-too-small-on-metrics-dashboard' into 'master' Resolve "Target area for dropdown list items is too small on Metrics Dashboard" Closes #62300 See merge request gitlab-org/gitlab-ce!29458
| * | | Make time window links take up full dropdown width62300-target-area-for-dropdown-list-items-is-too-small-on-metrics-dashboardSimon Knox2019-06-121-0/+5
| | | |
* | | | Document when milestones and labels links are missingAlexandru Croitor2019-06-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Document that milestones and labels are still accesible through direct links when issues are disabled even if links are missing in sidebar UI.
* | | | Apply tooltip on truncated commit titleTimofey Trofimov2019-06-121-0/+5
| | | |
* | | | Fix gl_dropdown scrolling to top on assignee clickPaul Slaughter2019-06-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | **How?** It looks like when assignees are clicked, the child of the `<a>`. We fix our propogation check by looking at `.closest` which traverses through the element itself and parent.
* | | | Merge branch 'revert-28513' into 'master'Douwe Maan2019-06-111-5/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Revert "Automatically update MR merge-ref along merge status" See merge request gitlab-org/gitlab-ce!29492
| * | | | Revert "Automatically update MR merge-ref along merge status"Oswaldo Ferreira2019-06-111-5/+0
| | | | |
* | | | | Merge branch '62788-graphql-pagination' into 'master'Phil Hughes2019-06-111-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Creates pagination component graphql Closes #62788 See merge request gitlab-org/gitlab-ce!29277
| * | | | Creates pagination component graphqlFilipa Lacerda2019-06-111-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | creates a pagination component for the graphql api
* | | | | Merge branch 'fix-pipeline-schedule-owner-is-nil' into 'master'Stan Hu2019-06-111-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix pipeline schedule when owner is nil Closes gitlab-com/gl-infra/production#805 and #63086 See merge request gitlab-org/gitlab-ce!29477
| * | | | Fix pipeline schedule when owner is nilfix-pipeline-schedule-owner-is-nilShinya Maeda2019-06-111-0/+5
| | |/ / | |/| | | | | | | | | | Fixing the bug
* | | | Merge branch 'ignore-artifact-attirbutes-in-project-import-export' into 'master'James Lopez2019-06-111-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignore legacy artifact columns in Project Import/Export Closes #63033 See merge request gitlab-org/gitlab-ce!29427
| * | | | Ignore legacy artifact columns in Project Import/ExportShinya Maeda2019-06-111-0/+5
| | | | | | | | | | | | | | | | | | | | Ignore some columns
* | | | | Merge branch 'add-lfs-blob-ids-to-tree-type' into 'master'Filipa Lacerda2019-06-111-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | Add LFS blob IDs to GraphQL tree type See merge request gitlab-org/gitlab-ce!28666
| * | | | Add LFS blob ID to GraphQL blob typePhil Hughes2019-06-101-0/+5
| | | | |
* | | | | Merge branch 'sh-fix-utf-8-encoding-resolve-conflicts' into 'master'Dmitriy Zaporozhets2019-06-111-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | Fix UTF-8 conversion issues when resolving conflicts Closes #63062 See merge request gitlab-org/gitlab-ce!29453
| * | | | Fix UTF-8 conversion issues when resolving conflictsStan Hu2019-06-101-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Similar to https://gitlab.com/gitlab-org/gitlab-ce/issues/63030, when the commit message in the /resolve_conflicts endpoint contains a UTF-8 character, the conversion to the Gitaly ASCII-8BIT value may flag an error. To fix this, we run `force_encoding` on the commit message. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/63062
* | | | | Merge branch 'allow-emoji-in-references' into 'master'Robert Speicher2019-06-101-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow references to labels and milestones to contain emoji Closes #37762, #53756, and #40728 See merge request gitlab-org/gitlab-ce!29284
| * | | | | Allow emoji in label and milestone referencesallow-emoji-in-referencesSean McGivern2019-06-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If we put the emoji filter before the reference filters, each emoji will have a wrapper element that prevents the reference filter from detecting the presence of the emoji. As the emoji filter now runs after the reference filters, references must contain a literal emoji, not the GitLab Flavored Markdown versions (:100`, for example). A weird side-effect is that if you have a label with the 100 emoji, and a label named :100:, then trying to reference the latter will work (link to the correct label), but will render with the 100 emoji. I'm comfortable with that edge case, I think.
* | | | | | Merge branch 'osw-avoid-encoding-errors-on-merge-to-ref-service' into 'master'62183-update-response-code-for-bulk-delete-api-for-container-registry-2Robert Speicher2019-06-101-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Handle encoding errors for MergeToRefService See merge request gitlab-org/gitlab-ce!29440
| * | | | | | Avoid encoding errors for MergeToRefServiceosw-avoid-encoding-errors-on-merge-to-ref-serviceOswaldo Ferreira2019-06-101-0/+5
| | | | | | |
* | | | | | | Add word break style to branch name in dropdownSamantha Ming2019-06-101-0/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | Add change log
* | | | | | User link styling for commitsMarcel van Remmerden2019-06-101-0/+5
| | | | | |
* | | | | | Avoid DB timeouts when scheduling migrationsOswaldo Ferreira2019-06-101-0/+5
| | | | | |
* | | | | | Fix nil coercion updating storage size on project statisticsAlessio Caiazza2019-06-101-0/+5
| | | | | |
* | | | | | Merge branch 'cancel-auto-merge-when-branch-is-changed' into 'master'Kamil Trzciński2019-06-101-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cancel Auto Merge when target branch is changed See merge request gitlab-org/gitlab-ce!29416
| * | | | | | Cancel Auto Merge when target branch is changedcancel-auto-merge-when-branch-is-changedShinya Maeda2019-06-101-0/+5
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | When target branch is updated, Auto Merge should be canceled.
* | | | | | Merge branch 'fix-issue-mr-badge' into 'master'Phil Hughes2019-06-101-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use grid and correct border radius for status badge See merge request gitlab-org/gitlab-ce!29420
| * | | | | | Use grid and correct border radius for status badgeAnnabel Dunstone Gray2019-06-101-0/+5
| | | | | | |