- 04 Apr, 2019 40 commits
-
-
Nick Thomas authored
(EE port) Externalize strings in helpers See merge request gitlab-org/gitlab-ee!10554
-
Martin Wortschack authored
- Update qa selector - Update PO file
-
GitLab Bot authored
-
Phil Hughes authored
Fix vue render error for IDE status bar Closes #59995 See merge request gitlab-org/gitlab-ce!26979
-
Douwe Maan authored
Allow to sort wiki pages by date and title See merge request gitlab-org/gitlab-ce!25365
-
Igor authored
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
-
Douwe Maan authored
Allow to sort wiki pages by date and title See merge request gitlab-org/gitlab-ee!10498
-
Igor authored
- Add controls for sorting by title and date - Execute Gitaly call which now accepts sorting params for wikis
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Update GitLab Shell to v9.0.0 See merge request gitlab-org/gitlab-ce!27002
-
GitLab Bot authored
-
Rémy Coutable authored
Basic limiting complexity of GraphQL queries Closes #58405 See merge request gitlab-org/gitlab-ce!26629
-
James Lopez authored
Resolve "Automatically set Prometheus step interval" Closes #58839 See merge request gitlab-org/gitlab-ce!26441
-
Peter Leitzen authored
By computing the step interval passed to the query_range Prometheus API call we improve the performance on the Prometheus server and GitLab by reducing the amount of data points sent back and prevent Prometheus from sending errors when requesting longer intervals.
-
GitLab Bot authored
-
Sean McGivern authored
Resolve "Failing group transfer disables expandable sections" Closes #45511 See merge request gitlab-org/gitlab-ce!26837
-
Sean McGivern authored
Extract confidential quick action spec to a shared example Closes #59570 See merge request gitlab-org/gitlab-ce!26913
-
Nick Thomas authored
-
Marcia Ramos authored
Add a link to S3 Permission Scopes for registry object storage Closes #58881 See merge request gitlab-org/gitlab-ce!26067
-
Diana Stanley authored
-
GitLab Bot authored
-
Sean McGivern authored
Allow to use untrusted ruby syntax See merge request gitlab-org/gitlab-ce!26905
-
Kamil Trzciński authored
This brings support for untrusted regexp for 'only:refs:' when enabled via feature flag: alllow_unsafe_ruby_regexp. This is by default disabled, and should not be used in production
-
Sean McGivern authored
EE: Allow to use untrusted ruby syntax See merge request gitlab-org/gitlab-ee!10566
-
Kamil Trzciński authored
This brings support for untrusted regexp for 'only:refs:' when enabled via feature flag: alllow_unsafe_ruby_regexp. This is by default disabled, and should not be used in production
-
Paul Slaughter authored
**What?** A Vue warning that `ide_status_bar` sent a `Boolean` to a `String` property (`img-src). **What was the fix?** Previously, `latestPipeline` could be one of the following values: | | | |----------|--------| | `null` | The pipeline hasn't loaded yet | | `false` | The pipeline has loaded, but nothing was returned. | | `Object` | The piepline has loaded. | Giving a semantic meaning to different falsey values hurts maintainability. This commit fixes the above problem by removing the `false` value and introducing a `hasLoadedPipeline` state property.
-
Douglas Barbosa Alexandre authored
Consider array params on rendering MR list on dashboard See merge request gitlab-org/gitlab-ce!26623
-
Igor authored
This fixes the bug, when approver filter is provided, but dashboard asks to enter any filter
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Bot authored
-
Sean McGivern authored
Fix an order-dependent spec failure in spec/migrations/schedule_sync_issuables_state_id_spec.rb Closes #60029 See merge request gitlab-org/gitlab-ce!26997
-
GitLab Bot authored
-
James Lopez authored
Change the way it is checked if the user is last group owner Closes #38564 See merge request gitlab-org/gitlab-ce!26718
-
Gosia Ksionek authored
Chnage method used in model to make it more efficient database-wise Add additional spec
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Revert "Merge branch 'fix/missing-border' into 'master'" See merge request gitlab-org/gitlab-ce!26980
-
Mike Lewis authored
Resolve "Package repository group endpoint URL encoding" Closes #10832 See merge request gitlab-org/gitlab-ee!10567
-
Dmitriy Zaporozhets authored
Monitor GraphQL with Prometheus (try 2) See merge request gitlab-org/gitlab-ce!26917
-
Jan Provaznik authored
Extends graphql's platform tracing class to observe duration of graphql methods. In graphql 1.8.11 is added prometheus class but it's not very useful for us because it uses prometheus_exporter to export results.
-