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

Feature/workspace tables #328

Merged
merged 4 commits into from
Apr 17, 2023
Merged

Feature/workspace tables #328

merged 4 commits into from
Apr 17, 2023

Conversation

amstilp
Copy link
Contributor

@amstilp amstilp commented Apr 17, 2023

  • Remove billing project from the workspace name in the WorkspaceTable.
  • Sort the workspace table by workspace name by default.
  • Add created/date_added to workspace table.

Closes #312.

This caused one of the existing tests to break, so update the test
such that it passes (by specifying workspace name).
@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Merging #328 (2f169da) into main (4cd961f) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Current head 2f169da differs from pull request most recent head 509e4ec. Consider uploading reports for the commit 509e4ec to get more accurate results

@@           Coverage Diff           @@
##             main     #328   +/-   ##
=======================================
  Coverage   99.79%   99.79%           
=======================================
  Files         112      112           
  Lines       20460    20466    +6     
=======================================
+ Hits        20419    20425    +6     
  Misses         41       41           
Impacted Files Coverage Δ
anvil_consortium_manager/tables.py 100.00% <100.00%> (ø)
anvil_consortium_manager/tests/test_tables.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@amstilp amstilp merged commit 6010c3b into main Apr 17, 2023
@amstilp amstilp deleted the feature/workspace-tables branch April 17, 2023 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Display workspaces in order by name instead of add date
1 participant