| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|\
| |
| |
| |
| | |
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
|
| | | |
|
| | |\
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* master: (140 commits)
Add Gitter room link to I want to contribute since you always have questions
Use workhorse 3.4.0
chore: remove symbolic link
Add memoization for properties
Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"
Resolve "Add graph value to hover"
Fix slash commands dropdown description
disables the shortcut to the issue boards when issues are disabled
Fix static analysys
Disable STI of ActiveRecord. Refactoring specs.
Fix StaticSnalysys
Fix change log
Add changelog
Revert bulk_insert and bring back AR insert(one by one)
Add a new test for emptified params
Use batch update for Service deactivation
Fix query to look for proper unmanaged kubernetes service
Fix static anylysy
Use bulk_insert instead of AR create
Opitmize migration process by using both unmanaged_kubernetes_service and kubernetes_service_without_template
...
|
| | |\ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* master: (78 commits)
Use --left-right and --max-count for counting diverging commits
API: get participants from merge_requests & issues
Copy Mermaid graphs as GFM
Rephrase paragraph about e2e tests in merge requests in docs
Remove EE only sections from docs
Update redis-rack to 2.0.4
Refactor matchers for background migrations
Add id to modal.vue to support data-toggle="modal"
Allow local tests to use a modified Gitaly
Fix specs
Use computed prop in expand button
Update check.md
add deprecation and removal issue to docs
Add status attribute to runner api entity
Fix typos in a code comment
Refactor RelativePositioning so that it can be used by other classes
Backport 'Rebase' feature from EE to CE
Just try to detect and assign once
Fix custom name in branch creation for issue in Firefox
Modify `LDAP::Person` to return username value based on attributes
...
|