| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| |
| |
| | |
Add axios to frontend docs as the default network request library
See merge request gitlab-org/gitlab-ce!17165
|
| | |
|
|/
|
|
| |
a user
|
| |
|
|\
| |
| |
| |
| | |
clarify what kind of feature flags we support
See merge request gitlab-org/gitlab-ce!17113
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Remove Sentry reporting for query limiting
See merge request gitlab-org/gitlab-ce!17092
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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).
|
|\ \
| | |
| | |
| | |
| | | |
Port spec/fixtures/api/schemas/deployment.json from EE
See merge request gitlab-org/gitlab-ce!17090
|
| |/
| |
| |
| | |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Improve docs about allowing some side effects on the constructor
See merge request gitlab-org/gitlab-ce!17027
|
| | |
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Add a note about merge conflicts in `gitlab.pot`
See merge request gitlab-org/gitlab-ce!16971
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
Fix concurrent fork network migrations
Closes #41487
See merge request gitlab-org/gitlab-ce!16988
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
|\
| |
| |
| |
| | |
Track and act upon the number of executed SQL queries
See merge request gitlab-org/gitlab-ce!16466
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This ensures that we have more visibility in the number of SQL queries
that are executed in web requests. The current threshold is hardcoded to
100 as we will rarely (maybe once or twice) change it.
In production and development we use Sentry if enabled, in the test
environment we raise an error. This feature is also only enabled in
production/staging when running on GitLab.com as it's not very useful to
other users.
|
|/ |
|
|
|
|
| |
Signed-off-by: Rémy Coutable <remy@rymai.me>
|
|
|
|
| |
the design.gitlab project
|
|\
| |
| |
| |
| | |
Use restore() instead of reset() for removing axios MockAdapter
See merge request gitlab-org/gitlab-ce!16647
|
| | |
|
|/ |
|
|\
| |
| |
| |
| | |
Add note about live_debug only working on javascript enabled specs
See merge request gitlab-org/gitlab-ce!16625
|
| | |
|
|\ \
| |/
|/|
| |
| | |
Add Gitlab::Profiler for profiling from a console or runner
See merge request gitlab-org/gitlab-ce!16552
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Update best_practices.md
See merge request gitlab-org/gitlab-ce!16579
|
| |/
| |
| | |
Remove duplicate list item in "General Guidelines" Section.
|
|\ \
| | |
| | |
| | |
| | | |
doc: Spelling fixes
See merge request gitlab-org/gitlab-ce!16575
|
| |/ |
|
|/ |
|
|\
| |
| |
| |
| | |
Fix typo in doc_styleguide.md
See merge request gitlab-org/gitlab-ce!16481
|
| | |
|
|/ |
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* upstream/master: (621 commits)
Add a note about GitLab QA page objects validator to docs
Refactor dispatcher projects blame and blob path
Update export message to mention we can download the file from the UI
Fix Ctrl+Enter keyboard shortcut saving comment/note edit
fix case where tooltip messes up :last-child selector
Add reason to keep postgresql 9.2 for CI
Remove warning noise in ProjectImportOptions
Add changelog entry
Add RedirectRoute factory
Update Ingress extra cost note to be more generic
Fix Rubocop offense
Refactor dispatcher project branches path
Revert "Revert "Fix Route validation for unchanged path""
Document that we need rsync for backing up
Docs: move article "Laravel and Envoy w/ CI/CD"
Recommend against the use of EFS
Adds Rubocop rule for line break around conditionals
Update CHANGELOG.md for 10.1.6
Filter out build traces from logged parameters
Refactored project:n* imports in dispatcher.js
...
|
| | |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | | |
Resolve "Add eslint-vue-plugin to our stack"
Closes #34312
See merge request gitlab-org/gitlab-ce!16210
|
| | | |
|