19 Commits

Author SHA256 Message Date
5286f877c9 Accepting request 1223961 from home:ecsos:monitoring
Does not work with python3.11

OBS-URL: https://build.opensuse.org/request/show/1223961
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=13
2024-11-13 13:50:44 +00:00
86a0fb1039 OBS-URL: https://build.opensuse.org/package/show/home:ecsos:monitoring/graphite-web?expand=0&rev=17 2024-11-13 13:38:44 +00:00
df1b289d77 OBS-URL: https://build.opensuse.org/package/show/home:ecsos:monitoring/graphite-web?expand=0&rev=16 2024-06-16 11:48:20 +00:00
1a11a191ab OBS-URL: https://build.opensuse.org/package/show/home:ecsos:monitoring/graphite-web?expand=0&rev=15 2024-06-16 11:47:10 +00:00
edda5f4e4f - Fix build error for Leap 15.6 and use allways python 3.11
OBS-URL: https://build.opensuse.org/package/show/home:ecsos:monitoring/graphite-web?expand=0&rev=14
2024-06-16 11:02:04 +00:00
6f102a255c Accepting request 1150778 from home:ecsos:monitoring
- Adjustments patch macro for rpm 4.20.

OBS-URL: https://build.opensuse.org/request/show/1150778
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=12
2024-02-26 09:37:47 +00:00
018efffb13 OBS-URL: https://build.opensuse.org/package/show/home:ecsos:monitoring/graphite-web?expand=0&rev=12 2024-02-26 09:29:27 +00:00
9f633f95a5 OBS-URL: https://build.opensuse.org/package/show/home:ecsos:monitoring/graphite-web?expand=0&rev=11 2024-02-26 09:29:05 +00:00
8f59f009c3 Accepting request 1106041 from home:ecsos:monitoring
- Update to 1.1.10
  * Bug Fixes
    - Replace another missed instance of Infinity in JSON (#2737, @bobemoe)
    - Fix pyparsing > 3.0 compatibility issue. (#2727, @parrotpock)
    - Fix dependency issue for usage as Grafana data source (#2722, @henkf)
    - backporting "html-encode text passed to Ext.Msg" (#2719, @DanCech)
    - Depend on third-party scandir only for Python < 3.5 (#2706, @neirbowj)
    - fix shifting of moving* datapoints by one step into the future (#2682, @zivillian)
  * Features / Enhancements
    - maxStep in requestContext for Finder (#2724, @deniszh)
    - compressPeriodicGaps function (#2720, @deniszh)
    - Implement upper lower case functions (#2586, @replay)
- Add %define pythons python3, because it seems that graphite-web
  is not compatible with python311
- Don't require python2, drop useless install docs
- Fix ParseResults exception. 
  BuildRequires pyparsing >=2.3.0 and <= 2.4.7
  See: https://github.com/graphite-project/graphite-web/issues/2726
- Update to 1.1.8
  Please note that this is a bugfix release for the stable Graphite
  1.1.x branch and it's recommended for production usage.
  * Highlights:
    - Excessive logging can be disabled
      (in graphite-web and carbon)
    - Tagging can be disabled if not used in carbon
      (improves performance)
    - New function aggregateSeriesLists() and aliases for
      diffSeriesLists(), sumSeriesLists(), multiplySeriesLists()
    - Support for Aggregated-Consistent Hash in carbonate
    - Multiple bugfixes, especially for Graphite-web
      (see full list below)
  Please see full Release Notes 
  https://graphite.readthedocs.io/en/latest/releases/1_1_8.html
  
- Switch to use python3 only.
- Fix build error Tumbleweed.
- Update to 1.1.7
  Please note that this is a bugfix release for the stable Graphite
  1.1.x branch and it's recommended for production usage.
  * Highlights:
    - New experimental Bucketmax write strategy
    - Fixes for function parameters validation
    - More fixes for better error handling
    - Python 3.9 and Django 3.x support
    - Python 3 fixes Carbon, Carbonate and Graphite-web
    - Many flake8 fixes for Graphite-web
  Please see full Release Notes 
  https://graphite.readthedocs.io/en/latest/releases/1_1_7.html
- Update to 1.1.6
  Please note that this is a bugfix / securityfix release for the
  stable Graphite 1.1.x branch and it's recommended for production
  usage.
  * Highlights:
    - Function parameters validation (disabled by default, can be
      enabled through ENFORCE_INPUT_VALIDATION variable)
    - Better error handling (return 4XX instead of 5XX in case of
      wrong function parameters) if input validation enabled
    - Python 3.8 and Django 2.x support
    - New functions: add, sigmoid, logit, exp
    - Python 3 fixes for Whisper and Carbon
    - Carbonate have Python 3 support now
    - Many improvements for Docker image, check its release page for
      details
  Please see full Release Notes 
  https://graphite.readthedocs.io/en/latest/releases/1_1_6.html
- Drop CVE-2017-18636.patch, because now in upstream.
- Run spec-cleaner.
- Remove function 'send_email' (bsc#1154007, CVE-2017-18638)
  + Added CVE-2017-18638.patch
    Patch must be remove with version 1.1.6
- update to 1.1.5
  * Main features
  - Python 3.x support fixes for whisper, carbon and graphite-web
  - REMOTE_BUFFER_SIZE = 0 now works properly
  - Multi-instance settings support (see #2358)
  - Increase performance of localdatabase tag db
  - avg_zero consolidation function fully supported now
  - Carbonlink queries working now for tagged series
  - Docker image migrated to Alpine, reducing the image size 
    from ~530MB to 188MB
- Rebase graphite-web-path.patch
  Please see full Release Notes:
  https://graphite.readthedocs.io/en/latest/releases/1_1_5.html
- update to 1.1.4
- rebase spec
- drop usr-share.patch because no more need
- add graphite-web-path.patch to preallocate graphite paths.
- use apache.conf from upstream
- change initial database commond to wich are descriped in 
  upstream doc.
- Fix startup error with change of rights for /var/lib/graphite/storage
- Ensure /var/lib/graphite/graphite.db is writable by apache user
- Prefer /usr/share/graphite, /etc/graphite etc. to match python
  site-packages directory naming, and also what calamari-server expects
  (this obsoletes earlier graphite-web change).
- Ensure `manage.py syncdb` is invoked correctly on first install
- Generate random SECRET_KEY on install
- Use /usr/share/graphite-web instead of /usr/share/graphite
- Initial SUSE packaging

OBS-URL: https://build.opensuse.org/request/show/1106041
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=11
2023-08-26 12:23:40 +00:00
093f651154 Accepting request 1100678 from home:dstoecker:oldos
- Don't require python2, drop useless install docs

OBS-URL: https://build.opensuse.org/request/show/1100678
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=10
2023-07-26 06:59:05 +00:00
8bb444828e Accepting request 946618 from home:ecsos:monitoring
Update to 1.1.8

OBS-URL: https://build.opensuse.org/request/show/946618
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=9
2022-01-15 14:13:49 +00:00
c8137676e2 Accepting request 817406 from home:ecsos:monitoring
- Switch to use python3 only.
- Fix build error Tumbleweed.

OBS-URL: https://build.opensuse.org/request/show/817406
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=8
2020-06-27 14:45:02 +00:00
20e49a5502 Accepting request 817395 from home:ecsos:monitoring
Update to 1.1.7

OBS-URL: https://build.opensuse.org/request/show/817395
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=7
2020-06-27 13:16:17 +00:00
3762380d4e Accepting request 764950 from home:ecsos:monitoring
Update to 1.1.6

OBS-URL: https://build.opensuse.org/request/show/764950
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=6
2020-01-16 11:38:36 +00:00
d476daeb69 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=5 2019-10-16 09:40:01 +00:00
c7b7d95788 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=4 2019-10-16 09:39:40 +00:00
80126bed54 Accepting request 738828 from home:tserong:branches:server:monitoring
- Remove function 'send_email' (bsc#1154007, CVE-2017-18638)
  + Added CVE-2017-18638.patch

Or, you could ignore this SR, and just wait for 1.1.6 to be
released and update to that instead (see https://github.com/graphite-project/graphite-web/issues/2008#issuecomment-541434042)

OBS-URL: https://build.opensuse.org/request/show/738828
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=3
2019-10-16 09:38:44 +00:00
615451d2ce Accepting request 687926 from home:ecsos:monitoring
- update to 1.1.5
  * Main features
  - Python 3.x support fixes for whisper, carbon and graphite-web
  - REMOTE_BUFFER_SIZE = 0 now works properly
  - Multi-instance settings support (see #2358)
  - Increase performance of localdatabase tag db
  - avg_zero consolidation function fully supported now
  - Carbonlink queries working now for tagged series
  - Docker image migrated to Alpine, reducing the image size 
    from ~530MB to 188MB
- Rebase graphite-web-path.patch
  Please see full Release Notes:
  https://graphite.readthedocs.io/en/latest/releases/1_1_5.html

OBS-URL: https://build.opensuse.org/request/show/687926
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=2
2019-03-23 19:26:35 +00:00
Lars Vogdt
d34b97da10 Accepting request 646036 from home:ecsos:monitoring
New package need for icingaweb2-module-graphite

- update to 1.1.4
- rebase spec
- drop usr-share.patch because no more need
- add graphite-web-path.patch to preallocate graphite paths.
- use apache.conf from upstream
- change initial database commond to wich are descriped in 
  upstream doc.
- Fix startup error with change of rights for /var/lib/graphite/storage
- Ensure /var/lib/graphite/graphite.db is writable by apache user
- Prefer /usr/share/graphite, /etc/graphite etc. to match python
  site-packages directory naming, and also what calamari-server expects
  (this obsoletes earlier graphite-web change).
- Ensure `manage.py syncdb` is invoked correctly on first install
- Generate random SECRET_KEY on install
- Use /usr/share/graphite-web instead of /usr/share/graphite
- Initial SUSE packaging

OBS-URL: https://build.opensuse.org/request/show/646036
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/graphite-web?expand=0&rev=1
2018-11-04 08:34:29 +00:00