jupyter-naas / naas

Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks, send notifications, build pipelines, manage secrets (Cloud-only)
https://app.naas.ai/
GNU Affero General Public License v3.0
282 stars 25 forks source link

feat: Create production symlink. #216

Closed Dr0p42 closed 3 years ago

Dr0p42 commented 3 years ago

With the intent to give more visibility to users on production filesystem, this pull request is here to automatically create a symbolic link to provide access to the production directory.

When the naas manager is being loaded, we are creating needing directories using os.makedirs and then the symlink.

Here is what it looks like:

image
sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 2 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication