- 14 Feb, 2018 12 commits
-
-
Grzegorz Bizon authored
QA with runner cloning the repo with a deploy key Closes gitlab-qa#148 See merge request gitlab-org/gitlab-ce!16859
-
Douwe Maan authored
Allow including custom attributes in API responses See merge request gitlab-org/gitlab-ce!16526
-
Sean McGivern authored
Add information about projects when searching in wiki_blobs, blobs, commits scopes Closes #42934 See merge request gitlab-org/gitlab-ce!17095
-
Sean McGivern authored
Display a link to external issue tracker when enabled Closes #37050 See merge request gitlab-org/gitlab-ce!17030
-
Douwe Maan authored
API: Get refs for a particular commit Closes #18014 See merge request gitlab-org/gitlab-ce!15026
-
Rémy Coutable authored
Add a security harness script Closes #43220 See merge request gitlab-org/gitlab-ce!17097
-
Robert Schilling authored
-
Douwe Maan authored
Resolve "Diff file navigation shows renamed files as deleted" Closes #42314 See merge request gitlab-org/gitlab-ce!17091
-
Jarka Kadlecová authored
-
Jarka Kadlecová authored
-
Achilleas Pipinellis authored
Update database_mysql.md to remove conflicting recommendation See merge request gitlab-org/gitlab-ce!17101
-
Lin Jen-Shin authored
-
- 13 Feb, 2018 28 commits
-
-
Lee Matos authored
-
Jacob Schatz authored
Remove unused code in profile.js See merge request gitlab-org/gitlab-ce!17009
-
Robert Speicher authored
This script toggles a Git pre-push hook that will prevent pushing to remotes other than dev when the harness is enabled.
-
Stan Hu authored
Remove problematic LDAP::Person validation for new strategy Closes #42412 and #42359 See merge request gitlab-org/gitlab-ce!16727
-
Filipa Lacerda authored
-
Yorick Peterse authored
Remove Sentry reporting for query limiting See merge request gitlab-org/gitlab-ce!17092
-
Lin Jen-Shin authored
-
Phil Hughes authored
Fix settings panels not expanding when fragment hash linked Closes #43198 See merge request gitlab-org/gitlab-ce!17074
-
Kamil Trzciński authored
Fully enable nginx-ingress metrics Closes #43189 See merge request gitlab-org/gitlab-ce!17069
-
Robert Speicher authored
Port spec/fixtures/api/schemas/deployment.json from EE See merge request gitlab-org/gitlab-ce!17090
-
-
Yorick Peterse authored
Using Sentry, while useful, poses two problems you have to choose from: 1. All errors are reported separately, making it easy to create issues but also making it next to impossible to see other errors (due to the sheer volume of threshold errors). 2. Errors can be grouped or merged together, reducing the noise. This however also means it's (as far as I can tell) much harder to automatically create GitLab issues from Sentry for the offending controllers. Since both solutions are terrible I decided to go with a third option: not using Sentry for this at all. Instead we'll investigate using Prometheus alerts and Grafana dashboards for this, which has the added benefit of being able to more accurately measure the behaviour over time. Note that throwing errors in test environments is still enabled, and whitelisting is still necessary to prevent that from happening (and that in turn still requires that developers create issues).
-
Robert Speicher authored
Remove allow_n_plus_1 block from Network::Graph Closes #37436 and gitaly#998 See merge request gitlab-org/gitlab-ce!17087
-
Robert Speicher authored
Remove allow_n_plus_1 block from DeleteMergedBranchesService Closes #37438 and gitaly#999 See merge request gitlab-org/gitlab-ce!17058
-
Phil Hughes authored
Fixes hover style for lock merge request edit link Closes #42580 See merge request gitlab-org/gitlab-ce!17065
-
Lin Jen-Shin authored
* upstream/master: (69 commits) Change issue show page to group MRs by projects and namespaces Merge branch 'master-i18n' into 'master' Update sidekiq_style_guide.md Document all_queues.yml in sidekiq_style_guide.md Fix artifact creation Fix Error 500s creating merge requests with external issue tracker Addressed mr observations Clean new Flash() and stop disabling no-new (eslint) when possible Disable query limiting warnings for now on GitLab.com Dry up spec Add changelog entry Schedule PopulateUntrackedUploads if needed Fix orphan temp table untracked_files_for_uploads Fix last batch size equals max batch size error Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" Fix warning messages for promoting labels and milestones Fixed missing js selector for the realtime pipelines commit comp Reuse getter Add loading button for better UX Honour workhorse provided file name Fix a transient failure in db/post_migrate/20170717111152_cleanup_move_system_upload_folder_symlink.rb where symlink already exists ...
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Kamil Trzciński authored
Document all_queues.yml in sidekiq_style_guide.md See merge request gitlab-org/gitlab-ce!17079
-
Drew Blessing authored
Constructors shouldn't throw exceptions. We also learned that different LDAP servers behave a bit unexpectedly sometimes - returning attributes we didn't ask for, or returned attributes with language subtypes.
-
Sean McGivern authored
Group MR numbers on issue show page by project and namespace Closes #26466 See merge request gitlab-org/gitlab-ce!8494
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Jeff Stubler authored
Closes #26466.
-
Grzegorz Bizon authored
Fix artifact creation in CI/CD QA spec See merge request gitlab-org/gitlab-ce!17078
-
Douwe Maan authored
Port of EE-translations See merge request gitlab-org/gitlab-ce!17081
-