- 01 Mar, 2019 14 commits
-
-
Sean McGivern authored
IssuableFinder - Always use CTE for group counts Closes #54643 See merge request gitlab-org/gitlab-ce!25411
-
Ramya Authappan authored
Link to instructions to run SSH tests on GDK See merge request gitlab-org/gitlab-ce!25661
-
Fatih Acet authored
Freeze date in merge request status view spec See merge request gitlab-org/gitlab-ce!25671
-
Evan Read authored
Update convdev.md for clarity See merge request gitlab-org/gitlab-ce!25626
-
Evan Read authored
Docs: Replace issue with a link to the feature See merge request gitlab-org/gitlab-ce!25670
-
Evan Read authored
Increase jupyter seo See merge request gitlab-org/gitlab-ce!25663
-
Evan Read authored
Minor grammar update See merge request gitlab-org/gitlab-ce!25643
-
Brendan O'Leary 🐢 authored
-
Fatih Acet authored
Improve labels select rendering Closes #48230 and #57734 See merge request gitlab-org/gitlab-ce!25281
-
Robert Speicher authored
Previously, when this spec ran on the 28th of February, "one month ago" isn't actually a month ago, it's "28 days ago". Now we freeze the date to one that works as intended, since the point of the test is only that it shows a relative date in the tooltip, not necessarily that it's an exact, specific date.
-
Michael Kozono authored
-
Fatih Acet authored
Externalize markdown toolbar tooltips Closes #53413 See merge request gitlab-org/gitlab-ce!25529
-
Enrique Alcántara authored
Replace tooltip texts in the markdown toolbar with bindings to gettext calls Author: Enrique Alcantara <enrique@crunch.io>
-
Fatih Acet authored
Refactor note_form_spec.js to use Vue test utils See merge request gitlab-org/gitlab-ce!25571
-
- 28 Feb, 2019 26 commits
-
-
Stan Hu authored
bin/background_jobs: use pgroups Closes #40396 See merge request gitlab-org/gitlab-ce!25654
-
Robert Speicher authored
Remove an obsolete workaround for GRPC unavailable errors See merge request gitlab-org/gitlab-ce!25645
-
Nick Thomas authored
-
Annabel Dunstone Gray authored
Resolve "Broken master due to stylelint errors" Closes #58362 See merge request gitlab-org/gitlab-ce!25662
-
Daniel Gruesso authored
-
Fatih Acet authored
-
Mark Lapierre authored
-
Dan Davison authored
Pare down create_project_with_auto_devops_spec See merge request gitlab-org/gitlab-ce!25577
-
Fatih Acet authored
Resolve "Update the spinner component" Closes #20084 See merge request gitlab-org/gitlab-ce!25186
-
Brandon Labuschagne authored
The new spinner is purely CSS It is used for the loading_icon gitlab-ui component
-
Mario de la Ossa authored
Since the CTE is faster than a subquery and the only reason we're using a subquery is that the CTE can't handle sorting by certain attributes, let's use the CTE always (when the feature flag is enabled) when counting, since we can ignore ordering if we just want a count of results.
-
Douglas Barbosa Alexandre authored
Show header and footer system messages in email Closes #56863 See merge request gitlab-org/gitlab-ce!25474
-
Filipa Lacerda authored
Add docs for EE components in CE components See merge request gitlab-org/gitlab-ce!25649
-
Phil Hughes authored
Upgrade jest and related dependencies Closes #54834 See merge request gitlab-org/gitlab-ce!25597
-
Phil Hughes authored
-
Filipa Lacerda authored
CE port of noteable-discussion-ee-differences See merge request gitlab-org/gitlab-ce!25638
-
Nick Thomas authored
This reverts commit 00675311.
-
Douwe Maan authored
Update best_practices.md let section to also reference let! variables. See merge request gitlab-org/gitlab-ce!22496
-
Rémy Coutable authored
Revert "Quarantine GitHub OAuth test" Closes gitlab-org/quality/nightly#83 See merge request gitlab-org/gitlab-ce!25636
-
Lukas Eipert authored
This removes other outdated babel@6 dependencies as well. Unfortunately the newer version of vue-jest has a dependency of an older version of ts-jest. In order to satisfy the peerDependency from ts-jest, we are forcing the version@24. The only "breaking" change from ts-jest 23->24 is that it requires a newer version of jest. This might be obsolete soon, as vue-jest plans on switching to babel eventually.
-
Phil Hughes authored
-
Nick Thomas authored
Use Web IDE path for merge request edit buttons See merge request gitlab-org/gitlab-ce!25595
-
Clement Ho authored
Fix bug where project topics truncate Closes #57788 See merge request gitlab-org/gitlab-ce!25398
-
Brandon Labuschagne authored
-
Rémy Coutable authored
Enabling performance metrics on Review Apps Closes #57881 See merge request gitlab-org/gitlab-ce!25549
-
Ramya Authappan authored
-