lp:~ogayot/whoopsie/whoopsie

Created by Olivier Gayot and last modified
Get this branch:
bzr branch lp:~ogayot/whoopsie/whoopsie
Only Olivier Gayot can upload to this branch. If you are Olivier Gayot please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Olivier Gayot
Project:
Whoopsie
Status:
Development

Recent revisions

725. By Olivier Gayot

Bump version number to 0.2.77

724. By Olivier Gayot

Add option to process existing files and exit

The new --no-polling option can be used to process existing files and exit
directly. This new option implies --assume-online for the following reason:
 * No matter what value assume_online takes, the first call to
process_existing_files always ignores it because we have online_status set to
true at the start of the process.

Therefore, if we exit after a single call to process_existing_files, the
variable assume_online is irrelevant. But theoretically, we _are_ assuming that
the network is online so it makes sense to set the value to true.

723. By Olivier Gayot

Don't call process_existing_files if not considered online

When online_status if false, a call to process_existing_files is more or less a
no-op. We are just looping through all the report files and ignoring them (i.e.
either by calling "continue" or by reaching the end of the iteration ; without
calling either parse_and_upload_report or mark_handled a single time).

Therefore, I removed the check for online_status from inside
process_existing_files and stop calling the function if online_status is false.

722. By Steve Langasek

Drop build-dependency on obsolete dh-systemd

721. By Brian Murray

  (LP: #1914481)

720. By Brian Murray

src/whoopsie.c: modify server_response() so that it does not incorrectly
assume that data is null-terminated and actually use the size of the data.

719. By Brian Murray

Add in missing invalid_key_duplicate test data

718. By Brian Murray

adding force flag to rm command in postrm script in case whoopsie-id
does not yet exist when the package is removed (LP: #1907956)

717. By Brian Murray

* Attempt to fix double free issue (LP: #1899100)
  - src/whoopsie.c: reject duplicate keys, re-order certain operations.
  - src/tests/data/crash/invalid_key_duplicate,
    src/tests/test_parse_report.c: added test for duplicate keys.

716. By Brian Murray

releasing package whoopsie version 0.2.72

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:whoopsie
This branch contains Public information 
Everyone can see this information.

Subscribers