- 06 May, 2019 40 commits
-
-
Ezekiel Kigbo authored
Use class and id syntax for button attributes Use feature flag variable and shorthand if expression Use shorthand if expression Use a classname instead of tag Simplify common rules Use size variable Move flex grow and shrink to utility classes Extract redused classes Remove unecessary styles
-
Ezekiel Kigbo authored
Un-nest title variable output Update spec test names Rename sort_value_most_stars -> sort_value_stars_desc Rename sorted_by_stars -> sorted_by_stars_desc Renname sort_value_most_stars_asc -> sort_value_stars_asc Invert feature check, assign feature condition to a variable Inline conditional nav bar rendering Invert conditional label Added follow up task Fix filters returning 0 projects show the wrong view Move click action out of test expectation Use proper variable name for project in before block Rename projects_sort_admin_options_hash Renamed projects_sort_admin_options_has to old_projects_sort_options_hash as its not only used on the admin screen Fix extra whitespace errors Stub project_list_filter_bar in the projects_helper specs Added follow up task for `show_projects?` Removed url test expectations
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Externalize strings Simplify locals passed through views Ensure we can still filter when logged out Cleanup conditional rendering for explore filters
-
Ezekiel Kigbo authored
Add tests to ensure search only executes with a button click or enter, sort by Name, Last updated, Created date and Stars and tests for Visibility filter
-
Ezekiel Kigbo authored
The changes introduced for the project filter bar should not apply to the admin projects screen. Remove "Owned by me", "Owned by anyone" options Update the dropdown option Last created -> Created date. Introduces fixes for spacing and minor styling across breakpoints.
-
Ezekiel Kigbo authored
-
Ezekiel Kigbo authored
Updated translations Adds sort direction dropdown Allows the project list sorting direction to be changed, available options can be sorted ascending or descending. Implements the changes from the UX review.
-
Ezekiel Kigbo authored
Added project_list_filter_bar feature flag
-
Douwe Maan authored
Improve scheduling of mirror updates to reduce frequency of database queries See merge request gitlab-org/gitlab-ee!11217
-
Mayra Cabrera authored
Move code from EpicsHelper to a presenter Closes #8948 See merge request gitlab-org/gitlab-ee!10849
-
GitLab Bot authored
-
Stan Hu authored
Move the build-qa-image to the test stage See merge request gitlab-org/gitlab-ce!28122
-
Andreas Brandl authored
This adds rescheduling logic to the end of UpdateAllMirrorsWorker job. We wait for a few seconds before we check capacity again and - if some jobs already completed - we schedule another run of UpdateAllMirrorsWorker.
-
Andreas Brandl authored
-
Andreas Brandl authored
The `Gitlab::Mirror.reschedule_immediately?` performs a rather heavy query and it was detected that this is the major contributor to total query time on GitLab.com (50% of total time is spent in this query!). Context: https://gitlab.com/gitlab-org/gitlab-ce/issues/60524
-
GitLab Bot authored
-
Nick Thomas authored
CE destroy repo mirrors Closes #54574 See merge request gitlab-org/gitlab-ce!27087
-
Luke Bennett authored
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
-
Nick Thomas authored
EE destroy repo mirrors Closes gitlab-ce#54574 See merge request gitlab-org/gitlab-ee!10355
-
Luke Bennett authored
It is important to destroy data related to repo mirrors when they are disabled. Use `_destroy` nested attribute instead of `enabled` for push mirrors. Call `remove_import_data` after saving a project if its pull mirror is disabled.
-
Rémy Coutable authored
Add some missing strings to locale/gitlab.pot See merge request gitlab-org/gitlab-ee!12310
-
Lin Jen-Shin authored
CI variables of type file Closes #46806 See merge request gitlab-org/gitlab-ce!27112
-
Krasimir Angelov authored
Add env_var and file as supported types for CI variables. Variables of type file expose to users existing gitlab-runner behaviour - save variable value into a temp file and set the path to this file in an ENV var named after the variable key. Resolves https://gitlab.com/gitlab-org/gitlab-ce/issues/46806.
-
Lin Jen-Shin authored
Port of 46806-typed-ci-variables to EE See merge request gitlab-org/gitlab-ee!12280
-
Krasimir Angelov authored
-
GitLab Bot authored
-
Nick Thomas authored
Fix uploading of LFS tracked file through UI Closes #61203 See merge request gitlab-org/gitlab-ce!28052
-
Patrick Bajao authored
-
Yorick Peterse authored
Move out EE context out of Gitlab::GitAccess spec Closes #6660 See merge request gitlab-org/gitlab-ee!12130
-
Nick Thomas authored
-
GitLab Bot authored
-
Sanad Liaquat authored
[QA] Escape arg used as regex Closes gitlab-org/quality/performance#2 See merge request gitlab-org/gitlab-ce!28104
-
Achilleas Pipinellis authored
Resolve "Reporters can create labels in projects/groups" Closes #61222 See merge request gitlab-org/gitlab-ce!27991
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
GitLab Bot authored
-
Filipa Lacerda authored
Merge branch '10090-move-ee-differences-for-app-assets-javascripts-pages-projects-issues-index-index-js' into 'master' Resolved EE differences for issues page index Closes gitlab-ee#10090 See merge request gitlab-org/gitlab-ce!28031
-
Constance Okoghenun authored
-
Douwe Maan authored
Remove cleaned up OIDs from database and cache Closes #30093 See merge request gitlab-org/gitlab-ce!26555
-
GitLab Bot authored
-