- 13 Sep, 2019 40 commits
-
-
Marcel Amirault authored
-
Marcia Ramos authored
Adding docs for Web IDE Default Commit Options See merge request gitlab-org/gitlab!16629
-
Marcel van Remmerden authored
-
Michael Kozono authored
Ensure design notifications are sent Closes #12527 See merge request gitlab-org/gitlab!15250
-
Alex Kalderimis authored
Includes suggestion from @.luke Co-authored-by: Alex Kalderimis <akalderimis@gitlab.com> Co-authored-by: Luke Duncalfe <lduncalfe@gitlab.com>
-
Robert Speicher authored
[EE port] Support notifications to be fired for protected branches also See merge request gitlab-org/gitlab!16405
-
Nick Thomas authored
Update github importer PAT text for ci_cd_only projects See merge request gitlab-org/gitlab!16453
-
Nick Thomas authored
Flesh out more specifics around code review See merge request gitlab-org/gitlab!16597
-
Paul Slaughter authored
[EE] Better indication that an issue has been duplicated See merge request gitlab-org/gitlab!16204
-
Eugenia Grieff authored
- Also includes db migration to track duplicated reference
-
Andreas Brandl authored
Exclude null records from index on `events(group_id)` See merge request gitlab-org/gitlab-ee!16619
-
Peter Leitzen authored
Use 403 when PA licensed feature is not available See merge request gitlab-org/gitlab!16594
-
Adam Hegyi authored
The frontend code expects the 403 HTTP response code to be returned in order display message about the missing license or missing user permission on the productivity analytics page.
-
Marin Jankovski authored
Use new project names in asset image generation See merge request gitlab-org/gitlab!16541
-
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
-
Ash McKenzie authored
-
Ash McKenzie authored
-
Ash McKenzie authored
-
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
-