summaryrefslogtreecommitdiff
path: root/changelogs
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Spinners are active prematurely in Bitbucket Cloud import"Brandon Labuschagne2019-03-181-0/+5
|
* Fix z-index issueNathan Friend2019-03-181-0/+6
| | | | | | This commit lowers the z-index of the .merge-request-tabs-holder class to avoid rendering conflicts with the mini pipeline status dropdown on the merge request page.
* Merge branch 'sh-fix-issue-59065' into 'master'Rémy Coutable2019-03-181-0/+5
|\ | | | | | | | | | | | | Fix Error 500 when user commits Wiki page with no commit message Closes #59065 See merge request gitlab-org/gitlab-ce!26247
| * Fix Error 500 when user commits Wiki page with no commit messageStan Hu2019-03-161-0/+5
| | | | | | | | | | | | | | | | | | Previously if a user submitted a blank commit message, Gitaly would error out with `3:WikiWritePage: empty CommitDetails.Message` since Gitaly checks whether any content is present for the message. We now use a default commit message if a user leaves it blank. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59065
* | Merge branch '43297-authorized-application-count' into 'master'Douwe Maan2019-03-181-0/+5
|\ \ | |/ |/| | | | | | | | | Fix authorized applications count Closes #43297 See merge request gitlab-org/gitlab-ce!25715
| * Add changelog entrymoyuru2019-03-161-0/+5
| |
* | Externalize strings from `/app/views/projects/pipelines`George Tsiolis2019-03-151-0/+5
| |
* | Merge branch '58482-update-airminc/clair-local-scan-to-2.0.6' into 'master'Grzegorz Bizon2019-03-151-0/+5
|\ \ | | | | | | | | | | | | | | | | | | Update clair-local-scan to 2.0.6 Closes #58482 See merge request gitlab-org/gitlab-ce!25743
| * | Update clair-local-scan to 2.0.6 to support Ubuntu 18.04Takuya Noguchi2019-03-141-0/+5
| | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | Merge branch '56015-remove-remote-timeout' into 'master'Nick Thomas2019-03-151-0/+5
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Remove timeout for GitalyClient remove_remote Closes #56015 See merge request gitlab-org/gitlab-ce!26213
| * | | Remove timeout for GitalyClient remove_remoteMark Chao2019-03-151-0/+5
| | | | | | | | | | | | | | | | | | | | This can be slow because it must potentially remove a lot of remote refs (if the remote being removed has a lot of refs)
* | | | Merge branch '58933-broken-ui-on-commits-on-mobile' into 'master'Annabel Dunstone Gray2019-03-151-0/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix UI layout on Commits on mobile Closes #58933 See merge request gitlab-org/gitlab-ce!26133
| * | | | Fix UI layout on Commits on mobileTakuya Noguchi2019-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
* | | | | Merge branch 'sh-handle-null-bytes-in-merge-request-diffs' into 'master'Nick Thomas2019-03-151-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix error creating a merge request when diff includes a null byte Closes #57710 See merge request gitlab-org/gitlab-ce!26190
| * | | | | Fix error creating a merge request when diff includes a null byteStan Hu2019-03-141-0/+5
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a diff happened to include a single null byte anywhere, insertion into the database would fail with an Error 500 since the column is text and not a byte array. To fix this, we mark the diff as binary if we detect a single null byte and Base64-encode it. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/57710
* | | | | Merge branch '57330-fix-comment-edited' into 'master'Sean McGivern2019-03-151-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hide "Edited" when note is transformed or resolved Closes #57330 See merge request gitlab-org/gitlab-ce!26143
| * | | | | Hide "Edited" when note is transformed or resolvedHeinrich Lee Yu2019-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Makes `Note#edited?` return `false` when the note body was not edited
* | | | | | Merge branch '56970-fix-mr-stuck-loading-on-error' into 'master'Phil Hughes2019-03-151-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Merge request page loses state" See merge request gitlab-org/gitlab-ce!25988
| * | | | | | Update merge status timeout to 0Paul Slaughter2019-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Also stop polling if we get a bad response from the server.
* | | | | | | Show loading spinner for Ingress/Knative IPJacques Erasmus2019-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Show a loading spinner while Ingress/Knative IP is being assigned
* | | | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceGitLab Release Tools Bot2019-03-143-0/+16
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '56833-project-improve-empty-repository-state-ui-fe' into 'master'Douwe Maan2019-03-141-0/+5
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Project: Improve empty repository state UI [FE]" Closes #56833 See merge request gitlab-org/gitlab-ce!26024
| | * | | | | | | Clean up empty repository state UIMartin Wortschack2019-03-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove irrelevante information - Remove horizontal scrolling on smaller viewports - Hide auto devops flash message for empty projects
| * | | | | | | | Revert "Merge branch '58927-jupyterhub-fails-to-install' into 'master'"Mayra Cabrera2019-03-141-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts merge request !26126
| * | | | | | | | Fix Bitbucket importFrancisco Javier López2019-03-141-0/+5
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In https://gitlab.com/gitlab-org/gitlab-ce/commit/ebf16ada856efb85424a98848c141f21e609886a we introduced a SHA validator, to ensure that the data provided in merge request diffs, was legit. Nevertheless, the validator assumed that the SHA should be 40 chars long. When we import a project from BitBucket, the retrieved SHA is shorter (12 chars long). Therefore, this validator prevented to create a valid MergeRequestDiff for ever MergeRequest (triggering an exception).
| * | | | | | | Fixes jupyter installation randomly failingMayra Cabrera2019-03-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disables jupyter prepuller to avoid Helm chart to await for upgrading the jupyter hub images that are used by the hub pod to spawn user pods arrives on the nodes where users can spawn first. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58927
| * | | | | | | Merge branch '58208-explicitly-set-masterauth' into 'master'Douglas Barbosa Alexandre2019-03-141-0/+6
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Explicitly set master_auth for new GKE clusters Closes #58208 See merge request gitlab-org/gitlab-ce!26018
| | * | | | | | Explicitly set master_auth for new GKE clustersThong Kuah2019-03-131-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From 1.12, GKE will disable basic auth and client certificate by default. Explicitly enable those now (currently we use 1.10/1.11 clusters) so that GKE cluster configuration will continue to work.
* | | | | | | | Update CHANGELOG.md for 11.8.2GitLab Release Tools Bot2019-03-136-31/+0
|/ / / / / / / | | | | | | | | | | | | | | [ci skip]
* | | | | | | Merge branch 'fix-pipeline-entity' into 'master'Kamil Trzciński2019-03-131-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add merge request pipeline flag to pipeline entity See merge request gitlab-org/gitlab-ce!25846
| * | | | | | | Add attached flag to pipeline entityShinya Maeda2019-03-131-0/+5
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add spec Fix Fix Add changelog Drop attached Remove attached Update changelog ok
* | | | | | | Added changelog entryNatalia Tepluhina2019-03-131-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixed tests for edit components
* | | | | | | Merge branch 'fix-review-app-env-url' into 'master'Douwe Maan2019-03-131-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use project name and ID in Review App environment URLs instead of the project path slug Closes #52990 See merge request gitlab-org/gitlab-ce!25990
| * | | | | | | Use project name and id in review app url instead of project path slugwalkafwalka2019-03-121-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'pravi/gitlab-ce-update-recaptcha' into 'master'Rémy Coutable2019-03-131-0/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | Update recaptcha gem from 3.x to 4.11 See merge request gitlab-org/gitlab-ce!25921
| * | | | | | Apply recaptcha API changes in 4.0Toon Claes2019-03-081-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In recaptcha 4.0.0 there was an API change: - `public_key` -> `site_key` - `private_key` -> secret_key See: https://github.com/ambethia/recaptcha/blob/master/CHANGELOG.md
* | | | | | | Merge branch 'allow-filtering-labels-by-a-single-character' into 'master'Robert Speicher2019-03-131-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow filtering labels by a single character Closes #58795 See merge request gitlab-org/gitlab-ce!26012
| * | | | | | | Allow filtering labels by a single characterSean McGivern2019-03-131-0/+5
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When we use Gitlab::SQL::Pattern, this typically relates to a trigram index. As the 'tri' indicates, we need at least three characters to be able to use that index. Labels don't have a trigram index, because we never allow you to search for them globally: it's always in the context of a project or a group. In that context, it's just as fast to search for a single character (in general) because there is already a pretty specific index being used.
* | | | | | | Merge branch 'use-only-all-pipelines' into 'master'Kamil Trzciński2019-03-131-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor all_pipelines in Merge request in order to support all pipelines for merge request See merge request gitlab-org/gitlab-ce!25676
| * | | | | | | Make all_pipelines method compatible with pipelines for merge requestsShinya Maeda2019-03-131-0/+5
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it sane Include merge ref head Fix union Improve a bit Add spec remove add spec Add changelog fix coding offence Apply suggestion to spec/models/merge_request_spec.rb ok ok Fix Fix spec Fix spec fix Simplify the things Memoize OK a
* | | | | | | Merge branch 'sh-fix-blank-codeowners-ce' into 'master'Rémy Coutable2019-03-131-0/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix 500 error caused by CODEOWNERS with no matches Closes gitlab-ee#10282 See merge request gitlab-org/gitlab-ce!26072
| * | | | | | | Fix 500 error caused by CODEOWNERS with no matchesStan Hu2019-03-121-0/+5
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Including a CODEOWNERS file with lines without any matching username or e-mail regular expressions would cause an Error 500. Don't attempt a database query if there is nothing to query. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/10282
* | | | | | | Update group policy to reflect all the requirementsMałgorzata Ksionek2019-03-131-0/+5
|/ / / / / /
* | | | | | Merge branch 'sh-revert-rack-request-health-checks' into 'master'Douglas Barbosa Alexandre2019-03-121-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix health checks not working behind load balancers Closes #58573 See merge request gitlab-org/gitlab-ce!26055
| * | | | | | Fix health checks not working behind load balancersStan Hu2019-03-121-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The change in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/24199 caused requests coming from a load balancer to arrive as 127.0.0.1 instead of the actual IP. `Rack::Request#ip` behaves slightly differently different than `ActionDispatch::Request#remote_ip`: the former will return the first X-Forwarded-For IP if all of the IPs are trusted proxies, while the second one filters out all proxies and falls back to REMOTE_ADDR, which is 127.0.0.1. For now, we can revert back to using `Rack::Request` because these middlewares don't manipulate parameters. The actual fix problem involves fixing Rails: https://github.com/rails/rails/issues/28436. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58573
* | | | | | | Merge branch ↵Douglas Barbosa Alexandre2019-03-121-0/+5
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '58739-hashed-storage-prevent-a-migration-and-rollback-running-at-the-same-time' into 'master' Hashed Storage: Prevent a migration and rollback running at the same time Closes #58739 See merge request gitlab-org/gitlab-ce!25976
| * | | | | | Prevent storage migration and rollback running at the same time58739-hashed-storage-prevent-a-migration-and-rollback-running-at-the-same-timeGabriel Mazetto2019-03-121-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a small polishing on the storage migration and storage rollback rake tasks. By aborting a migration while a rollback is already scheduled we want to prevent unexpected consequences.
* | | | | | Merge branch 'sh-cache-root-ref-asymetrically' into 'master'Douwe Maan2019-03-121-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cache Repository#root_ref within a request Closes #58684 See merge request gitlab-org/gitlab-ce!25903
| * | | | | | Cache Repository#root_ref within a requestStan Hu2019-03-121-0/+5
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When an empty project is loaded in the UI, there are 15 separate Gitaly FindDefaultBranch calls to determine the root_ref. Previously, it was not cached even within the request. This change caches it within the request so only a single FindDefaultBranch RPC is needed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58684
* | | | | | Merge branch 'sh-skip-sti-tables-reltuples' into 'master'Nick Thomas2019-03-121-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix counting of groups in admin dashboard Closes gitlab-ee#7435 See merge request gitlab-org/gitlab-ce!26009