- 09 Mar, 2020 40 commits
-
-
Bob Van Landuyt authored
Sidekiq client, in our case Rails, can also emit log messages related to sidekiq jobs. Instead of having these messages printed to STDOUT (which results in `production.log`), this changes the Sidekiq.logger to a separate writing to `log/sidekiq_client`. This allows us to ingest these messages in the same index as the messages the sidekiq process emits. Having them in the same index allows us to gather statistics about jobs that haven't been processed.
-
Bob Van Landuyt authored
This tracks exceptions for updating namespace statistics in Sentry instead of logs.
-
Bob Van Landuyt authored
Use EncodingHelper to encode logs to UTF-8 See merge request gitlab-org/gitlab!25999
-
Martin Wortschack authored
Remove release filter from Issues Analytics Closes #208903 See merge request gitlab-org/gitlab!26452
-
Rémy Coutable authored
Support finding namespace by ID or path on fork API Closes #36740 See merge request gitlab-org/gitlab!20603
-
Leo Lu authored
-
Shinya Maeda authored
Support New Feature Flags in Unleash API See merge request gitlab-org/gitlab!26191
-
Jason Goodman authored
Support both legacy and new feature flags
-
Shinya Maeda authored
Prevent grouping by issues.state column on database query See merge request gitlab-org/gitlab!26525
-
Achilleas Pipinellis authored
Add link to Cloud Object Storage service in footer See merge request gitlab-org/gitlab!26252
-
Ben Bodenmiller authored
-
Achilleas Pipinellis authored
Provide CentOS/RHEL SSH daemon restart details too See merge request gitlab-org/gitlab!25294
-
Ben Bodenmiller authored
-
Sean McGivern authored
Move snippet feature flag check from git access class to controllers See merge request gitlab-org/gitlab!26583
-
Rémy Coutable authored
Fix N+1 queries for PipelinesController#index.json Closes #207194 See merge request gitlab-org/gitlab!26643
-
Achilleas Pipinellis authored
List various garbage collect options in no downtime section See merge request gitlab-org/gitlab!26732
-
Achilleas Pipinellis authored
Add detailed explanation for label shorthand value See merge request gitlab-org/gitlab!26357
-
Sean McGivern authored
Modify keep_divergent_refs via RemoteMirror API See merge request gitlab-org/gitlab!26407
-
Adam Hegyi authored
-
Martin Wortschack authored
Truncate long value stream analytics names in the stage list Closes #207054 See merge request gitlab-org/gitlab!25943
-
Lin Jen-Shin authored
Use `workflow:rules:` for `.gitlab-ci.yml` See merge request gitlab-org/gitlab!26280
-
Jan Provaznik authored
Show git error message updating snippet See merge request gitlab-org/gitlab!26570
-
Andrei Stoicescu authored
-
Achilleas Pipinellis authored
Docs: Configure Prometheus and Grafana in Praefect setup documentation Closes gitaly#2515 See merge request gitlab-org/gitlab!26300
-
Jacob Vosmaer authored
-
Ezekiel Kigbo authored
Moves the test for the stage name tooltip from rspec to jest now that we are using GlTooltip component Remove extra flex-row class
-
Ezekiel Kigbo authored
Cleaning up imported components and ensuring we use gl-* components Replace button with gl-button Replace tooltip directive with component
-
Ezekiel Kigbo authored
Fixes broken specs and updates the CE project level cycle anaytics column widths to match EE
-
Ezekiel Kigbo authored
Ensures that the stage title and median value are equally spaced in the stage table.
-
Ezekiel Kigbo authored
Ensures we truncate long names in customizable cycle analytics, and adds a tooltip.
-
Achilleas Pipinellis authored
Fix typos in monorepo package workflow docs See merge request gitlab-org/gitlab!26573
-
Kushal Pandya authored
Merge branch '207367-change-link-icons-on-security-configuration-page-to-follow-design-system' into 'master' Follow pajamas on security configuration (link icons) See merge request gitlab-org/gitlab!26340
-
Kushal Pandya authored
Use snowplow for user error reporting in trial See merge request gitlab-org/gitlab!24430
-
Kushal Pandya authored
Replace labels in Vue with gitlab-ui component See merge request gitlab-org/gitlab!21465
-
Florie Guibert authored
- Epic sidebar - Issue boards - Group Issues list
-
Francisco Javier López authored
At the moment, class `GitAccessSnippet` ensures that the feature flag :version_snippets is enabled in order to allow/disallow snippet git actions. Nevertheless, there are git operations, like when we update the snippet info, that we want to perform always, no matter the feature flag status. We need to move the check outside the access class into the controllers and the internal API.
-
Achilleas Pipinellis authored
Support more query variables in custom dashboards per project Closes #35475 See merge request gitlab-org/gitlab!25732
-
Kirstie Cook authored
-
Achilleas Pipinellis authored
Docs: Note issue and workaround for Gitaly not updating listen address See merge request gitlab-org/gitlab!26492
-
Will Chandler authored
-