- 10 Mar, 2020 40 commits
-
-
Mayra Cabrera authored
Preload DB records in bulk ES indexing See merge request gitlab-org/gitlab!26754
-
Dylan Griffith authored
This collection will be the first part of offering a way to preload all records from the database for https://gitlab.com/gitlab-org/gitlab/-/issues/207280
-
Paul Slaughter authored
Hot-fix for padding in Editor Lite See merge request gitlab-org/gitlab!26905
-
Mike Jang authored
Update applications.md add link for more info See merge request gitlab-org/gitlab!26668
-
Wayne Haber authored
-
Imre Farkas authored
Fix missing RSS feed events Closes #29990 and #24227 See merge request gitlab-org/gitlab!19524
-
Paul Slaughter authored
Vue Confirm Modal - Refactor Closes #208975 See merge request gitlab-org/gitlab!26623
-
Zack Cuddy authored
Currently we had overly compllicated logic between the JS hook and Vue component for firing the modal. This MR simplifies that logic by moving the DOM listeners into the Vue component itself. This way we no longer need to do prop management from the JS hooks and instead just have all our logic of showing, hiding, updating, and using the modal in one place.
-
Aishwarya Subramanian authored
-
André Hänsel authored
The ProjectsController currently loads a list of projects the user has access to in the function load_projects. It uses this list to render the actual list of projects, but it also uses this list to render the activity feed in the atom form for the RSS feed. The problem is that load_projects already paginates the list of projects which leads to wrong results (only the first 20 projects are considered) when rendering the RSS feed. The error was intruduced in 837c3b3d, so this commit partially reverts the changes made in that commit, moving the pagination back out of load_projects and into the respective routes.
-
Denys Mishunov authored
We add a custom CSS class to the instances of the Editor Lite that is used to apply styles with higher specificity in the dedicated stylesheet
-
Mark Florian authored
Quarantine a flaky Jest test See merge request gitlab-org/gitlab!26900
-
Sid Sijbrandij authored
Add AMAU as a reason why we use Usage Ping and link to the handbook Closes gitlab-com/ceo-shadow/tasks#69 See merge request gitlab-org/gitlab!26917
-
Dmytro Zaporozhets authored
Add conan package reference filter to package file finder See merge request gitlab-org/gitlab!26420
-
Steve Abrams authored
Add filter to package file finder to locate the correct conan package file when a conan_package_reference param is given.
-
lien van den steen authored
-
Paul Slaughter authored
Regression: Infinite Spinner on error detail page See merge request gitlab-org/gitlab!26188
-
-
Mark Florian authored
Add IE11 deprecation message See merge request gitlab-org/gitlab!26222
-
Kamil Trzciński authored
Bulk-insert follow-up fixes See merge request gitlab-org/gitlab!26764
-
Alessio Caiazza authored
Run workhorse in feature specs Closes #199431 See merge request gitlab-org/gitlab!24000
-
Sean McGivern authored
Default to generating blob links for missing paths Closes #25995 See merge request gitlab-org/gitlab!26817
-
Kamil Trzciński authored
Fix autoload race in gitlab-compose-kit See merge request gitlab-org/gitlab!26892
-
Grzegorz Bizon authored
-
Nick Thomas authored
Use WH acceleration on Project Import file upload via UI See merge request gitlab-org/gitlab!26278
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mayra Cabrera authored
Remove file_type from package_files table See merge request gitlab-org/gitlab!26527
-
Kamil Trzciński authored
Ignore `node_modules` even if it is a symlink See merge request gitlab-org/gitlab!26898
-
Paul Slaughter authored
Add deploy and re-deploy buttons to deployments See merge request gitlab-org/gitlab!25427
-
Lin Jen-Shin authored
Merge branch '208555-fix-comit-message-linter-when-message-starts-with-non-letter-char' into 'master' Fix the commit linter to check that the first actual letter is capitalized Closes #208555 See merge request gitlab-org/gitlab!26778
-
Martin Wortschack authored
Refactor notes actions from Karma to Jest See merge request gitlab-org/gitlab!26699
-
Donald Cook authored
-
Grzegorz Bizon authored
-
Jan Provaznik authored
Bulk lazy loader for epic aggregates See merge request gitlab-org/gitlab!23406
-
Bob Van Landuyt authored
Add merge request first reassign timestamp metric See merge request gitlab-org/gitlab!26664
-
Nick Thomas authored
-
Nick Thomas authored
In development and production, Workhorse is an essential part of how GitLab operates. However, it is currently excluded from tests. This makes it hard to approach features that rely on workhorse - like file uploads - in a test-driven manner. Introducing workhorse into the test suite for feature specs seems to have minimal speed impact, and should help significantly with this.
-
Aleksei Lipniagov authored
-
Lukas Eipert authored
This adds a deprecation message for Internet Explorer 11. We are also reformatting the outdated_browser alert style to match our new Pajamas style of a `danger` alert. We are also updating the documentation regarding this change.
-