- 20 Jan, 2020 9 commits
-
-
Miguel Rincon authored
- Use key in the time window state instead of entire object - Extend specs to cover more cases
-
Miguel Rincon authored
Logs endpoint communicates to the frontend when advanced query features can be enabled, this commit removes the feature flag in the component to await backend settings. Additionally, advanced query components are disabled and not hidden when advanced features are disabled.
-
Miguel Rincon authored
-
Miguel Rincon authored
-
Miguel Rincon authored
- Add new dropdown for logs screen - Add new param start & end to requests to backend - Use logs specific constants for time ranges - Update translation pot file
-
Russell Dickenson authored
Updated Elasticsearch install docs link to point to 6.8 vs "current" as the... See merge request gitlab-org/gitlab!17374
-
Mike Barretta authored
Updated Elasticsearch install docs link to point to 6.8 vs "current" as the current version is 7.3 (which isn't supported by gitlab). Also added a link to Elastic Cloud as an alternative option to AWS Elasticsearch Service.
-
Russell Dickenson authored
Add documentation for service hook logs See merge request gitlab-org/gitlab!21999
-
Andy Soiron authored
The changes describe how to troubleshoot project services using service hook logs
-
- 19 Jan, 2020 3 commits
-
-
Stan Hu authored
Fix typo Snippers See merge request gitlab-org/gitlab!23301
-
Lucy Fox authored
-
Russell Dickenson authored
Remove the extraneous word `takes` See merge request gitlab-org/gitlab!23286
-
- 18 Jan, 2020 17 commits
-
-
Peter Leitzen authored
Add project type for global search from ES See merge request gitlab-org/gitlab!22821
-
Changzheng Liu authored
-
Stan Hu authored
Enable Code Review Analytics by default See merge request gitlab-org/gitlab!23285
-
Dennis Tang authored
-
Paul Slaughter authored
Fix epic subscriptions not working for subgroups Closes #197483 See merge request gitlab-org/gitlab!23283
-
Stan Hu authored
1. Move expectation into the callback we give to `testAction` 2. Uses `jasmine.objectContaining` instead of an off-the-fly custom matcher. 3. Replaces `stateSubscribed` with simply mutating the shared `state` object we're creating for each test (it was a little weird to see `stateSubscribed.subscribes`)
-
Paul Slaughter authored
Fix epic dates not updating with subgroups Closes #197495 See merge request gitlab-org/gitlab!23289
-
Marcel Amirault authored
Specify language in fenced code blocks See merge request gitlab-org/gitlab!23212
-
Amy Qualls authored
Markdownlint expects fenced code blocks to declare a language.
-
Marcel Amirault authored
Add language declarations to code blocks See merge request gitlab-org/gitlab!23217
-
Amy Qualls authored
Markdownlint expects fenced code blocks to declare a language. This commit adds language declarations to fenced code blocks in pages in the /administration area.
-
Mike Lewis authored
Added description of issue list limits Closes #37011 See merge request gitlab-org/gitlab!21807
-
Mike Lewis authored
Describes new method of creating an issue from an epic See merge request gitlab-org/gitlab!19922
-
Russell Dickenson authored
-
Clement Ho authored
Identify correct Sentry ID for error tracking error detail view operations See merge request gitlab-org/gitlab!23280
-
Stan Hu authored
The change in https://gitlab.com/gitlab-org/gitlab/merge_requests/22467 caused the wrong path to be passed to the GraphQL endpoint. The frontend passed only the immediate path (e.g. charts) instead of the full path (e.g. gitlab-org/charts). Closes https://gitlab.com/gitlab-org/gitlab/issues/197495
-
Stan Hu authored
The change in https://gitlab.com/gitlab-org/gitlab/merge_requests/22872 caused the wrong path to be passed to the GraphQL endpoint. The frontend passed only the immediate path (e.g. `charts`) instead of the full path (e.g. `gitlab-org/charts`). Closes https://gitlab.com/gitlab-org/gitlab/issues/197483
-
- 17 Jan, 2020 11 commits
-
-
syasonik authored
In migrating the error detail view for Sentry errors to GraphQL, the sentry error id got mis-mapped. This fixes the regression.
-
Brett Walker authored
-
Stan Hu authored
Add Code Review Analytics documentation See merge request gitlab-org/gitlab!23031
-
Mike Lewis authored
Docs: Link to GitLab commit in error detail page See merge request gitlab-org/gitlab!22395
-
Allison Browne authored
-
Michael Kozono authored
Support new Azure SCIM pre-setup check Closes #118558 See merge request gitlab-org/gitlab!22348
-
Michael Kozono authored
12905-c support link reference parsing Closes #196736 and #12905 See merge request gitlab-org/gitlab!23114
-
Clement Ho authored
Remove useless attachToDocument usage in ee/spec/frontend Closes #196750 See merge request gitlab-org/gitlab!23053
-
Clement Ho authored
Remove useless attachToDocument usage in spec/frontend/environments Closes #196756 See merge request gitlab-org/gitlab!23048
-
Clement Ho authored
Remove useless attachToDocument usage in spec/frontend/monitoring Closes #196758 See merge request gitlab-org/gitlab!23046
-
Stan Hu authored
Add :sidekiq on migration spec/migrations/20190924152703_migrate_issue_trackers_data_spec.rb Closes #197482 See merge request gitlab-org/gitlab!23277
-