- 14 Feb, 2018 3 commits
-
-
Rémy Coutable authored
Add a security harness script Closes #43220 See merge request gitlab-org/gitlab-ce!17097
-
Douwe Maan authored
Resolve "Diff file navigation shows renamed files as deleted" Closes #42314 See merge request gitlab-org/gitlab-ce!17091
-
Achilleas Pipinellis authored
Update database_mysql.md to remove conflicting recommendation See merge request gitlab-org/gitlab-ce!17101
-
- 13 Feb, 2018 35 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
-
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
-
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
-
Douwe Maan authored
Resolve "PrepareUntrackedUploads PostgreSQL syntax error" Closes #42881 See merge request gitlab-org/gitlab-ce!17019
-
André Luís authored
Especially making the link on Lock MR section work the same as others on hover
-
Ahmad Sherif authored
Closes #37436 Closes gitaly#998
-
Phil Hughes authored
Resolve "Can't close issue through buttons in the textarea on mobile" Closes #42923 See merge request gitlab-org/gitlab-ce!17043
-
Sean McGivern authored
Disable caching of tables for migration spec that drops a temporary table See merge request gitlab-org/gitlab-ce!16965
-
Sean McGivern authored
Fix Error 500s creating merge requests with external issue tracker Closes #43193 See merge request gitlab-org/gitlab-ce!17073
-
Phil Hughes authored
Cleanup new branch/merge request form in issues Closes #41938 See merge request gitlab-org/gitlab-ce!16854
-
Filipa Lacerda authored
* master: (25 commits) Addressed mr observations Clean new Flash() and stop disabling no-new (eslint) when possible Disable query limiting warnings for now on GitLab.com 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 Honour workhorse provided file name Create an empty wiki when there is no wiki in the gitlab export bundle Revert and remove header_title line from labels issue Fixed bug with param config changed params passed to from a string to an object Move IssuableTimeTracker vue component Fix breadcrumb on labels page for groups Convert groups_select ajax to use axios Default CI variables to unprotected make sure there is a dependency on Gitlab::CurrentSettings is Make GITLAB_FEATURES in build_spec compatible with EE Update jquery.waitforimages & use npm version Fixed typo, updated test, and removed commented code Replaced use of $.get with axios.get and updated tests ...
-
Douwe Maan authored
New Crowdin translations See merge request gitlab-org/gitlab-ee!4481
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Michael Kozono authored
-
Stan Hu authored
When JIRA or Redmine were enabled and the branch name did not match the matching regular expression, the `issue_iid` would be `nil`, preventing users from creating merge requests. Closes #43193
-
- 12 Feb, 2018 2 commits
-
-
Clement Ho authored
Updated katex library Closes #43032 See merge request gitlab-org/gitlab-ce!15864
-
Jose Ivan Vargas authored
-