- 07 May, 2019 7 commits
-
-
Bob Van Landuyt authored
Instance level k8s clusters See merge request gitlab-org/gitlab-ce!27196
-
Stan Hu authored
Additional fix to handle NULL lock_version See merge request gitlab-org/gitlab-ce!28153
-
Kushal Pandya authored
Backport members SCSS changes See merge request gitlab-org/gitlab-ce!28115
-
Kushal Pandya authored
Resolve "Add filtering to project dashboard [FE]" Closes #56992 See merge request gitlab-org/gitlab-ce!25231
-
Ash McKenzie authored
Fix update head pipeline process of Pipelines for merge requests See merge request gitlab-org/gitlab-ce!28057
-
Stan Hu authored
If the UI sends a string value for lock_version (e.g. "0"), then the previous monkey patch did not properly handle that properly. This commit casts the value to an integer to determine whether to look for NULL lock_versions. For merge requests, GitLab sends a POST request to `namespace/project/merge_requests/:iid` with the `merge_request[lock_version]` parameter with a string `0`. The string value comes from the form field, which explains why https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28145 wasn't sufficient.
-
Evan Read authored
Correct repo mirror SSH key generation docs See merge request gitlab-org/gitlab-ce!27998
-
- 06 May, 2019 33 commits
-
-
Stan Hu authored
Add issue template for refactorings See merge request gitlab-org/gitlab-ce!27889
-
Fatih Acet authored
CE Add leave link to access_granted email See merge request gitlab-org/gitlab-ce!27892
-
Fatih Acet authored
(CE Port) New user onboarding (Welcome screen) See merge request gitlab-org/gitlab-ce!28062
-
Martin Wortschack authored
- Add styles for blue popovers - Add render_if_exists to help menu for "Learn GitLab" menu item
-
Fatih Acet authored
Resolve "Support Prometheus for group-level clusters" Closes #51963 See merge request gitlab-org/gitlab-ce!27280
-
Peter Leitzen authored
-
Ash McKenzie authored
[CE] Compute resolver complexity based on items See merge request gitlab-org/gitlab-ce!28017
-
Jan Provaznik authored
If a field is a resolver, its complexity is automatically increased. By default we add extra points for sort and search arguments (which will be common for various resolvers). For specific resolvers we add field-specific complexity, e.g. for Issues complexity is increased if we filter issues by `labelName` (because then SQL query is more complex). We may want to tune these values in future depending on real-life results. Complexity is also dependent on the number of loaded nodes, but only if we don't search by specific ID(s). Also added complexity is limited (by default only twice more than child complexity) - the reason is that although it's more complex to process more items, the complexity increase is not linear (there is not so much difference between loading 10, 20 or 100 records from DB).
-
James Fargher authored
-
James Fargher authored
-
James Fargher authored
-
James Fargher authored
-
James Fargher authored
Try to simplify feature flag checks by using policies
-
James Fargher authored
There are two cluster hierarchies one for the deployment platform and one for controllers. The main difference is that deployment platforms do not check user permissions and only return the first match.
-
James Fargher authored
Instance level clusters were already mostly supported, this change adds admin area controllers for cluster CRUD
-
Mayra Cabrera authored
Fix editing issues and MRs with NULL lock_version See merge request gitlab-org/gitlab-ce!28145
-
Sean McGivern authored
-
Clement Ho authored
Upgrade GitLab UI to 3.10.0 See merge request gitlab-org/gitlab-ce!28140
-
Sean McGivern authored
Fix issuables state_id nil when importing projects from GitHub Closes #57906 See merge request gitlab-org/gitlab-ce!28027
-
Felipe Artur authored
Issues and merge requests imported from GitHub are having state_id set to null. This fixes the GitHub project importer and schedule migrations to fix state_id.
-
Fatih Acet authored
Add close_select2 method to select2_helper See merge request gitlab-org/gitlab-ce!27981
-
Lukas Eipert authored
-
Sean McGivern authored
Add Mayra Cabrera to .gitlab/codeowners See merge request gitlab-org/gitlab-ce!28131
-
Mayra Cabrera authored
Per the second step of: https://gitlab.com/gitlab-com/www-gitlab-com/issues/3351
-
Clement Ho authored
Update dependency @gitlab/svgs to ^1.60.0 See merge request gitlab-org/gitlab-ce!27842
-
Ezekiel Kigbo authored
-
Kushal Pandya authored
Aligns the play button for stages Closes #61469 See merge request gitlab-org/gitlab-ce!28124
-
Bob Van Landuyt authored
Support Prometheus for group-level clusters (backend) See merge request gitlab-org/gitlab-ce!27995
-
Peter Leitzen authored
Tweak cluster helper and refactor its specs.
-
Lukas 'Eipi' Eipert authored
-
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
Externalize strings Simplify locals passed through views Ensure we can still filter when logged out Cleanup conditional rendering for explore filters
-