- 03 Sep, 2019 33 commits
-
-
Kushal Pandya authored
Add feedback verbiage to guided tour exit routine Closes #2 See merge request gitlab-org/gitlab-ee!15109
-
Doug Stull authored
- We want to be able to collect user feedback data from the tour upon exit. This will enable us to better analyze user experiences from the on-boarding process and adjust our process as necessary. - Fix typo on welcome page - we need to track feedback as a state in order to properly transition from exit tour to feedback to actually exiting
-
GitLab Bot authored
-
Rémy Coutable authored
Add system hooks for project/group membership updates Closes gitlab-ee#12252 See merge request gitlab-org/gitlab-ce!32371
-
GitLab Bot authored
-
Lin Jen-Shin authored
Backport retries options for cancel_running See merge request gitlab-org/gitlab-ce!32525
-
Lin Jen-Shin authored
Cancel redundant pipelines in merge train when reconstruction happens Closes #12996 See merge request gitlab-org/gitlab-ee!15450
-
GitLab Bot authored
-
Stan Hu authored
Bump reliable fetcher See merge request gitlab-org/gitlab-ce!32565
-
Lin Jen-Shin authored
Stub DetectRepositoryLanguagesWorker for all tests See merge request gitlab-org/gitlab-ce!32430
-
Igor authored
It performs an expensive operation, but isn't required in most of tests
-
Lin Jen-Shin authored
Stub DetectRepositoryLanguagesWorker for all tests See merge request gitlab-org/gitlab-ee!16024
-
GitLab Bot authored
-
Kushal Pandya authored
Remove deprecation message for milestone tabs See merge request gitlab-org/gitlab-ce!32252
-
Kushal Pandya authored
Use Security Dashboard in pipelines view See merge request gitlab-org/gitlab-ee!15682
-
Mark Florian authored
This [replaces][1] the Split Security Reports app with the Security Dashboard in the pipelines view. This is part of a larger effort to [move security reports logic to the backend][2]. This is behind the `pipeline_report_api` feature flag, which is currently disabled by default. A few other related changes were made: - Old references to "timeline" were replaced with "history" in specs - DRY in some specs regarding state initialisation - Make the history and count endpoint props optional on the dashboard component, which, if missing/empty, disable the display of the counts and charts components - Fixes a rendering discrepancy in the vulnerability modal, which was displaying a `File: undefined` row [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/13496 [2]: https://gitlab.com/groups/gitlab-org/-/epics/1425
-
Valery Sizov authored
-
GitLab Bot authored
-
Ash McKenzie authored
Remove all references to Gitlab::CorrelationId See merge request gitlab-org/gitlab-ce!32228
-
Ash McKenzie authored
Geo - Remove unnecessary specs when PostgreSQL FDW is not enabled See merge request gitlab-org/gitlab-ee!16026
-
GitLab Bot authored
-
Thong Kuah authored
If user can push to docker then it can delete too Closes #40096 See merge request gitlab-org/gitlab-ce!31796
-
Giorgenes Gelatti authored
Extends the permission of $CI_REGISTRY_USER to allow them to delete tags in addition to just pushing. https://gitlab.com/gitlab-org/gitlab-ce/issues/40096
-
Heinrich Lee Yu authored
We're reversing the deprecation due to user feedback
-
GitLab Bot authored
-
Evan Read authored
Make badging less confusing in quick actions doc Closes #66886 See merge request gitlab-org/gitlab-ce!32515
-
Marcel Amirault authored
-
GitLab Bot authored
-
Evan Read authored
Add suggested changes to docker build doc Closes #66802 See merge request gitlab-org/gitlab-ce!32442
-
Marcel Amirault authored
-
GitLab Bot authored
-
Evan Read authored
Add Danger bot development documentation Closes #58192 See merge request gitlab-org/gitlab-ce!32506
-
Nick Thomas authored
This is overdue, and some of the suggestions are embarrassing, but this is how we actually develop Danger today.
-
- 02 Sep, 2019 7 commits
-
-
Brandon Williams authored
When updating group and project members, new system hooks `user_update_for_group` and `user_update_for_team` will be executed. Fixes https://gitlab.com/gitlab-org/gitlab-ee/issues/12252
-
GitLab Bot authored
-
Tim Zallmann authored
Remove area chart in favor of time series Closes #66393 See merge request gitlab-org/gitlab-ce!32129
-
Tim Zallmann authored
Expand textarea for CA cert in cluster form See merge request gitlab-org/gitlab-ce!32508
-
Jan Provaznik authored
Alphabetize the feature lists in license.rb See merge request gitlab-org/gitlab-ee!15623
-
Marcel Amirault authored
-
Douglas Barbosa Alexandre authored
Since GitLab 12.0 foreign data wrapper (FDW) is a hard requirement.
-