Commit Graph

168 Commits

Author SHA1 Message Date
OpenDev Sysadmins 2ee78bbc96 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:51:19 +00:00
Zuul 88c6342784 Merge "Fix log source issue of Public and Service category" 2018-08-16 02:23:12 +00:00
Yash Murty 64e8478b18 Fix log source issue of Public and Service category
Change-Id: I54282df97942c30c413dcdd9a8cd00c22cdd6bc0
Implements: blueprint update-access-processor-log-source
2018-08-16 02:11:48 +00:00
Zuul 54aac80259 Merge "fix a typo in sample.proxy-server.conf" 2018-08-14 03:58:39 +00:00
melissaml d5e9ae63c3 fix a typo in sample.proxy-server.conf
Change-Id: Ic6dba5fdd394182a24e97b2869a77e3682b8edd0
2018-05-23 21:17:03 +08:00
Hajime Kondo 93aaa2e511 Fill the diff of installed path among distro in docs
Installed Path is the below.

- On Ubuntu(by apt), /usr/bin
- On Ubuntu(by pip), /usr/local/bin
- On CentOS(by yum), /bin
- On OpenSUSE(by zypper), /usr/bin

Fill the difference in install/user documents.

Change-Id: Idf973ffe99663ed01e84c534309dea219cd71c2b
2018-05-10 10:33:29 +00:00
Zuul 4daebba9fa Merge "This commit remove dead link in Readme" 2018-05-08 00:56:56 +00:00
Keiichi Hikita 7dd8112b33 This commit remove dead link in Readme
Change-Id: I1de0549100f6138507e9066c7c57c33870d8e260
2018-05-08 08:55:39 +09:00
Zuul 6ac7873c39 Merge "First commit of devstack directory" 2018-05-07 22:58:47 +00:00
Hajime Kondo cf8ac8df05 First commit of devstack directory
Add devstack files and directories below.

