- Aug 29, 2019
-
-
Thomas Randolph authored
Update explicit headers to new format
-
Thomas Randolph authored
Cases tested: - Hidden anything - 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 the `GitLabDropdown.renderData` and `GitLabDropdown.renderItem` are 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.
-
Mayra Cabrera authored
Add a close issue slack slash command See merge request gitlab-org/gitlab-ce!32150
-
Adds a slash command in slach for closing issues. See https://docs.gitlab.com/ee/integration/slash_commands.html for documentation on the wider feature set.
-
Mayra Cabrera authored
CE: Update the ES indexer to v1.3.0 See merge request gitlab-org/gitlab-ce!32406
-
-
Nick Thomas authored
fix: show preferred commit email in empty project page See merge request gitlab-org/gitlab-ce!32182
-
Yuping Zuo authored
-
Mike Greiling authored
Bring text mail for new issue & MR more in line See merge request gitlab-org/gitlab-ce!32254
-
Stan Hu authored
Revert "Cache branch and tag names as Redis sets" See merge request gitlab-org/gitlab-ce!32408
-
Mike Greiling authored
Fix dropdown closing when mouseup is outside See merge request gitlab-org/gitlab-ce!32084
-
Mike Greiling authored
Use new location for gitlab-runner helm charts See merge request gitlab-org/gitlab-ce!32384
-
Mike Greiling authored
make test of note app with comments disabled dry Closes #62673 See merge request gitlab-org/gitlab-ce!32383
-
-
Paul Slaughter authored
Resolve "Install specific visual review tools NPM package version" Closes #66766 See merge request gitlab-org/gitlab-ce!32404
-
Remove the caret from the visual-review-tools version so that we don't accidentally introduce bugs on new releases.
-
Sean McGivern authored
Add custom endpoint for new registrations See merge request gitlab-org/gitlab-ce!32233
-
Jan Provaznik authored
DRY check progress services See merge request gitlab-org/gitlab-ce!32335
-
Extract duplicated code from two similar classes into a parent one.
-
Rémy Coutable authored
Externalize strings from 'app/views/projects/services' See merge request gitlab-org/gitlab-ce!32402
-
Nick Thomas authored
This reverts commit 0eff75fa.
-
Rémy Coutable authored
Fix CE to EE differences in the qa/ directory See merge request gitlab-org/gitlab-ce!32354
-
Rémy Coutable authored
Allow project feature permissions to be overridden during import See merge request gitlab-org/gitlab-ce!32348
-
-
Clement Ho authored
Update GitLab Packages See merge request gitlab-org/gitlab-ce!32285
-
-
Nick Thomas authored
Handle invalid mirror url See merge request gitlab-org/gitlab-ce!32353
-
Lee Tickett authored
-
Achilleas Pipinellis authored
Fix job event webhook documentation inconsistency with its actual request body See merge request gitlab-org/gitlab-ce!32390
-
Achilleas Pipinellis authored
Removed the word 'located' and inserted the word 'at' See merge request gitlab-org/gitlab-ce!32403
-
Annabel Dunstone Gray authored
Make some buttons green again See merge request gitlab-org/gitlab-ce!32010
-
Fix missing .btn-success class on the following buttons: * 'Create milestone' button * Secondary button on profile tabs `btn-create` was an old class which was was removed in !23232 and replaced with `btn-success`, but these two seem to have been missed in the process.
-
Signed-off-by:
Tao Wang <twang2218@gmail.com> Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Ruchika Jain authored
-
Robert Speicher authored
git-user-related local test failures See merge request gitlab-org/gitlab-ce!31437
-
Nick Thomas authored
Remove usage of gitlab-shell gitlab-keys script See merge request gitlab-org/gitlab-ce!32138
-
Rémy Coutable authored
Fix snippets API not working with visibility level Closes #66050 See merge request gitlab-org/gitlab-ce!32286
-
Yorick Peterse authored
Now that the qa/ directory uses the X_if_ee methods we can backport all these lines to CE.
-
Annabel Dunstone Gray authored
Fixed embedded metrics tooltip inconsistent styling Closes #65063 See merge request gitlab-org/gitlab-ce!31517
-