update vulkan milestone to 2019.10.042
[utils.git] / src /
2021-12-09 Luke Kenneth Casso... printout of buglists for review
2021-12-09 Luke Kenneth Casso... provide print-out method without update for bugs
2021-11-29 Luke Kenneth Casso... add a hacked-together updater which can be used to...
2021-11-29 Luke Kenneth Casso... add username and password commandline opts to budget...
2021-11-26 Jacob Lifshayadd cached_property fallback for python < 3.8 compatability
2021-09-24 Jacob Lifshayshorten csv headers
2021-09-24 Jacob Lifshayswitch to having full_name/identifier instead of identi...
2021-09-24 Jacob Lifshayadjust/rewrite code to fix https://bugs.libre-soc.org...
2021-09-23 Jacob LifshayRevert "fix logical errors caused by breaking the assum...
2021-09-23 Jacob Lifshayfix logical errors caused by breaking the assumption...
2021-09-23 Jacob Lifshayfix broken tests
2021-09-23 Jacob Lifshaycomment out excessive printing
2021-09-22 Jacob Lifshayadd columns to csv for bug budgets, as well as totals...
2021-05-18 Jacob Lifshayformat main.py
2021-05-17 Luke Kenneth Casso... sort out short names in csv files
2021-05-07 Luke Kenneth Casso... index by bug id
2021-05-07 Luke Kenneth Casso... accumulate payment info into rows by bug id
2021-05-07 Luke Kenneth Casso... add means to write out csvs.mdwn which contains table...
2021-04-27 Luke Kenneth Casso... milestone people already converted to string
2021-04-27 Luke Kenneth Casso... even quicker badder hack to create something vaguely...
2021-04-26 Luke Kenneth Casso... also total up paid / requested amounts
2021-04-26 Luke Kenneth Casso... a quick hack to display total payments per milestone
2021-04-24 Luke Kenneth Casso... previous_payment now a list
2021-04-24 Luke Kenneth Casso... not an error if duplicate alias
2021-04-20 Luke Kenneth Casso... break out summary onto new line
2021-04-20 Luke Kenneth Casso... improve spacing in mdwn output, add payment date print-out
2021-04-20 Luke Kenneth Casso... keep debug prints (commented out), TODO, "debug log...
2021-04-20 Luke Kenneth Casso... less than total requested can be returned. stop when...
2020-09-18 Jacob Lifshayremove the not-yet-started section from output markdown
2020-09-18 Jacob Lifshaygenerating output markdown files works
2020-09-18 Jacob Lifshayadd assignee to budget_graph.Node
2020-09-18 Jacob Lifshayadd email to Person.all_names and Config.all_names
2020-09-18 Jacob Lifshayadd status field to budget_graph.Node
2020-09-18 Jacob Lifshayrefactor MockBug in preperation for adding `status...
2020-09-18 Jacob Lifshaywrite rest of MockPath tests
2020-09-15 Jacob Lifshayworking on adding tests for write_budget_markdown
2020-09-14 Jacob Lifshayadd summary to MockBug
2020-09-12 Jacob Lifshayworking on implementing write_budget_markdown
2020-09-11 Jacob Lifshayfix incorrect argparse argument format
2020-09-10 Jacob Lifshaybudget-sync is now working after adding code to use...
2020-09-09 Jacob Lifshayadd milestones to Config
2020-09-09 Jacob Lifshayfinish adding Config parsing and tests
2020-09-08 Jacob Lifshaystart adding Config
2020-09-08 Jacob Lifshaychange Payment.from_toml to private
2020-09-08 Jacob Lifshayremove unnecessary __ne__ implementation
2020-09-08 Jacob Lifshayadd code for parsing new cf_payees_list format
2020-09-05 Jacob Lifshayrewrite heuristics for which fields of bugs should...
2020-08-28 Jacob Lifshaystart adding cf_payees_list handling
2020-08-21 Jacob Lifshayall unit tests pass
2020-08-19 Jacob Lifshayworking on code
2020-08-18 Jacob Lifshayinitial commit