- 13 Sep, 2019 28 commits
-
-
Andreas Brandl authored
This improves the index size by removing all records with `group_id` from the index. On GitLab.com this means reducing the size from 9 GB to 8kb (as long as the column stays mostly null). Relates to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32826#note_214690051
-
Dmitriy Zaporozhets authored
Call NotifyService from NotificationsController See merge request gitlab-org/gitlab-ee!16508
-
Kushal Pandya authored
Moves Buy additional minutes button to the pipelines tab Closes #14694 See merge request gitlab-org/gitlab-ee!16443
-
James Lopez authored
Use Pull Request number instead of ID See merge request gitlab-org/gitlab-ee!16504
-
Andreas Brandl authored
Partial index for namespaces.type See merge request gitlab-org/gitlab-ee!16571
-
James Lopez authored
Create table `alerts_service_data` See merge request gitlab-org/gitlab-ee!16607
-
Peter Leitzen authored
This table contains data for the `AlertsService` avoiding the usage of properties.
-
Vitali Tatarintev authored
-
Jan Provaznik authored
Add cop to check for GraphQL field descriptions (EE) See merge request gitlab-org/gitlab-ee!16438
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
-
Vitali Tatarintev authored
NotifyService doesn't need to know about some service params such as "controller" and "action"
-
Vitali Tatarintev authored
Connecting the dots by calling `Projects::Alerting::NotifyService` from `Projects::Alerting::NotificationsController`
-
Fabio Pitino authored
Also avoid using long running transaction in ExternalPullRequest::CreatePipelineService
-
Sanad Liaquat authored
Add e2e tests for group audit logs See merge request gitlab-org/gitlab-ee!16050
-
charlieablett authored
-
charlieablett authored
These can be fixed one by one, and until then, they are all tagged to be ignored so we can backfill the descriptions in time.
-
Sean McGivern authored
- Fix typo - Remove reference to outdated files - Restrict directories to `app/graphql` and `ee/app/graphql` via `.rubocop.yml` - Correct all missing descriptions Add a comment to disable to the cop for every missing GraphQL description. When folks backfill the description to satisfy the cop, they can remove the line. Since we are now including arguments, and (probably) enums, this is just called GraphQL Descriptions unless it proves to be confusing.
-
Thong Kuah authored
Cluster environments BE/FE integration See merge request gitlab-org/gitlab-ee!15515
-
Sanad Liaquat authored
Also adds the required qa-selectors
-
Thong Kuah authored
Avoid dns rebinding checks when the domain is whitelisted Closes #31538 See merge request gitlab-org/gitlab-ee!16529
-
Francisco Javier López authored
If the domain is whitelisted we skip dns rebinding checks as well as local host checks
-
Sanad Liaquat authored
Ensure feature flags are set properly Closes gitlab-org/quality/nightly#129 See merge request gitlab-org/gitlab-ee!16437
-
Sanad Liaquat authored
Also adds unit tests for Runtime::Feature.enabled?
-
Thong Kuah authored
EE: Show cluster link on job page See merge request gitlab-org/gitlab-ee!16361
-
Dylan Griffith authored
When the user has permissions (ie. maintainer) they can follow this link to the cluster page. Otherwise they can always view this cluster name. This is to implement https://gitlab.com/gitlab-org/gitlab-ce/issues/55095 and helps users debug cluster deployments.
-
Dylan Griffith authored
This cluster detail will be used to show cluster link in the job output as per https://gitlab.com/gitlab-org/gitlab-ce/issues/55095 . We needed to create a new model here for ClusterBasicEntity as the only other model ClusterStatus had much more data than necessary including nested model lookups for applications.
-
Stan Hu authored
Use a unique metric tag for each email handler See merge request gitlab-org/gitlab-ee!16577
-
- 12 Sep, 2019 12 commits
-
-
Brett Walker authored
Otherwise there is a possibility that within the same Sidekiq process, that same event with different metrics_params will cause Prometheus to throw an error, "labels must have the same signature"
-
Walmyr Lima e Silva Filho authored
Add end-to-end test for issue mention See merge request gitlab-org/gitlab-ee!16485
-
Walmyr Lima e Silva Filho authored
-
Paul Slaughter authored
Merge branch '65473-when-the-branch-name-is-a-divider-or-separator-the-project-home-page-cannot-display-the-branch-name-correctly-ee' into 'master' EE Port of CE !32198 See merge request gitlab-org/gitlab-ee!16165
-
Andreas Brandl authored
Relates to https://gitlab.com/gitlab-org/gitlab-ce/issues/66956
-
Walmyr Lima e Silva Filho authored
De-quarantine plan end-to-end test Closes gitlab-org/quality/staging#68 See merge request gitlab-org/gitlab-ee!16526
-
Mayra Cabrera authored
Disable editing of the `License-Check` approval rule name. See merge request gitlab-org/gitlab-ee!16149
-
mo khan authored
* Allow editing during rule creation * Add Changelog entry * Updates the backend to prevent the `License-Check` rule name from being edited.
-
Sanad Liaquat authored
Add e2e tests for project audit logs See merge request gitlab-org/gitlab-ee!16012
-
Walmyr Lima e Silva Filho authored
Added E2E tests for SAST reports Closes gitlab-org/quality/testcases#124 and gitlab-org/quality/testcases#131 See merge request gitlab-org/gitlab-ee!16415
-
Aleksandr Soborov authored
Additionally updated fixture to provide SAST report
-
Thomas Randolph authored
Notably, this changeset actually fixes ALL uses of gl_dropdown
-