Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow ProjectQuery to be marked as public #15609

Merged
merged 28 commits into from
May 27, 2024
Merged

Commits on May 23, 2024

  1. Add public flag to ProjectQuery

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    755c3e0 View commit details
    Browse the repository at this point in the history
  2. Add manage_public_project_queries permission globally

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e57eb91 View commit details
    Browse the repository at this point in the history
  3. Rename scopes to remove duplication

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    85235de View commit details
    Browse the repository at this point in the history
  4. Fix typo in permission scope

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3768e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca6e583 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1954629 View commit details
    Browse the repository at this point in the history
  7. Fix Rubocop

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    76f76d6 View commit details
    Browse the repository at this point in the history
  8. Add a list item to the sidebar to show public lists

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    539e297 View commit details
    Browse the repository at this point in the history
  9. Add i18n keys for everything I added

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    e13a8f6 View commit details
    Browse the repository at this point in the history
  10. Allow access to public queries for everyone

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    b19d1c0 View commit details
    Browse the repository at this point in the history
  11. Only redirect to a query when it is still visibil

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8a450a4 View commit details
    Browse the repository at this point in the history
  12. Tests for changes to PRojectQuery model

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    cb61339 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    62c9535 View commit details
    Browse the repository at this point in the history
  14. Allow editing public queries when you have the permission

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6a835f4 View commit details
    Browse the repository at this point in the history
  15. Fix publishing with more knowledge about Contracts

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    282d02b View commit details
    Browse the repository at this point in the history
  16. Fix accidentally commited merge

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    6988711 View commit details
    Browse the repository at this point in the history
  17. Fix specs for the factory by mocking the new query

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    438afa8 View commit details
    Browse the repository at this point in the history
  18. Fix the QueriesController so that the user is the proper owner of the…

    … query
    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    eef97fc View commit details
    Browse the repository at this point in the history
  19. Fix specs

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    175bacf View commit details
    Browse the repository at this point in the history
  20. Add conroller tests

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    dae9450 View commit details
    Browse the repository at this point in the history
  21. Fix Lint/UselessAssignment errors

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    03b9411 View commit details
    Browse the repository at this point in the history
  22. Move feature decision check into the can_publish? method

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1358215 View commit details
    Browse the repository at this point in the history
  23. Use unless in favor of if !

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    ca42c30 View commit details
    Browse the repository at this point in the history
  24. Use positional arguments for user in viible methods

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    28d39f4 View commit details
    Browse the repository at this point in the history
  25. Remove can_rename? method and alias it to can_save?

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    92a8327 View commit details
    Browse the repository at this point in the history
  26. Fix specs

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    3264517 View commit details
    Browse the repository at this point in the history
  27. Reintroduce can_rename?

    Klaus Zanders committed May 23, 2024
    Configuration menu
    Copy the full SHA
    1ba1481 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Add a TODO about removing the temporary menu items

    Klaus Zanders committed May 27, 2024
    Configuration menu
    Copy the full SHA
    f81c34b View commit details
    Browse the repository at this point in the history