- 21 Aug, 2019 40 commits
-
-
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`
-
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>
-
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
-
Kamil Trzciński authored
If we process message that is not designated to us previously we would fire a separate Thread for that. We don't need to do it. We can cheaply check if thread is available, if it is, we can perform expensive operation then.
-
Kamil Trzciński authored
This makes: - very shallow `Middleware::Monitor` to only request tracking of sidekiq jobs, - `SidekiqStatus::Monitor` to be responsible to maintain persistent connection to receive messages, - `SidekiqStatus::Monitor` to always use structured logging and instance variables
-
Achilleas Pipinellis authored
Add let's encrypt omnibus guide link Closes #57934 See merge request gitlab-org/gitlab-ce!31301
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Update api_resources docs - remove incorrect group vulnerabilities reference See merge request gitlab-org/gitlab-ce!31979
-
Grzegorz Bizon authored
Add service classes for mutating AwardEmoji Closes #63372 See merge request gitlab-org/gitlab-ce!29782
-
Kushal Pandya authored
Add diagrams for frontend testing levels (docs) See merge request gitlab-org/gitlab-ce!31999
-
Winnie Hellmann authored
-
Thong Kuah authored
Replace finished_at with deployed_at for the internal API Deployment entity See merge request gitlab-org/gitlab-ce!32000
-
Achilleas Pipinellis authored
Update container_registry.md to handle CA Bundle certs and validation See merge request gitlab-org/gitlab-ce!31891
-
Marcel Amirault authored
-
Achilleas Pipinellis authored
Docs: Refresh project request access screenshots See merge request gitlab-org/gitlab-ce!31880
-
Tristan Williams authored
-