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
2018-12-06Remove note on dom prop namesdocs-fe-vueSimon Knox
2018-11-30Merge branch 'master' into docs-fe-vueSimon Knox
2018-11-28Merge branch 'gitlab-runner-services-dns-hosts' into 'master'Evan Read
using_docker_images.md: document services inheriting dns and addn hosts settings See merge request gitlab-org/gitlab-ce!23333
2018-11-28using_docker_images.md: document services inheriting dns and addn hosts settingsFlorian Klink
2018-11-28Merge branch 'docs/add-note-about-terminal-not-being-available' into 'master'Evan Read
Add notice for web temrinal on GitLab.com See merge request gitlab-org/gitlab-ce!23269
2018-11-28Merge branch '_acet-fix-flash-styling' into 'master'Mike Greiling
Always prefer flash-text as display block Closes #53920 See merge request gitlab-org/gitlab-ce!23382
2018-11-28Merge branch 'leipert-update-d3' into 'master'Mike Greiling
Update d3 to match the mermaid version See merge request gitlab-org/gitlab-ce!23383
2018-11-27Merge branch 'lock-trace-writes' into 'master'Stan Hu
Lock writes to trace stream Closes #51502 See merge request gitlab-org/gitlab-ce!23332
2018-11-27Merge branch '53763-fix-encrypt-columns-data-loss' into 'master'Stan Hu
Correctly handle data-loss scenarios when encrypting columns Closes #53763 See merge request gitlab-org/gitlab-ce!23306
2018-11-27Correctly handle data-loss scenarios when encrypting columnsNick Thomas
If the EncryptColumns background migration runs in a sidekiq with a stale view of the database schema, or when the purported destination columns don't actually exist, data loss can result. Attempt to work around these issues by reloading schema information before running the migration, and raising errors if the model reports that any of its source or destination columns are missing.
2018-11-27Merge branch '52276-jump-to-top-in-merge-request' into 'master'Phil Hughes
Resolve "Jump to top in merge request" Closes #52276 See merge request gitlab-org/gitlab-ce!23069
2018-11-27Resolve "Jump to top in merge request"Sam Bigelow
2018-11-27Merge branch 'issuable-suggestions' into 'master'Filipa Lacerda
Suggest issues when typing title Closes #22071 See merge request gitlab-org/gitlab-ce!22866
2018-11-27Merge branch 'dz-fix-new-project-error-message' into 'master'Filipa Lacerda
Fix top padding for new project form when error message is present See merge request gitlab-org/gitlab-ce!23384
2018-11-27Merge branch '53874-overlap-separator-navbar' into 'master'Phil Hughes
Resolve "Fix overlapping separator on the mobile navigation bar" Closes #53874 See merge request gitlab-org/gitlab-ce!23126
2018-11-27Resolve "Fix overlapping separator on the mobile navigation bar"Thomas Pathier
2018-11-27Lock writes to trace streamKamil Trzciński
2018-11-27Merge branch 'json-logging-for-k8s' into 'master'Stan Hu
Json logging for k8s Integration See merge request gitlab-org/gitlab-ce!23328
2018-11-27Merge branch '53248-docs-update-integrate-your-server-with-github-docs' into ↵Marcia Ramos
'master' Update GitHub integration docs to mainly follow GitHub updates. Closes #53248 See merge request gitlab-org/gitlab-ce!22643
2018-11-27Merge branch 'docs/skip-auto-reconfigure' into 'master'Marcia Ramos
Replace deprecated skip-auto-migrations occurrence Closes #45031 See merge request gitlab-org/gitlab-ce!23326
2018-11-27Merge branch 'docs/pages-infra-issue' into 'master'Marcia Ramos
Add link to infra issue about Pages access control Closes #54269 See merge request gitlab-org/gitlab-ce!23352
2018-11-27Fix top padding for new project form when error message is presentDmitriy Zaporozhets
2018-11-27Update d3Lukas Eipert
2018-11-27Always prefer flash-text as display blockFatih Acet
2018-11-27Suggests issues when typing titlePhil Hughes
This suggests possibly related issues when the user types a title. This uses GraphQL to allow the frontend to request the exact data that is requires. We also get free caching through the Vue Apollo plugin. With this we can include the ability to import .graphql files in JS and Vue files. Also we now have the Vue test utils library to make testing Vue components easier. Closes #22071
2018-11-27Merge branch 'fix/gb/update-mrs-troubleshooting-page-link' into 'master'Douwe Maan
Update merge requests troubleshooting docs link See merge request gitlab-org/gitlab-ce!23344
2018-11-27Merge branch 'leipert-fix-unsecure-npm-deps' into 'master'Mike Greiling
Fix unsecure node dependencies See merge request gitlab-org/gitlab-ce!23378
2018-11-27Fix unsecure node dependenciesLukas Eipert
2018-11-27Merge branch 'diff-header-styling-fixes' into 'master'Filipa Lacerda
Fixed UI bugs with sticky diff header Closes #54503 See merge request gitlab-org/gitlab-ce!23374
2018-11-27Use JSON logging for helm install servicesDylan Griffith
2018-11-27Update merge requests troubleshooting docs linkGrzegorz Bizon
2018-11-27Merge branch 'docs/fix-some-grammar' into 'master'Achilleas Pipinellis
Fix minor grammar issues See merge request gitlab-org/gitlab-ce!23372
2018-11-27Merge branch '51792-dont-delete-failed-install-pods' into 'master'Dmitriy Zaporozhets
Don't remove failed install pods Closes #51792 See merge request gitlab-org/gitlab-ce!23350
2018-11-27Merge branch '53778-remove-site-statistics' into 'master'Sean McGivern
Remove Site Statistic Closes #53778 See merge request gitlab-org/gitlab-ce!23314
2018-11-27Merge branch 'if-ce-54109-fix_user_by_any_email' into 'master'Grzegorz Bizon
User#find_by_any_email to respect confirmed flag on secondary emails See merge request gitlab-org/gitlab-ce!23181
2018-11-27Don't remove failed install podsDylan Griffith
We want to keep failed install pods around so that it is easier to debug why a failure occured. With this change we also need to ensure that we remove a previous pod with the same name before installing so that re-install does not fail. Another change here is that we no longer need to catch errors from delete_pod! in CheckInstallationProgressService as we now catch the ResourceNotFoundError in Helm::Api. The catch statement in CheckInstallationProgressService was also probably too broad before and should have been narrowed down simply to ResourceNotFoundError.
2018-11-27Merge branch 'winh-parse-boolean' into 'master'Phil Hughes
Add parseBoolean helper function See merge request gitlab-org/gitlab-ce!23283
2018-11-27Merge branch 'gt-update-env-metrics-empty-state' into 'master'Filipa Lacerda
Update environments metrics empty state Closes #51745 See merge request gitlab-org/gitlab-ce!23074
2018-11-27Merge branch 'upgrade_kubeclient_400' into 'master'Kamil Trzciński
Upgrade kubeclient to 4.0.0 See merge request gitlab-org/gitlab-ce!23261
2018-11-27Merge branch 'triggermesh-phase2-external-ip' into 'master'Kamil Trzciński
Expose External IP address for Knative's gateway See merge request gitlab-org/gitlab-ce!23162
2018-11-27Merge branch '53988-remove-notes-index-on-updated-at' into 'master'Sean McGivern
Remove notes index on updated_at Closes #53988 See merge request gitlab-org/gitlab-ce!23356
2018-11-27Fixed UI bugs with sticky diff headerPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54503
2018-11-27Merge branch 'rs-new-menu-spec' into 'master'Rémy Coutable
Convert "New menu" feature spec to a view spec Closes #54157 See merge request gitlab-org/gitlab-ce!23355
2018-11-27Merge branch 'rs-signed-commits-spec' into 'master'Rémy Coutable
Speed up "show GPG badge" feature specs See merge request gitlab-org/gitlab-ce!23359
2018-11-27Merge branch '53728-warn-in-web-editor-when-user-navigates-away' into 'master'Phil Hughes
Resolve "Warn in Web Editor when user navigates away" Closes #53728 See merge request gitlab-org/gitlab-ce!23004
2018-11-27Resolve "Warn in Web Editor when user navigates away"Sam Bigelow
2018-11-27Merge branch ↵Phil Hughes
'52828-inconsistency-in-fonts-used-for-branch-name-and-create-from-fields-when-creating-new-branch-from-ui' into 'master' Resolve "Inconsistency in fonts used for branch name and create from fields when creating new branch from UI" Closes #52828 See merge request gitlab-org/gitlab-ce!23120
2018-11-27Merge branch 'bvl-use-shell-writeref' into 'master'Douwe Maan
Don't use rugged write-ref anymore See merge request gitlab-org/gitlab-ce!23286
2018-11-27Merge branch 'sh-handle-string-null-bytes' into 'master'Douwe Maan
Gracefully handle references with null bytes Closes #54466 See merge request gitlab-org/gitlab-ce!23365
2018-11-27Add notice for web temrinal on GitLab.comSteve Azzopardi
We have had multiple issues on why web terminals are not working on GitLab.com, there is current work in progress to make it stable and work in https://gitlab.com/gitlab-org/gitlab-ce/issues/52611