summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | |
* | | Merge branch '33064-add-labels-to-note-event-payload' into 'master'Sean McGivern2019-06-101-0/+5
|\ \ \ | |/ / |/| | | | | | | | | | | | | | Adding labels to note event payload. Closes #33064 See merge request gitlab-org/gitlab-ce!29384
| * | Adding labels to note event payload.Sujay Patel2019-06-101-0/+5
| | |
* | | Make margin between buttons consistentMarcel van Remmerden2019-06-101-0/+5
| | |
* | | Update CHANGELOG.md for 11.11.3GitLab Release Tools Bot2019-06-105-25/+0
| |/ |/| | | [ci skip]
* | Merge branch 'sh-fix-fogbugz-import' into 'master'James Lopez2019-06-101-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Fix Fogbugz Importer not working Closes #33530 See merge request gitlab-org/gitlab-ce!29383
| * | Fix Fogbugz Importer not workingsh-fix-fogbugz-importStan Hu2019-06-091-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This stopped working in GitLab 11.11 when we upgraded to Rails 5.1. Rails 5 changed ActionController::Parameters to return an Object instead of a Hash. The old behavior was deprecated in Rails 5 but finally removed in Rails 5.1 Since the controller wasn't updated properly, the callback endpoint quietly failed with the message, "Could not connect to FogBugz, check your url". To fix this, we need to call `to_h` on the `import_params` to access the Hash. We also need to do this for the user map and permit specific keys. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/33530
* | | Externalize strings of email page in user profileantony liu2019-06-101-0/+5
| | |
* | | Merge branch 'sh-add-backtrace-to-sql-queries' into 'master'Sean McGivern2019-06-101-0/+5
|\ \ \ | | | | | | | | | | | | | | | | Add backtraces to Peek performance bar for SQL calls See merge request gitlab-org/gitlab-ce!29394
| * | | Add backtraces to Peek performance bar for SQL callssh-add-backtrace-to-sql-queriesStan Hu2019-06-091-0/+5
| |/ / | | | | | | | | | | | | | | | | | | Just as we have backtraces for Gitaly, we should also have backtraces for SQL calls. This makes it much easier to find the source of the SQL call and optimize N+1 queries and other performance issues with an endpoint.
* | | Make option dropdown button to match adjacent buttonSamantha Ming2019-06-101-0/+5
|/ /
* | Revert "Merge branch '50070-legacy-attachments' into 'master'"sh-revert-mr-24679Stan Hu2019-06-091-5/+0
| | | | | | | | | | This reverts commit fd19f887dfeeeedb483c4a4fb32f9f768e89389c, reversing changes made to abb2d4c601d796339c8d7cb0c00946696730f198.
* | Merge branch '55033-discussion-system-note-alignment' into 'master'57953-suggesting-changes-on-a-line-that-is-not-part-of-an-mr-diff-brings-in-actual-html-code-of-the-element-instead-of-the-text-involvedFatih Acet2019-06-071-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Align system note within discussion with other notes Closes #55033 See merge request gitlab-org/gitlab-ce!29367
| * | Align system note within discussion with other notesAnnabel Dunstone Gray2019-06-071-0/+5
| | |
* | | Merge branch 'gt-externalize-profiles-preferences' into 'master'Phil Hughes2019-06-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Externalize profiles preferences Closes #53349 See merge request gitlab-org/gitlab-ce!28470
| * | | Externalize profiles preferencesGeorge Tsiolis2019-06-071-0/+5
| | | |
* | | | Fix discusson resolve toggle making page jumpJustin Boyson2019-06-071-0/+5
| | | |
* | | | Change styles for the board `Add List` dropdown to look more like the EE versionMichel Engelen2019-06-071-0/+5
| |/ / |/| |
* | | Merge branch ↵Stan Hu2019-06-071-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 'thomas-nilsson-irfu/gitlab-ce-thomas-nilsson-irfu-master-patch-13137' into 'master' Allow masking if 8 or more characters in base64 See merge request gitlab-org/gitlab-ce!29143
| * | | Add CHANGELOG entryMatija Čupić2019-06-061-0/+5
| | | |
* | | | Merge branch '51636-task-list-api-pderichs' into 'master'Sean McGivern2019-06-071-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add task count and completed count to responses of Issue and MR See merge request gitlab-org/gitlab-ce!28859
| * | | | Add task count and completed count to responses of Issue and MRPatrick Derichs2019-06-071-0/+5
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add spec for task_completion_status Add test cases for task_completion_status result Extracted shared samples Add new spec file for task completion status response Fix style errors Add changelog entry Changed samples to Hashes Remove test for successful request Remove not nil expectation Add task_completion_status to api documentation for issues Add task_completion_status to api documentation for merge_requests Refactor spec so it just requests one specific item Add task_completion_status to Taskable Simplified task completion status in entities Refactor spec so it separates status code check and content check Fix spec description text and field name
* | | | Merge branch 'improve-email-text-part' into 'master'Dmitriy Zaporozhets2019-06-071-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Improve email text part See merge request gitlab-org/gitlab-ce!29111
| * | | | Add changelog entryHaunui Saint-sevin2019-06-041-0/+5
| | | | |
* | | | | Merge branch '58297-remove-extraneous-gitaly-calls-from-md-rendering' into ↵Dmitriy Zaporozhets2019-06-071-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Remove extraneous DiffNote#supports_suggestion? calls See merge request gitlab-org/gitlab-ce!29027
| * | | | | Add changelog entry58297-remove-extraneous-gitaly-calls-from-md-renderingKerri Miller2019-06-051-0/+5
| | | | | |
* | | | | | Merge branch '62418-project-default-git-depth' into 'master'Kamil Trzciński2019-06-071-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add project level git depth setting Closes #59688 See merge request gitlab-org/gitlab-ce!28919
| * | | | | | Add project level git depth settingKrasimir Angelov2019-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce default_git_depth in project's CI/CD settings and set it to 50. Use it if there is no GIT_DEPTH variable specified. Apply this default only to newly created projects and keep it nil for old ones in order to not break pipelines that rely on non-shallow clones. default_git_depth can be updated from CI/CD Settings in the UI, must be either nil or integer between 0 and 1000 (incl). Inherit default_git_depth from the origin project when forking projects. MR pipelines are run on a MR ref (refs/merge-requests/:iid/merge) and it contains unique commit (i.e. merge commit) which doesn't exist in the other branch/tags refs. We need to add it cause otherwise it may break pipelines for old projects that have already enabled Pipelines for merge results and have git depth 0. Document new default_git_depth project CI/CD setting
* | | | | | | Merge branch '50070-legacy-attachments' into 'master'Kamil Trzciński2019-06-071-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrate legacy uploads Closes #57217 See merge request gitlab-org/gitlab-ce!24679
| * | | | | | | Migrate legacy uploads to the project location50070-legacy-attachmentsJarka Košanová2019-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Uploads coming from AttachmentUploader need to be moved to the currently supported location (FileUploader)
* | | | | | | | added code differences from EE to CEMichel Engelen2019-06-071-0/+5
| | | | | | | |
* | | | | | | | Remove metrics_time_window feature flagSarah Yasonik2019-06-071-0/+5
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'sh-fix-openid-connect-defaults' into 'master'Ash McKenzie2019-06-071-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make OpenID Connect work without requiring a name Closes #62208 See merge request gitlab-org/gitlab-ce!29312
| * | | | | | | Make OpenID Connect work without requiring a namesh-fix-openid-connect-defaultsStan Hu2019-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If there is no name argument given, OmniAuth will try to guess the name by the class name. In https://github.com/omniauth/omniauth/blob/v1.9.0/lib/omniauth/strategy.rb#L139, `OmniAuth::Strategies::OpenIDConnect` gets translated to `openidconnect`. This leads to an immediate 404 error after clicking the login button because OmniAuth can't match the current route (/users/auth/openid_connect) against the expected one (/users/auth/openidconnect). Other providers, such as Google OAuth2, set this name as the default option within the OmniAuth Strategy. Until a fix is merged upstream, let's just set the parameter ourselves. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/62208
* | | | | | | | Add section to dev docs on accessing chatopsLucas Charles2019-06-071-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes 62127
* | | | | | | | Add changelog entry for sidekiq metricsrc/test_rebase60303-replace-sidekiq-mtail-metricsRyan Cobb2019-06-061-0/+5
|/ / / / / / /
* | | | | | | Update to GitLab Shell v9.3.0Nick Thomas2019-06-061-0/+5
| | | | | | |
* | | | | | | Format vue files with prettierMarcel van Remmerden2019-06-065-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Add changelog file
* | | | | | | Merge branch ↵Dmitriy Zaporozhets2019-06-061-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '62847-url-for-the-next-request-with-pagination-is-missing-port' into 'master' Resolve "Url for the next request with pagination is missing port" Closes #62847 See merge request gitlab-org/gitlab-ce!29267
| * | | | | | | Include the port in the URLs of the API Link headersRémy Coutable2019-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | Merge request tabs fixesAnnabel Dunstone Gray2019-06-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Makes activity dropdown and resolved counter smaller - Uses grid for spacing - Removes scrolling on MR tabs
* | | | | | | | Merge branch 'fix/allow-lower-case-issue-ids' into 'master'Sean McGivern2019-06-061-0/+5
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow lowercase prefix for Youtrack issue ids Closes #62661 See merge request gitlab-org/gitlab-ce!29057
| * | | | | | | Add changelogMatthias Baur2019-06-051-0/+5
| | | | | | | |