Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-28Knative version bump 0.2.2 -> 0.3.0Chris Baumbauer
2019-03-28Merge branch '59079-fix-jupyter-render-loop' into 'master'Phil Hughes
Fix jupyter rendering bug that ended in an infinite loop Closes #59079 See merge request gitlab-org/gitlab-ce!26667
2019-03-28Merge branch '54670-external-diffs-when-outdated' into 'master'Sean McGivern
Allow external diffs to be used conditionally Closes #54670 See merge request gitlab-org/gitlab-ce!25432
2019-03-28Merge branch '59273-update-fugit' into 'master'Grzegorz Bizon
Update fugit which fixes a potential infinite loop Closes #59273 See merge request gitlab-org/gitlab-ce!26579
2019-03-28Merge branch '59062-update-gitlab-markup-python-3' into 'master'Sean McGivern
Update gitlab-markup to 1.7.0 and document Python3 requirements Closes #59062 See merge request gitlab-org/gitlab-ce!26246
2019-03-28Merge branch 'fix-routes-n-plus-one-in-user-autocomplete' into 'master'Grzegorz Bizon
Remove N+1 queries from users autocomplete See merge request gitlab-org/gitlab-ce!26491
2019-03-28Fix Auto DevOps missing domain error handlingDylan Griffith
For some reason this value can be an empty string and we want to ensure that we correctly fail the job before a deploy. This is particularly problematic at the moment when coupled with https://gitlab.com/gitlab-org/gitlab-ce/issues/54760 as the user has no easy way to recover without destroying the cluster and starting over.
2019-03-28Revert "Merge branch '13784-validate-variables-for-masking' into 'master'"Kamil Trzciński
This reverts merge request !25476
2019-03-27Merge branch 'sh-add-gitaly-duration-logs' into 'master'Douglas Barbosa Alexandre
Log Gitaly RPC duration to api_json.log and production_json.log See merge request gitlab-org/gitlab-ce!26652
2019-03-27Scaffold UI elements for minimal versionMiranda Fluharty
Add a masked switch to variable rows Copy some behavior from the protected switch
2019-03-27Merge branch 'osw-multi-line-suggestions-creation-strategy' into 'master'Andreas Brandl
Prepares suggestion implementation for multi-line support See merge request gitlab-org/gitlab-ce!26057
2019-03-27Allow external diffs to be used conditionallyNick Thomas
Since external diffs are likely to be a bit slower than in-database ones, add a mode that makes diffs external after they've been obsoleted by events. This should strike a balance between performance and disk space. A background cron drives the majority of migrations, since diffs become outdated through user actions.
2019-03-27Fix jupyter rendering bug that ended in an infinite loopROSPARS Benoit
2019-03-27Upgrade `gitlab-markup` to 1.7.0Gabriel Mazetto
The new version requires `python3` to be available. In omnibus installation this is already a reality as we are currently pathing previous `gitlab-markup` version to use `python3` instead of `python2`. We are now requiring `python3` with the gem without having to patch it. As a consequence to also make it easy to use it in development, we've introduced a `Pipfile` and `Pipfile.lock`, working similarly to `Gemfile` and `Gemfile.lock`, and added documentation on how to use them.
2019-03-27Prepare suggestion implementation for multi-lineOswaldo Ferreira
Adds the groundwork needed in order to persist multi-line suggestions, while providing the parsing strategy which will be reused for the **Preview** as well.
2019-03-27Add API access check to GraphqlFelipe Artur
Check if user can access API on GraphqlController
2019-03-27Merge branch 'sh-optimize-projects-api' into 'master'Douwe Maan
Optimize /api/v4/projects endpoint for visibility level See merge request gitlab-org/gitlab-ce!26481
2019-03-27Optimize /api/v4/projects endpoint for visibility levelStan Hu
Previously when a user requested a list of projects, `Project#public_or_visible_to_user` would search all authorized projects and public/internal projects as well. However, when a user requests a specific `visibility_level` (e.g. private), that should reduce the search space, and we shouldn't need to load public/internal projects. Improves https://gitlab.com/gitlab-org/gitlab-ce/issues/59329
2019-03-27Fixes link in artifacts breadcrumbFilipa Lacerda
The link to the job page was not set properly, with this commit it links to the correct job page.
2019-03-27Log Gitaly RPC duration to api_json.log and production_json.logStan Hu
This makes it easier to debug Gitaly performance issues in the field. This commit also makes the tracking of query time thread-safe via RequestStore.
2019-03-27Resolve "Get milestone by title via API"Fabio Busatto
2019-03-27Merge branch '48132-display-output-from-pre-receive-scripts' into 'master'Dmitriy Zaporozhets
Allow custom hooks errors to appear in GitLab UI Closes #48132 See merge request gitlab-org/gitlab-ce!25625
2019-03-27Merge branch ↵Rémy Coutable
'49910-reopening-a-closed-milestone-from-the-closed-milestones-page-fails2' into 'master' Fix bug when reopening milestone from index page Closes #49910 See merge request gitlab-org/gitlab-ce!26597
2019-03-26Merge branch '49856-upgrade-bootstrap-form-gem' into 'master'Annabel Dunstone Gray
Upgrade bootstrap_form Gem Closes #49856 See merge request gitlab-org/gitlab-ce!26568
2019-03-26Fix bug when reopening milestone from index pageMark Fletcher
2019-03-26Merge branch 'fix-hidden-statistics' into 'master'Nick Thomas
Show statistics also when repository is disabled Closes #59390 See merge request gitlab-org/gitlab-ce!26509
2019-03-26Merge branch 'recreate-all-diffs-on-import' into 'master'Yorick Peterse
Force to recreate all diffs on import Closes #59353 See merge request gitlab-org/gitlab-ce!26480
2019-03-26Merge branch 'delete-release-when-delete-tag' into 'master'Lin Jen-Shin
Releases are not automatically deleted when deleting corresponding tag Closes #57980 and #57380 See merge request gitlab-org/gitlab-ce!26530
2019-03-26Force to recreate all diffs on importKamil Trzciński
If for whatever reason we fail to import MR data, subsequent run will fail as we try to insert duplicate data. Instead of trying to recover, lets delete all and retry again.
2019-03-26Destroy releases when delete a tagShinya Maeda
ok ok ok ok
2019-03-26Allow runners to be installed on group clustersTiger Watson
A runner installed on a cluster will now use the cluster's `cluster_type` as its `runner_type`.
2019-03-26Merge branch '59352-fix-mr-discussion-expansion' into 'master'Phil Hughes
Expand resolved discussion when linking to a comment in the discussion Closes #59352 See merge request gitlab-org/gitlab-ce!26483
2019-03-26Merge branch ↵Sean McGivern
'58805-allow-incomplete-commit-data-to-be-fetched-from-collection' into 'master' Enrich commits with full data in CommitCollection Closes #58805 See merge request gitlab-org/gitlab-ce!26445
2019-03-26Merge branch 'sh-clear-pipeline-status-cache-upon-destroy' into 'master'Grzegorz Bizon
Clear pipeline status cache after destruction of pipeline Closes #59453 See merge request gitlab-org/gitlab-ce!26575
2019-03-26Merge branch '54916-extended-tooltip-for-merge-request-links' into 'master'Phil Hughes
Resolve "Extended tooltip for merge request links" Closes #54916 See merge request gitlab-org/gitlab-ce!25221
2019-03-26Update fugit which fixes a potential infinite loopLin Jen-Shin
2019-03-26Clear pipeline status cache after destruction of pipelineStan Hu
`project.pipeline_status.has_status?` is cached, which can lead to Error 500s in the UI if the this condition is used to check whether a pipeline exists for a commit. We now expire the cache to ensure that the information is consistent. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59453
2019-03-26Expand discussion when opening link to commentHeinrich Lee Yu
Makes discussion expansion depend on `discussion.expanded`
2019-03-26Merge branch '52366-improved-group-lists-ui-spinners' into 'master'Fatih Acet
Update spinners in group list component Closes #52366 See merge request gitlab-org/gitlab-ce!26572
2019-03-26Merge branch 'MaxWinterstein-unify-copy-comit-sha' into 'master'Fatih Acet
Unify behaviour of 'Copy commit SHA to clipboard' on job view Closes #58343 See merge request gitlab-org/gitlab-ce!25829
2019-03-26Update spinners in group list componentDennis Tang
2019-03-26Add changelog entryLuke Duncalfe
2019-03-26Add changelog entryLuke Duncalfe
2019-03-25Add changelog entryEnrique Alcantara
2019-03-25Update CHANGELOG.md for 11.9.1GitLab Release Tools Bot
[ci skip]
2019-03-25Improvements for Knative installationMayra Cabrera
Displays Knative domain field automatically after Helm is successfully installed. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56954
2019-03-25Merge branch 'sh-fix-github-import-creator' into 'master'Douglas Barbosa Alexandre
GitHub importer: Use the project creator to create branches from forks Closes #59396 See merge request gitlab-org/gitlab-ce!26510
2019-03-25Remove N+1 queries from users autocompleteSean McGivern
Both of these were related to groups: 1. We need to preload routes (using the `with_route` scope) if we're going to get the group's path. 2. We were counting each group's members separately. They're in the same commit because the spec for N+1 detection wouldn't pass with only one of these fixes.
2019-03-25Fix border radius of discussion commentsFarhad Yasir
2019-03-25Fixed commit logic to pick a branchNatalia Tepluhina
- fixed getter spec with correct getter name