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-04-16Add a feature flag for subdirectory archivesNick Thomas
2019-04-16JSON-encoded binary fields should use Base64::encode64Nick Thomas
It is not interoperable to use Base64::urlsafe_encode64 for fields in JSON that contain binary (as opposed to UTF8-safe) data. For instance, the Golang JSON decoder (which is what gitlab-workhorse uses) insists upon the standard base64 encoding.
2019-04-16Revert "Revert "Merge branch '24704-download-repository-path' into 'master'""Nick Thomas
This reverts commit 171818df0a72097aa1a804c8213666b3f66b0966.
2019-04-16Merge branch 'docs-fix-ldap-typo' into 'master'Rémy Coutable
Fix minor typo in LDAP docs Closes #60413 See merge request gitlab-org/gitlab-ce!27415
2019-04-16Merge branch 'gt-fix-styling-for-pages-status' into 'master'Filipa Lacerda
Fix styling for `app/assets/stylesheets/pages/status.scss` Closes #59929 See merge request gitlab-org/gitlab-ce!26875
2019-04-16Merge branch '48431-width' into 'master'Kushal Pandya
Hide overflow in scoped labels Closes #48431 See merge request gitlab-org/gitlab-ce!27362
2019-04-16Merge branch 'mc/feature/custom-metrics-ce' into 'master'Kamil Trzciński
Backport metrics report type See merge request gitlab-org/gitlab-ce!26798
2019-04-16Merge branch 'update-migration-docs' into 'master'Marcia Ramos
Update migration docs See merge request gitlab-org/gitlab-ce!27261
2019-04-16Update migration docsMichael Leopard
2019-04-16Merge branch 'patch-38' into 'master'Marcia Ramos
Docs: Complete "Repository storage" directions See merge request gitlab-org/gitlab-ce!27346
2019-04-16Fix minor typo in LDAP docsMark Fletcher
2019-04-16Merge branch '60533-tooltip-for-view-file-shows-raw-html' into 'master'Kushal Pandya
Resolve "Tooltip for "View file" shows raw HTML" Closes #60533 See merge request gitlab-org/gitlab-ce!27398
2019-04-16Merge branch '59570-move-quick-action' into 'master'Sean McGivern
Extract move quick action spec to shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26907
2019-04-16Merge branch 'rewind-iid-on-pipelines' into 'master'Sean McGivern
Rewind iid on pipelines Closes #59362 See merge request gitlab-org/gitlab-ce!26490
2019-04-16Merge branch '58748-update-nodejs-to-10.15.3' into 'master'Kamil Trzciński
Update Node.js to 10.15.3 in CI template for Hexo See merge request gitlab-org/gitlab-ce!25943
2019-04-16Hide overflow in scoped labelsRajat Jain
Scoped labels overflew in all the places because of lack of restriction on `max-width`. This commit introduces the same limits on width we have inplace for regular labels
2019-04-16Backport changes from EEMatija Čupić
This backports the changes from https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/10452
2019-04-16Merge branch 'mw-i18n-app-misc' into 'master'Sean McGivern
Externalize several strings in controllers/services/presenters See merge request gitlab-org/gitlab-ce!27390
2019-04-16Externalize several strings inMartin Wortschack
- app/services - app/controllers - app/presenters
2019-04-16Merge branch 'downloading-expired-artifacts' into 'master'Grzegorz Bizon
Don't render artifact download links for builds with expired artifacts See merge request gitlab-org/gitlab-ce!26753
2019-04-16Merge branch '53138-add-metrics-usage-ping' into 'master'Grzegorz Bizon
Adds instance metrics to usage ping Closes #53138 See merge request gitlab-org/gitlab-ce!27238
2019-04-16Merge branch 'winh-boards-store' into 'master'Phil Hughes
Remove EE-specific code from boards store (CE-backport) See merge request gitlab-org/gitlab-ce!26924
2019-04-16Rename CI related selectorsGeorge Tsiolis
2019-04-16Rewind IID on Ci::PipelinesKamil Trzciński
If no pipeline is created we currently have IID gap. This is due to fact that we generate IID not on save, but rather ahead of time. This results, us, losing IIDs.
2019-04-16Merge branch 'mw-i18n-quick-actions' into 'master'Dmitriy Zaporozhets
Externalize strings in lib/gitlab/quick_actions See merge request gitlab-org/gitlab-ce!27369
2019-04-16Merge branch 'ce-4681-autosave' into 'master'Kushal Pandya
Autosave description in epics See merge request gitlab-org/gitlab-ce!27296
2019-04-16Autosave description in epicsRajat Jain
When editing an epic, the progress was previously lost due to lack of localstorage syncing code. This commit adds support for localstorage sync.
2019-04-16Merge branch 'bw-query_graphql_field-enhancement' into 'master'Dmitriy Zaporozhets
Allow arrays to be specified for fields in graphql_query_for Closes #60238 See merge request gitlab-org/gitlab-ce!27142
2019-04-16Merge branch 'helm_uninstall_command' into 'master'Sean McGivern
Helm DeleteCommand See merge request gitlab-org/gitlab-ce!27348
2019-04-16Merge branch 'jramsay/notes-api-pagination-docs' into 'master'Achilleas Pipinellis
Add pagination to notes and discussions docs Closes #51616 See merge request gitlab-org/gitlab-ce!27401
2019-04-16Merge branch 'ci-lint-ssl-error' into 'master'Kamil Trzciński
Reporting SSL certificate verify errors in CI external config See merge request gitlab-org/gitlab-ce!26750
2019-04-16Merge branch 'docs-move-content-from-handbook-and-improve' into 'master'Achilleas Pipinellis
Development docs: move some docs content from Handbook and improve content/headings See merge request gitlab-org/gitlab-ce!27399
2019-04-16Development docs: move some docs content from Handbook and improve ↵Mike Lewis
content/headings
2019-04-16Add pagination to notes and discussions docsJames Ramsay
2019-04-16Implement commands to uninstall cluster applicationsThong Kuah
This is the backend part which just allows uninstalling Prometheus for now.
2019-04-16Fix showing HTML content in view file tooltipFatih Acet
2019-04-16Merge branch '60026-group-member-count-bg' into 'master'Fatih Acet
Add badge-pill class on group member count Closes #60026 See merge request gitlab-org/gitlab-ce!27019
2019-04-16Merge branch 'renovate/gitlab-ui-3.x' into 'master'Fatih Acet
Update dependency @gitlab/ui to ^3.3.0 See merge request gitlab-org/gitlab-ce!27321
2019-04-16Merge branch 'docs/restructure-review-apps-docs' into 'master'Mike Lewis
Refactor review apps doco and CI landing page See merge request gitlab-org/gitlab-ce!26886
2019-04-16Refactor review apps doco and CI landing pageEvan Read
2019-04-15Merge branch 'sh-fix-merge-requests-api-remove-branch-param' into 'master'Michael Kozono
Fix remove_source_branch merge request API handling Closes #60530 See merge request gitlab-org/gitlab-ce!27392
2019-04-15Externalize strings in lib/gitlab/quick_actionsMartin Wortschack
- Externalize strings for desc and explanation - Update PO file
2019-04-15Fix remove_source_branch merge request API handlingStan Hu
Users attempting to set merge requests to `remove_source_branch` to `false` would encounter an Error 500 because the UpdateService and API checked `present?`, which would always return `false`. We now just use `has_key?` to decide whether the parameter is present. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60530
2019-04-15catching and cleanly reporting SSL errors in Ci::Config::External::Processordrew cimino
2019-04-15Merge branch 'docs/fix-external-link-404' into 'master'Achilleas Pipinellis
Fix URL that causes test_external_links to fail See merge request gitlab-org/gitlab-ce!27384
2019-04-15Fix URL that causes test_external_links to failAchilleas Pipinellis
https://gitlab.com/gitlab-com/gitlab-docs/-/jobs/196921364
2019-04-15Merge branch 'sh-fix-pipeline-delete-caching' into 'master'Lin Jen-Shin
Properly expire all pipeline caches when pipeline is deleted Closes #60469 See merge request gitlab-org/gitlab-ce!27334
2019-04-15Extract move quick action spec to shared exampleAlexandru Croitor
2019-04-15Merge branch 'forbid-the-usage-of-reload' into 'master'Lin Jen-Shin
Forbid the usage of reload Closes #60218 See merge request gitlab-org/gitlab-ce!27125
2019-04-15Merge branch 'osw-remote-multi-line-suggestions-ff' into 'master'Lin Jen-Shin
Remove multi-line suggestions feature flag Closes #59178 See merge request gitlab-org/gitlab-ce!27219