{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":149394,"defaultBranch":"master","name":"common-files","ownerLogin":"expectedbehavior","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2009-03-12T18:13:54.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/62844?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1701211870.0","currentOid":""},"activityList":{"items":[{"before":"a2d59e830d3ec1fef0436d3ab06b90cc09ad2f80","after":"1d75e0d1b76cccb66855726b67117d6d6dd33299","ref":"refs/heads/jason_2023-05-25","pushedAt":"2024-03-12T17:58:36.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Fix some irb issues\n\nWhy is this change needed?\n--------------------------\nThis was printing error messages on new rubies.\n\nHow does it address the issue?\n------------------------------\nComment this out for now, though I think I will want to bring some of\nthis back in.","shortMessageHtmlLink":"Fix some irb issues"}},{"before":"ae872801628fd2c62fc8ceeb3e9e80cadaca74bf","after":"dbe19a1cb50cd6c97b0ee06e540dd0b2e7959593","ref":"refs/heads/test_improvements","pushedAt":"2023-11-30T20:25:09.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mediocretes","name":"Nathan D Acuff","path":"/mediocretes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149895?s=80&v=4"},"commit":{"message":"When repeat finishes, send a notification to the notification center.","shortMessageHtmlLink":"When repeat finishes, send a notification to the notification center."}},{"before":"4f5399097b09dc239ecddaf26288ef5b7a7aa93f","after":"ae872801628fd2c62fc8ceeb3e9e80cadaca74bf","ref":"refs/heads/test_improvements","pushedAt":"2023-11-29T18:41:12.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mediocretes","name":"Nathan D Acuff","path":"/mediocretes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149895?s=80&v=4"},"commit":{"message":"The opposite of the merge in which I extracted the OBJC fork variable export. Now we actually want that terraform completion in there. Not doing these as two seperate PRs from the start was a mistake, and this is me eating my vegetables.","shortMessageHtmlLink":"The opposite of the merge in which I extracted the OBJC fork variable…"}},{"before":"e7c50a382aab58721dd845935cbcd69a3707b029","after":"4160720b7d1a97e81d5dfcedb99fa29e60c524b3","ref":"refs/heads/master","pushedAt":"2023-11-29T18:39:54.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"mediocretes","name":"Nathan D Acuff","path":"/mediocretes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149895?s=80&v=4"},"commit":{"message":"Merge pull request #43 from expectedbehavior/export_fork_flag\n\nexport a flag to disable objc fork safety.","shortMessageHtmlLink":"Merge pull request #43 from expectedbehavior/export_fork_flag"}},{"before":"45ae76460e19ccbf2d7cb150d5e00211e6705fe7","after":"4f5399097b09dc239ecddaf26288ef5b7a7aa93f","ref":"refs/heads/test_improvements","pushedAt":"2023-11-28T23:36:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mediocretes","name":"Nathan D Acuff","path":"/mediocretes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149895?s=80&v=4"},"commit":{"message":"Fix a bug in the previous commit related to counting failures. Also, rename some variables to make it more friendly to read.","shortMessageHtmlLink":"Fix a bug in the previous commit related to counting failures. Also, …"}},{"before":"e8752671293cdb37fc0bc32ed31ee41a430393e3","after":"45ae76460e19ccbf2d7cb150d5e00211e6705fe7","ref":"refs/heads/test_improvements","pushedAt":"2023-11-28T23:10:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mediocretes","name":"Nathan D Acuff","path":"/mediocretes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149895?s=80&v=4"},"commit":{"message":"Make some Quality of Life improvements to the repeat() bash function.\n\nWhy is this change needed?\n--------------------------\nThis function is useful when identifying heisentest issues and generally grinding through things that need multiple runs. It is not, however, very user friendly, especialliy when running tasks with lots of output.\n\nHow does it address the issue?\n------------------------------\nThis adds a failure counter (which counts non-zero exit statuses, perfect for `rails test`) and also outputs a loop counter in between runs so you can see how far along you are.\n\nAny links to any relevant tickets, articles, or other resources?\n---------------------------------------------------------------\n\nAny screenshots?\n----------------\n\nDid you complete all of the following?\n--------------------------------------\n- Run test suite?\n- Add new tests?\n- Consider security implications and practices?","shortMessageHtmlLink":"Make some Quality of Life improvements to the repeat() bash function."}},{"before":null,"after":"502030044289f5be9d24c64c0f5683c042bf4006","ref":"refs/heads/export_fork_flag","pushedAt":"2023-11-28T22:51:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mediocretes","name":"Nathan D Acuff","path":"/mediocretes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149895?s=80&v=4"},"commit":{"message":"export a flag to disable objc fork safety. this is required in order to get forking to work properly in hte docraptor tests. as things labeled 'unsafe' go, it is fairly safe. We have seen this before and this was the solution then, too. Read more: https://stackoverflow.com/questions/52671926/rails-may-have-been-in-progress-in-another-thread-when-fork-was-called","shortMessageHtmlLink":"export a flag to disable objc fork safety. this is required in order …"}},{"before":null,"after":"e8752671293cdb37fc0bc32ed31ee41a430393e3","ref":"refs/heads/test_improvements","pushedAt":"2023-11-17T18:59:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mediocretes","name":"Nathan D Acuff","path":"/mediocretes","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/149895?s=80&v=4"},"commit":{"message":"export a flag to disable objc fork safety. this is required in order to get forking to work properly in hte docraptor tests. as things labeled 'unsafe' go, it is fairly safe. We have seen this before and this was the solution then, too. Read more: https://stackoverflow.com/questions/52671926/rails-may-have-been-in-progress-in-another-thread-when-fork-was-called","shortMessageHtmlLink":"export a flag to disable objc fork safety. this is required in order …"}},{"before":"4a8f19b31825bd6611344077ccbf6a47817c100d","after":"e7c50a382aab58721dd845935cbcd69a3707b029","ref":"refs/heads/master","pushedAt":"2023-08-16T21:41:50.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Merge pull request #41 from expectedbehavior/remove-chloe","shortMessageHtmlLink":"Merge pull request #41 from expectedbehavior/remove-chloe"}},{"before":null,"after":"0554662486abae6b6bd5241191f7495ac6709b29","ref":"refs/heads/remove-chloe","pushedAt":"2023-08-15T18:49:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"JamesPaden","name":"James Paden","path":"/JamesPaden","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/297533?s=80&v=4"},"commit":{"message":"Remove chloe","shortMessageHtmlLink":"Remove chloe"}},{"before":"15c0bba6d7bb7fd44e86081ef5e899ef3f03f296","after":null,"ref":"refs/heads/remove_arq","pushedAt":"2023-07-11T15:37:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"esquivalient","name":"Matthew Gordon","path":"/esquivalient","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1167916?s=80&v=4"}},{"before":"8bacec856bdfec6db3ce99b10b4616e54c52ebfd","after":"4a8f19b31825bd6611344077ccbf6a47817c100d","ref":"refs/heads/master","pushedAt":"2023-07-11T15:37:39.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"esquivalient","name":"Matthew Gordon","path":"/esquivalient","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1167916?s=80&v=4"},"commit":{"message":"Merge pull request #40 from expectedbehavior/remove_arq\n\nRemove Arq from the general Brewfile","shortMessageHtmlLink":"Merge pull request #40 from expectedbehavior/remove_arq"}},{"before":"2fb7796011b4c4996a8ac78314740131dca8ccd5","after":"a2d59e830d3ec1fef0436d3ab06b90cc09ad2f80","ref":"refs/heads/jason_2023-05-25","pushedAt":"2023-07-06T01:15:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Remove extraneous terraform completion line\n\nWhy is this change needed?\n--------------------------\nThis should be handled by the line above. I'm guessing this was just\nan accidental commit after terraform installed this.\n\nHow does it address the issue?\n------------------------------\nRemoves the line.","shortMessageHtmlLink":"Remove extraneous terraform completion line"}},{"before":null,"after":"15c0bba6d7bb7fd44e86081ef5e899ef3f03f296","ref":"refs/heads/remove_arq","pushedAt":"2023-07-06T00:39:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Remove Arq from the general Brewfile\n\nWhy is this change needed?\n--------------------------\nFolks complained about Arq hassling them when they weren't using it.\n\nHow does it address the issue?\n------------------------------\nI already have it in my personal brewfiles, so it doesn't need to be in\nthe general one. I like it, but having it annoy people isn't going to\nget them interested.","shortMessageHtmlLink":"Remove Arq from the general Brewfile"}},{"before":"ab218f682a384994473d6eb4d5ff0d0a40227a96","after":"2fb7796011b4c4996a8ac78314740131dca8ccd5","ref":"refs/heads/jason_2023-05-25","pushedAt":"2023-07-06T00:38:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Remove Arq from the general Brewfile\n\nWhy is this change needed?\n--------------------------\nFolks complained about Arq hassling them when they weren't using it.\n\nHow does it address the issue?\n------------------------------\nI already have it in my personal brewfiles, so it doesn't need to be in\nthe general one. I like it, but having it annoy people isn't going to\nget them interested.","shortMessageHtmlLink":"Remove Arq from the general Brewfile"}},{"before":"e82ebe01405aa76d9cfae9db57a4507a95e68d95","after":"ab218f682a384994473d6eb4d5ff0d0a40227a96","ref":"refs/heads/jason_2023-05-25","pushedAt":"2023-07-06T00:25:26.000Z","pushType":"push","commitsCount":11,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/master' into jason_2023-05-25\n\nConflicts:\n.ssh/config","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/master' into jason_2023-05-25"}},{"before":"a90dfff7e4fb2a376a4b0c87ec20ddd0496658f0","after":null,"ref":"refs/heads/fix_early_asdf_java_issue","pushedAt":"2023-07-06T00:20:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"}},{"before":"77199bfb8ae255ff5e318439d03753f014bb0744","after":"8bacec856bdfec6db3ce99b10b4616e54c52ebfd","ref":"refs/heads/master","pushedAt":"2023-07-06T00:20:40.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Merge pull request #34 from expectedbehavior/fix_early_asdf_java_issue\n\nPrevent asdf error before java is installed","shortMessageHtmlLink":"Merge pull request #34 from expectedbehavior/fix_early_asdf_java_issue"}},{"before":"85e2bde4264e431b390b7eee28cd97d49deeefed","after":null,"ref":"refs/heads/add_shellcheck_rsync_htop","pushedAt":"2023-07-06T00:19:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"}},{"before":"4d88dd6694177d4c40cd6d525ed8b16c44026557","after":"77199bfb8ae255ff5e318439d03753f014bb0744","ref":"refs/heads/master","pushedAt":"2023-07-06T00:19:49.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Merge pull request #35 from expectedbehavior/add_shellcheck_rsync_htop\n\nAdd a few useful utilities to the catchall brewfile","shortMessageHtmlLink":"Merge pull request #35 from expectedbehavior/add_shellcheck_rsync_htop"}},{"before":"305a082739e0ccd19ee59bfe03c158a36f7e9221","after":null,"ref":"refs/heads/improve_secrets_setup","pushedAt":"2023-07-06T00:17:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"}},{"before":"43b31aa99a85cf00990f6afd2ff40225f8e006e4","after":"4d88dd6694177d4c40cd6d525ed8b16c44026557","ref":"refs/heads/master","pushedAt":"2023-07-06T00:17:38.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Merge pull request #37 from expectedbehavior/improve_secrets_setup\n\nTake a stab at making it easier to setup secrets","shortMessageHtmlLink":"Merge pull request #37 from expectedbehavior/improve_secrets_setup"}},{"before":"66b0abc03d127a8c6bd84bb3a2dbf0633830659c","after":null,"ref":"refs/heads/improve_ssh_config","pushedAt":"2023-07-06T00:16:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"}},{"before":"41b38cfaafccaabb70437c620d49f8b6af3b8ed1","after":"43b31aa99a85cf00990f6afd2ff40225f8e006e4","ref":"refs/heads/master","pushedAt":"2023-07-06T00:16:15.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Merge pull request #38 from expectedbehavior/improve_ssh_config\n\nMake it easier to manage ssh config files","shortMessageHtmlLink":"Merge pull request #38 from expectedbehavior/improve_ssh_config"}},{"before":"c999eca2a6554af6a4ed3f0482ecf5f363e61bb2","after":"66b0abc03d127a8c6bd84bb3a2dbf0633830659c","ref":"refs/heads/improve_ssh_config","pushedAt":"2023-07-06T00:15:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Remove extraneous `Host *`\n\nWhy is this change needed?\n--------------------------\nIt's weird for there to be two `Host *` blocks right next to\neach other.\n\nHow does it address the issue?\n------------------------------\nRemove the extra section header.","shortMessageHtmlLink":"Remove extraneous Host *"}},{"before":"78da8dd1838fbd7deab224ce5e73ea26cbbe94fd","after":"e82ebe01405aa76d9cfae9db57a4507a95e68d95","ref":"refs/heads/jason_2023-05-25","pushedAt":"2023-07-06T00:07:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Show long lines in git diff\n\nWhy is this change needed?\n--------------------------\nI wanted to see a long line diff when working on the DR clients.\n\nHow does it address the issue?\n------------------------------\nIncrease the point at which delta will trucate a line in a diff.\n\nDid you complete all of the following?\n--------------------------------------\n- Run test suite?\n- Add new tests?\n- Consider security implications and practices?","shortMessageHtmlLink":"Show long lines in git diff"}},{"before":null,"after":"c999eca2a6554af6a4ed3f0482ecf5f363e61bb2","ref":"refs/heads/improve_ssh_config","pushedAt":"2023-05-26T02:50:38.920Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Make it easier to manage ssh config files\n\nWhy is this change needed?\n--------------------------\nWe want some ssh config for EB, but people might have personal stuff as\nwell.\n\nHow does it address the issue?\n------------------------------\nMove to a config.d directory and include all files in that directory.\nPeople can use stow to add personal configuration.","shortMessageHtmlLink":"Make it easier to manage ssh config files"}},{"before":null,"after":"305a082739e0ccd19ee59bfe03c158a36f7e9221","ref":"refs/heads/improve_secrets_setup","pushedAt":"2023-05-26T02:47:21.360Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Take a stab at making it easier to setup secrets\n\nWhy is this change needed?\n--------------------------\nWe'd like it to be easy to store sensitive data.\n\nHow does it address the issue?\n------------------------------\nAdd a script to help setup the secrets volume. Also update the stow\nscript to automatically use the secrets volume if it's setup.","shortMessageHtmlLink":"Take a stab at making it easier to setup secrets"}},{"before":"27799e9820f534a1547736905f1fdfc899f63b05","after":"41b38cfaafccaabb70437c620d49f8b6af3b8ed1","ref":"refs/heads/master","pushedAt":"2023-05-26T02:46:56.718Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Merge pull request #33 from expectedbehavior/gitmessage-tweaks\n\nMerge in gitmessage changes from PR template","shortMessageHtmlLink":"Merge pull request #33 from expectedbehavior/gitmessage-tweaks"}},{"before":"41b38cfaafccaabb70437c620d49f8b6af3b8ed1","after":"27799e9820f534a1547736905f1fdfc899f63b05","ref":"refs/heads/master","pushedAt":"2023-05-26T02:45:52.626Z","pushType":"push","commitsCount":1,"pusher":{"login":"jason-o-matic","name":"Jason Gladish","path":"/jason-o-matic","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/13733?s=80&v=4"},"commit":{"message":"Take a stab at making it easier to setup secrets\n\nWhy is this change needed?\n--------------------------\nWe'd like it to be easy to store sensitive data.\n\nHow does it address the issue?\n------------------------------\nAdd a script to help setup the secrets volume. Also update the stow\nscript to automatically use the secrets volume if it's setup.","shortMessageHtmlLink":"Take a stab at making it easier to setup secrets"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEE7EEEwA","startCursor":null,"endCursor":null}},"title":"Activity · expectedbehavior/common-files"}