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-05-17Fix alert background colorsAnnabel Dunstone Gray
2018-05-16Merge branch 'master' into bootstrap4Clement Ho
2018-05-16Merge branch '46303_copy_button_fix_embedded_snippets' into 'master'Clement Ho
fixed copy to cliboard button in embedded snippets Closes #46303 See merge request gitlab-org/gitlab-ce!18923
2018-05-16fixed copy to cliboard button in embedded snippetshaseeb
2018-05-16Merge branch 'osw-fix-boards-list-header-color' into 'master'Robert Speicher
Adjust board lists header text color Closes #36983 See merge request gitlab-org/gitlab-ce!18955
2018-05-16Merge branch 'dz-fix-cluster-error-message' into 'master'Annabel Gray
Remove table-section from div holding cluster error messages See merge request gitlab-org/gitlab-ce!18971
2018-05-16Merge branch 'update-license' into 'master'Rémy Coutable
edit GitLab license info in regards to CC licensing See merge request gitlab-org/gitlab-ce!18981
2018-05-16Merge branch 'move-disussion-actions-to-the-right' into 'master'Tim Zallmann
Move discussion and notes actions to the right Closes #33645 See merge request gitlab-org/gitlab-ce!18476
2018-05-16Merge branch 'fix-metrics-doorkeeper' into 'master'Nick Thomas
Fix GitLab Performance Monitoring content types for Doorkeeper Closes #46412 See merge request gitlab-org/gitlab-ce!18984
2018-05-16Merge branch '43673-operations-tab-mvc' into 'master'Filipa Lacerda
Project Sidebar: Split CI/CD into CI/CD and Operations Closes #43673 See merge request gitlab-org/gitlab-ce!18941
2018-05-16Project Sidebar: Split CI/CD into CI/CD and OperationsLukas Eipert
2018-05-16Merge branch 'zj-add-branch-mandatory' into 'master'Douwe Maan
Move Gitlab::Git::Repository#add_branch to mandatory Closes gitaly#540 See merge request gitlab-org/gitlab-ce!18939
2018-05-16Fix GPM content types for DoorkeeperYorick Peterse
Certain controllers (e.g. Doorkeeper::TokensController) don't expose the method "request_format". This commit changes Gitlab::Metrics::WebTransaction so we don't rely on this method, instead using the underlying code this method uses. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/46412
2018-05-16Merge branch 'registry-ux-improvements-remove-clipboard-prefix' into 'master'Filipa Lacerda
Remove docker pull prefix from registry clipboard feature Closes #46314 and #45968 See merge request gitlab-org/gitlab-ce!18933
2018-05-16Remove docker pull prefix from registry clipboard featureLars Greiss
2018-05-16Merge branch 'docs-fe-vuex-updates' into 'master'Filipa Lacerda
Docs fe vuex updates See merge request gitlab-org/gitlab-ce!18826
2018-05-16Merge branch 'docs/shared-runners-timeout' into 'master'Rémy Coutable
Document the 3h timeout for GitLab.com shared Runners See merge request gitlab-org/gitlab-ce!18983
2018-05-16Remove unnecessary section-100 css class from application_row.vueDmitriy Zaporozhets
2018-05-16Merge branch 'docs-41873-bulk-edit-issuable' into 'master'Achilleas Pipinellis
Add documentation for bulk editing of issues and merge requests Closes #41873 See merge request gitlab-org/gitlab-ce!16614
2018-05-16Document the 3h timeout for GitLab.com shared RunnersAchilleas Pipinellis
2018-05-16Merge branch 'zj-ref-contains-sha-mandatory' into 'master'Robert Speicher
Ref contains oid check done by Gitaly Closes gitaly#884 See merge request gitlab-org/gitlab-ce!18944
2018-05-16edit GitLab license info in regards to CC licensingAndrea Kao
GitHub uses a library called Licensee to identify a project's license type. It shows this information in the status bar and via the API if it can unambiguously identify the license. This commit moves the reference to Creative Commons licensing from the LICENSE file to the README, which allows Licensee to successfully identify the license type of GitLab CE as MIT. Signed-off-by: Andrea Kao <eirinikos@gmail.com>
2018-05-16Merge branch '43367/fix-board-long-strings' into 'master'Annabel Gray
Fix bug with long strings in issue boards Closes #43367 See merge request gitlab-org/gitlab-ce!18924
2018-05-16Fix bug with long strings in issue boardsPaul Slaughter
2018-05-15Merge branch 'fix-metrics-content-types' into 'master'Stan Hu
Fix setting Gitlab metrics content types Closes gitlab-com/infrastructure#3499 See merge request gitlab-org/gitlab-ce!18975
2018-05-15Restore window size after spec resizes screen smClement Ho
2018-05-15Merge branch '45584-add-nip-io-domain-suggestion-in-auto-devops' into 'master'Grzegorz Bizon
Resolve "Add nip.io domain suggestion in the Kubernetes cluster details view" Closes #45584 See merge request gitlab-org/gitlab-ce!18496
2018-05-15Merge branch 'patch-20' into 'master'John Northrup
improve basic details on inspecting NFS mounts See merge request gitlab-org/gitlab-ce!18734
2018-05-15Merge branch 'feature/add-open-id-discovery-tests' into 'master'Rémy Coutable
add values to OpenID configuration test, not only checking for issuer key See merge request gitlab-org/gitlab-ce!18773
2018-05-15Merge branch 'y-yagi1-master-patch-17475' into 'master'Rémy Coutable
Fix link for `query_recorder.rb` See merge request gitlab-org/gitlab-ce!18761
2018-05-15Merge branch 'patch-19' into 'master'Rémy Coutable
fix runner requirements See merge request gitlab-org/gitlab-ce!18728
2018-05-15Fix setting Gitlab metrics content typesYorick Peterse
The method "content_type" on a controller does not always return the correct content type. On the other hand, the method "request_format" does _and_ immediately returns a Symbol (e.g. :json) instead of a mime-type name (e.g. application/json). With these changes metrics should again report their action names correctly. Fixes https://gitlab.com/gitlab-com/infrastructure/issues/3499
2018-05-15Add documentation for bulk editing of issues and merge requestsMark Fletcher
2018-05-15Merge branch 'sh-enforce-unique-and-not-null-project-ids-project-features' ↵Yorick Peterse
into 'master' Add a unique and not null constraint on the project_features.project_id column Closes #37882 See merge request gitlab-org/gitlab-ce!18925
2018-05-15Merge branch 'simplify-priority' into 'master'Rémy Coutable
Simplified priority, performance impact should be severity See merge request gitlab-org/gitlab-ce!18873
2018-05-15Merge branch 'jr-update-web-ide-docs' into 'master'Tim Zallmann
Update Web IDE documentation with recent changes See merge request gitlab-org/gitlab-ce!18910
2018-05-15Merge branch '40855_remove_authentication_in_readonly_issue_api' into 'master'Rémy Coutable
Remove authentication for readonly endpoints in issues API Closes #40855 See merge request gitlab-org/gitlab-ce!18638
2018-05-15Remove authentication for readonly endpoints in issues APIhaseeb
2018-05-15Merge branch 'docs-dtang-fe-development-guide-fixes' into 'master'Tim Zallmann
fix typos Frontend Guide, development_process.md See merge request gitlab-org/gitlab-ce!18965
2018-05-15Remote table-section from div holding cluster error messagesDmitriy Zaporozhets
2018-05-15Merge branch 'backstage/gb/improve-fast-specs-helper' into 'master'Rémy Coutable
Improve fast specs helper to autoload the library See merge request gitlab-org/gitlab-ce!18903
2018-05-15Improve testing best practices guidelinesGrzegorz Bizon
It mentions that explicitly defining dependencies in sources is preferred over defining such dependencies only in spec files.
2018-05-15Merge branch ↵Rémy Coutable
'46361-does-not-log-failed-sign-in-attempts-when-the-database-is-in-read-only-mode' into 'master' Does not log failed sign-in attempts when the database is in read-only mode Closes #46361 See merge request gitlab-org/gitlab-ce!18957
2018-05-15Add a unique and not null constraint on the project_features.project_id columnStan Hu
This commit has two migrations: 1. The first prunes duplicate rows in the project_features table and leaves the row with the highest ID. Since the behavior was indeterministic before and depended on which row the database decided to use, this change at least makes the permissions consistent. For example, in some cases, the Wiki may have been disabled but enabled in another entry. 2. The second adds a non-null constraint on the project_features.project_id column. Closes #37882 Fixes a significant part of gitlab-com/migration#408. We found that we were overcounting Wikis because of these duplicates. On GitLab.com, there are 56 rows with duplicate entries by project_id, and 16,661 rows with NULL project_id values.
2018-05-15Merge branch '46010-add-index-to-runner-type' into 'master'Kamil Trzciński
Add index on ci_runners.runner_type See merge request gitlab-org/gitlab-ce!18897
2018-05-15Merge branch ↵Grzegorz Bizon
'31662-remove-squashed-related-commits-together-from-default-mr-template' into 'master' Resolve "Remove `Squashed related commits together` from default MR template" Closes #31662 See merge request gitlab-org/gitlab-ce!18961
2018-05-15fix typos Frontend Guide, development_process.mdDennis Tang
2018-05-15Merge branch 'jprovazn-null-byte' into 'master'Rémy Coutable
Disable greedy mode when matching filename Closes #44784 See merge request gitlab-org/gitlab-ce!18914
2018-05-15Disable greedy mode when matching filenameJan Provaznik
2018-05-15Add index on runner_type for ci_runnersDylan Griffith
We use this to filter runner and will use this increasingly in future instead of is_shared so it should be indexed