- 13 Feb, 2018 5 commits
-
-
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).
-
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
-
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 35 commits
-
-
Clement Ho authored
Updated katex library Closes #43032 See merge request gitlab-org/gitlab-ce!15864
-
Jose Ivan Vargas authored
-
Clement Ho authored
Clean new Flash() and stop disabling no-new (eslint) when possible Closes #42732 See merge request gitlab-org/gitlab-ce!17060
-
André Luís authored
-
Ian Baum authored
Disable query limiting warnings for now on GitLab.com See merge request gitlab-org/gitlab-ce!17067
-
Stan Hu authored
-
Nick Thomas authored
Honour workhorse provided file name See merge request gitlab-org/gitlab-ce!17059
-
Clement Ho authored
Fix warning messages for promoting labels and milestones Closes #42900 See merge request gitlab-org/gitlab-ce!17063
-
Ian Baum authored
Merge branch 'rd-43185-revert-sanitize-extra-blank-spaces-used-when-uploading-a-ssh-key' into 'master' Revert "Merge branch 'rd-40552-gitlab-should-check-if-keys-are-valid-before-saving' into 'master'" See merge request gitlab-org/gitlab-ce!17062
-
Jose Ivan Vargas authored
-
Filipa Lacerda authored
Fixed missing js selector for the realtime pipelines commit component See merge request gitlab-org/gitlab-ce!17061
-
Filipa Lacerda authored
Convert groups_select ajax to use axios See merge request gitlab-org/gitlab-ce!17041
-
Rubén Dávila authored
This reverts commit a58f8c32, reversing changes made to cd5d75c3.
-
Jose Ivan Vargas authored
-
Jose Ivan Vargas authored
-
Alessio Caiazza authored
In the attempt to unify file uploading at workhorse level gitlab-org/gitlab-workhorse!230 we moved to a prefix-based tempfile creation in order to avoid upload collisions. Artifacts and LFS uploads already set original_filename to workhorse provided filename This commit add the same feature to `Gitlab::Middleware::Multipart`
-
Kamil Trzciński authored
Make GITLAB_FEATURES in build_spec compatible with EE Closes #40994 See merge request gitlab-org/gitlab-ce!17023
-
Rémy Coutable authored
Fix a transient failure in db/post_migrate/20170717111152_cleanup_move_system_upload_folder_symlink.rb where symlink already exists Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
We do that because it's using factories and it's not worth it to get rid of them. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
This is useful for migration tests that relies on factories and that are very old and/or tedious to modify to not use factories. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
This is to fix job failures, such as https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/51409392.
-
Nick Thomas authored
Create an empty wiki when there is no wiki in the gitlab export bundle See merge request gitlab-org/gitlab-ce!17010
-
Valery Sizov authored
-
Phil Hughes authored
Fix breadcrumb on labels page for groups Closes #42909 See merge request gitlab-org/gitlab-ce!17045
-
Phil Hughes authored
Replaced use of $.get with axios.get and updated tests See merge request gitlab-org/gitlab-ce!16989
-
Rémy Coutable authored
Fix issue with Gitlab::CurrentSettings and autoload/spring system Closes gitlab-ee#4842 See merge request gitlab-org/gitlab-ce!17037
-
Onuwa Nnachi Isaac authored
-
Constance Okoghenun authored
-
Filipa Lacerda authored
Move IssuableTimeTracker vue component See merge request gitlab-org/gitlab-ce!16948
-
Winnie Hellmann authored
-
Constance Okoghenun authored
-
Filipa Lacerda authored
Default CI variables to unprotected Closes #42928 See merge request gitlab-org/gitlab-ce!17039
-
George Tsiolis authored
-