- Document: README.rst
- Entrypoint: plugin.sh
- Functions Library: lib/slogging
- Variable Settings: settings
- Configuration: files/log-processor.conf
- Cron Settings: files/cron.d/*

Change-Id: I98df6519ede6916e41579b2318bdc71c2b15df94
2018-05-07 10:53:21 +00:00
Hajime Kondo 1eb2fe4dc0 Add X-Timestamp header to upload file to swift
In uploading files as object to swift,
Response 400 Bad Request with "Missing X-Timestamp header" message.

To fix above, add "X-Timestamp" to request header.

Change-Id: I9615eedc54403a7dba88e3110b6439f7829b3097
2018-04-27 07:50:25 +00:00
Keiichi Hikita 7444891218 Fix tox settings and relevant bugs
I found problem as follows in current tox.ini

- test-requirements can not be read correctly
- some os level command is not in white_list
- one rst file does not follow rst syntac
- fix lack of gitreview file

Purpose of this review request is fixing above problems.

Change-Id: I1d2b29bbc7cdc506f5187c2ef6ee03fd2b908f58
2018-04-18 09:29:01 +09:00
Keiichi Hikita eb49a9225a
Merge pull request #2 from keiichi-hikita/hajime.kondou/SF-140_suse_rpm
change doc to build rpm for opensuse
2018-04-10 19:31:01 +09:00
Keiichi Hikita 5568d1ed88 remove document urls. 2018-04-09 16:13:44 +09:00
Hajime Kondou ccfff3f86e change doc to build rpm for opensuse 2018-04-09 03:03:13 +00:00
Keiichi Hikita b5a6e3e434 rename test files. 2018-04-06 13:18:45 +09:00
Keiichi Hikita 737e3ee7e8 fix for upstream repository of slogging 2018-04-06 13:16:14 +09:00
John Dickinson c13e6e8e1b 1.2.1 release 2015-09-07 08:54:51 -07:00
John Dickinson b8bbfe8247 Merge pull request #64 from KazuhiroMiyahara/bug_fix
Fix parsing request path with slash delimiters
2015-09-07 08:47:57 -07:00
John Dickinson e2962ff143 Merge pull request #65 from KazuhiroMiyahara/update_tox_ini
Update tox.ini for swift after Havana
2015-09-07 08:31:29 -07:00
Kazuhiro MIYAHARA 9a1d2eff6e Update tox.ini for swift after Havana
The two files "tools/pip-requires" and "tools/test-requires" written in tox.ini
are not in swift after Havana. In swift after Havana, "requirements.txt" and
"test-requirements.txt" are successors of them. This patch fixes these file names.
2015-09-04 17:22:13 +09:00
Kazuhiro MIYAHARA b973f522b8 Fix parsing request path with slash delimiters
This patch fixes access_processor to parse request path correctly
when the request path includes query with slash delimiters.

For example, existing access_processor's result of log line
with a request path "/v1/acc/con?prefix=YYYY/MM/DD" is as follows:

    account = "acc"
    container_name = "con"
    object_name = "MM/DD"

It is because, existing access_processor splits query from request paths
*AFTER* splits them into account, container_name, object_name.
This patch changes splitting query timing.
2015-09-04 16:09:34 +09:00
John Dickinson e3a4de56cf filter non-v1 protocols on access log parsing 2015-02-15 16:08:05 -08:00
John Dickinson 06c58c4729 updated authors and changelog 2015-02-15 11:58:55 -08:00
John Dickinson 2efb2c2ba2 a little more clear on the speed test 2015-02-15 11:49:50 -08:00
John Dickinson 918a341b2c pass extra args to nosetests 2015-02-15 11:25:16 -08:00
John Dickinson 1a5ece3804 I don't know what that test was even doing 2015-02-15 11:24:12 -08:00
John Dickinson 791a8ab8ff test_container_stat_get_metadata tests something now 2015-02-15 11:17:09 -08:00
John Dickinson c4be708c6f set container policy 2015-02-15 10:48:49 -08:00
John Dickinson dd17dd7ae3 removed the part where it relies on the db schema 2015-02-12 16:12:54 -08:00
John Dickinson ddfd6371e1 fixed some time zne plumbing 2015-02-12 15:48:16 -08:00
John Dickinson 8593e30f65 defined DummyApplication response.app_iter 2015-02-12 15:27:54 -08:00
John Dickinson 620222bdb7 updated how to fetch metdata on container 2015-02-12 15:19:23 -08:00
John Dickinson 7fea6b2903 added storage policy index to account_db.put_container calls 2015-02-12 15:08:02 -08:00
Daisuke Morita adee6e5b1b Merge branch 'log-timezone' of https://github.com/morrisson/slogging into log-timezone 2014-09-16 16:26:07 +09:00
Daisuke Morita c3312216a2 Output usage data in your own timezone
Before this commit, slogging only outputs time log in UTC. This commit
enables slogging to output time in timezone specified in a config file.
And, slogging outputs time in its system timezone by default from this
commit.
2014-09-16 16:17:00 +09:00
Daisuke Morita d221703677 Usage info in JSON format
Before this commit, Slogging only outputs usage info in CSV file.
To enhance usability, the output format of choice is increased.
2014-09-13 17:40:02 -07:00
John Dickinson f5234eed45 a few fixes to tests -- a lot more to be done 2014-09-13 17:39:46 -07:00
John Dickinson 3188967d26 Merge branch 'for-icehouse' of github.com:morrisson/slogging into morrisson-for-icehouse 2014-09-13 16:52:27 -07:00
John Dickinson 0a4ec8d37f changed sample account 2014-09-13 16:48:49 -07:00
Daisuke Morita 8b382c35b3 Output usage data in your own timezone
Before this commit, slogging only outputs time log in UTC. This commit
enables slogging to output time in timezone specified in a config file.
And, slogging outputs time in its system timezone by default from this
commit.
2014-09-04 13:29:20 +09:00
Daisuke Morita f542d9032b Usage info in JSON format
Before this commit, Slogging only outputs usage info in CSV file.
To enhance usability, the output format of choice is increased.
2014-09-02 16:41:08 +09:00
Daisuke Morita 58a184ca20 Adapt to Swift 1.13.1
This reflects the recent changes in the swift codebase.
2014-09-01 17:14:11 +09:00
John Dickinson 1d107b478c Merge pull request #56 from leoh0/patch-1
Adding missing import
2013-04-23 13:27:04 -07:00
leoh0 ca55f20cb8 Adding missing import
Adding errno
2013-04-17 01:15:46 +09:00
John Dickinson 635c47d1e3 Merge remote-tracking branch 'rackspace/master' 2013-04-10 13:45:52 -07:00
gholt b2cd7735ad Merge pull request #2 from dpgoetz/log_source
ignore proxy logs with any swift.source
2013-02-21 10:55:05 -08:00
David Goetz 61ed362971 fix unit tests 2013-02-11 10:50:04 -08:00
David Goetz afc8247005 ignore proxy logs with any swift.source 2013-02-08 14:16:16 -08:00
John Dickinson 6e7e209499 Merge pull request #55 from rubiojr/readme-update
Minor README update, require python-stdeb to build the debian package
2013-02-01 03:52:50 -08:00