Skip to content
New issue

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

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

Already on GitHub? # to your account

Added interface to show all of user's projects filtered by project name #654

Merged
merged 2 commits into from
Jan 15, 2025

Conversation

benflexcompute
Copy link
Collaborator

@benflexcompute benflexcompute commented Jan 14, 2025

EXAMPLE:

[18:27:16] INFO: >>> Projects sorted by creation time:                                                                                
            Name:         Python Project (Geometry, from file)                                                                        
            Created at:   2025-01-08 21:52 UTC                                                                                        
            Created with: Geometry                                                                                                    
            ID:           prj-7c2eea75-f233-441e-bbef-c3fed06819e6                                                                    
            Link:         https://flow360.simulation.cloud/workbench/prj-7c2eea75-f233-441e-bbef-c3fed06819e6                         
            Geometry count:     1                                                                                                     
            Surface Mesh count: 1                                                                                                     
            Volume Mesh count:  1                                                                                                     
            Case count:         1                                                                                                     
                                                                                                                                      
            Name:         Python Project (Geometry, from file)                                                                        
            Created at:   2025-01-07 18:46 UTC                                                                                        
            Created with: Geometry                                                                                                    
            ID:           prj-049cbb3b-aae4-4f76-811d-f27a50906ac9                                                                    
            Link:         https://flow360.simulation.cloud/workbench/prj-049cbb3b-aae4-4f76-811d-f27a50906ac9                         
            Geometry count:     1                                                                                                     
                                                                                                                                      
            Name:         Python Project (Geometry, from file)                                                                        
            Created at:   2024-12-12 20:59 UTC                                                                                        
            Created with: Geometry                                                                                                    
            ID:           prj-3ede1491-7c2d-477c-bf8d-3b4bfba12fab                                                                    
            Link:         https://flow360.simulation.cloud/workbench/prj-3ede1491-7c2d-477c-bf8d-3b4bfba12fab                         
            Geometry count:     1                                                                                                     
            Surface Mesh count: 1                                                                                                     
            Volume Mesh count:  1                                                                                                     
            Case count:         1                                                                                                     
                                                                                                                                      
            Name:         Python Project from Geometry                                                                                
            Created at:   2024-12-12 16:14 UTC                                                                                        
            Created with: Geometry                                                                                                    
            ID:           prj-83fd8a01-de82-4fe7-a442-3a0eb0652a64                                                                    
            Link:         https://flow360.simulation.cloud/workbench/prj-83fd8a01-de82-4fe7-a442-3a0eb0652a64                         
            Geometry count:     1                                                                                                     
            Surface Mesh count: 1                                                                                                     
            Volume Mesh count:  1                                                                                                     
            Case count:         1                                                                                                     
                                                                                                                                      
            Name:         Python Project (Geometry, from file)                                                                        
            Created at:   2024-12-06 15:44 UTC                                                                                        
            Created with: Geometry                                                                                                    
            ID:           prj-f52dbf49-c226-47cc-b406-94113ff19e88                                                                    
            Link:         https://flow360.simulation.cloud/workbench/prj-f52dbf49-c226-47cc-b406-94113ff19e88                         
            Geometry count:     1                                                                                                     
            Surface Mesh count: 1                                                                                                     
            Volume Mesh count:  1                                                                                                     
            Case count:         1                                                                                                     
                                                                                                                                      
            Name:         Python Project (Geometry, from file)                                                                        
            Created at:   2024-11-27 00:46 UTC                                                                                        
            Created with: Geometry                                                                                                    
            ID:           prj-bfa0e44f-b38b-4a7a-bfef-86ba8594b198                                                                    
            Link:         https://flow360.simulation.cloud/workbench/prj-bfa0e44f-b38b-4a7a-bfef-86ba8594b198                         
            Geometry count:     1                                                                                                     
            Surface Mesh count: 1                                                                                                     
            Volume Mesh count:  1                                                                                                     
            Case count:         1                                                                                                     
                                     

Or use command line

~1~.../Flow360/tmp [.venv]>>flow360 show_projects --keyword test_rhino_airplane_simple
[16:27:42] INFO: >>> Projects sorted by creation time:                                                                                         
            Name:         test_rhino_airplane_simple                                                                                           
            Created at:   2024-09-17 12:29                                                                                                     
            Created with: Geometry                                                                                                             
            ID:           prj-38669358-d9fe-493e-a539-96404744958c                                                                             
            Link:         https://flow360.simulation.cloud/workbench/prj-38669358-d9fe-493e-a539-96404744958c                                  
            Geometry count:     1                                                                                                              
            Surface Mesh count: 1                                                                                                              
            Volume Mesh count:  1                                                                                                              
            Case count:         1                                                                                                              
                                                                                                                                               
                                                                                                                                               
           INFO: Total number of matching projects on the cloud: 1  

@benflexcompute benflexcompute marked this pull request as draft January 14, 2025 19:13
@benflexcompute benflexcompute marked this pull request as ready for review January 15, 2025 17:12
@benflexcompute benflexcompute merged commit 2297e7b into develop Jan 15, 2025
15 checks passed
@benflexcompute benflexcompute deleted the BenY/ShowAllProjects branch January 15, 2025 18:52
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants