author
int64
658
755k
date
stringdate
2012-06-12 08:34:29
2024-07-22 14:51:21
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
listlengths
1
16
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
258,402
16.11.2022 13:46:43
-39,600
abfaec6a89c7412c2c1899a04b196bdddbef037c
Log statistics about restart/omit trials As discussed, logging these statistics has two benefits: 1. Help us confirm that all missing data are intended. 2. Give us the statistics needed to find a better solution to missing data.
[ { "change_type": "MODIFY", "old_path": "experiment/scheduler.py", "new_path": "experiment/scheduler.py", "diff": "@@ -219,6 +219,8 @@ class TrialInstanceManager: # pylint: disable=too-many-instance-attributes\ndef __init__(self, num_trials, experiment_config):\nself.experiment_config = experiment_co...
Python
Apache License 2.0
google/fuzzbench
Log statistics about restart/omit trials (#1554) As discussed, logging these statistics has two benefits: 1. Help us confirm that all missing data are intended. 2. Give us the statistics needed to find a better solution to missing data.
258,402
19.11.2022 08:50:23
-39,600
8c0ef116f4d2825e6590bd3331574eb1fade2069
Request a new Entropic experiment 1. Compare Entropic with libFuzzer and Centipede. 2. Potentially trigger the new logs added. 3. Potentially help debug the incomplete experiment.
[ { "change_type": "MODIFY", "old_path": "service/experiment-requests.yaml", "new_path": "service/experiment-requests.yaml", "diff": "# Please add new experiment requests towards the top of this file.\n#\n+- experiment: 2022-11-19-update-libfuzzer\n+ description: \"Compare and consider replacing Entro...
Python
Apache License 2.0
google/fuzzbench
Request a new Entropic experiment 1. Compare Entropic with libFuzzer and Centipede. 2. Potentially trigger the new logs added. 3. Potentially help debug the incomplete experiment.
258,380
21.11.2022 18:48:23
18,000
48350d1e315f49803092258b2f2338ceeb830357
Fix issues with um_random and um_prioritize_75 Fix issues with copying of files in um_random and um_prioritize_75. Also handle SIGKILL in muttfuzz experiments. Adding two new experiments as well, one for comparing um_random and um_prioritize_75 and the other for comparing muttfuzz against vanilla afl.
[ { "change_type": "MODIFY", "old_path": "fuzzers/aflplusplus_muttfuzz/fuzzutil.py", "new_path": "fuzzers/aflplusplus_muttfuzz/fuzzutil.py", "diff": "@@ -16,6 +16,7 @@ from datetime import datetime\nimport os\nimport signal\nimport subprocess\n+from subprocess import CalledProcessError\nimport time\nf...
Python
Apache License 2.0
google/fuzzbench
Fix issues with um_random and um_prioritize_75 (#1557) Fix issues with copying of files in um_random and um_prioritize_75. Also handle SIGKILL in muttfuzz experiments. Adding two new experiments as well, one for comparing um_random and um_prioritize_75 and the other for comparing muttfuzz against vanilla afl. Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
258,402
02.12.2022 11:28:50
-39,600
33167a2a54077a5256874494b1d83aaac9b8e526
Fix failure when merging previous experiments 1. Exclude benchmarks if they no longer exist (or do not have a `benchmark.yaml`). 2. Exclude experiments if their types are different from the main experiment.
[ { "change_type": "MODIFY", "old_path": "analysis/data_utils.py", "new_path": "analysis/data_utils.py", "diff": "# limitations under the License.\n\"\"\"Utility functions for data (frame) transformations.\"\"\"\nfrom analysis import stat_tests\n+from common import benchmark_utils\nfrom common import ...
Python
Apache License 2.0
google/fuzzbench
Fix failure when merging previous experiments (#1562) 1. Exclude benchmarks if they no longer exist (or do not have a `benchmark.yaml`). 2. Exclude experiments if their types are different from the main experiment.
258,402
04.12.2022 16:38:54
-39,600
df94bd75207ad2d23aabafd60bd184a09a6768f1
Separate line makers from filled markers Fix `seaborn` marker errors.
[ { "change_type": "MODIFY", "old_path": "analysis/plotting.py", "new_path": "analysis/plotting.py", "diff": "@@ -90,7 +90,7 @@ class Plotter:\n# We specify 20 markers for the 20 colors above.\n_MARKER_PALETTE = [\n'o', 'v', '^', '<', '>', '8', 's', 'p', '*', 'h', 'H', 'D', 'd', 'P',\n- 'X', ',', '+',...
Python
Apache License 2.0
google/fuzzbench
Separate line makers from filled markers (#1565) Fix `seaborn` marker errors.
258,402
05.12.2022 14:15:49
-39,600
608a166acce3ae2c5f934d0baae9c4a2bd5137a3
Add publication page to nav sidebar in github.io 1. Show the [publication page](https://google.github.io/fuzzbench/publications.html) on the navigation sidebar. 2. Define its layout, links, etc.
[ { "change_type": "MODIFY", "old_path": "docs/publications.md", "new_path": "docs/publications.md", "diff": "+---\n+layout: default\n+title: Publications\n+has_children: false\n+nav_order: 9\n+permalink: /publications/\n+---\n+\n+# Publications\n+\n[FuzzBench](https://dl.acm.org/doi/pdf/10.1145/34682...
Python
Apache License 2.0
google/fuzzbench
Add publication page to nav sidebar in github.io (#1567) 1. Show the [publication page](https://google.github.io/fuzzbench/publications.html) on the navigation sidebar. 2. Define its layout, links, etc.
258,402
05.12.2022 18:21:15
-39,600
12322ed2280a33a5c6306740c24be462635484e6
Fix FuzzBench BibTex
[ { "change_type": "MODIFY", "old_path": "docs/publications.md", "new_path": "docs/publications.md", "diff": "@@ -9,7 +9,7 @@ permalink: /publications/\n# Publications\n[FuzzBench](https://dl.acm.org/doi/pdf/10.1145/3468264.3473932)\n-[[BibTeX](https://ieeexplore.ieee.org/abstract/document/9787836)]\n...
Python
Apache License 2.0
google/fuzzbench
Fix FuzzBench BibTex (#1569)
258,400
06.12.2022 05:21:32
-28,800
fc3252203e0ae47928e6d1b4c1d418f26025c0a1
Request Rerun Wingfuzz This version contains our miscellaneous tweaks to the original Wingfuzz.
[ { "change_type": "MODIFY", "old_path": "fuzzers/wingfuzz/builder.Dockerfile", "new_path": "fuzzers/wingfuzz/builder.Dockerfile", "diff": "@@ -16,6 +16,6 @@ ARG parent_image\nFROM $parent_image\nRUN git clone https://github.com/WingTecherTHU/wingfuzz\n-RUN cd wingfuzz && git checkout f1a8dd2a49fefb7b...
Python
Apache License 2.0
google/fuzzbench
Request Rerun Wingfuzz (#1568) This version contains our miscellaneous tweaks to the original Wingfuzz.
258,388
08.12.2022 14:15:44
18,000
574943fd91ed5fd62fc39dbbd8d4e3d7921a293c
Declare noninteractive to not wait for prompt
[ { "change_type": "MODIFY", "old_path": "docker/base-image/Dockerfile", "new_path": "docker/base-image/Dockerfile", "diff": "FROM ubuntu:focal\n+ENV DEBIAN_FRONTEND=noninteractive\n+\n# Python 3.10.8 is not the default version in Ubuntu 20.04 (Focal Fossa).\nENV PYTHON_VERSION 3.10.8\n# Install depen...
Python
Apache License 2.0
google/fuzzbench
Declare noninteractive to not wait for prompt (#1576)
258,388
10.12.2022 17:01:36
18,000
1a7a5ca1b1a2a73d66ca48f9952e3b4e720725c1
Write dispatcher output to log file so we can debug after failure
[ { "change_type": "MODIFY", "old_path": "experiment/resources/dispatcher-startup-script-template.sh", "new_path": "experiment/resources/dispatcher-startup-script-template.sh", "diff": "@@ -30,4 +30,4 @@ docker run --rm \\\n-e WORKER_POOL_NAME={{worker_pool_name}} \\\n--cap-add=SYS_PTRACE --cap-add=SY...
Python
Apache License 2.0
google/fuzzbench
Write dispatcher output to log file so we can debug after failure (#1580)
258,388
12.12.2022 10:19:13
18,000
78afb4e735e05c7ec9523378db653a1d64ae6692
Build python with sqlite3 support and stop using it unecessarily. Build it with support so local users can use it instead of postgres.
[ { "change_type": "MODIFY", "old_path": "docker/base-image/Dockerfile", "new_path": "docker/base-image/Dockerfile", "diff": "@@ -27,7 +27,10 @@ RUN apt-get update && \\\nbuild-essential \\\nzlib1g-dev \\\nlibssl-dev \\\n- libffi-dev\n+ libffi-dev \\\n+ libsqlite3-dev \\\n+ libbz2-dev \\\n+ liblzma-de...
Python
Apache License 2.0
google/fuzzbench
Build python with sqlite3 support and stop using it unecessarily. (#1578) Build it with support so local users can use it instead of postgres.
258,402
13.12.2022 09:20:01
-39,600
8f44d560456bd255baacdeeebc9ad83b5eff37af
Fix eclipser 1. Update `Eclipser` to a later commit that supports `Ubuntu20.04`. 2. Install and set `python2` as the default `python` to build `Eclipser`.
[ { "change_type": "MODIFY", "old_path": "fuzzers/eclipser/runner.Dockerfile", "new_path": "fuzzers/eclipser/runner.Dockerfile", "diff": "@@ -27,7 +27,8 @@ RUN apt-get update -y && \\\nautoconf \\\nbison \\\ngit \\\n- gdb\n+ gdb \\\n+ python2\n# Use a copy of\n# https://packages.microsoft.com/config/u...
Python
Apache License 2.0
google/fuzzbench
Fix eclipser (#1582) 1. Update `Eclipser` to a later commit that supports `Ubuntu20.04`. 2. Install and set `python2` as the default `python` to build `Eclipser`.
258,388
12.12.2022 18:13:43
18,000
b93cc81777ff44aa9b97660e9c6b11820b1d7b8f
Delete experiment.yaml DOngge I think you added this by accident right?
[ { "change_type": "DELETE", "old_path": "config/experiment.yaml", "new_path": null, "diff": "-benchmarks:\n-- curl_curl_fuzzer_http\n-- freetype2-2017\n-- harfbuzz-1.3.2\n-- jsoncpp_jsoncpp_fuzzer\n-- lcms-2017-03-21\n-- libjpeg-turbo-07-2017\n-- libpcap_fuzz_both\n-- libpng-1.2.56\n-- libxml2-v2.9.2...
Python
Apache License 2.0
google/fuzzbench
Delete experiment.yaml (#1575) DOngge I think you added this by accident right? Co-authored-by: Dongge Liu <donggeliu@google.com>
258,402
13.12.2022 12:54:51
-39,600
2eebaef64134ab3bd0488245083fdabb49112b63
Expect mock test to run with 150 concurrent builds Our earlier commit [fix issue with service](https://github.com/google/fuzzbench/commit/5ec25663710c9dc20d6623f82e01e79a7630f94c) did not edit the corresponding test, hence introducing a CI failure. This PR fixes that failure by adding the new parameter to the expected call.
[ { "change_type": "MODIFY", "old_path": "service/test_automatic_run_experiment.py", "new_path": "service/test_automatic_run_experiment.py", "diff": "@@ -36,6 +36,8 @@ EXPERIMENT_REQUESTS = [{\n'oss_fuzz_corpus': True,\n}]\n+SERVICE_CONCURRENT_BUILDS = 150\n+\n@mock.patch('experiment.run_experiment.st...
Python
Apache License 2.0
google/fuzzbench
Expect mock test to run with 150 concurrent builds (#1583) Our earlier commit [fix issue with service](https://github.com/google/fuzzbench/commit/5ec25663710c9dc20d6623f82e01e79a7630f94c) did not edit the corresponding test, hence introducing a CI failure. This PR fixes that failure by adding the new parameter to the expected call.
258,402
13.12.2022 19:15:46
-39,600
5d7362a6fc6647740abdebd0c7db13beb57809ea
Revive bug benchmarks Bring back 5 bug-based benchmarks: 1. `arrow_parquet-arrow-fuzz` 2. `aspell_aspell_fuzzer` 3. `ffmpeg_ffmpeg_demuxer_fuzzer` 4. `file_magic_fuzzer` 5. `grok_grk_decompress_fuzzer`
[ { "change_type": "MODIFY", "old_path": ".github/workflows/fuzzers.yml", "new_path": ".github/workflows/fuzzers.yml", "diff": "@@ -112,7 +112,7 @@ jobs:\nbenchmark_type:\n- oss-fuzz\n- standard\n- # - bug\n+ - bug\nsteps:\n- uses: actions/checkout@v2\n" }, { "change_type": "MODIFY", "old_...
Python
Apache License 2.0
google/fuzzbench
Revive bug benchmarks (#1581) Bring back 5 bug-based benchmarks: 1. `arrow_parquet-arrow-fuzz` 2. `aspell_aspell_fuzzer` 3. `ffmpeg_ffmpeg_demuxer_fuzzer` 4. `file_magic_fuzzer` 5. `grok_grk_decompress_fuzzer`
258,402
15.12.2022 09:52:09
-39,600
e4f4562037c3306b5ce2008991c1504ffb835324
Fix report generation by replacing all `NaN`s in experiment dataframe with `0`s. Report generation breaks with error `pandas.errors.IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer`, after we upgrade `pandas` to a newer version. This PR fixes this error by converting all `NaN` values in the result data frame to `0`.
[ { "change_type": "MODIFY", "old_path": "analysis/data_utils.py", "new_path": "analysis/data_utils.py", "diff": "@@ -234,6 +234,9 @@ def experiment_summary(experiment_snapshots_df):\ndef benchmark_rank_by_mean(benchmark_snapshot_df, key='edges_covered'):\n\"\"\"Returns ranking of fuzzers based on mea...
Python
Apache License 2.0
google/fuzzbench
Fix report generation by replacing all `NaN`s in experiment dataframe with `0`s. (#1587) Report generation breaks with error `pandas.errors.IntCastingNaNError: Cannot convert non-finite values (NA or inf) to integer`, after we upgrade `pandas` to a newer version. This PR fixes this error by converting all `NaN` values in the result data frame to `0`.
258,402
16.12.2022 08:05:55
-39,600
aa6ddd056d7bd40e6308c137ef1f3a86290b176e
Launch 4 experiments 1. Re-run the latest 3 experiments (`2022-12-05-rerun`, `2022-12-05-aflpp-cmplog`, and `2022-12-01-um`) and suffix their name with `-c`. 2. Run core fuzzers on the 5 new benchmarks
[ { "change_type": "MODIFY", "old_path": "service/experiment-requests.yaml", "new_path": "service/experiment-requests.yaml", "diff": "# You can run \"make presubmit\" to do basic validation on this file.\n# Please add new experiment requests towards the top of this file.\n#\n+\n+\n+- experiment: 2022-...
Python
Apache License 2.0
google/fuzzbench
Launch 4 experiments (#1589) 1. Re-run the latest 3 experiments (`2022-12-05-rerun`, `2022-12-05-aflpp-cmplog`, and `2022-12-01-um`) and suffix their name with `-c`. 2. Run core fuzzers on the 5 new benchmarks Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
258,388
03.01.2023 14:06:59
18,000
7311005d1285b1f2162c9e8cde0c9d17251e7a23
Make build trigger build dispatcher-image.
[ { "change_type": "MODIFY", "old_path": "docker/gcb/base-images.yaml", "new_path": "docker/gcb/base-images.yaml", "diff": "@@ -42,4 +42,22 @@ steps:\n- DOCKER_BUILDKIT=1\nid: base-image\nname: docker:19.03.12\n+- args:\n+ - build\n+ - --tag\n+ - gcr.io/fuzzbench/dispatcher-image\n+ - --tag\n+ - gcr.i...
Python
Apache License 2.0
google/fuzzbench
Make build trigger build dispatcher-image. (#1577)
258,402
10.01.2023 01:49:18
-39,600
c75f725eb27d23cf17dc316f3f9807eb3c6267be
Ignore `config/` Launching experiments locally will automatically create a configuration directory `config/` containing the configure file used by the experiment. The `git` repo does not need to keep track of this file, so this PR removes with `.gitignore`.
[ { "change_type": "MODIFY", "old_path": ".gitignore", "new_path": ".gitignore", "diff": "# See the License for the specific language governing permissions and\n# limitations under the License.\n+# Ignore the configuration directory created by locally-launched experiments.\n+config/\n+\n# Byte-compile...
Python
Apache License 2.0
google/fuzzbench
Ignore `config/` (#1603) Launching experiments locally will automatically create a configuration directory `config/` containing the configure file used by the experiment. The `git` repo does not need to keep track of this file, so this PR removes with `.gitignore`.
258,402
10.01.2023 11:48:08
-39,600
6b6fdb696f0b1faceebff4db9ebfcfc98908f483
A quick exp to test aflpp build. Test if the failure aflpp build failure is flaky.
[ { "change_type": "MODIFY", "old_path": "service/experiment-requests.yaml", "new_path": "service/experiment-requests.yaml", "diff": "#\n+- experiment: 2023-01-10-aflpp\n+ description: \"Test if the previous aflpp build failure is flaky.\"\n+ fuzzers:\n+ - aflplusplus_tokens\n+ - aflplusplus\n+ trials...
Python
Apache License 2.0
google/fuzzbench
A quick exp to test aflpp build. (#1605) Test if the failure aflpp build failure is flaky.
258,402
18.01.2023 22:37:26
-39,600
f4decafd4393246c2d955f86401f1ad54b5c94c4
Fix centipede linker flags Mirrors [the fixes from OSS-Fuzz](https://github.com/google/oss-fuzz/pull/9427): 1. Use [`-Wl` on the linker flags](https://github.com/google/oss-fuzz/pull/9427#issuecomment-1385205488). 2. Use [`LDFLAGS`](https://github.com/google/oss-fuzz/pull/9427#issuecomment-1385375441).
[ { "change_type": "MODIFY", "old_path": "fuzzers/centipede/fuzzer.py", "new_path": "fuzzers/centipede/fuzzer.py", "diff": "@@ -24,11 +24,8 @@ def build():\nsan_cflags = ['-fsanitize-coverage=trace-loads']\nlink_cflags = [\n- '-Wno-error=unused-command-line-argument',\n- '-ldl',\n- '-lrt',\n- '-lpthre...
Python
Apache License 2.0
google/fuzzbench
Fix centipede linker flags (#1610) Mirrors [the fixes from OSS-Fuzz](https://github.com/google/oss-fuzz/pull/9427): 1. Use [`-Wl` on the linker flags](https://github.com/google/oss-fuzz/pull/9427#issuecomment-1385205488). 2. Use [`LDFLAGS`](https://github.com/google/oss-fuzz/pull/9427#issuecomment-1385375441).
258,388
23.01.2023 18:16:25
18,000
0f6ec16d37514d65f435ae8a10e6daad5c991ecf
[xml] Fix bug
[ { "change_type": "DELETE", "old_path": "benchmarks/libxml2_libxml2_xml_reader_for_file_fuzzer/libxml2_xml_reader_for_file_fuzzer.cc", "new_path": null, "diff": "-// Copyright 2018 Google Inc.\n-//\n-// Licensed under the Apache License, Version 2.0 (the \"License\");\n-// you may not use this file e...
Python
Apache License 2.0
google/fuzzbench
[xml] Fix bug (#1592)
258,388
24.01.2023 11:51:52
18,000
e3ecfab2e6920e515cb363f475ef771cf9a57520
Optimize CI for testing new fuzzer addition. This removes the ability to test adding new benchmarks easily in CI. That should be replaced with something in gcb, since mostly maintainers do this. Related:
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/benchmarks.yml", "diff": "+name: Build fuzzers\n+on:\n+ pull_request:\n+ paths:\n+ - 'docker/**' # Base image changes.\n+ - 'fuzzers/**' # Changes to fuzzers themselves.\n+ - 'benchmarks/**' # Changes to benchmarks.\n+ # Change...
Python
Apache License 2.0
google/fuzzbench
Optimize CI for testing new fuzzer addition. (#1627) This removes the ability to test adding new benchmarks easily in CI. That should be replaced with something in gcb, since mostly maintainers do this. Related: https://github.com/google/fuzzbench/issues/1556 https://github.com/google/fuzzbench/issues/1590
258,388
24.01.2023 14:04:51
18,000
d96a95fe6d0903af129451e04418665ccd14c385
[zstd] Fix build
[ { "change_type": "MODIFY", "old_path": "benchmarks/zstd_stream_decompress/build.sh", "new_path": "benchmarks/zstd_stream_decompress/build.sh", "diff": "@@ -25,16 +25,5 @@ make -j seedcorpora\nfor target in \"stream_decompress\"; do\ncp \"$target\" \"$OUT\"\n-\n- options=default.options\n- if [ -f \"...
Python
Apache License 2.0
google/fuzzbench
[zstd] Fix build (#1630)
258,388
24.01.2023 18:12:36
18,000
5127f3dbb71744be7f3f2c3236aadf7f7ac6bef7
Fix benchmarks.yml Remove debug code
[ { "change_type": "MODIFY", "old_path": ".github/workflows/benchmarks.yml", "new_path": ".github/workflows/benchmarks.yml", "diff": "@@ -42,7 +42,6 @@ jobs:\n- mbedtls_fuzz_dtlsclient\n- mruby-2018-05-23\n- muparser_set_eval_fuzzer\n- - fake\n- njs_njs_process_script_fuzzer\n- openh264_decoder_fuzzer...
Python
Apache License 2.0
google/fuzzbench
Fix benchmarks.yml (#1633) Remove debug code
258,388
24.01.2023 23:52:49
18,000
33a2631942a5311467a10061d0d5a8c2a64fbdce
Allow running experiments from PRs using GCB Fixes:
[ { "change_type": "MODIFY", "old_path": ".dockerignore", "new_path": ".dockerignore", "diff": ".pytest_cache\n.pytype\n.venv\n-__pycache__\n+**__pycache__*\ndocs\nreport*\n\\ No newline at end of file\n-third_party/oss-fuzz/build\n" }, { "change_type": "MODIFY", "old_path": "experiment/ru...
Python
Apache License 2.0
google/fuzzbench
Allow running experiments from PRs using GCB (#1637) Fixes: #1599
258,402
27.01.2023 18:32:10
-39,600
f8e3972f332412e8070ec92e38c1dbae9b655450
Request a test experiment Request an experiment to test the recent changes.
[ { "change_type": "MODIFY", "old_path": "service/experiment-requests.yaml", "new_path": "service/experiment-requests.yaml", "diff": "# Please add new experiment requests towards the top of this file.\n#\n+\n+- experiment: 2023-01-27-test-request\n+ description: \"Test if the new system can run experi...
Python
Apache License 2.0
google/fuzzbench
Request a test experiment (#1643) Request an experiment to test the recent changes.
258,388
30.01.2023 13:44:20
18,000
e580cec49636c03e2557515d2df5e8aa65586610
Don't specify minor version of python
[ { "change_type": "MODIFY", "old_path": "Makefile", "new_path": "Makefile", "diff": "@@ -48,7 +48,7 @@ SHELL := /bin/bash\nVENV_ACTIVATE := .venv/bin/activate\n${VENV_ACTIVATE}: requirements.txt\n- python3.10.8 -m venv .venv || python3 -m venv .venv\n+ python3.10 -m venv .venv || python3 -m venv .ven...
Python
Apache License 2.0
google/fuzzbench
Don't specify minor version of python (#1653)
258,388
30.01.2023 13:52:38
18,000
c3a8b96e5a180a76760e1852306ba41a83943f84
Use POSTGRES_PASSWORD
[ { "change_type": "MODIFY", "old_path": "service/Dockerfile", "new_path": "service/Dockerfile", "diff": "@@ -19,6 +19,7 @@ FROM gcr.io/cloud-builders/gcloud\nRUN apt-get update && apt-get install python3-pip -y\n# Do this expensive step before the cache is destroyed.\n+RUN pip install pip --upgrade\n...
Python
Apache License 2.0
google/fuzzbench
Use POSTGRES_PASSWORD (#1652)
258,388
30.01.2023 15:26:10
18,000
8f35c5a2c7d19ce1472db90c40951fca4be76c83
Change build time limit back to 4 hours
[ { "change_type": "MODIFY", "old_path": "experiment/build/gcb_build.py", "new_path": "experiment/build/gcb_build.py", "diff": "@@ -29,7 +29,7 @@ from experiment.build import generate_cloudbuild\nCONFIG_DIR = 'config'\n# Maximum time to wait for a GCB config to finish build.\n-GCB_BUILD_TIMEOUT = 13 *...
Python
Apache License 2.0
google/fuzzbench
Change build time limit back to 4 hours (#1654)
258,388
30.01.2023 19:06:31
18,000
823cbfa42d407840e46f5ed9a9758fd84586d632
Update private registry dispatcher-image
[ { "change_type": "MODIFY", "old_path": "docker/gcb/base-images.yaml", "new_path": "docker/gcb/base-images.yaml", "diff": "images:\n- gcr.io/fuzzbench/base-image:test-experiment\n+- us-central1-docker.pkg.dev/fuzzbench/fuzzbench-private/base-image\n- gcr.io/fuzzbench/base-image\n+- gcr.io/fuzzbench/d...
Python
Apache License 2.0
google/fuzzbench
Update private registry dispatcher-image (#1657)
258,388
30.01.2023 19:59:37
18,000
3ca9bf1a1f272a031c9bf6585516038649c510c8
Fix libpcap_fuzz_both
[ { "change_type": "MODIFY", "old_path": "benchmarks/libpcap_fuzz_both/Dockerfile", "new_path": "benchmarks/libpcap_fuzz_both/Dockerfile", "diff": "FROM gcr.io/oss-fuzz-base/base-builder@sha256:87ca1e9e19235e731fac8de8d1892ebe8d55caf18e7aa131346fc582a2034fdd\nFROM gcr.io/oss-fuzz-base/base-builder@sha...
Python
Apache License 2.0
google/fuzzbench
Fix libpcap_fuzz_both (#1661)
258,388
30.01.2023 20:00:39
18,000
01bf72b6f504e6fb6eaaced2fb7e202543120bcf
Log if experiment is private so we can filter them out of public logs Fixes:
[ { "change_type": "MODIFY", "old_path": "experiment/resources/dispatcher-startup-script-template.sh", "new_path": "experiment/resources/dispatcher-startup-script-template.sh", "diff": "@@ -20,7 +20,8 @@ mkdir -p $HOME\ndocker-credential-gcr configure-docker -include-artifact-registry\necho 0 | sudo t...
Python
Apache License 2.0
google/fuzzbench
Log if experiment is private (#1645) so we can filter them out of public logs Fixes: #1636
258,388
30.01.2023 20:34:41
18,000
d9ddb2c635dff13c7ac850cc271734d64efbac95
Tag builds in GCB This makes debugging much easier.
[ { "change_type": "MODIFY", "old_path": "experiment/build/gcb_build.py", "new_path": "experiment/build/gcb_build.py", "diff": "@@ -44,10 +44,9 @@ def build_base_images():\nimage_templates = {\nimage: buildable_images[image] for image in ['base-image', 'worker']\n}\n- config = generate_cloudbuild.crea...
Python
Apache License 2.0
google/fuzzbench
Tag builds in GCB (#1655) This makes debugging much easier.
258,388
30.01.2023 21:36:04
18,000
9592a94c4f0b699cdaf24c4116bfde8a7c1ed439
Fix typo affecting CI
[ { "change_type": "MODIFY", "old_path": ".github/workflows/benchmarks.yml", "new_path": ".github/workflows/benchmarks.yml", "diff": "@@ -7,8 +7,8 @@ on:\n- 'benchmarks/**' # Changes to benchmarks.\n# Changes that affect what gets built.\n- 'src_analysis/**'\n- - '.github/worfkflows/benchmarks.yml'\n-...
Python
Apache License 2.0
google/fuzzbench
Fix typo affecting CI (#1666)
258,402
31.01.2023 13:51:27
-39,600
b2098672d8e31e5b84f1a3014f3ca2e43be4373a
Test higher memory builder Specify the builder's worker pool machine type to force using [`e2-standard-32`](https://pantheon.corp.google.com/cloud-build/settings/worker-pool?referrer=search&project=fuzzbench`).
[ { "change_type": "MODIFY", "old_path": "service/experiment-config.yaml", "new_path": "service/experiment-config.yaml", "diff": "@@ -10,7 +10,7 @@ cloud_compute_zone: us-central1-c\nexperiment_filestore: gs://fuzzbench-data\nreport_filestore: gs://www.fuzzbench.com/reports\ncloud_sql_instance_connect...
Python
Apache License 2.0
google/fuzzbench
Test higher memory builder (#1650) Specify the builder's worker pool machine type to force using [`e2-standard-32`](https://pantheon.corp.google.com/cloud-build/settings/worker-pool?referrer=search&project=fuzzbench`). --------- Co-authored-by: jonathanmetzman <31354670+jonathanmetzman@users.noreply.github.com>
258,388
30.01.2023 22:15:30
18,000
c52f3637b7d86e69407ded75330540a46e531575
Add canary project to CI
[ { "change_type": "MODIFY", "old_path": ".github/workflows/build_and_test_run_fuzzer_benchmarks.py", "new_path": ".github/workflows/build_and_test_run_fuzzer_benchmarks.py", "diff": "@@ -25,6 +25,10 @@ from src_analysis import diff_utils\nNUM_RETRIES = 2\nRETRY_DELAY = 60\n+# Use AFL because it is th...
Python
Apache License 2.0
google/fuzzbench
Add canary project to CI (#1665)
258,388
30.01.2023 22:22:30
18,000
a330a3e9a511d64898af4a364563392208134872
[CI] Remove failing bug-draft benchmarks
[ { "change_type": "MODIFY", "old_path": ".github/workflows/benchmarks.yml", "new_path": ".github/workflows/benchmarks.yml", "diff": "@@ -29,7 +29,6 @@ jobs:\n- jsoncpp_jsoncpp_fuzzer\n- lcms-2017-03-21\n- libarchive_libarchive_fuzzer\n- - libgit2_objects_fuzzer\n- libhevc_hevc_dec_fuzzer\n- libhtp_fu...
Python
Apache License 2.0
google/fuzzbench
[CI] Remove failing bug-draft benchmarks (#1667)
258,388
30.01.2023 22:26:35
18,000
6538f3a217b297caa361ed4cdab75c39df7376aa
Remove hack: __init__.py
[ { "change_type": "MODIFY", "old_path": "docker/benchmark-builder/Dockerfile", "new_path": "docker/benchmark-builder/Dockerfile", "diff": "@@ -58,9 +58,6 @@ RUN pip3 install -r /tmp/requirements.txt\n# Copy the entire fuzzers directory tree to allow for module dependencies.\nCOPY fuzzers $SRC/fuzzers...
Python
Apache License 2.0
google/fuzzbench
Remove hack: __init__.py (#1663)
258,388
30.01.2023 22:35:13
18,000
4f8aa11b9b35996e2398376332c1ae12174226d3
Don't use echo to create build script.
[ { "change_type": "MODIFY", "old_path": "docker/benchmark-builder/Dockerfile", "new_path": "docker/benchmark-builder/Dockerfile", "diff": "@@ -68,6 +68,6 @@ RUN mkdir /opt/fuzzbench/\nCOPY docker/benchmark-builder/checkout_commit.py /opt/fuzzbench/\nRUN export CHECKOUT_COMMIT=$(cat /benchmark.yaml | ...
Python
Apache License 2.0
google/fuzzbench
Don't use echo to create build script. (#1664)
258,388
30.01.2023 22:42:31
18,000
03f48c4ce0707482792b98284b15731066ad6af2
Fix dispatcher Fix libgl issue.
[ { "change_type": "MODIFY", "old_path": "docker/dispatcher-image/Dockerfile", "new_path": "docker/dispatcher-image/Dockerfile", "diff": "@@ -19,13 +19,14 @@ FROM gcr.io/fuzzbench/base-image\nENV WORK /work\nWORKDIR $WORK\n-# Install runtime dependencies for benchmarks, easy json parsing.\n+# Install ...
Python
Apache License 2.0
google/fuzzbench
Fix dispatcher (#1668) Fix libgl issue.
258,402
31.01.2023 16:26:34
-39,600
ca6d9b18868965109055e638ef2be29ddfc4b594
Fix jsoncpp by correcting its lib path
[ { "change_type": "MODIFY", "old_path": "benchmarks/jsoncpp_jsoncpp_fuzzer/build.sh", "new_path": "benchmarks/jsoncpp_jsoncpp_fuzzer/build.sh", "diff": "@@ -25,7 +25,7 @@ make\n# Compile fuzzer.\n$CXX $CXXFLAGS -I../include $LIB_FUZZING_ENGINE \\\n../src/test_lib_json/fuzz.cpp -o $OUT/jsoncpp_fuzzer ...
Python
Apache License 2.0
google/fuzzbench
Fix jsoncpp by correcting its lib path (#1669)
258,388
03.02.2023 11:19:35
18,000
393b5735b00f774a12d9c0041d8246afe89bbe4a
Clarify graphs
[ { "change_type": "MODIFY", "old_path": "analysis/plotting.py", "new_path": "analysis/plotting.py", "diff": "@@ -55,7 +55,7 @@ def _formatted_title(benchmark_snapshot_df):\nstats_string += _formatted_hour_min(snapshot_time)\ntrial_count = benchmark_snapshot_df.fuzzer.value_counts().min()\n- stats_str...
Python
Apache License 2.0
google/fuzzbench
Clarify graphs (#1677)
258,388
06.02.2023 11:09:12
18,000
1ca79526a3c752f63f79089c73e35bc69d505959
don't log spam
[ { "change_type": "MODIFY", "old_path": "experiment/run_experiment.py", "new_path": "experiment/run_experiment.py", "diff": "@@ -96,10 +96,6 @@ def _validate_config_parameters(\nfor param in missing_params:\nlogs.error('Config does not contain required parameter \"%s\".', param)\n- # Notify if any op...
Python
Apache License 2.0
google/fuzzbench
don't log spam (#1671)
258,388
06.02.2023 11:09:45
18,000
9c79c5cf2f89447de69669f36d6941ffa5c429e4
Change format of corpus snapshots to save cost Don't store every file on each snapshot, just newly modified ones. Also, get rid of unchanged-cycles, it's no longer as useful and adds complexity.
[ { "change_type": "MODIFY", "old_path": "experiment/measurer/measure_manager.py", "new_path": "experiment/measurer/measure_manager.py", "diff": "@@ -25,7 +25,7 @@ import sys\nimport tempfile\nimport tarfile\nimport time\n-from typing import List, Set\n+from typing import List\nimport queue\nimport ps...
Python
Apache License 2.0
google/fuzzbench
Change format of corpus snapshots to save cost (#1626) Don't store every file on each snapshot, just newly modified ones. Also, get rid of unchanged-cycles, it's no longer as useful and adds complexity.
258,388
08.02.2023 10:35:15
18,000
baacfa681ce28503b683b43cc6c0bd6708ca4e8a
Don't build python for no reason. Copy it
[ { "change_type": "MODIFY", "old_path": "docker/benchmark-builder/Dockerfile", "new_path": "docker/benchmark-builder/Dockerfile", "diff": "ARG parent_image\n+# Using multi-stage build to copy latest Python 3.\n+FROM gcr.io/fuzzbench/base-image AS base-image\n+\nFROM $parent_image\nARG fuzzer\n@@ -24,...
Python
Apache License 2.0
google/fuzzbench
Don't build python for no reason. Copy it (#1690)
258,388
08.02.2023 13:36:44
18,000
9a4d23ca877712854a8398daea2bbc5b503e36a9
Make changes for oss-fuzz on demand
[ { "change_type": "MODIFY", "old_path": "common/benchmark_utils.py", "new_path": "common/benchmark_utils.py", "diff": "@@ -51,6 +51,10 @@ def get_project(benchmark):\ndef get_type(benchmark):\n\"\"\"Returns the type of |benchmark|\"\"\"\n+ # TODO(metzman): Use classes to mock a benchmark config for\n...
Python
Apache License 2.0
google/fuzzbench
Make changes for oss-fuzz on demand (#1639)
258,388
08.02.2023 19:36:34
18,000
c7f1852dbc48516d3acded996384b47cb0769e79
Refactor runner Explicitly use OUTPUT_CORPUS_DIR as the corpus, don't assume it's at /out/corpus
[ { "change_type": "MODIFY", "old_path": "experiment/runner.py", "new_path": "experiment/runner.py", "diff": "@@ -27,7 +27,7 @@ import threading\nimport time\nimport zipfile\n-from common import benchmark_utils\n+from common import benchmark_config\nfrom common import environment\nfrom common import e...
Python
Apache License 2.0
google/fuzzbench
Refactor runner (#1693) Explicitly use OUTPUT_CORPUS_DIR as the corpus, don't assume it's at /out/corpus
258,388
08.02.2023 20:10:10
18,000
cf86138081ec705a47ce0a4bab07b5737292e7e0
Allow running the measurer outside of experiments
[ { "change_type": "MODIFY", "old_path": "common/benchmark_utils.py", "new_path": "common/benchmark_utils.py", "diff": "@@ -41,7 +41,11 @@ BENCHMARK_TYPE_STRS = {benchmark_type.value for benchmark_type in BenchmarkType}\ndef get_fuzz_target(benchmark):\n\"\"\"Returns the fuzz target of |benchmark|\"\"...
Python
Apache License 2.0
google/fuzzbench
Allow running the measurer outside of experiments (#1694)
258,388
08.02.2023 21:20:56
18,000
88ea515a556c04e6f116b3849ed8f1ff0e511a76
Speed up coverage builds by not cloning llvm source Download a libfuzzer zip instead.
[ { "change_type": "MODIFY", "old_path": "fuzzers/coverage/builder.Dockerfile", "new_path": "fuzzers/coverage/builder.Dockerfile", "diff": "ARG parent_image\nFROM $parent_image\n-# The patch adds hook to dump clang coverage data when timeout.\n-COPY patch.diff /\n+ENV LF_PATH /tmp/libfuzzer.zip\n# Use...
Python
Apache License 2.0
google/fuzzbench
Speed up coverage builds by not cloning llvm source (#1695) Download a libfuzzer zip instead.
258,388
08.02.2023 22:08:35
18,000
3dd04efae948f37ea43241c2802677847c3646c2
[runner] Fix bug Actually call the newly factored out function.
[ { "change_type": "MODIFY", "old_path": "experiment/runner.py", "new_path": "experiment/runner.py", "diff": "@@ -263,7 +263,7 @@ class TrialRunner: # pylint: disable=too-many-instance-attributes\nfor directory in directories:\nfilesystem.recreate_directory(directory)\n- def set_up_corpus_dirs(self):\...
Python
Apache License 2.0
google/fuzzbench
[runner] Fix bug (#1696) Actually call the newly factored out function.
258,388
08.02.2023 22:32:12
18,000
b7ad334face959bd6a92f2676798a3b0025955db
Make corpus element names less weird in the archives. Previously they were output-corpus/../../output-corpus/$NAME Instead add them relative to the corpus dir. e.g. Given: corpus/a corpus/subdir/b archive will contain a, subdir/b
[ { "change_type": "MODIFY", "old_path": "experiment/runner.py", "new_path": "experiment/runner.py", "diff": "@@ -383,7 +383,6 @@ class TrialRunner: # pylint: disable=too-many-instance-attributes\nself.corpus_archives_dir,\nexperiment_utils.get_corpus_archive_name(self.cycle))\n- corpus_dir_name = os....
Python
Apache License 2.0
google/fuzzbench
Make corpus element names less weird in the archives. (#1697) Previously they were output-corpus/../../output-corpus/$NAME Instead add them relative to the corpus dir. e.g. Given: corpus/a corpus/subdir/b archive will contain a, subdir/b
258,388
08.02.2023 22:32:28
18,000
543e1df5440953976b6c2e03355a30b6f6241cc8
[runner] Remove unused function
[ { "change_type": "MODIFY", "old_path": "experiment/runner.py", "new_path": "experiment/runner.py", "diff": "@@ -450,29 +450,6 @@ def get_fuzzer_module(fuzzer):\nreturn fuzzer_module\n-def tar_directory(directory, tar):\n- \"\"\"Add the contents of |directory| to |tar|. Note that this should not\n- e...
Python
Apache License 2.0
google/fuzzbench
[runner] Remove unused function (#1698)
288,284
09.01.2017 15:01:06
18,000
03f9c6c076e7691cd579779ae0dc466653811bba
Replaced observer used by inventory-typeahead
[ { "change_type": "MODIFY", "old_path": "app/components/inventory-typeahead.js", "new_path": "app/components/inventory-typeahead.js", "diff": "@@ -5,6 +5,7 @@ export default TypeAhead.extend({\ndisplayKey: 'name',\nshowQuantity: true,\ni18n: Ember.inject.service(),\n+ store: Ember.inject.service(),\n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Replaced observer used by inventory-typeahead
288,284
11.01.2017 16:35:31
18,000
8cd603d7333e77d982b9b8737fc12a71eb1e9bd4
Fixed layout of typeahead/select fields.
[ { "change_type": "MODIFY", "old_path": "app/templates/components/select-or-typeahead.hbs", "new_path": "app/templates/components/select-or-typeahead.hbs", "diff": "{{#if userCanAdd}}\n{{partial 'components/render-typeahead'}}\n{{else}}\n- {{em-select class=className label=label\n+ {{em-select class=...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed layout of typeahead/select fields.
288,284
11.01.2017 16:37:12
18,000
3e8262b5ec9152373159612979cd827c68232753
Changed setDefaultCustomForms to return model
[ { "change_type": "MODIFY", "old_path": "app/services/custom-forms.js", "new_path": "app/services/custom-forms.js", "diff": "@@ -56,6 +56,7 @@ export default Ember.Service.extend({\n}\n});\n}\n+ return model;\n});\n}\n" }, { "change_type": "MODIFY", "old_path": "app/visits/edit/route.js",...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Changed setDefaultCustomForms to return model
288,284
11.01.2017 17:16:36
18,000
2d26e7f91b42061d57d6899918d185fab4b4639d
Don't show allergies if there are none and user can't add them
[ { "change_type": "MODIFY", "old_path": "app/components/medication-allergy.js", "new_path": "app/components/medication-allergy.js", "diff": "import Ember from 'ember';\nconst {\n- computed\n+ computed,\n+ get,\n+ isEmpty\n} = Ember;\nexport default Ember.Component.extend({\n@@ -35,6 +37,14 @@ export ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Don't show allergies if there are none and user can't add them
288,284
11.01.2017 17:16:52
18,000
610408b9d3267fb0a381834a02ea686ea4bf6650
Don't show sex unless field is set
[ { "change_type": "MODIFY", "old_path": "app/templates/components/patient-summary.hbs", "new_path": "app/templates/components/patient-summary.hbs", "diff": "<label class=\"ps-info-label\">{{t 'labels.name'}}</label>\n<span class=\"ps-info-data\">{{patient.displayName}}</span>\n</div>\n-\n+ {{#if pati...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Don't show sex unless field is set
288,284
13.01.2017 10:28:29
18,000
5d05bfc72c3ef5c316d7e3bfb258429b10ea6f42
New component for operative plan and operation report Component to add/maintain multiple procedures
[ { "change_type": "ADD", "old_path": null, "new_path": "app/components/operative-procedures.js", "diff": "+import Ember from 'ember';\n+\n+const {\n+ computed,\n+ isEmpty,\n+ get,\n+ set\n+} = Ember;\n+\n+export function addProcedure(model) {\n+ let procedures = get(model, 'procedures');\n+ let descr...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
New component for operative plan and operation report Component to add/maintain multiple procedures
288,284
13.01.2017 16:11:19
18,000
0ab130643e72a41be5ec843f318c39aadf0dd353
Test for operative plan and operation report
[ { "change_type": "ADD", "old_path": null, "new_path": "tests/acceptance/operative-test.js", "diff": "+import Ember from 'ember';\n+import { module, test } from 'qunit';\n+import startApp from 'hospitalrun/tests/helpers/start-app';\n+\n+const ADDITIONAL_NOTES = 'Additional Notes here';\n+const CASE_C...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Test for operative plan and operation report
288,284
13.01.2017 16:12:32
18,000
b7c58d4fef7224d33e9c00b6438b53272e03619a
Show preop diagnosis on operation report
[ { "change_type": "ADD", "old_path": null, "new_path": "app/components/patient-diagnosis.js", "diff": "+import Ember from 'ember';\n+import PatientDiagnosis from 'hospitalrun/mixins/patient-diagnosis';\n+import { translationMacro as t } from 'ember-i18n';\n+import UserSession from 'hospitalrun/mixins...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Show preop diagnosis on operation report
288,284
18.01.2017 09:40:01
-3,600
7d6cba0e5217b49e60d9a2efd83a8a906937d907
Fixes Make sure create new patient check box is not checked on new check ins
[ { "change_type": "MODIFY", "old_path": "app/visits/edit/controller.js", "new_path": "app/visits/edit/controller.js", "diff": "@@ -11,7 +11,8 @@ import VisitTypes from 'hospitalrun/mixins/visit-types';\nconst {\ncomputed,\n- isEmpty\n+ isEmpty,\n+ set\n} = Ember;\nexport default AbstractEditControlle...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixes #923 Make sure create new patient check box is not checked on new check ins
288,284
20.01.2017 17:27:39
-3,600
995c67ebb2b25cd0a67b3cc6def97cb6b615c38b
Changed creation of operation report Addresses issue where operative report gets closed but operation report does not get created.
[ { "change_type": "MODIFY", "old_path": "app/appointments/route.js", "new_path": "app/appointments/route.js", "diff": "@@ -24,7 +24,7 @@ export default AbstractModuleRoute.extend(UserSession, {\nvisitProps.returnTo = 'appointments';\nthis.transitionTo('visits.edit', 'checkin').then(function(newRoute)...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Changed creation of operation report Addresses issue where operative report gets closed but operation report does not get created.
288,284
20.01.2017 17:28:03
-3,600
c9cab8ced2591695dfcc5fe26ceb2840e8598b13
Fixed layout of add form button
[ { "change_type": "MODIFY", "old_path": "app/templates/components/custom-form-manager.hbs", "new_path": "app/templates/components/custom-form-manager.hbs", "diff": "{{custom-form model=model form=customForm.form propertyPrefix=customForm.propertyPrefix}}\n{{/each}}\n{{#if showAddButton}}\n+ <div clas...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed layout of add form button
288,284
25.01.2017 15:15:12
18,000
afa1b4513ec12587608affbaed13077e72ecc017
Fixed double fetch of model
[ { "change_type": "MODIFY", "old_path": "app/components/calendar-control.js", "new_path": "app/components/calendar-control.js", "diff": "import Ember from 'ember';\nimport moment from 'moment';\n+const { isEmpty } = Ember;\n+\nexport default Ember.Component.extend({\n+ defaultView: 'agendaWeek',\nvis...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed double fetch of model
288,284
25.01.2017 15:16:53
18,000
5a2e400d4ca929c88c73007f426e0b49bea9dcc7
Added default view and height
[ { "change_type": "MODIFY", "old_path": "app/components/calendar-control.js", "new_path": "app/components/calendar-control.js", "diff": "@@ -4,7 +4,13 @@ import moment from 'moment';\nconst { isEmpty } = Ember;\nexport default Ember.Component.extend({\n+ calendarHeader: {\n+ left: 'title',\n+ center:...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Added default view and height
288,284
25.01.2017 16:36:13
18,000
43fbdaab99f5d766538f67538d13766de4a7b3b1
Fixed allDay and provider display
[ { "change_type": "MODIFY", "old_path": "app/appointments/calendar/route.js", "new_path": "app/appointments/calendar/route.js", "diff": "import AppointmentIndexRoute from 'hospitalrun/appointments/index/route';\n+import Ember from 'ember';\nimport moment from 'moment';\nimport { translationMacro as t...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed allDay and provider display
288,284
25.01.2017 16:37:41
18,000
a95047dec16662a5c0ddd5774ad8fbbbea97988d
Allow editing/creation of events from calendar
[ { "change_type": "MODIFY", "old_path": "app/appointments/calendar/controller.js", "new_path": "app/appointments/calendar/controller.js", "diff": "@@ -4,6 +4,10 @@ import VisitTypes from 'hospitalrun/mixins/visit-types';\nimport SelectValues from 'hospitalrun/utils/select-values';\nimport Ember from ...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Allow editing/creation of events from calendar
288,284
25.01.2017 17:22:28
18,000
61d0446a2fcedfe79fd6e05abb66166a3c80ffbd
Updated to comply with styleguide
[ { "change_type": "MODIFY", "old_path": "app/appointments/calendar/controller.js", "new_path": "app/appointments/calendar/controller.js", "diff": "@@ -5,46 +5,61 @@ import SelectValues from 'hospitalrun/utils/select-values';\nimport Ember from 'ember';\nconst {\n+ computed,\n+ computed: {\n+ alias\n+...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Updated to comply with styleguide
288,284
26.01.2017 14:07:05
18,000
8ae66000f9f24fa554cd2aa3afe3659611d53539
New styles for appointment calendars
[ { "change_type": "MODIFY", "old_path": "app/styles/app.scss", "new_path": "app/styles/app.scss", "diff": "// Components\n@import 'components/alert';\n@import 'components/buttons';\n+@import 'components/calendar';\n@import 'components/dropdown';\n@import 'components/form_styles';\n@import 'components...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
New styles for appointment calendars
288,284
26.01.2017 14:07:28
18,000
b0f9966808541ab6bb45082bf94c274e4817ea8e
Match calendar filters layout
[ { "change_type": "MODIFY", "old_path": "app/appointments/search/template.hbs", "new_path": "app/appointments/search/template.hbs", "diff": "{{#em-form model=model submitButton=false }}\n<div class=\"row\">\n{{date-picker property=\"selectedStartingDate\" label=(t \"appointments.labels.selectedStarti...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Match calendar filters layout
288,284
26.01.2017 14:08:58
18,000
c2d5dd0f0dc05241e8625c8c3edacd5ab73f1bab
Make sure calendar options work on return Also fixed start date and end date on data retrieval of appointments
[ { "change_type": "MODIFY", "old_path": "app/appointments/calendar/controller.js", "new_path": "app/appointments/calendar/controller.js", "diff": "import AppointmentIndexController from 'hospitalrun/appointments/index/controller';\nimport AppointmentStatuses from 'hospitalrun/mixins/appointment-statu...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Make sure calendar options work on return Also fixed start date and end date on data retrieval of appointments
288,376
28.01.2017 15:01:53
18,000
b16ee176cdc63cf01d529d26c055f7596b8dca03
Removing Workflow from the Administration submenu for 1.0 Closes Partially to test something else. Partially b/c asked for it.
[ { "change_type": "MODIFY", "old_path": "app/mixins/navigation.js", "new_path": "app/mixins/navigation.js", "diff": "@@ -291,12 +291,6 @@ export default Ember.Mixin.create({\niconClass: 'octicon-chevron-right',\nroute: 'admin.roles',\ncapability: 'define_user_roles'\n- },\n- {\n- title: 'Workflow',\n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Removing Workflow from the Administration submenu for 1.0 Closes #925. Partially to test something else. Partially b/c @mnorbeck asked for it.
288,284
30.01.2017 13:23:17
18,000
e053172373617ffefc37846c2056a3d44d0279e3
Show dialog when user session has expired.
[ { "change_type": "MODIFY", "old_path": "app/adapters/application.js", "new_path": "app/adapters/application.js", "diff": "import Ember from 'ember';\nimport { Adapter } from 'ember-pouch';\n+import UnauthorizedError from 'hospitalrun/utils/unauthorized-error';\nimport PouchAdapterUtils from 'hospita...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Show dialog when user session has expired.
288,284
30.01.2017 13:24:03
18,000
4f86031714a39b83c2ae1c1277581e28ae9ff3e7
Automatically save appointment Save appointment automatically when dragged or resized on calendar view.
[ { "change_type": "MODIFY", "old_path": "app/appointments/calendar/controller.js", "new_path": "app/appointments/calendar/controller.js", "diff": "@@ -104,7 +104,9 @@ export default AppointmentIndexController.extend(AppointmentStatuses, VisitTypes\nlet newStart = calendarEvent.start.local().toDate();...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Automatically save appointment Save appointment automatically when dragged or resized on calendar view.
288,284
30.01.2017 16:09:02
18,000
535907402fcada5828da4e0a9af80bdfec94a6b9
Added appointment test for calendar
[ { "change_type": "MODIFY", "old_path": "app/appointments/edit/template.hbs", "new_path": "app/appointments/edit/template.hbs", "diff": "{{else}}\n{{date-time-picker datePickerClass=\"required test-appointment-date\" label=(t 'labels.date') model=model}}\n{{/if}}\n- {{em-checkbox label=(t 'labels.all...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Added appointment test for calendar
288,284
03.02.2017 14:36:18
18,000
df679bc6602e437a93505eed19315f71b567ce11
Make sure admin works with user timeout Fixes
[ { "change_type": "MODIFY", "old_path": "app/adapters/application.js", "new_path": "app/adapters/application.js", "diff": "import Ember from 'ember';\nimport { Adapter } from 'ember-pouch';\n-import UnauthorizedError from 'hospitalrun/utils/unauthorized-error';\n-import PouchAdapterUtils from 'hospit...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Make sure admin works with user timeout Fixes #930
288,284
03.02.2017 15:23:37
18,000
a786848ee0bb6df89366a3cea51030631bfd1792
Updated to ember-cli-stylelint 0.9.1
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"broccoli-manifest\": \"0.0.7\",\n\"broccoli-merge-trees\": \"^1.1.1\",\n\"broccoli-serviceworker\": \"0.1.4\",\n- \"broccoli-stylelint\": \"billybonks/broccoli-stylelint\",\n\"ember-ajax\": \"2.5.2\",\n\"em...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Updated to ember-cli-stylelint 0.9.1
288,284
03.02.2017 15:34:00
18,000
e33ff61c8722b509c42aa2e4009b8abaa57a4e91
Updated to stylelint-scss 1.4.1
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"stylelint\": \"~7.7.1\",\n\"stylelint-config-concentric\": \"1.0.6\",\n\"stylelint-declaration-use-variable\": \"1.6.0\",\n- \"stylelint-scss\": \"1.4.0\",\n+ \"stylelint-scss\": \"1.4.1\",\n\"uuid\": \"^3....
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Updated to stylelint-scss 1.4.1
288,284
06.02.2017 11:53:34
18,000
db002b9fc48744aff92f1342b78da9942c934b8b
Fixed error in theater scheduling test
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/appointments-test.js", "new_path": "tests/acceptance/appointments-test.js", "diff": "@@ -183,8 +183,12 @@ test('Appointment calendar', function(assert) {\ntest('Theater scheduling', function(assert) {\nrunWithPouchDump('appointments', function...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed error in theater scheduling test
288,284
06.02.2017 13:04:12
18,000
424b56addb1dbb50aef7500218a3a72176a97fac
Updated ember-cli-sass to 6.1.1
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"ember-cli-moment-shim\": \"3.0.1\",\n\"ember-cli-qunit\": \"^3.0.1\",\n\"ember-cli-release\": \"^0.2.9\",\n- \"ember-cli-sass\": \"^6.0.0\",\n+ \"ember-cli-sass\": \"^6.1.1\",\n\"ember-cli-sri\": \"^2.1.0\"...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Updated ember-cli-sass to 6.1.1
288,284
15.02.2017 09:31:22
18,000
225bcff09898de4faabde82be2b3228023f89548
Fix for load db screen not loading.
[ { "change_type": "MODIFY", "old_path": "app/routes/abstract-edit-route.js", "new_path": "app/routes/abstract-edit-route.js", "diff": "import AuthenticatedRouteMixin from 'ember-simple-auth/mixins/authenticated-route-mixin';\nimport Ember from 'ember';\n+\n+const { get } = Ember;\n+\nexport default E...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix for load db screen not loading.
288,284
15.02.2017 12:19:36
18,000
9d0c479b6292d1887f40086aa57f9e6696c1b7ef
Make sure outPatient flag gets properly set.
[ { "change_type": "MODIFY", "old_path": "app/visits/edit/controller.js", "new_path": "app/visits/edit/controller.js", "diff": "@@ -267,14 +267,19 @@ export default AbstractEditController.extend(AddNewPatient, ChargeActions, Diagn\nmessage: 'creating new patient first'\n});\n}\n+ let outPatient = fals...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Make sure outPatient flag gets properly set.
288,284
16.02.2017 14:33:36
18,000
cfbbb351523d6769522dc54467ad79eb227bb3f8
Fixed importing of lookup lists Fixes
[ { "change_type": "MODIFY", "old_path": "app/admin/lookup/controller.js", "new_path": "app/admin/lookup/controller.js", "diff": "import Ember from 'ember';\nimport BillingCategories from 'hospitalrun/mixins/billing-categories';\n+import csvParse from 'npm:csv-parse';\nimport ModalHelper from 'hospita...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed importing of lookup lists Fixes #921
288,332
22.02.2017 05:13:44
-28,800
e023b78ecd80236575a7aaebea609f8fb0461dfe
refactor patients model translation
[ { "change_type": "MODIFY", "old_path": "app/appointments/calendar/template.hbs", "new_path": "app/appointments/calendar/template.hbs", "diff": "{{#em-form model=model submitButton=false}}\n<div class=\"row\">\n{{em-select class=\"col-sm-3 form-input-group\"\n- label=(t \"labels.status\")\n+ label=(t...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
refactor patients model translation (#951)
288,284
22.02.2017 12:05:53
18,000
0990ad1919c6ff2666dd767260cec78185204001
Change how "new" routes work Makes sure that if user redirects to url the patient is properly selected.
[ { "change_type": "MODIFY", "old_path": "app/appointments/edit/route.js", "new_path": "app/appointments/edit/route.js", "diff": "import AbstractEditRoute from 'hospitalrun/routes/abstract-edit-route';\n+import AddToPatientRoute from 'hospitalrun/mixins/add-to-patient-route';\nimport Ember from 'ember...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Change how "new" routes work Makes sure that if user redirects to url the patient is properly selected.
288,284
22.02.2017 12:06:10
18,000
917cfdf301cf9b1c2b565f4264e141eb9fdf5359
Move back to official release of ember-rapid-forms.
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"ember-load-initializers\": \"^0.6.0\",\n\"ember-pouch\": \"4.2.1\",\n\"ember-radio-buttons\": \"^4.0.1\",\n- \"ember-rapid-forms\": \"GCorbel/ember-rapid-forms#26229804a2c430bbdf1ffb6bab8fb53af17bb3a4\",\n+...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Move back to official release of ember-rapid-forms.
288,344
25.02.2017 16:07:01
-28,800
4503f7729e80eb5bb5d9cf019c042f32e9f42862
Move modal alert to inline
[ { "change_type": "MODIFY", "old_path": "app/patients/edit/controller.js", "new_path": "app/patients/edit/controller.js", "diff": "@@ -645,13 +645,9 @@ export default AbstractEditController.extend(BloodTypes, DiagnosisActions, Retur\nafterUpdate(record) {\nthis._updateSequence(record).then(() => {\n-...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Move modal alert to inline
288,284
11.03.2017 11:31:55
18,000
1c0e2d0be91cc4b09ac5891eec8e63b1442da4ec
Try to get tests to work better in Travis
[ { "change_type": "MODIFY", "old_path": ".travis.yml", "new_path": ".travis.yml", "diff": "@@ -10,20 +10,19 @@ branches:\nsudo: false\ncache:\n- directories\n+ directories:\n- $HOME/.npm\n- $HOME/.cache # includes bowers cache\nbefore_install:\n- npm config set spin false\n- - npm install -g bower\n+...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Try to get tests to work better in Travis
288,284
13.03.2017 16:08:51
14,400
964018d7a270024b73eef3e7b4417f269868e5aa
Fix issues with tests.
[ { "change_type": "MODIFY", "old_path": "config/deprecation-workflow.js", "new_path": "config/deprecation-workflow.js", "diff": "window.deprecationWorkflow = window.deprecationWorkflow || {};\nwindow.deprecationWorkflow.config = {\nworkflow: [\n- { handler: \"silence\", matchId: \"ember-application.i...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix issues with tests.
288,284
15.03.2017 14:36:21
14,400
5441db8d45a204d6e542a42bc822bd8fd4c23c2c
Fixed button to display update after adding new visit.
[ { "change_type": "MODIFY", "old_path": "app/visits/edit/controller.js", "new_path": "app/visits/edit/controller.js", "diff": "@@ -141,14 +141,14 @@ export default AbstractEditController.extend(AddNewPatient, ChargeActions, Diagn\n}\n}),\n- updateButtonText: function() {\n+ updateButtonText: computed...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed button to display update after adding new visit.
288,284
15.03.2017 15:14:11
14,400
ab20e7d522a3ce7a631fa7913f1021d95aebe856
Remove default value for print header This information can now be set by the print header admin option.
[ { "change_type": "MODIFY", "old_path": "app/services/database.js", "new_path": "app/services/database.js", "diff": "@@ -3,10 +3,8 @@ import createPouchViews from 'hospitalrun/utils/pouch-views';\nimport List from 'npm:pouchdb-list';\nimport PouchAdapterMemory from 'npm:pouchdb-adapter-memory';\nimpo...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Remove default value for print header This information can now be set by the print header admin option.
288,284
15.03.2017 15:14:46
14,400
5101d2f45c1d6d81962353ebe704129f06f20b31
Display error in user crud Updated to use abstract _handleError function.
[ { "change_type": "MODIFY", "old_path": "app/users/edit/controller.js", "new_path": "app/users/edit/controller.js", "diff": "@@ -48,7 +48,9 @@ export default AbstractEditController.extend(UserRoles, {\nlet sectionDetails = {};\nsectionDetails.currentScreenTitle = editTitle;\nthis.send('setSectionHead...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Display error in user crud Updated to use abstract _handleError function.
288,284
15.03.2017 16:01:17
14,400
c9bcdcf4c09d25a385887211a7c2dcd308ddfd8d
Fix issue not saving patient sequence on new db.
[ { "change_type": "MODIFY", "old_path": "app/mixins/friendly-id.js", "new_path": "app/mixins/friendly-id.js", "diff": "@@ -25,9 +25,11 @@ export default Ember.Mixin.create({\nvalue: 1,\nprefix\n}));\n+ return sequence.save().then((sequence) => {\nreturn this._findUnusedId(sequence, prefix, modelName)...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix issue not saving patient sequence on new db.
288,376
15.03.2017 16:04:46
14,400
bd05eab5f9bd36f715e74b74af86c6447e46fe18
Adding standAlone flag in config service
[ { "change_type": "MODIFY", "old_path": "app/services/config.js", "new_path": "app/services/config.js", "diff": "@@ -7,6 +7,7 @@ export default Ember.Service.extend({\ndatabase: inject.service(),\nsession: inject.service(),\nsessionData: Ember.computed.alias('session.data'),\n+ standAlone: false,\nse...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Adding standAlone flag in config service
288,376
15.03.2017 16:07:05
14,400
0579dbcea2f19d5594620a3621570001da15e889
conditionally create the local usersDB
[ { "change_type": "MODIFY", "old_path": "app/services/database.js", "new_path": "app/services/database.js", "diff": "@@ -11,20 +11,26 @@ const {\nexport default Ember.Service.extend({\nconfig: Ember.inject.service(),\nmainDB: null, // Server DB\n+ usersDB: null, // local users database for standAlone...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
conditionally create the local usersDB
288,376
15.03.2017 16:07:54
14,400
0b9fc6a9f8699b7f22f4e33991df39ade92ec66b
if we're in standAlone mode, read the local PouchDB changes to the user adapter for the local users database. Note that this is not fully functioning at present.
[ { "change_type": "MODIFY", "old_path": "app/adapters/user.js", "new_path": "app/adapters/user.js", "diff": "@@ -5,6 +5,7 @@ import UserSession from 'hospitalrun/mixins/user-session';\nconst { get } = Ember;\nexport default DS.RESTAdapter.extend(UserSession, {\n+ config: Ember.inject.service(),\ndata...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
if we're in standAlone mode, read the local PouchDB changes to the user adapter for the local users database. Note that this is not fully functioning at present.
288,284
16.03.2017 21:16:18
14,400
9550d520e8656c4d444a79cad6129ec9b4b3163e
Fixed appointment calendar test Fixes Closes
[ { "change_type": "MODIFY", "old_path": "tests/acceptance/appointments-test.js", "new_path": "tests/acceptance/appointments-test.js", "diff": "@@ -32,7 +32,6 @@ test('visiting /appointments/missed', function(assert) {\nrunWithPouchDump('appointments', function() {\nauthenticateUser();\nlet url = '/ap...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fixed appointment calendar test Fixes #976 Closes #978
288,284
17.03.2017 13:36:48
14,400
d6afb52aaab691a097d839ecb41fbede0ea323c1
Fix missing octicons
[ { "change_type": "MODIFY", "old_path": "vendor/octicons/octicons/octicons.css", "new_path": "vendor/octicons/octicons/octicons.css", "diff": "@font-face {\nfont-family: 'octicons';\n- src: url('/fonts/octicons.eot?#iefix') format('embedded-opentype'),\n- url('/fonts/octicons.woff') format('woff'),\n...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Fix missing octicons
288,284
17.03.2017 13:37:09
14,400
f4133d0a4e856f4834f4bb71ac3461faa9e39aa0
Added pouchdb-users for electron
[ { "change_type": "MODIFY", "old_path": "app/services/database.js", "new_path": "app/services/database.js", "diff": "@@ -2,6 +2,7 @@ import Ember from 'ember';\nimport createPouchViews from 'hospitalrun/utils/pouch-views';\nimport List from 'npm:pouchdb-list';\nimport PouchAdapterMemory from 'npm:pou...
TypeScript
MIT License
hospitalrun/hospitalrun-frontend
Added pouchdb-users for electron