summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Update CHANGELOG.md for 12.2.0GitLab Release Tools Bot2019-08-21216-1088/+0
| | | [ci skip]
* Merge branch 'uncomment_commit_signatures_feature_flag' into 'master'Stan Hu2019-08-211-0/+5
|\ | | | | | | | | | | | | Upgrade to gitaly 1.60.0 and uncomment get_commit_signatures feature flag Closes #65991 See merge request gitlab-org/gitlab-ce!31981
| * Upgrade Gitaly to v1.60.0uncomment_commit_signatures_feature_flagFelipe Artur2019-08-211-0/+5
| |
* | Ensure CI matching operator receives an objectMarius Bobin2019-08-211-0/+5
| | | | | | | | | | Ensure the evaluation of right-hand side expression always results in the returning of an object or an empty String
* | Resolve "HTML code shown in merge request"Ezekiel Kigbo2019-08-211-0/+5
| | | | | | | | - Fixes double escaped text in `mr_widget_rebase.vue`
* | This commit adds a new time series componentMiguel Rincon2019-08-211-0/+5
| | | | | | | | | | | | | | | | Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
* | Merge branch 'ce-22058-improve-ux-multi-assignees-in-mr' into 'master'Rémy Coutable2019-08-211-0/+5
|\ \ | | | | | | | | | | | | Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545
| * | Add CE changelog for assignee style changePaul Slaughter2019-08-201-0/+5
| | |
* | | Add SortingPreference concernGeorge Koltsov2019-08-211-0/+5
| | | | | | | | | | | | | | | | | | | | | Sorting preference functionality has been extracted from `IssuableCollections` to a new `SortingPreference` concern in order to reuse this functionality in projects (and groups in the future).
* | | Merge branch '56130-deployed_at' into 'master'Thong Kuah2019-08-211-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Replace finished_at with deployed_at for the internal API Deployment entity See merge request gitlab-org/gitlab-ce!32000
| * | | Replace finished_at with deployed_at for Deployment entity56130-deployed_atKrasimir Angelov2019-08-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of `finished_at` attribute use `deployed_at` methods which also takes into account the deployment status. Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/56130.
* | | | Fix to show renamed file in mrSamantha Ming2019-08-211-0/+5
| | | |
* | | | Merge branch '46299-wiki-page-creation' into 'master'Filipa Lacerda2019-08-211-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove wiki page slug dialog step when creating wiki page See merge request gitlab-org/gitlab-ce!31362
| * | | | New wiki page redirects user to random slug46299-wiki-page-creationLuke Duncalfe2019-08-211-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we asked a user to enter a new slug before taking them to the Create Page page. As a UX improvement, we now take them to a randomly generated URI so they can begin creating their new page. https://gitlab.com/gitlab-org/gitlab-ce/issues/46299
* | | | | Merge branch '65427-improve-system-notes-for-zoom-links' into 'master'Thong Kuah2019-08-211-0/+5
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Resolve "Improve system notes for Zoom links" Closes #65427 See merge request gitlab-org/gitlab-ce!31410
| * | | | Improve system notes for Zoom links65427-improve-system-notes-for-zoom-linksJacopo2019-08-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes: @user a Zoom call was added to this issue into: @user added a Zoom call to this issue Same concept appleis for "removed"
* | | | | Remove margin from user header buttonsLucy Fox2019-08-201-0/+5
| | | | |
* | | | | Add syntax highlighting for line expansionSamantha Ming2019-08-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - dark - white - monokai - none - solarized-dark - solarized-light
* | | | | Introducing new Syntax for Ci::Build inclusion rulesdrew2019-08-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Added Gitlab::Ci::Config::Entry::Rules and Gitlab::Ci::Config::Entry::Rules:Rule to handle lists of Rule objects to be evalauted for job inclusion - Added `if:` and `changes:` as available Rules::Rule::Clause classes - Added Rules handling logic to Seed::Build#included? with extra specs - Use DisallowedKeysValidator to mutually exclude rules: from only:/except: on job config
* | | | | Merge branch 'update-babel-to-7.5.5' into 'master'Mike Greiling2019-08-201-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | Upgrade babel to 7.5.5 See merge request gitlab-org/gitlab-ce!31819
| * | | | Upgrade babel to 7.5.5update-babel-to-7.5.5Takuya Noguchi2019-08-141-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | Merge branch 'bvl-mr-commit-note-counter' into 'master'Douwe Maan2019-08-201-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Count notes for commits and merge requests See merge request gitlab-org/gitlab-ce!31912
| * | | | | Count comments on notes and merge requestsBob Van Landuyt2019-08-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This extends our existing `Gitlab::UsageDataCounters::NoteCounter` to also count notes on commits and merge requests
* | | | | | Merge branch 'pb-update-gitlab-shell-9-4-0' into 'master'Nick Thomas2019-08-201-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update to GitLab Shell v9.4.0 See merge request gitlab-org/gitlab-ce!32009
| * | | | | | Update to GitLab Shell v9.4.0Patrick Bajao2019-08-201-0/+5
| | |_|_|/ / | |/| | | |
* | | | | | Resolve "Badge counter: Very low contrast between foreground and background ↵Jeremy Elder2019-08-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | colors"
* | | | | | Embed metrics undefined param fixTristan Read2019-08-201-0/+5
| | | | | |
* | | | | | Allow measurement for Sidekiq jobs taking > 2.5sAndrew Newdigate2019-08-201-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Fix for https://gitlab.com/gitlab-org/gitlab-ce/issues/66319.
* | | | | | Merge branch 'sh-fix-issues-api-gitaly-nplusone' into 'master'Sean McGivern2019-08-201-0/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix Gitaly N+1 calls with listing issues/MRs via API Closes #66202 See merge request gitlab-org/gitlab-ce!31938
| * | | | | Fix Gitaly N+1 calls with listing issues/MRs via APIsh-fix-issues-api-gitaly-nplusoneStan Hu2019-08-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In GitLab 9.0, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9661 removed the `subscribed` flag from the API when the user requested a list of issues or merge requests since calculating this value triggers extensive Markdown processing. In GitLab 12.0 via a4fbf39e, we accidentally reintroduced this performance regression by changing `IssueBasic` to `Issue` in `entities.rb`. This showed up as a Gitaly N+1 issue since the Markdown processing would attempt to extract a commit if it detected a regex that matched a commit. We restore the prior behavior by once again removing the `subscribed` flag for the bulk list of issues and merge requests and add a test to ensure they aren't reintroduced. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66202
* | | | | | Merge branch 'fe-fix-merge-url-params-with-plus' into 'master'Kushal Pandya2019-08-201-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `mergeUrlParams` handling of '+' Closes #66152 See merge request gitlab-org/gitlab-ce!31973
| * | | | | | Fix mergeUrlParams handling of `+`Paul Slaughter2019-08-191-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | **What was the issue?** If a param value had `+`, it would be encoded as a literal `+` instead of a space.
* | | | | | | Merge branch '66161-replace-expand-icons' into 'master'Mike Greiling2019-08-191-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Use new "Expand up" and "Expand down" icons for diff expansion icons" Closes #66161 See merge request gitlab-org/gitlab-ce!31907
| * | | | | | | Add expand up and expand down icons66161-replace-expand-iconsJarek Ostrowski2019-08-161-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog Add MR to changelog Remove stray file
* | | | | | | | Merge branch 'fix-file-row-styling' into 'master'Paul Slaughter2019-08-191-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update file row styling See merge request gitlab-org/gitlab-ce!31884
| * | | | | | | | Update file row stylingfix-file-row-stylingIllya Klymov2019-08-191-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch 'clean-obsolete-css' into 'master'Paul Slaughter2019-08-191-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove obsolete CSS and fix icon alignment See merge request gitlab-org/gitlab-ce!31897
| * | | | | | | | | Remove obsolete CSS and fix icon alignmentclean-obsolete-cssIllya Klymov2019-08-191-0/+5
| |/ / / / / / / /
* | | | | | | | | Merge branch '64251-branch-name-set-cache' into 'master'Robert Speicher2019-08-191-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache branch and tag names as Redis sets See merge request gitlab-org/gitlab-ce!30476
| * | | | | | | | | Cache branch and tag names as Redis setsNick Thomas2019-08-161-0/+5
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows us to check inclusion for the *_exists? methods without downloading the full list of branch names, which is over 100KiB in size for gitlab-ce at the moment.
* | | | | | | | | Merge branch '66061-update-tooltip-of-detached-label-state' into 'master'Clement Ho2019-08-191-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Update tooltip of "detached" label/state" Closes #66061 See merge request gitlab-org/gitlab-ce!31917
| * | | | | | | | Update tooltip of "detached" label/state66061-update-tooltip-of-detached-label-statejakeburden2019-08-191-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch '64677-delete-directory-webide' into 'master'Paul Slaughter2019-08-191-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed deletion of directories in Web IDE Closes #64677 See merge request gitlab-org/gitlab-ce!31727
| * | | | | | | | Fixed deletion of directories in Web IDE64677-delete-directory-webideDenys Mishunov2019-08-121-0/+5
| | | | | | | | |
* | | | | | | | | Merge branch ↵Annabel Dunstone Gray2019-08-191-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '63905-discussion-expand-collapse-button-is-only-clickable-on-one-side' into 'master' Resolve "Discussion "expand"/"collapse" button is only clickable on one side" Closes #63905 See merge request gitlab-org/gitlab-ce!31730
| * | | | | | | | | Make all of the discussion toggle clickable63905-discussion-expand-collapse-button-is-only-clickable-on-one-sideThomas Randolph2019-08-161-0/+5
| | | | | | | | | |
* | | | | | | | | | Add warning when LE certificate can't be obtained64630-add-warning-to-pages-domains-that-obtaining-deploying-ssl-certificates-through-let-s-encrypt-can-take-some-timeVladimir Shushlin2019-08-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Refactor some tests as well
* | | | | | | | | | Fix pipelines not always being created after a pushsh-fix-pipelines-not-being-createdStan Hu2019-08-171-0/+5
| |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31741 introduced a regression where not all the right parameters would be passed into `Ci::CreatePipelineService`. We fix this by breaking out the pipeline parameters and reusing a method from `Gitlab::DataBuilder::Push`. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/66196
* | | | | | | | | UI for disabling group/project email notificationBrett Walker2019-08-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Adds UI to configure in group and project settings - Removes notification configuration for users when disabled at group or project level
* | | | | | | | | Merge branch 'legacy-attachments-migrate-fix' into 'master'Michael Kozono2019-08-161-0/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate legacy uploads rake tasks See merge request gitlab-org/gitlab-ce!29409