- 30 Sep, 2019 40 commits
-
-
Douglas Barbosa Alexandre authored
Limit diverging commit counts requests See merge request gitlab-org/gitlab!16737
-
Thong Kuah authored
Fix error when displaying pod logs of pod that has multiple containers See merge request gitlab-org/gitlab!16236
-
Reuben Pereira authored
- When a pod contains more than one container, the container name has to be included in the pod_logs API call otherwise the Kubernetes API returns 400. - Also allow our logs API to take a container_name param which can be used to choose which container's logs should be returned.
-
Clement Ho authored
Merge branch '32888-productivity-analytics-days_to_merge-filtering-option-doesn-t-reset' into 'master' Resolve "Productivity Analytics "days_to_merge" filtering option doesn't reset" Closes #32888 See merge request gitlab-org/gitlab!17810
-
Martin Wortschack authored
- Removes any items selected on the main chart when the user changes a global filter
-
Clement Ho authored
Show performance bar warnings See merge request gitlab-org/gitlab!17612
-
Robert Speicher authored
Exempt auto-deploy from package-and-qa jobs See merge request gitlab-org/gitlab!17904
-
Robert Speicher authored
Move specs for Issues tabs to /ee/ folder See merge request gitlab-org/gitlab!17898
-
Tim Zallmann authored
Improve admin/system_info page ui See merge request gitlab-org/gitlab!17829
-
Robert Speicher authored
We deploy these branches to real environments, so the QA packages aren't generally used.
-
Robert Speicher authored
-
Marcia Ramos authored
Change next major to 13.0 See merge request gitlab-org/gitlab!17897
-
Fatih Acet authored
EKS Cluster dropdown Vuex store See merge request gitlab-org/gitlab!17027
-
Enrique Alcántara authored
Abstract cluster dropdown data fetching pattern into an independent Vuex store module
-
Kamil Trzciński authored
Avoid unnecessary locks on internal_ids See merge request gitlab-org/gitlab!17123
-
Andreas Brandl authored
This avoid an unnecessary FOR UPDATE lock on internal id records when the iid value has been generated internally anyways. The lock is still required to track any values that come in through other means, i.e. set by a user (through the API). The broader picture is in https://gitlab.com/gitlab-org/gitlab/issues/30515.
-
Fatih Acet authored
Fix GFM video element hardcoded width Closes #17139 See merge request gitlab-org/gitlab!17444
-
Elias Steurer (Kelteseth) authored
-
Peter Leitzen authored
Skip CSRF protection in Generic Alerts Endpoint See merge request gitlab-org/gitlab!17692
-
Vitali Tatarintev authored
Public API endpoints doesn't need to have CSRF protection
-
André Luís authored
-
Brendan O'Leary 🐢 authored
-
Peter Leitzen authored
Limit snippet search count Closes #32643 See merge request gitlab-org/gitlab!17585
-
Francisco Javier López authored
Limits the search count query for snippets. Instead of showing the complete number of snippets in the database, the UI will display a text like 100+ indicating that there are more records
-
Filipa Lacerda authored
Productivity Analytics: Show scatterplot behind feature flag See merge request gitlab-org/gitlab!17735
-
Martin Wortschack authored
- Introduce productivity_analytics_scatterplot_enabled feature flag and prevent scatterplot from being loaded and show
-
James Lopez authored
Make customer portal URL configurable via environment variable See merge request gitlab-org/gitlab!17284
-
Vitaly Slobodin authored
This commit adds the ability to set up the URL of the customer portal via an environment variable so all requests and URLs can be routed to local instance of customer portal.
-
Andreas Brandl authored
Backfill Releases updated_at And Add Not Null Constraints Closes #27638 See merge request gitlab-org/gitlab!17400
-
Jason Goodman authored
Backfill null updated_at rows with created_at
-
Stan Hu authored
In https://gitlab.com/gitlab-org/gitlab-ce/issues/66200, we saw that many clients accidentally request diverging counts for all branches only because there are no stale/active branches in the project. This has been fixed on the frontend in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/32496. To prevent this endpoint from calling Gitaly too many times, we require that branch names be specified if the total number of branches exceeds the limit (20).
-
Walmyr Lima e Silva Filho authored
Merge branch '31404-flaky-spec-spec-features-profiles-user_visits_profile_preferences_page_spec-rb-40' into 'master' Fix flaky select2 related specs Closes #31404 See merge request gitlab-org/gitlab!17750
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Kushal Pandya authored
Show weight of an issue even when zero See merge request gitlab-org/gitlab!17329
-
Brian Kabiro authored
- On some pages, the weight icon and value are hidden when the issue's weight is 0
-
Kamil Trzciński authored
Batch load pipelines instead of statuses See merge request gitlab-org/gitlab!17034
-
Krasimir Angelov authored
Remove group ids that are not in the project's invited groups. Related to https://gitlab.com/gitlab-org/gitlab-ee/issues/11649.
-
Sebastian Arcila Valenzuela authored
If the request wasn't initiated by gitlab we shouldn't add the new identity to the user, and instead show that we weren't able to link the identity to the user. This should fix: https://gitlab.com/gitlab-org/gitlab-ce/issues/56509 And reuse SAML logic within EE SAMLGroup, this is to avoid duplication between the code used for CE and EE.
-