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-07-11Add unset_rugged rake taskJohn Cai
Adds an unset_rugged rake task that unsets all rugged feature flags. Also fixes the existing disable_rugged task to have it explicitly disable feature flags instead of just unsetting them.
2019-07-11Merge branch '51575-remove-rails-4-specific-code-from-fromunion-from_union' ↵Robert Speicher
into 'master' Remove Rails 4-specific code from `FromUnion.from_union` Closes #51575 See merge request gitlab-org/gitlab-ce!30587
2019-07-11Merge branch 'gitaly-version-v1.53.0' into 'master'Jan Provaznik
Upgrade Gitaly to v1.53.0 See merge request gitlab-org/gitlab-ce!30614
2019-07-11Upgrade Gitaly to v1.53.0GitalyBot
2019-07-11Merge branch 'docs-fl-fe-guide' into 'master'Achilleas Pipinellis
Updates frontend to Frontend See merge request gitlab-org/gitlab-ce!30631
2019-07-11Merge branch 'docs-code-block-style-5' into 'master'Achilleas Pipinellis
Fix whitespace in install and integration docs See merge request gitlab-org/gitlab-ce!30600
2019-07-11Fix whitespace in install and integration docsMarcel Amirault
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items will render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor white space issues in install and integration docs
2019-07-11Updates frontend to FrontendFilipa Lacerda
2019-07-11Merge branch '64091-fix-broken-terminal' into 'master'Filipa Lacerda
Fix broken environments terminal See merge request gitlab-org/gitlab-ce!30401
2019-07-11Load terminal css file in environments pageJacques Erasmus
Loaded the xterm css file in order to fix the styling issues
2019-07-11Merge branch '63691-fix-doc-link' into 'master'Filipa Lacerda
Correct link to external_dashboard doc See merge request gitlab-org/gitlab-ce!30019
2019-07-11Correct link to external_dashboard docReuben Pereira
2019-07-11Merge branch '490-enable-puma-by-default-in-GDK' into 'master'Grzegorz Bizon
Enable puma by default in GDK Closes gitlab-development-kit#490 See merge request gitlab-org/gitlab-ce!30285
2019-07-11Merge branch '64161-gitlab-fqdn' into 'master'Grzegorz Bizon
Add CI variable to provide GitLab FQDN Closes #64161 See merge request gitlab-org/gitlab-ce!30417
2019-07-11Merge branch 'docs-add-reconfigure-to-restore' into 'master'Achilleas Pipinellis
Add reconfigure step to secrets restoration See merge request gitlab-org/gitlab-ce!30617
2019-07-11Merge branch 'docs-markdown-for-administration-plantuml' into 'master'Achilleas Pipinellis
Fix Markdown example for PlantUML docs See merge request gitlab-org/gitlab-ce!30513
2019-07-11Add reconfigure step to secrets restorationAlexander Tanayno
2019-07-11Merge branch 'registry-fix-multi-delete-modal' into 'master'Kushal Pandya
Set unique modal IDs See merge request gitlab-org/gitlab-ce!30532
2019-07-11Merge branch 'fix-issue-trackers-spec' into 'master'Thong Kuah
Make sure all specs run properly See merge request gitlab-org/gitlab-ce!30367
2019-07-11Fix Markdown example for PlantUML docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-07-11Merge branch 'hfy/apply-knative-cluster-role-on-service-account-creation' ↵Achilleas Pipinellis
into 'master' Create Knative role and binding with service account See merge request gitlab-org/gitlab-ce!30235
2019-07-11Give Knative serving permissions to service accountHordur Freyr Yngvason
GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
2019-07-11Merge branch 'winh-jest-config-node-10' into 'master'Kushal Pandya
Replace path with filename in Jest config Closes #64429 See merge request gitlab-org/gitlab-ce!30608
2019-07-11Replace path with filename in Jest configWinnie Hellmann
2019-07-11Merge branch '61145-fix-button-dimensions' into 'master'Phil Hughes
Bring buttons up to design spec Closes #61146, #61144, and #61145 See merge request gitlab-org/gitlab-ce!28545
2019-07-11Bring buttons style up to design specScott Hampton
This is a CSS effort only. Fixes the padding of the buttons to be `8px 12px` (including border) so that the button height is 32px. Also adjusts the border width for all buttons when the state is `hover`, `focus`, or `active to be 2px thick instead of 1px thick. This is accomplished through an inset box-shadow as not to increase the size of the button. Fixes some colors for primary and tertiary buttons.
2019-07-11Make sure all specs run properlyJarka Košanová
- handling properties needs to be skipped when creating test records in order to test the legacy data
2019-07-11Merge branch 'docs-crosslink-prometheus-grafana-in-ha-monitoring' into 'master'Achilleas Pipinellis
Crosslink Prometheus and Grafana to HA monitoring Closes #63419 See merge request gitlab-org/gitlab-ce!30588
2019-07-11Merge branch 'chriscool-master-patch-19677' into 'master'Achilleas Pipinellis
Update doc/ci/yaml/README.md Closes #58636 See merge request gitlab-org/gitlab-ce!30516
2019-07-11Merge branch 'z-index-tools' into 'master'Phil Hughes
Review Tools: Add large z-index to toolbar See merge request gitlab-org/gitlab-ce!30583
2019-07-11Review Tools: Add large z-index to toolbarSarah Groff Hennigh-Palermo
2019-07-11Merge branch 'chriscool-master-patch-11367' into 'master'Achilleas Pipinellis
Update doc/user/project/merge_requests/index.md See merge request gitlab-org/gitlab-ce!30517
2019-07-11Merge branch 'better-merge-train-exlusive-lock-ce' into 'master'Kamil Trzciński
CE Port: Fix race condition on merge train with better exclusive lock See merge request gitlab-org/gitlab-ce!30352
2019-07-11Merge branch 'banzai-avoid-redis-if-db-cache' into 'master'Douwe Maan
Banzai - avoid redis if attr is in DB cache See merge request gitlab-org/gitlab-ce!30334
2019-07-11Merge branch 'mw-project-list-color-fix' into 'master'Kushal Pandya
Project list: Add text-secondary to controls container See merge request gitlab-org/gitlab-ce!30567
2019-07-11Add text-secondary to controls containerMartin Wortschack
- Add changelog entry
2019-07-11Merge branch '64314-ci-icon' into 'master'Kushal Pandya
Align CI icon in merge request dashboard Closes #64314 See merge request gitlab-org/gitlab-ce!30558
2019-07-11Merge branch 'issue_57694' into 'master'Sean McGivern
Improve Graphql Docs Closes #57694 See merge request gitlab-org/gitlab-ce!29998
2019-07-11Improve Graphql DocsFelipe Artur
Adds more friendly docs for GraphQl implementation
2019-07-11Merge branch 'bvl-link-phab-users' into 'master'James Lopez
Fetch users from Phabricator + link to issues Closes #60565 See merge request gitlab-org/gitlab-ce!30321
2019-07-11Efficient merge train locksShinya Maeda
Efficient merge train locks with Sequential Process helper.
2019-07-11Pass string directly to #fromHeinrich Lee Yu
2019-07-11Merge branch '62088-search-back' into 'master'Mike Greiling
Fixed back navigation for projects filter Closes #62088 See merge request gitlab-org/gitlab-ce!30373
2019-07-11Banzai - avoid redis if attr is in DB cacheMario de la Ossa
When cache_collection_render runs we end up reading and writing things to redis even if we already have the rendered field cached in the DB. This commit avoids using redis at all whenever we have the field already rendered in the DB cache.
2019-07-11Merge branch 'docs-update-qa-readme-gdk-port' into 'master'Mark Lapierre
Update qa/README.md GDK port See merge request gitlab-org/gitlab-ce!30596
2019-07-11Update qa/README.md GDK portMark Lapierre
2019-07-11Merge branch 'sh-bump-rspec-versions' into 'master'Mayra Cabrera
Upgrade rspec-rails to 3.8.2 and dependencies See merge request gitlab-org/gitlab-ce!28378
2019-07-11Merge branch 'sl-stablise-basic-login-spec' into 'master'Dan Davison
Fix basic login test stability Closes gitlab-org/quality/staging#57 See merge request gitlab-org/gitlab-ce!30446
2019-07-11Merge branch 'jivanvl-support-additional-panel-types' into 'master'Fatih Acet
Support additional panel types Closes #60008 See merge request gitlab-org/gitlab-ce!30001
2019-07-11Add support for additional panel typesJose Ivan Vargas
This introduces the single stat chart component aside from the area chart component