summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '52560-fix-duplicate-tag-system-hooks' into 'master'Rémy Coutable2019-04-031-0/+5
|\ | | | | | | | | | | | | Only execute system hooks once when pushing tags Closes #52560 See merge request gitlab-org/gitlab-ce!26888
| * Only execute system hooks once when pushing tagsNick Thomas2019-04-031-0/+5
| |
* | Merge branch '55268-exclude-system-notes-from-commits-in-mr' into 'master'Rémy Coutable2019-04-031-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Do not show system notes on commits in the MR page Closes #55268 See merge request gitlab-org/gitlab-ce!26396
| * | Do not show system notes on commits in the MR page55268-exclude-system-notes-from-commits-in-mrHeinrich Lee Yu2019-04-021-0/+5
| | |
* | | Merge branch '47234-composable-auto-devops' into 'master'Dmitriy Zaporozhets2019-04-031-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Composable Auto DevOps" Closes #47234 See merge request gitlab-org/gitlab-ce!26520
| * | | Add docs for including individual Auto-DevOps jobsTiger2019-04-021-0/+5
| | | |
* | | | Merge branch ↵Sean McGivern2019-04-031-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-label' into 'master' Resolve "Quick Action Adds Multiple Labels to Issue If Middle Words Overlap with Existing Label" Closes #53459 See merge request gitlab-org/gitlab-ce!26602
| * | | | Fix quick actions add label name middle word overlaps53459-quick-action-adds-multiple-labels-to-issue-if-middle-words-overlap-with-existing-labelJacopo2019-04-021-0/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes quick actions add label when adding a label which name middle word overlaps with another label name: for example adding "A B C" when also label "B" exists. With the fix only the label "A B C" is correctly added, previously also the label "B" was added due to the middle word overlaps.
* | | | Extend timezone dropdownEzekiel Kigbo2019-04-031-0/+5
| | | | | | | | | | | | | | | | | | | | Adds optional paramters to the constructor to allow reuse of the timezone dropdown on other pages
* | | | Merge branch 'fixed-duplicated-large-text-on-diffs' into 'master'Filipa Lacerda2019-04-031-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes duplicate diff too large error messages Closes #59802 See merge request gitlab-org/gitlab-ce!26857
| * | | | Fixes duplicate diff too large error messagesPhil Hughes2019-04-021-0/+5
| | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59802
* | | | | Merge branch '47771-highlighting-in-diff' into 'master'Tim Zallmann2019-04-031-0/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | Enabled text selection in diffs in Web IDE Closes #47771 See merge request gitlab-org/gitlab-ce!26721
| * | | | Enabled text selection in diffs in Web IDE47771-highlighting-in-diffDenys Mishunov2019-03-281-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/47771 Changelog entry
* | | | | Merge branch '59131-set-the-size-of-instance-system-message-text-12px' into ↵Mike Greiling2019-04-021-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Resolve "Set the size of instance system message text 12px" Closes #59131 See merge request gitlab-org/gitlab-ce!26293
| * | | | | Update system message banner font size to 12pxDennis Tang2019-04-021-0/+5
| | |/ / / | |/| | |
* | | | | Remove non-functional add issue button on welcome listDonald Cook2019-04-021-0/+5
| | | | |
* | | | | Revert "Merge branch 'jprovazn-graphql-prometheus' into 'master'"Jan Provaznik2019-04-021-5/+0
| |_|/ / |/| | | | | | | | | | | This reverts merge request !26569
* | | | Merge branch 'sh-cache-pipeline-find-commits' into 'master'Kamil Trzciński2019-04-021-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Cache FindCommit results in pipelines view See merge request gitlab-org/gitlab-ce!26776
| * | | | Cache FindCommit results in pipelines viewsh-cache-pipeline-find-commitsStan Hu2019-04-021-0/+5
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | For each pipeline, the controller will call `Pipeline#latest?` to determine if the pipeline's ref is the latest for that branch. Since it's likely that the same branches are being used in each pipeline, we can reduce Gitaly overhead by caching the results of the FindCommit call.
* | | | Merge branch 'jarv/dev-to-gitlab-2019-04-02' into 'master'Robert Speicher2019-04-028-0/+40
|\ \ \ \ | |/ / / |/| | | | | | | | | | | | | | | | | | | Jarv/dev to gitlab 2019 04 02 Closes #2810 See merge request gitlab-org/gitlab-ce!26846
| * | | Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into ↵jarv/dev-to-gitlab-2019-04-02John Jarvis2019-04-028-0/+40
| |\ \ \ | | | | | | | | | | | | | | | jarv/dev-to-gitlab-2019-04-02
| | * | | Rake task for removing exif from uploadsJan Provaznik2019-04-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | Adds a rake task which can be used for removing EXIF data from existing uploads.
| | * | | Merge branch 'security-2819-xss-resolve-conflicts-branch-name' into 'master'GitLab Release Tools Bot2019-04-021-0/+5
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Fix XSS in resolve conflicts form See merge request gitlab/gitlabhq!2977
| | | * | | Fix XSS in resolve conflicts formPaul Slaughter2019-03-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The issue arose when the branch name contained Vue template JavaScript. The fix is to use `v-pre` which disables Vue compilation in a template.
| | * | | | Merge branch 'security-56224' into 'master'GitLab Release Tools Bot2019-04-021-0/+5
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix related branches visible in issues for guests See merge request gitlab/gitlabhq!2996
| | | * | | | Hide related branches when user does not have permissionMark Chao2019-03-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Guest user of a project should not see branches
| | * | | | | Merge branch 'security-id-potential-denial-languages' into 'master'GitLab Release Tools Bot2019-04-021-0/+5
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Return cached languages if they've been detected before See merge request gitlab/gitlabhq!2998
| | | * | | | | Return cached languages if they've been detected beforeIgor Drozdov2019-03-201-0/+5
| | | | | | | |
| | * | | | | | Merge branch 'security-55503-fix-pdf-js-vulnerability' into 'master'GitLab Release Tools Bot2019-04-021-0/+5
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix PDF.js vulnerability See merge request gitlab/gitlabhq!2999
| | | * | | | | | Added changelog entryNatalia Tepluhina2019-03-191-0/+5
| | | | | | | | |
| | * | | | | | | Merge branch 'security-use-untrusted-regexp' into 'master'GitLab Release Tools Bot2019-04-021-0/+5
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use UntrustedRegexp for CI refs matching See merge request gitlab/gitlabhq!3005
| | | * | | | | | | Make CI refs matching to to use UntrustedRegexpKamil Trzciński2019-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes ref validation to use always `UntrustedRegexp`. This also splits the existing RubySyntax into separate class.
| | * | | | | | | | Merge branch 'security-mass-assignment-on-project-update' into 'master'GitLab Release Tools Bot2019-04-021-0/+5
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow changing namespace of a project in update method See merge request gitlab/gitlabhq!3028
| | | * | | | | | | | Add cr remarksMałgorzata Ksionek2019-03-251-1/+1
| | | | | | | | | | |
| | | * | | | | | | | Disallow changing namespace of a project in update methodMałgorzata Ksionek2019-03-201-0/+5
| | | | |_|/ / / / / | | | |/| | | | | |
| | * | | | | | | | Disallow guest users from accessing ReleasesShinya Maeda2019-03-261-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As they do not have a permission to read git tag
* | | | | | | | | | Merge branch 'fix-expand-full-file-on-image' into 'master'Douwe Maan2019-04-021-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed expand full file button showing on images Closes #59695 See merge request gitlab-org/gitlab-ce!26830
| * | | | | | | | | | Fixed expand full file button showing on imagesPhil Hughes2019-04-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59695
* | | | | | | | | | | Monitor GraphQL with PrometheusJan Provaznik2019-04-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extends graphql's platform tracing class to observe duration of graphql methods. In graphql 1.8.11 is added prometheus class but it's not very useful for us because it uses prometheus_exporter to export results.
* | | | | | | | | | | Merge branch 'sh-fix-rugged-tree-entries' into 'master'Sean McGivern2019-04-021-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid excessive recursive calls with Rugged TreeEntries Closes #59759 See merge request gitlab-org/gitlab-ce!26813
| * | | | | | | | | | | Avoid excessive recursive calls with Rugged TreeEntriessh-fix-rugged-tree-entriesStan Hu2019-03-311-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Rugged implementation was recursively scanning the repository to create `flat_path` because the post-process step was being called from with a loop. For large repositories, this was significantly slowing things down. Break the call to `rugged_populate_flat_path` out of this loop to make this work efficiently. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59759
* | | | | | | | | | | | Merge branch 'contribute/fix-project-name-members-page' into 'master'Sean McGivern2019-04-021-0/+5
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't sanitize project names on project members page Closes #58751 See merge request gitlab-org/gitlab-ce!25946
| * | | | | | | | | | | Don't sanitize project names on project members pageElias Werberich2019-04-011-0/+5
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'kube_helm_auto_devops_213' into 'master'Kamil Trzciński2019-04-021-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bump Kubectl and Helm in Auto-DevOps.gitlab-ci.yml See merge request gitlab-org/gitlab-ce!26534
| * | | | | | | | | | | Bump Kubectl and Helm in Auto-DevOps.gitlab-ci.ymlkube_helm_auto_devops_213Thong Kuah2019-04-011-0/+5
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Fix group transfer selection possibilitiesPeter Marko2019-04-021-0/+5
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge branch 'nfriend-css-updates-for-gitlab-design-system-compliance' into ↵Fatih Acet2019-04-011-0/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Update border radius of form controls and remove space above page titles See merge request gitlab-org/gitlab-ce!24497
| * | | | | | | | | | Update border radius of form controls and remove space above page titlesnfriend-css-updates-for-gitlab-design-system-complianceNathan Friend2019-02-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit makes changes to global CSS styles to bring the product closer to compliance with Pajamas (the GitLab design system).
* | | | | | | | | | | Merge branch 'sh-force-gc-after-import' into 'master'Douglas Barbosa Alexandre2019-04-011-0/+5
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Force a full GC after importing a project Closes #59477 See merge request gitlab-org/gitlab-ce!26803
| * | | | | | | | | | | Force a full GC after importing a projectsh-force-gc-after-importStan Hu2019-04-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | During a project import, it's possible that new branches are created by the importer to handle pull requests that have been created from forked projects, which would increment the `pushes_since_gc` value via `HousekeepingService.increment!` before a full garbage collection gets to run. This causes HousekeepingService to skip the full `git gc` and move to the incremental repack mode. To ensure that a garbage collection is run to pack refs and objects, explicitly execute the task. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59477