An error occurred fetching the project authors.
- 17 Jun, 2019 1 commit
-
-
Mark Florian authored
The backend currently is not sending the expected pagination headers necessary for the pagination UI in the Dependency List[0]. This change works around that. It: - fetches the full, un-paginated list of dependencies on load, to find out the total number of them (this information is sufficient to build the pagination UI); - persists/updates the current page number in the store, rather than based on the (missing) response headers. This should be reverted once the fix[1] for the backend is merged, though there shouldn't be any problem with them coexisting; the frontend will then simply be making one unnecessary request. [0]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10075 [1]: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/14115
-
- 07 Jun, 2019 1 commit
-
-
Brandon Labuschagne authored
This is one of many MRs opened in order to improve the overall internationalisation of the GitLab codebase. This commit only targets Vanilla JS files. i18n documentation https://docs.gitlab.com/ee/development/i18n/externalization.html
-
- 06 Jun, 2019 1 commit
-
-
Mark Florian authored
This forms part of the [Dependency List MVC][1]. [1]: https://gitlab.com/gitlab-org/gitlab-ee/issues/10075
-