Age | Commit message (Expand) | Author | Files | Lines |
2018-10-09 | refactor: Require directory instead of file path for cursors | Vincent Ambo | 1 | -10/+25 |
2018-10-09 | fix: Refuse to write empty journald cursors and inform users | Vincent Ambo | 1 | -0/+12 |
2018-10-09 | fix: Write cursor into temporary file and move it | Vincent Ambo | 1 | -8/+21 |
2018-10-05 | refactor: Replace reqwest library with ureq | Vincent Ambo | 1 | -43/+43 |
2018-09-24 | docs(main): Expand information on priority->severity conversion | Vincent Ambo | 1 | -6/+23 |
2018-09-24 | feat(main): Pass log levels along to Stackdriver | Thomas ten Cate | 2 | -2/+37 |
2018-06-18 | refactor(main): Move cursor file to /var/lib/journaldriver | Vincent Ambo | 1 | -1/+1 |
2018-06-17 | refactor(main): Split LOG_NAME & LOG_STREAM variables | Vincent Ambo | 1 | -1/+1 |
2018-06-17 | feat(main): Support manually configured resource descriptors | Vincent Ambo | 1 | -31/+57 |
2018-06-17 | feat(main): Support static service account credentials | Vincent Ambo | 1 | -41/+120 |
2018-06-17 | chore(main): Bump chunk size to 750 | Vincent Ambo | 1 | -1/+1 |
2018-06-17 | fix(main): Correct name of JSON payload field | Vincent Ambo | 2 | -5/+7 |
2018-06-17 | refactor(main): Log error responses from Stackdriver | Vincent Ambo | 1 | -5/+9 |
2018-06-17 | feat(main): Parse timestamps out of journald entries | Vincent Ambo | 2 | -9/+51 |
2018-06-16 | chore(main): Send logs in smaller chunks of 250 entries | Vincent Ambo | 1 | -1/+4 |
2018-06-16 | fix(main): Attempt to read with next_record before waiting | Vincent Ambo | 1 | -1/+13 |
2018-06-16 | feat(main): Persist & load persisted cursor positions | Vincent Ambo | 1 | -9/+66 |
2018-06-16 | feat(main): Implement parsing of JSON payloads | Vincent Ambo | 2 | -3/+130 |
2018-06-15 | chore: License under GPL 3.0 | Vincent Ambo | 1 | -0/+15 |
2018-06-15 | feat(main): Implement record conversion & flushing to API | Vincent Ambo | 2 | -145/+192 |
2018-06-14 | feat(main): Add fetching of tokens from metadata server | Vincent Ambo | 1 | -0/+39 |
2018-06-05 | feat(main): Emit output in chunks of max. 1000 records | Vincent Ambo | 1 | -9/+15 |
2018-05-28 | feat(stackdriver): Add initial Stackdriver API type definitions | Vincent Ambo | 2 | -1/+101 |
2018-05-28 | refactor(main): Simplify receiver | Vincent Ambo | 1 | -21/+8 |
2018-05-27 | feat(main): Implement receiver & flushing logic | Vincent Ambo | 2 | -86/+100 |
2018-05-27 | feat(journald): Implement initial libsystemd journal calls | Vincent Ambo | 2 | -0/+93 |