- 21 Apr, 2020 40 commits
-
-
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. This commit uses a different ProjectFinder for loading the events that does not paginate the results and keeps the pagination in load_projects because all the other function need paginated results.
-
Phil Hughes authored
Destroy Dropzone hidden input when form is destroyed Closes #209026 See merge request gitlab-org/gitlab!29882
-
Lin Jen-Shin authored
Add comment_detail column to services See merge request gitlab-org/gitlab!29891
-
Justin Ho Tuan Duong authored
- Use enum for efficiency. - Allow passing as parameter in controller.
-
Phil Hughes authored
Add vulnerability location See merge request gitlab-org/gitlab!29407
-
Savas Vedova authored
- Retrieve the location from GQL and display it in the list
-
Rémy Coutable authored
Return content from repo in snippet raw endpoint See merge request gitlab-org/gitlab!29781
-
Bob Van Landuyt authored
Exclude html entities from haml lint Closes #33780 See merge request gitlab-org/gitlab!29847
-
Lee Tickett authored
-
James Lopez authored
Resolve "Change incorrect Entity in Snippet API" See merge request gitlab-org/gitlab!29901
-
Igor Drozdov authored
Fix merge requests stuck in checking state Closes #215109 See merge request gitlab-org/gitlab!30027
-
Marin Jankovski authored
Update Git to 2.26.2 See merge request gitlab-org/gitlab!30030
-
Ramya Authappan authored
Fix Jenkins spec by asserting on logs in .console-output element Closes #213953 See merge request gitlab-org/gitlab!29918
-
Sanad Liaquat authored
Wait and assert on text in .console-output class Also fix a flakiness where alert was kept open
-
David Kim authored
-
Christian Couder authored
-
James Lopez authored
Refactor CI processable delegation specs See merge request gitlab-org/gitlab!29605
-
Martin Wortschack authored
Cleanup Legacy Geo Errors See merge request gitlab-org/gitlab!29823
-
Martin Wortschack authored
Resolve "Incorrect dropdown styling for embedded metric charts" Closes #210303 See merge request gitlab-org/gitlab!29380
-
Gilang Gumilar authored
-
Dylan Griffith authored
Privatize .oversized_merge_request? See merge request gitlab-org/gitlab!29975
-
Mike Greiling authored
Define supported panel types as constants See merge request gitlab-org/gitlab!29758
-
Mike Greiling authored
Remove Last Ref of Underscore See merge request gitlab-org/gitlab!29998
-
Scott Stern authored
-
Heinrich Lee Yu authored
GraphQL: Query one or all lists in an issue board Closes #36758 See merge request gitlab-org/gitlab!24812
-
Jarka Košanová authored
Log parameters when saving invalid occurrence See merge request gitlab-org/gitlab!29723
-
Jarka Košanová authored
Decouple spam assessment from Akismet See merge request gitlab-org/gitlab!29748
-
Jarka Košanová authored
Create filter pipelines search feature flag See merge request gitlab-org/gitlab!29815
-
Heinrich Lee Yu authored
Revert non-scalable caching strategy for Elasticsearch enabled Closes #214440 See merge request gitlab-org/gitlab!30012
-
Marcel Amirault authored
Remove adjacent // in relative urls See merge request gitlab-org/gitlab!29956
-
Dylan Griffith authored
Resolve "Add a rake task to create a new ElasticSearch index" Closes #214357 See merge request gitlab-org/gitlab!29598
-
James Fargher authored
Update Elastic Stack chart to 2.0.0 to support kubernetes 1.16 See merge request gitlab-org/gitlab!29601
-
Adrien Kohlbecker authored
Includes update for filebeat compatibility with k8s 1.6
-
Shinya Maeda authored
Always Return New Version Feature Flags to Unleash Clients See merge request gitlab-org/gitlab!29819
-
Jason Goodman authored
Ignore state of feature_flags_new_version feature flag
-
Dylan Griffith authored
-
Dylan Griffith authored
-
Dylan Griffith authored
This reverts commit aa4f1cf4.
-
Dylan Griffith authored
This reverts commit bcf42d85.
-
Miguel Rincon authored
List supported panel types in dashboards, values of `panel.type`. Values should not be changed as they correspond to values in users the `.yml` dashboard definition.
-