- 13 Sep, 2019 5 commits
-
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Balasankar "Balu" C authored
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
-
Stan Hu authored
Use a unique metric tag for each email handler See merge request gitlab-org/gitlab-ee!16577
-
- 12 Sep, 2019 35 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
-
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
-
Thomas Randolph authored
-
Thomas Randolph authored
Update explicit headers to new format
-
Thomas Randolph authored
Cases tested: - Separator - Divider - Header
-
Thomas Randolph authored
Basic Intent: Allow all branch names without accidentally creating layout or backstage DOM. e.g. a branch named `separator` should never create a separator `li` element. Ideally, there should never be a string that could cause this kind of conflict. Implementation: All of `GitLabDropdown.renderItem` is extracted to a standalone module. To render a divider or separator, consumers must now pass in an object like `{ "type": "divider" }` or `{ "type": "separator" }` Notable choices: - All of the functions have a cyclomatic complexity of 3 or less - See: https://en.wikipedia.org/wiki/Cyclomatic_complexity - Note the "Correlation to number of defects" section - While software complexity may not have a directly causal relationship with defects, less complex software is generally easier to reason about, and **may** reduce defects. I personally try to maintain complexity of no higher than 3. - Everything other than the branch names fix matches past behavior exactly - Including: - Unused variables - Class list order
-
Lin Jen-Shin authored
Enable mock setup to make onboarding development easier See merge request gitlab-org/gitlab-ee!15492
-
Doug Stull authored
- it used to be complicated to setup your local environment in order to work on the onboarding tour. Full of temporary changes that would need backed out - now we can work on it merely by enabling the Feature flag :user_onboarding
-
Rémy Coutable authored
Add pod status for review-app release in debug See merge request gitlab-org/gitlab-ee!16522
-
Rémy Coutable authored
Remove EE specific checks See merge request gitlab-org/gitlab-ee!16513
-
Alessio Caiazza authored
-
Michael Kozono authored
Remove orphaned project registries Closes #13158 See merge request gitlab-org/gitlab-ee!15021
-
Walmyr Lima authored
I have analyzed the execution of this test in the quarntine jobs of some MRs, and in all of the executions that I looked it has passed, so I'm de-quarantining it, but I'll keep an eye on it in case it fails again.
-
James Lopez authored
[Backend] Step 3 API for trials See merge request gitlab-org/gitlab-ee!16339
-
Aishwarya Subramanian authored
We need to create Leads when customers are requesting a trial for GL.com. In order to do it we're going to use a service that will call a custom endpoint on the subscription portal.
-
Kyle Wiebers authored
-
Nick Thomas authored
Ensure right order of processing multipart requests See merge request gitlab-org/gitlab-ee!16461
-
Filipa Lacerda authored
[EE] Fix broken master by ensuring the EE version of ListIssue is imported if available Closes #31797 and #31798 See merge request gitlab-org/gitlab-ee!16506
-
GitLab Bot authored
-
Marcia Ramos authored
Add warning about LE wildcard certificate for pages See merge request gitlab-org/gitlab-ce!32643
-
Vladimir Shushlin authored
Apply suggestion to doc/user/project/pages/custom_domains_ssl_tls_certification/lets_encrypt_integration.md
-
GitLab Bot authored
-
Andreas Brandl authored
Create self-monitoring project in background migration See merge request gitlab-org/gitlab-ce!32819
-
Reuben Pereira authored
- A regular migration caused problems such as https://gitlab.com/charts/gitlab/issues/1565.
-
Nick Thomas authored
Fix encoding error in MR diffs Closes #61841 See merge request gitlab-org/gitlab-ce!32862
-
Stan Hu authored
Fix code docs for RuboCop's helper methods See merge request gitlab-org/gitlab-ce!32937
-