- 21 Aug, 2019 40 commits
-
-
Evan Read authored
-
Stan Hu authored
Port of EE "Elasticsearch versioned schema for other ActiveRecord models" See merge request gitlab-org/gitlab-ce!31660
-
Paul Slaughter authored
Refactor nextUnresolvedDiscussionId and previousUnresolvedDiscussionId getters Closes #65817 See merge request gitlab-org/gitlab-ce!31754
-
Mayra Cabrera authored
Demodulize model headers in emails See merge request gitlab-org/gitlab-ce!31968
-
Alex Kalderimis authored
We encountered issues with setting module headers for namespaced models. These changes address this. We retain the namespacing, but transform the classnames to make them into safe email headers.
-
Clement Ho authored
Backport: Resolve "Track clicks on the issue sidebars" See merge request gitlab-org/gitlab-ce!31435
-
Donald Cook authored
Added snowplow event tracking to Edit buttons
-
Clement Ho authored
Remove svg component from Container Registry Closes #66371 See merge request gitlab-org/gitlab-ce!30845
-
Nick Kipling authored
Changed the container registry to use the empty state component Removed the custom svg-component
-
Stan Hu authored
Merge branch '64383-pattern-matching-with-variables-causes-gitlabs-ci-lint-to-throw-500' into 'master' Fix 500 errors caused by pattern matching with variables in CI Lint Closes #64383 See merge request gitlab-org/gitlab-ce!31719
-
Marius Bobin authored
Ensure the evaluation of right-hand side expression always results in the returning of an object or an empty String
-
Stan Hu authored
Allow to interrupt running sidekiq jobs See merge request gitlab-org/gitlab-ce!31818
-
Achilleas Pipinellis authored
Make Danger consider .md files as documentation files See merge request gitlab-org/gitlab-ce!32056
-
Mike Greiling authored
Make sure that each Jest test contains an assertion See merge request gitlab-org/gitlab-ce!31967
-
Winnie Hellmann authored
-
Achilleas Pipinellis authored
Documentation MVC for group managed accounts Closes gitlab-ee#12526 See merge request gitlab-org/gitlab-ce!30876
-
Jeremy Watson authored
-
Achilleas Pipinellis authored
Docs: Add Sailfish app to 2fa Closes #66316 See merge request gitlab-org/gitlab-ce!32049
-
Stefan Schmalzhaf authored
-
Paul Slaughter authored
Resolve "HTML code shown in merge request" Closes #66331 See merge request gitlab-org/gitlab-ce!32032
-
Ezekiel Kigbo authored
- Fixes double escaped text in `mr_widget_rebase.vue`
-
Stan Hu authored
-
Achilleas Pipinellis authored
Fix 4 kramdown warnings See merge request gitlab-org/gitlab-ce!32040
-
Marcel Amirault authored
Use of square brackets can cause kramdown warnings, as well as angle brackets, so they should be removed or put in backticks
-
Kushal Pandya authored
Create component to display area and line charts in monitor dashboards Closes #65412 See merge request gitlab-org/gitlab-ce!31639
-
Miguel Rincon authored
Adds a time series component for line and area charts. Displays new charts in the dashboard. - Use dynamic components for line/area swapping - Add new line charts to dashboard in 2 panels
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
-
Achilleas Pipinellis authored
Make text clearer See merge request gitlab-org/gitlab-ce!32042
-
Evan Read authored
-
Achilleas Pipinellis authored
Merge branch '64950-move-download-csv-button-functionality-in-metrics-dashboard-cards-into-the-dropdown' into 'master' Add docs for csv download Closes #66291 See merge request gitlab-org/gitlab-ce!31870
-
Laura Montemayor authored
-
Sanad Liaquat authored
Fix add project member spec Closes gitlab-org/quality/staging#67 See merge request gitlab-org/gitlab-ce!31974
-
Achilleas Pipinellis authored
Clarify how to setup and use multiple Gitaly servers Closes omnibus-gitlab#3994 See merge request gitlab-org/gitlab-ce!31929
-
Ben Bodenmiller authored
-
Rémy Coutable authored
Improve UX multi assigness in MR See merge request gitlab-org/gitlab-ce!31545
-
Kamil Trzciński authored
Transform `CancelledError` into `JobRetry::Skip`
-
Kamil Trzciński authored
Sorting projects - Persist last choice See merge request gitlab-org/gitlab-ce!31669
-
George Koltsov authored
Sorting preference functionality has been extracted from `IssuableCollections` to a new `SortingPreference` concern in order to reuse this functionality in projects (and groups in the future).
-
Kamil Trzciński authored
- Retry connection when it fails - Properly shutdown daemon - Stop monitor if the Exception is raised - Properly guard exception handling
-