- 05 Apr, 2019 40 commits
-
-
Toon Claes authored
Search the Geo Upload registry by path of the actual upload.
-
Toon Claes authored
`success` column cannot be NULL, so we need to adapt the code to define what "never" synced means.
-
Toon Claes authored
Add the controller and the views to show the list of upload registries.
-
Toon Claes authored
Geo::UploadRegistry#file will safely get the file of the #upload of a Geo::UploadRegistry, if it exists. Acked-by: Toon Claes <toon@gitlab.com>
-
Toon Claes authored
Add some methods which you can use to filter Geo::FileRegistries on status, or check what's a particular registry has (used in the Geo Admin panel).
-
Toon Claes authored
Any type of registry can go through these helper functions.
-
Toon Claes authored
To reduce the conflicts, and the diff from gitlab-ce, extract the Geo admin sidebar into a partial.
-
Toon Claes authored
-
Toon Claes authored
Create Admin::Geo::ApplicationController that contains some base logic for all Geo admin controllers (i.e. license check).
-
GitLab Bot authored
-
Mike Greiling authored
Resolve "Labels with long names overflow on metrics dashboard" Closes #52258 See merge request gitlab-org/gitlab-ce!26775
-
Adriel Santiago authored
Resolves an issue where long series label names overflow the popover chart tooltip container
-
Mike Greiling authored
FE Simplify admin instance licenses page Closes #7054 See merge request gitlab-org/gitlab-ee!9785
-
Mike Greiling authored
CE FE Simplify admin instance licenses page Closes gitlab-ee#7054 See merge request gitlab-org/gitlab-ce!26439
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Fix real-time updates for projects that contain a reserved word Closes #60113 See merge request gitlab-org/gitlab-ce!27060
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
[CE-port] Fix Epic depth validation See merge request gitlab-org/gitlab-ce!26390
-
Douglas Barbosa Alexandre authored
Fix Epic depth validation Closes #10546 See merge request gitlab-org/gitlab-ee!10331
-
Douglas Barbosa Alexandre authored
Resolve "IP whitelisting for Geo-enabling functionality in the primary" Closes #4193 See merge request gitlab-org/gitlab-ee!10383
-
Valery Sizov authored
Currently, Geo user authentication, file and repository synchronization works by having the secondary connect to the primary with privileged functionality, mostly mediated via JSON web tokens. However, we allow those connections to come from any IP in the world. By this MR we add the ability to specify allowed the IP and CIDRs.
-
GitLab Bot authored
-
Fatih Acet authored
Resolve "Create a SCIM specific token for group SSO [FE]" See merge request gitlab-org/gitlab-ee!9619
-
Brandon Labuschagne authored
Remove the grey background on some page elements Add generate SCIM token button
-
Clement Ho authored
Ports https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/9707 to CE See merge request gitlab-org/gitlab-ce!25758
-
Sarah Yasonik authored
Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
-
Clement Ho authored
Support multiple queries on a single chart in Metrics See merge request gitlab-org/gitlab-ee!9707
-
Sarah Yasonik authored
Adding support for metrics alerts disabled multiple query support. To avoid a data model refactor, this enables the visual of multiple queries per chart on the front end, combining queries based on metric group, title, and y-axis label. This also adds support for adding and editing alerts based on the query selected rather than the single metric associated with the chart.
-
Clement Ho authored
Do not display Ingress IP help text when there isn’t an Ingress IP assigned Closes #60068 See merge request gitlab-org/gitlab-ce!27057
-
Enrique Alcántara authored
if there isn’t an ingress IP assigned for the cluster yet
-
Michael Kozono authored
Revert "Merge branch 'bump_kubernetes_1_11_9' into 'master'" See merge request gitlab-org/gitlab-ce!27062
-
Mayra Cabrera authored
This reverts merge request !26991
-
GitLab Bot authored
-
Michael Kozono authored
Remove duplicates from issue related merge requests See merge request gitlab-org/gitlab-ce!27067
-
GitLab Bot authored
-
Fatih Acet authored
Resolve "Improve diff nav header" See merge request gitlab-org/gitlab-ce!26557
-
Filipa Lacerda authored
Add Feature Flag Permissions Frontend See merge request gitlab-org/gitlab-ee!10096
-
Alexandru Croitor authored
Remove duplicates returned by Issues#related_merge_requests API that relies on ReferencedMergeRequestsService which returns 2 arrays one of related MRs and one of related MRs that close the issue(i.e. a subset of first one). We only need related MRs in this case so just pick the first array.
-
GitLab Bot authored
-
Stan Hu authored
Projects that included reserved words (e.g. test-create) would fail to generate a proper ETag key because of the name. To fix this, we add forward slashes to match the exact name so that /test-create doesn't get matched, but /create does. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60113
-