-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove /opt/graphite prefix and use setuptools #2409
base: master
Are you sure you want to change the base?
Commits on Feb 20, 2019
-
Use setuptools and don't install in /opt/graphite anymore
Don't install in /opt/graphite anymore, this is just strange and causes nothing but trouble. Setuptools does not support it either. Switch to setuptools to get rid of following warnings: UserWarning: Unknown distribution option: 'install_requires' UserWarning: Unknown distribution option: 'long_description_content_type'
Configuration menu - View commit details
-
Copy full SHA for 95ffc24 - Browse repository at this point
Copy the full SHA 95ffc24View commit details -
Remove synthesize from installation documentation
Synthesize is not being updated anymore (latest version is 1.0.2). Removing it from the docs to not confuse users. And we have an official docker image now.
Configuration menu - View commit details
-
Copy full SHA for 41a7eda - Browse repository at this point
Copy the full SHA 41a7edaView commit details -
Default GRAPHITE_ROOT to sys.prefix
The GRAPHITE_ROOT was to be set to the parent directory of the path where graphite-web is installed. The `storage`, `static` and `content` directories are set to be dubdirs of GRAPHITE_ROOT. If installing Graphite in the regular Python path's this would make the directories look something like `/usr/lib/python3.7/{storage,static,conf}`. Which is probably not what the user wants. This sets the default to `sys.prefix`. sys.prefix
Configuration menu - View commit details
-
Copy full SHA for c1aa974 - Browse repository at this point
Copy the full SHA c1aa974View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6e5792 - Browse repository at this point
Copy the full SHA f6e5792View commit details -
Configuration menu - View commit details
-
Copy full SHA for f44d8b0 - Browse repository at this point
Copy the full SHA f44d8b0View commit details -
Move static assets to the project directory
Installing the static assets in the project directory instead of an external directory make installation easier. Add whitenoise to requires in setup.py so that the static assets are automatically (without user action) served after installation. Remove package_data from setup.py, you should use package_data or MANIFEST.in to specify which non-python files have to be installed, not both.
Configuration menu - View commit details
-
Copy full SHA for 89a0d6b - Browse repository at this point
Copy the full SHA 89a0d6bView commit details -
Remove STATICFILES_DIRS from settings.py and add explanation in local…
…_settings.py Fixes dashboards which were broken with last commit
Configuration menu - View commit details
-
Copy full SHA for ce76c4a - Browse repository at this point
Copy the full SHA ce76c4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15185fa - Browse repository at this point
Copy the full SHA 15185faView commit details -
Configuration menu - View commit details
-
Copy full SHA for caed07b - Browse repository at this point
Copy the full SHA caed07bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de040e2 - Browse repository at this point
Copy the full SHA de040e2View commit details
Commits on Jul 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ac582bc - Browse repository at this point
Copy the full SHA ac582bcView commit details
Commits on Jul 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for fc6481f - Browse repository at this point
Copy the full SHA fc6481fView commit details
Commits on Apr 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 424545b - Browse repository at this point
Copy the full SHA 424545bView commit details -
Configuration menu - View commit details
-
Copy full SHA for e18778d - Browse repository at this point
Copy the full SHA e18778dView commit details
Commits on May 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 785a8f7 - Browse repository at this point
Copy the full SHA 785a8f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42cc6d2 - Browse repository at this point
Copy the full SHA 42cc6d2View commit details