An error occurred fetching the project authors.
- 04 Dec, 2020 1 commit
-
-
David Kim authored
-
- 30 Nov, 2020 1 commit
-
-
Samantha Ming authored
Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/232817
-
- 26 Nov, 2020 1 commit
-
-
Phil Hughes authored
To increase loading performance of diffs, we will now load a small amount at first and then as time goes on load more per request. If the user has file-by-file enabled, we will load 1 diff first and then gradually load more as time goes on. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/224161
-
- 19 Nov, 2020 3 commits
-
-
Mark Florian authored
This implements vulnerability counts on the `SecurityReportsApp` component, implemented behind a disabled-by-default feature flag `core_security_mr_widget_counts`, as part of https://gitlab.com/gitlab-org/gitlab/-/issues/273423. This cannot be enabled until the backend endpoints are modified to be usable in non-Ultimate plans. See https://gitlab.com/gitlab-org/gitlab/-/issues/284689 for more details.
-
Phil Hughes authored
Removes references to the unified diff lines feature flag from the diffs app. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/241188
-
Doug Stull authored
- feature is fully rolled out and validated.
-
- 17 Nov, 2020 1 commit
-
-
Phil Hughes authored
With unified diffs we always send the view param as inline this wasn't taken into account when setting up the startup JS url. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/280579
-
- 12 Nov, 2020 1 commit
-
-
mfluharty authored
Push the feature flag to the frontend in the merge requests controller Only display the recent failures summaries and badges if enabled Adjust spec to check for presence/absence when enabled/disabled
-
- 10 Nov, 2020 1 commit
-
-
Justin Boyson authored
To minimize duplication we are promoting as much HTML table markup as is feasible up to the parent "row" components. Move computed values up to diff_content Move html tables up to row components Remove expansion row components as no longer needed
-
- 06 Nov, 2020 1 commit
-
-
Max Woolf authored
Removes export_merge_requests_as_csv feature flag from the codebase and associated specs
-
- 03 Nov, 2020 3 commits
-
-
Max Woolf authored
Puts export_merge_requests_as_csv behind a default on feature-flag to enable CSV export of merge requests
-
-
Yorick Peterse authored
This feature is deemed stable and ready to be released. See https://gitlab.com/gitlab-org/gitlab/-/issues/267561 for more information.
-
- 27 Oct, 2020 1 commit
-
-
Max Woolf authored
This commit adds the button required to trigger an async download of MRs as a CSV. It is behind a feature flag 'export_merge_requests_as_csv' Add ability to export MRs to CSV This commit adds the button required to trigger an async download of MRs as a CSV. It is behind a feature flag 'export_merge_requests_as_csv'
-
- 22 Oct, 2020 2 commits
-
-
Doug Stull authored
- default on since experiment was at 100 on .com
-
Phil Hughes authored
Removes the resolve button from each note component Instead only the first note has this button, when this button is clicked it resolves the whole thread. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/28750
-
- 16 Oct, 2020 1 commit
-
-
Yorick Peterse authored
This adds support for filtering merge requests by the environment name and deployment times, in addition to the existing support of filtering merge requests by a deployment ID. This means you can now get merge requests that match an environment name, deployment ID, or are deployed before/after a given date and time. These filters can be combined as well. Filtering merge requests by deployments data makes it easy to see what has been deployed, and when. In addition, you can apply all the other merge requests filters such as a list of labels to filter by. This new feature is hidden behind the "deployment_filters" feature flag, which is disabled by default. This feature flag is a global flag. Merge requests can be retrieved for both projects and groups, making it difficult to determine what to scope the feature flag to. So we take the easy way: it's either enabled for all, or disabled for all. For something as simple as a few additional filters this should not pose any problems. See https://gitlab.com/gitlab-com/gl-infra/delivery/-/issues/1246 for more information.
-
- 15 Oct, 2020 1 commit
-
-
Mark Florian authored
Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/249543, part of https://gitlab.com/groups/gitlab-org/-/epics/4388.
-
- 14 Oct, 2020 1 commit
-
-
Doug Stull authored
- to collect experiment tracking.
-
- 12 Oct, 2020 1 commit
-
-
Mark Florian authored
Addresses https://gitlab.com/gitlab-org/gitlab/-/issues/249543, part of https://gitlab.com/groups/gitlab-org/-/epics/4388.
-
- 06 Oct, 2020 1 commit
-
-
Igor Drozdov authored
The feature flag has been enabled for a while without issues We can remove it now
-
- 02 Oct, 2020 1 commit
-
-
Sean McGivern authored
1. Allow setting this for the entire controller with the simplest form. 2. Only allow explicitly named actions. 3. Don't allow named actions and controller-level setting.
-
- 30 Sep, 2020 1 commit
-
-
Doug Stull authored
- we were referring to it as suggest_pipeline in some places and suggest_pipeline_experiment_percentage in others. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/42985
-
- 29 Sep, 2020 1 commit
-
-
Phil Hughes authored
Enables the unified diff lines feature flag by default ready for the removal of the feature flag all together.
-
- 28 Sep, 2020 2 commits
-
-
Andrew Fontaine authored
This has been enabled by default for a while now with no issues.
-
Igor Drozdov authored
It has been enabled for a while without major issues, we can rm it
-
- 18 Sep, 2020 1 commit
-
-
Dylan Griffith authored
This implements the same behaviour for merge requests that was added for issues in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40669.
-
- 11 Sep, 2020 1 commit
-
-
Gary Holtz authored
-
- 10 Sep, 2020 2 commits
-
-
Phil Hughes authored
-
Justin Zeng authored
-
- 03 Sep, 2020 1 commit
-
-
Phil Hughes authored
This fixes an issue only present with unified diff lines where the diff view cookie would always be set as inline because the cookie gets set on the batch endpoint
-
- 01 Sep, 2020 2 commits
-
-
Thomas Randolph authored
-
David O'Regan authored
-
- 28 Aug, 2020 2 commits
-
-
Phil Hughes authored
that is no longer used
-
Phil Hughes authored
Removes all the code around the single merge request diff view code.
-
- 26 Aug, 2020 1 commit
-
-
Phil Hughes authored
Doing it this way allows us to: 1. Allow all existing code to work without changing a lot 2. Migrate all the code away from this property once this feature has been fully rolled out https://gitlab.com/gitlab-org/gitlab/-/issues/236143
-
- 18 Aug, 2020 1 commit
-
-
Phil Hughes authored
As part of https://gitlab.com/groups/gitlab-com/-/epics/828 we are moving the widget states into GraphQL so each widget can request the data it needs. This moves the WIP state into the GraphQL.
-
- 17 Aug, 2020 1 commit
-
-
Scott Hampton authored
Remove the feature flag that hides the pipeline test report feature.
-
- 13 Aug, 2020 2 commits
-
-
-
Samantha Ming authored
-