- 06 Nov, 2019 40 commits
-
-
Douglas Barbosa Alexandre authored
Fill in Pipeline Footer in Environment Dashboard See merge request gitlab-org/gitlab!17645
-
Jason Goodman authored
Add last_visible_pipeline method to Environment model
-
Paul Slaughter authored
Refactor issuables list to Vue, part 1 See merge request gitlab-org/gitlab!15091
-
Martin Hanzel authored
```----------------- **WARNING:** This is one of those long commit messages where multiple messages are squashed into one ``` ----------------- Working: most of the view, bulk edit toggle. Not working yet: filtering, bulk edit behaviour. Enable bulk editing The bulk edit sidebar is coupled to an issuable's DOM and expects the correct information to be there in attributes or dataset. Add pagination to Vue issuable list Enable filtering in vue issuables list Enable label drill-down in vue issuables list Clicking on a label applies a filter for that label. Implement sorting and reordering in vue issuable list Fix edge case in issuable ordering In the Vue issuables list, the list now takes the sort key from the sort dropdown. The server remembers the previous sort state even if none is provided in the URL query string, so the dropdown is the better source of truth. Fix a feature flag check Misc improvements to vue issuable list - Show only opened issues by default - Apply styles for recent and closed issues Add dates and assignees in vue issue list - Replace date placeholders with formatted dates - Show assignees - Add options to issue_assignees.vue for more flexibility Add empty states to vue issue list Rename message_queue to pubsub Update gitlab.pot Fix a spacing issue Fix bulk update not working Update some i18n strings Add user popovers to vue issuables list Add tooltips in vue issuables list Apply review suggestions Update gitlab pot Add tests for vue issuables list - Alter Jest unit test for issue assignees component - Add Jest unit tests for issuables list app and issuable components - Fix rspecs to `wait_for_requests` to allow the Vue app to load - Misc fixes to utils and Vue components to fix edge cases Add eventhub to issueables_list Add constants to issuebales_list Add datetime_utility to issueables_list rm pubsub Add eventbus to issueable_bulk_update Add coupling comment to _issue.html.haml add eventbus and moved constants to new file in issuables list app bind FF to group Rm FF guard in JS file when initing issueable list Replace pubsub with eventbus in spec get rid of rm .js css class from list Abstract newDateAsLocal time in issueable Refactor getting sort from backend Get sort key from backed and avoid querying the dom more than we need to Refactor tests to use less snapshots Add issuable_item and move value to computes Rm conditional when mounting in issuables_list_app Replace number with constant to access as prop Ran prettier on touched files Fix type in consts Add group to FF controller Mv newDateAsLocaleTime to datetime_utility Mv func to lib/datetime_utility and replace instances in files Add FF guard to index.js for init component Rm rspec changes that arent needed Change storing ids in array to object Fix bulk edit update all and change how we store ids for a more efficient dom interation Rm issuable_item component Rm default values undefined Replace issuable_item component with computed iteration Refactor issuable spec and snapshot Get specs passing from addreessing comments revert style change run prettier against files Update issuable_list_app_spec and snapshots Add shared examples for FF in issue_spec Move test from issuable_list to issuable Reset window date after Spec in issuable Add group to stubbing FF in issues_spec.rb Run prettier against files Final patch Handle refactoring for issuables and issuables list to address bugs and spec issues
-
Achilleas Pipinellis authored
Clarify that a token is just a password See merge request gitlab-org/gitlab!19592
-
Robert Marshall authored
- Token is an overloaded term; clarify that it is just a password in the Gitaly documentation. Signed-off-by: Robert Marshall <rmarshall@gitlab.com>
-
Andreas Brandl authored
Replace temporary productivity analytics index Closes #32229 See merge request gitlab-org/gitlab!17957
-
Lin Jen-Shin authored
Remove obsolete code branch Closes #34980 See merge request gitlab-org/gitlab!19612
-
Achilleas Pipinellis authored
Fix typo in generic alerts integration documentation See merge request gitlab-org/gitlab!19646
-
Phil Hughes authored
Env dashboard show deployments without deployable See merge request gitlab-org/gitlab!19457
-
Rémy Coutable authored
Add "release" filter to merge request search See merge request gitlab-org/gitlab!19315
-
Achilleas Pipinellis authored
Docs: Pages - Better headings - SEO See merge request gitlab-org/gitlab!19577
-
Marcia Ramos authored
- Improve clarity and SEO "GitLab Pages **default** domain names" - Headings in sentence case
-
Sean McGivern authored
Graphql: Keyset::Connection to support "attribute ASC NULLS LAST" See merge request gitlab-org/gitlab!18916
-
Bob Van Landuyt authored
fix: use policies framework for full_private_access method on user Closes #33456 See merge request gitlab-org/gitlab!18530
-
Dan Davison authored
Remove unnecessary sign out statements in QA test See merge request gitlab-org/gitlab!19470
-
Marcia Ramos authored
Add ReactiveCaching to developer docs See merge request gitlab-org/gitlab!19129
-
Imre Farkas authored
Add rspec gitaly troubleshooting hint See merge request gitlab-org/gitlab!19616
-
Jacob Vosmaer authored
-
Pavel Shutsin authored
-
Pavel Shutsin authored
This reverts commit 3110845a.
-
Jan Provaznik authored
Replace set with let_it_be in share groups with groups changes See merge request gitlab-org/gitlab!19553
-
Jan Provaznik authored
Resolve "Vulnerabilities must have report_type attribute" Closes #34431 See merge request gitlab-org/gitlab!19179
-
Victor Zagorodny authored
Add migration to add nullable column vulnerabilities.report_type. Add a post deploylment migration to populate the vulnerabilities.report_type from their associated vulnerability_occurrences report_type or set to default value in case of "orphan" vulnerability.
-
Sean McGivern authored
Resolve "Empty Dependency list even if dependency_scanning job is set up" See merge request gitlab-org/gitlab!19241
-
Tetiana Chupryna authored
-
Jan Provaznik authored
Add links to associated release(s) to the milestone detail page sidebar See merge request gitlab-org/gitlab!17278
-
Sanad Liaquat authored
Authenticate `Runtime::Feature` as admin See merge request gitlab-org/gitlab!19672
-
Mark Lapierre authored
Uses an admin access token if one is provided (via GITLAB_QA_ADMIN_ACCESS_TOKEN) Otherwise it uses the admin username and password via Runtime::Env. Those credentials fallback on the default username and password if GITLAB_ADMIN_USERNAME and GITLAB_ADMIN_PASSWORD are not set, so it checks if the user with those credentials has admin access, and raises an exception if it doesn't.
-
Diego Louzán authored
-
Diego Louzán authored
-
Diego Louzán authored
Refactor User#full_private_access? method to use declarative policies
-
Phil Hughes authored
Fix moving items down in the epic tree Closes #35532 See merge request gitlab-org/gitlab!19639
-
Dmitriy Zaporozhets authored
Use Gitlab::Database.nulls_last_order for issue scope Closes #29713 See merge request gitlab-org/gitlab!19587
-
James Lopez authored
Hide trial banner for namespaces with expired trials See merge request gitlab-org/gitlab!19510
-
Jarka Košanová authored
Fixes item swapping in Epics Tree. Adding new issues always adds them to top.
-
Rémy Coutable authored
Fix flaky spec in ee/spec/features/admin/admin_settings_spec.rb Closes #35539 See merge request gitlab-org/gitlab!19673
-
Rémy Coutable authored
Update code copied from Devise Closes #27433 See merge request gitlab-org/gitlab!19614
-
Imre Farkas authored
Add a Slack slash command to add a comment to an issue Closes #30822 See merge request gitlab-org/gitlab!18946
-
Alper Akgun authored
When a trial expires for a namespace, we won't show a new trial again. This is valid for the user dashboard and user and group billing pages
-