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-05-07Remove from providers with iconGosia Ksionek
Remove puts Remove puts
2019-05-07Merge branch 'ce-11430-update_clair_local_scan' into 'master'James Lopez
Bump clair-local-scan to v2.0.8 See merge request gitlab-org/gitlab-ce!27977
2019-05-07Bump clair-local-scan to v2.0.8Olivier Gonzalez
2019-05-07Merge branch 'show-disabled-mirrors' into 'master'Nick Thomas
CE Show disabled project repo mirrors See merge request gitlab-org/gitlab-ce!27326
2019-05-07Merge branch 'quarantine-login-via-oauth-spec' into 'master'Lin Jen-Shin
Quarantine login via oauth spec See merge request gitlab-org/gitlab-ce!28176
2019-05-07Merge branch 'patch-17' into 'master'Bob Van Landuyt
remove note that multi-line suggestions are not yet available See merge request gitlab-org/gitlab-ce!28119
2019-05-07Quarantine login via oauth specWalmyr Lima
2019-05-07Merge branch 'fj-59522-improve-search-controller-performance' into 'master'James Lopez
Improve performance of the global search for issuables Closes #59522 See merge request gitlab-org/gitlab-ce!27817
2019-05-07Add improvements to the global search processFrancisco Javier López
Removed the conditions added to Project.with_feature_available_for_user, and moved to the IssuableFinder. Now, we ensure that, in the projects retrieved in the Finder, the user has enough access for the feature.
2019-05-07Merge branch 'patch-17' into 'master'Bob Van Landuyt
doc/ci: include local: remove superfluous ":" See merge request gitlab-org/gitlab-ce!28112
2019-05-07Merge branch 'bvl-fix-ordering-mysql' into 'master'Sean McGivern
Set created_at and updated_at for sorting specs Closes #61541 See merge request gitlab-org/gitlab-ce!28173
2019-05-07Merge branch 'docs/fix-source-install-git' into 'master'Bob Van Landuyt
Fix installation from source See merge request gitlab-org/gitlab-ce!28170
2019-05-07Merge branch 'gitaly-version-v1.42.0' into 'master'Douwe Maan
Upgrade Gitaly to v1.42.0 See merge request gitlab-org/gitlab-ce!28135
2019-05-07Upgrade Gitaly to v1.42.0GitalyBot
2019-05-07Merge branch 'dz-registry-proxy-ui-ce' into 'master'Tim Zallmann
CE Backport for Dependency Proxy UI See merge request gitlab-org/gitlab-ce!27965
2019-05-07Merge branch 'sh-cleanup-import-export' into 'master'James Lopez
Clean up CarrierWave's import/export files Closes #60656 See merge request gitlab-org/gitlab-ce!27487
2019-05-07add changelog entrySimon Hardt
2019-05-07Merge branch 'friendly-wrap-component' into 'master'Tim Zallmann
Add wbr style for IE11 compatibility See merge request gitlab-org/gitlab-ce!27846
2019-05-07Clean up CarrierWave's import/export filesStan Hu
Unlike uploads that have been uploaded with Tempfile, the project import/export archives are stored in a temporary cache directory and remain there if: 1. Object storage is enabled 2. `move_to_store` is set to `true`. CarrierWave will leave these files there until disk space runs out or a clean step is run manually. If `move_to_store` is set to `false`, CarrierWave will remove the files after storing them. However, unlike a local file, with object storage, the file is still copied, so setting `move_to_store` to `true` doesn't buy us anything. To ensure files are cleaned up, we can just inherit from the GitlabUploader implementation of `move_to_store`, which returns `true` if it's a local file, `false` otherwise. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60656
2019-05-07Set created_at and updated_at for sorting specsBob Van Landuyt
This makes sure that the results are predictable and the same on both Postgres and MySQL
2019-05-07Merge branch '59930-todos-scss' into 'master'Phil Hughes
Cleans up todos.scss style-lint warnings Closes #59930 See merge request gitlab-org/gitlab-ce!28076
2019-05-07Merge branch 'winh-separate-frontend-fixtures' into 'master'Phil Hughes
Generate EE-specific JavaScript fixtures into ee/ directory (CE-backport) See merge request gitlab-org/gitlab-ce!28032
2019-05-07Merge branch '61278-next' into 'master'Phil Hughes
Only renders Next badge for gitlab.com Closes #61278 See merge request gitlab-org/gitlab-ce!28056
2019-05-07Only renders Next badge for gitlab.comFilipa Lacerda
2019-05-07Fix installation from sourceDmitriy Zaporozhets
Compiling git has a wrong symbol that leads into invalid command
2019-05-07Merge branch 'allow-replying-to-individual-notes-from-api' into 'master'James Lopez
Allow replying to an individual note in the API Closes #61392 See merge request gitlab-org/gitlab-ce!28120
2019-05-07Merge branch 'strip-attr-cron-in-pipeline-schedule' into 'master'Grzegorz Bizon
Strip whitespace for PipelineSchedule#cron See merge request gitlab-org/gitlab-ce!27990
2019-05-07Merge branch 'instance_level_clusters' into 'master'Bob Van Landuyt
Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
2019-05-07Merge branch 'sh-fix-activerecord-patch-mark2' into 'master'Stan Hu
Additional fix to handle NULL lock_version See merge request gitlab-org/gitlab-ce!28153
2019-05-07Merge branch 'sh-fix-ldap-members-icon-ce' into 'master'Kushal Pandya
Backport members SCSS changes See merge request gitlab-org/gitlab-ce!28115
2019-05-07Merge branch '56992-add-filtering-to-project-dashboard-fe' into 'master'Kushal Pandya
Resolve "Add filtering to project dashboard [FE]" Closes #56992 See merge request gitlab-org/gitlab-ce!25231
2019-05-07Merge branch 'fix-schedule-head-pipeline-update-method' into 'master'Ash McKenzie
Fix update head pipeline process of Pipelines for merge requests See merge request gitlab-org/gitlab-ce!28057
2019-05-07Additional fix to handle NULL lock_versionStan Hu
If the UI sends a string value for lock_version (e.g. "0"), then the previous monkey patch did not properly handle that properly. This commit casts the value to an integer to determine whether to look for NULL lock_versions. For merge requests, GitLab sends a POST request to `namespace/project/merge_requests/:iid` with the `merge_request[lock_version]` parameter with a string `0`. The string value comes from the form field, which explains why https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28145 wasn't sufficient.
2019-05-07Merge branch 'docs-destroy-the-mirrors' into 'master'Evan Read
Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ce!27998
2019-05-07Show disabled project repo mirrorsLuke Bennett
Show disabled mirrors with a badge so that they can be deleted by project owners.
2019-05-07Merge branch 'winh-refactoring-issue-template-docs' into 'master'Stan Hu
Add issue template for refactorings See merge request gitlab-org/gitlab-ce!27889
2019-05-07Merge branch 'member-access-granted-leave-email-fe' into 'master'Fatih Acet
CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
2019-05-07Merge branch 'ce-mw-onboarding-mvc' into 'master'Fatih Acet
(CE Port) New user onboarding (Welcome screen) See merge request gitlab-org/gitlab-ce!28062
2019-05-07Onboarding welcome pageMartin Wortschack
- Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
2019-05-07Merge branch '51963-support-prometheus-for-group-level-clusters' into 'master'Fatih Acet
Resolve "Support Prometheus for group-level clusters" Closes #51963 See merge request gitlab-org/gitlab-ce!27280
2019-05-07Resolve "Support Prometheus for group-level clusters"Peter Leitzen
2019-05-07Merge branch 'graphql-resolvers-complexity' into 'master'Ash McKenzie
[CE] Compute resolver complexity based on items See merge request gitlab-org/gitlab-ce!28017
2019-05-07GraphQL - Add extra complexity for resolversJan Provaznik
If a field is a resolver, its complexity is automatically increased. By default we add extra points for sort and search arguments (which will be common for various resolvers). For specific resolvers we add field-specific complexity, e.g. for Issues complexity is increased if we filter issues by `labelName` (because then SQL query is more complex). We may want to tune these values in future depending on real-life results. Complexity is also dependent on the number of loaded nodes, but only if we don't search by specific ID(s). Also added complexity is limited (by default only twice more than child complexity) - the reason is that although it's more complex to process more items, the complexity increase is not linear (there is not so much difference between loading 10, 20 or 100 records from DB).
2019-05-06Remove duplicate clusterable presenter methodJames Fargher
2019-05-06Convert instance level clusters enabled to class methodJames Fargher
2019-05-06Change specs to match gitlab code standardsJames Fargher
2019-05-06Stop using `go` function in clusters controller specsJames Fargher
2019-05-06Check instance cluster feature at policy levelJames Fargher
Try to simplify feature flag checks by using policies
2019-05-06Allow projects to use instance level clustersJames Fargher
There are two cluster hierarchies one for the deployment platform and one for controllers. The main difference is that deployment platforms do not check user permissions and only return the first match.
2019-05-06Instance level kubernetes clusters adminJames Fargher
Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD