- 29 Jul, 2019 40 commits
-
-
Lin Jen-Shin authored
EE: Resolve EE specific differences in the spec/ directory See merge request gitlab-org/gitlab-ee!14823
-
GitLab Bot authored
-
Stan Hu authored
Replace peek-pg with our own implementation Closes #44441 See merge request gitlab-org/gitlab-ce!31187
-
GitLab Bot authored
-
Paul Slaughter authored
Resolve "Add new documentation and link for automating Visual Review feedback" Closes #12447 See merge request gitlab-org/gitlab-ee!14789
-
Paul Slaughter authored
Resolve "Support runtime Visual Review configuration" See merge request gitlab-org/gitlab-ce!30481
-
Sarah Groff Hennigh-Palermo authored
* adds the ability to enter a merge request ID directly into the toolbar, * adds the option to save the ID to `localStorage` (as with the token), * adds a link to change the ID once entered * adds some more explanatory errors for 401 & 404 * saves the comment to session storage if the user navigates away without posting it
-
Drew Blessing authored
LDAP rake task to run a GroupSync Closes #13089 See merge request gitlab-org/gitlab-ee!14735
-
GitLab Bot authored
-
Lin Jen-Shin authored
Backport EE changes made to the scripts/ directory See merge request gitlab-org/gitlab-ce!31015
-
Lin Jen-Shin authored
EE: Backport EE changes made to the scripts/ directory See merge request gitlab-org/gitlab-ee!14778
-
Rémy Coutable authored
Pass alert bot user when creating incidents See merge request gitlab-org/gitlab-ee!14860
-
Peter Leitzen authored
Previously, we passed `nil` as `current_user` to `IncidentManagement::CreateIssueService.new` and used `issue_author`. After this commit we pass `User.alert_bot` explicitly and utilize `current_user` in the service as usual.
-
GitLab Bot authored
-
Mek Stittri authored
Update reference architecture docs to remove status Closes gitlab-org/quality/performance#14 See merge request gitlab-org/gitlab-ce!31077
-
Tanya Pazitny authored
-
GitLab Bot authored
-
Nick Thomas authored
Fix EE namespacing of DesignsCounterService See merge request gitlab-org/gitlab-ee!14881
-
Stan Hu authored
CE: Add project download & project export audit event See merge request gitlab-org/gitlab-ce!31103
-
GitLab Bot authored
-
Nick Thomas authored
Further remove `if postgresql?` branches Closes #65054 See merge request gitlab-org/gitlab-ce!31102
-
Yorick Peterse authored
EE had a slightly different audit spec. In this commit we use the CE code for the shared spec, and move the EE specific spec to a separate spec file.
-
GitLab Bot authored
-
Kamil Trzciński authored
Extract security dashboard permissions See merge request gitlab-org/gitlab-ee!14754
-
Avielle Wolfe authored
This commit extracts the controller logic for security dashboard permissions so that we can reuse it in the upcoming project security dashboard controllers.
-
Yorick Peterse authored
This comment exists in CE, but not in EE.
-
Yorick Peterse authored
This moves the specs for ObjectHierarchy#root to a separate spec file, ensuring the file shared between CE and EE is the same for both.
-
Kamil Trzciński authored
Merge branch '12690-use-all-pipelines-instead-of-ci-pipelines-in-security-dashboard-code' into 'master' Use `all_pipelines` instead of `ci_pipelines` in Security Dashboard Closes #12690 See merge request gitlab-org/gitlab-ee!14854
-
Yorick Peterse authored
This spec was refactored in CE, but not in EE. This commit modifies the spec so that it uses the same code as CE.
-
Yorick Peterse authored
This context block was repeated twice, likely as a result from a past merge conflict.
-
Yorick Peterse authored
This changes the spec in question so that it is the same for both CE and EE. This requires an `if Gitlab.ee?` since EE requires that we stub an EE specific module, but doing so in CE will break the spec there.
-
Yorick Peterse authored
This moves EE specific specs out of a profile access spec that is shared between CE and EE.
-
Yorick Peterse authored
This changes a protected tags feature spec so that it is the same in both CE and EE. This requires the use of a `if Gitlab.ee?` check, as the added lines don't work in CE but do work in EE. Removing them entirely in turn breaks the EE spec.
-
Yorick Peterse authored
This backports two EE specific changes made to the schema changes. We do not yet backport the EE prepend, as this will/can be done when https://gitlab.com/gitlab-org/gitlab-ce/issues/58170 is implemented.
-
Yorick Peterse authored
This moves various EE specific specs for ProjectMembersController to the ee/ directory, ensuring that the spec shared between CE and EE is the same for both.
-
Yorick Peterse authored
This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup.
-
Kamil Trzciński authored
Adds direct monitoring for sidekiq metrics Closes #56752 See merge request gitlab-org/gitlab-ce!30916
-
Ryan Cobb authored
This adds diirect monitoring for sidekiq metrics. This is done via sidekiq middleware and a sampler to pull from sidekiqs api.
-
Yorick Peterse authored
This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup.
-