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

APIv3 "Import Project" endpoint #5857

Merged
merged 18 commits into from
Jul 9, 2019
Merged

Commits on Jul 9, 2019

  1. Configuration menu
    Copy the full SHA
    fd6b96c View commit details
    Browse the repository at this point in the history
  2. Grant permissions on 'create' action

    This is needed to render the Form for POST when using
    BrowsableAPIRenderer and hitting /projects/
    humitos committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f6073e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f344d82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9081474 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6aa7eda View commit details
    Browse the repository at this point in the history
  6. Endpoint to import a project

    humitos committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    44d0f2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ff5b088 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a5b0015 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2c88524 View commit details
    Browse the repository at this point in the history
  10. Remove tags attribute before being set

    tags is a special attribute and needs to be set via `.add` method.
    humitos committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    58bc94e View commit details
    Browse the repository at this point in the history
  11. Avoid elif when using return

    humitos committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    92c0e8a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d70928 View commit details
    Browse the repository at this point in the history
  13. Call trigger_build properly

    humitos committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    1896e33 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9a19a0e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d550922 View commit details
    Browse the repository at this point in the history
  16. Make explicit comparison

    humitos committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    f153864 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    28b7606 View commit details
    Browse the repository at this point in the history
  18. Solve issues after merge

    humitos committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    b29b3b5 View commit details
    Browse the repository at this point in the history