Build `Inactive` list

Implementation plan

  1. Add inactive_projects.queries.graphql to app/assets/javascripts/projects/your_work/graphql/queries
  2. Use https://docs.gitlab.com/ee/api/graphql/reference/#queryprojects GraphQL query with the archived argument set to ONLY which was added in !161355 (merged).
  3. Add query and queryPath keys to INACTIVE_TAB constant in app/assets/javascripts/projects/your_work/constants.js. Moved out of ee directory in !165105 (merged)
  4. Update specs in spec/frontend/projects/your_work/components/tab_view_spec.js
Edited by Peter Hegman