- 11 Mar, 2020 2 commits
-
-
Ash McKenzie authored
Enable license compliance for local intalls See merge request gitlab-org/gitlab!26770
-
Fernando Arias authored
* Default feature flag to true Add changelog
-
- 10 Mar, 2020 38 commits
-
-
Evan Read authored
Geo docs: Update data type limitations See merge request gitlab-org/gitlab!26816
-
Mayra Cabrera authored
Optimize mirrored project counters with pipelines enabled See merge request gitlab-org/gitlab!26802
-
Doug Stull authored
- needed for failing counters on .com due to long queries
-
Mike Jang authored
Clarify that subgroups can have a maximum ancestry of 21 See merge request gitlab-org/gitlab!26829
-
Mayra Cabrera authored
Add WAF anomaly aggregation queries See merge request gitlab-org/gitlab!24837
-
Thong Kuah authored
GraphQL: Migrate from the TimeoutMiddleware to the Timeout plugin See merge request gitlab-org/gitlab!26822
-
Maxwell Power authored
-
Russell Dickenson authored
Add documentation for Jira dev panel with App See merge request gitlab-org/gitlab!26104
-
Andy Soiron authored
There is a new way to use the Jira dev panel. On GitLab.com and Jira cloud, the GitLab App can be used instead of the DVCS connector. This commit adds the missing documentation about setting up the GitLab for Jira App.
-
James Fargher authored
Fix smartcard param check in User::BuildService Closes #33641 See merge request gitlab-org/gitlab!26800
-
Robert Speicher authored
Quarantine test because of #209928 See merge request gitlab-org/gitlab!26930
-
Mayra Cabrera authored
Introduce database table to store users statistics See merge request gitlab-org/gitlab!26261
-
Douglas Barbosa Alexandre authored
Merge branch '12420-prevent-projects-from-being-shared-outside-a-gma-group-member-fork' into 'master' Resolve "Prevent projects from being shared outside a GMA group" - adding member to forked project Closes #12420 See merge request gitlab-org/gitlab!26186
-
Thong Kuah authored
Do not add approvers as participants of each merge request Closes #616 See merge request gitlab-org/gitlab!25546
-
Gary Holtz authored
This also removes automatic email notifications for approvers and quite a few specs referencing them.
-
James Fargher authored
Make Commit#has_been_reverted? cheaper Closes #21049 and #199197 See merge request gitlab-org/gitlab!26784
-
Mayra Cabrera authored
Preload DB records in bulk ES indexing See merge request gitlab-org/gitlab!26754
-
Dylan Griffith authored
This collection will be the first part of offering a way to preload all records from the database for https://gitlab.com/gitlab-org/gitlab/-/issues/207280
-
Paul Slaughter authored
Hot-fix for padding in Editor Lite See merge request gitlab-org/gitlab!26905
-
Lucas Charles authored
Adds Elasticsearch query aggregating WAF anomalies by querying against deployment environment name and time window. See https://gitlab.com/gitlab-org/gitlab/issues/14707 for additional details
-
Mike Jang authored
Update applications.md add link for more info See merge request gitlab-org/gitlab!26668
-
Wayne Haber authored
-
Brett Walker authored
as the TimeoutMiddleware is being deprecated
-
Imre Farkas authored
Fix missing RSS feed events Closes #29990 and #24227 See merge request gitlab-org/gitlab!19524
-
Paul Slaughter authored
Vue Confirm Modal - Refactor Closes #208975 See merge request gitlab-org/gitlab!26623
-
-
Zack Cuddy authored
Currently we had overly compllicated logic between the JS hook and Vue component for firing the modal. This MR simplifies that logic by moving the DOM listeners into the Vue component itself. This way we no longer need to do prop management from the JS hooks and instead just have all our logic of showing, hiding, updating, and using the modal in one place.
-
Aishwarya Subramanian authored
-
André Hänsel authored
The ProjectsController currently loads a list of projects the user has access to in the function load_projects. It uses this list to render the actual list of projects, but it also uses this list to render the activity feed in the atom form for the RSS feed. The problem is that load_projects already paginates the list of projects which leads to wrong results (only the first 20 projects are considered) when rendering the RSS feed. The error was intruduced in 837c3b3d, so this commit partially reverts the changes made in that commit, moving the pagination back out of load_projects and into the respective routes.
-
Denys Mishunov authored
We add a custom CSS class to the instances of the Editor Lite that is used to apply styles with higher specificity in the dedicated stylesheet
-
Mark Florian authored
Quarantine a flaky Jest test See merge request gitlab-org/gitlab!26900
-
Sid Sijbrandij authored
Add AMAU as a reason why we use Usage Ping and link to the handbook Closes gitlab-com/ceo-shadow/tasks#69 See merge request gitlab-org/gitlab!26917
-
Dmytro Zaporozhets authored
Add conan package reference filter to package file finder See merge request gitlab-org/gitlab!26420
-
Steve Abrams authored
Add filter to package file finder to locate the correct conan package file when a conan_package_reference param is given.
-
lien van den steen authored
-
Paul Slaughter authored
Regression: Infinite Spinner on error detail page See merge request gitlab-org/gitlab!26188
-
-
Mark Florian authored
Add IE11 deprecation message See merge request gitlab-org/gitlab!26222
-