Skip to content

Conversation

@reckart
Copy link
Member

@reckart reckart commented Feb 25, 2025

What's in the PR
Project gains attribute project_title and create_project gains argument project_title
Linked to inception-project/inception#5156

How to test manually

from pycaprio import Pycaprio
client = Pycaprio(inception_host = host, authentication = (user, password))
projects = client.api.projects()
print(projects)
projects[0].project_title
proj = client.api.create_project("hello_world", project_title = "Hello World", creator_name="other user")
proj.project_title

Automatic testing

  • PR includes unit tests

Documentation

  • PR updates documentation

Was: #21

jwijffels and others added 8 commits November 13, 2024 21:11
* main:
  No issue: Update lock file
  No issue: Replace flake with ruff and format code

% Conflicts:
%	pycaprio/core/adapters/http_adapter.py
%	pycaprio/core/schemas/project.py
%	tests/unit_tests/core/conftest.py
@reckart reckart added this to the 0.3.0 milestone Feb 25, 2025
@reckart reckart added the ⭐️ Enhancement New feature or request label Feb 25, 2025
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.94%. Comparing base (5cfedcf) to head (100907c).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #25      +/-   ##
==========================================
+ Coverage   98.93%   98.94%   +0.01%     
==========================================
  Files          19       19              
  Lines         469      474       +5     
  Branches       60       61       +1     
==========================================
+ Hits          464      469       +5     
  Misses          1        1              
  Partials        4        4              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@serwarde serwarde merged commit 88dab61 into main Mar 4, 2025
4 checks passed
@serwarde serwarde deleted the jwijffels_main branch March 4, 2025 14:38
@reckart reckart assigned reckart and unassigned reckart Jun 10, 2025
@reckart reckart requested a review from serwarde June 10, 2025 19:32
@reckart reckart modified the milestones: 0.3.0, 0.3.1 Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⭐️ Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants