{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":20383680,"defaultBranch":"master","name":"bpkg.github.io","ownerLogin":"bpkg","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2014-06-01T18:46:53.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/7672454?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1621449790.5587032","currentOid":""},"activityList":{"items":[{"before":"26ffc12b546b87e164ee40fe809e811a44f02b60","after":"f2c7a186c5ce57b9100a037b91e67bf6871079cf","ref":"refs/heads/master","pushedAt":"2024-05-07T19:37:36.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"bash-templater: add post (#85)","shortMessageHtmlLink":"bash-templater: add post (#85)"}},{"before":"6ada1aa07b236fac8493d6c7decbc348fc561a70","after":"26ffc12b546b87e164ee40fe809e811a44f02b60","ref":"refs/heads/master","pushedAt":"2024-04-09T20:10:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"bash-db (#87)\n\n* add bash-db\r\n\r\n* format post\r\n\r\n---------\r\n\r\nCo-authored-by: dskvr ","shortMessageHtmlLink":"bash-db (#87)"}},{"before":"596954fdcc2b2094df682f83224e20037931c0f8","after":"6ada1aa07b236fac8493d6c7decbc348fc561a70","ref":"refs/heads/master","pushedAt":"2024-02-21T20:14:58.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"Add kj4ezj/echo-eval (#84)","shortMessageHtmlLink":"Add kj4ezj/echo-eval (#84)"}},{"before":"e0bcaa36cdc1cbd54c64430aa715eabccaf703fc","after":"596954fdcc2b2094df682f83224e20037931c0f8","ref":"refs/heads/master","pushedAt":"2023-09-22T14:46:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Add bashunit (#82)\n\n* Add bashunit\n\n* Add bashunit authors\n\n* Add bashunit docs link","shortMessageHtmlLink":"Add bashunit (#82)"}},{"before":"df37784c485284be1340c2044b88637ff9d7ebe2","after":"e0bcaa36cdc1cbd54c64430aa715eabccaf703fc","ref":"refs/heads/master","pushedAt":"2023-07-23T19:42:37.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Update protobuf-parser-bash post. (#81)","shortMessageHtmlLink":"Update protobuf-parser-bash post. (#81)"}},{"before":"d13320d3041263f77e3cf3d6a0501590403402fa","after":"df37784c485284be1340c2044b88637ff9d7ebe2","ref":"refs/heads/master","pushedAt":"2023-07-23T19:07:49.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Add protobuf-parser-bash (#80)","shortMessageHtmlLink":"Add protobuf-parser-bash (#80)"}},{"before":"3b68da60d14fb080363e4bd52fc51e6c1c026e15","after":"d13320d3041263f77e3cf3d6a0501590403402fa","ref":"refs/heads/master","pushedAt":"2023-04-28T19:51:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Updated search feed fetch. (#77)","shortMessageHtmlLink":"Updated search feed fetch. (#77)"}},{"before":"2b6727b33bec1965d7fa9628a378cab3205662b0","after":"3b68da60d14fb080363e4bd52fc51e6c1c026e15","ref":"refs/heads/master","pushedAt":"2023-04-28T18:48:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Enhance search (#75)\n\n* Updated JSON feed:\r\n\r\n- Moved JSON feed file to `packages.json`\r\n- Added `json_path` to Jekyll configuration for new JSON feed\r\n- Added `search_path` to Jekyll configuration for search page\r\n- Updated JavaScript search to point to new JSON feed\r\n- Updated default template to utilize configured variables for navigation links\r\n\r\n* Modularize JavaScript search:\r\n\r\n- Modified JavaScript search into module\r\n- Moved JavaScript to module directory\r\n- Updated search page to import JavaScript module and provide configuration object\r\n\r\n* Updated search with templates:\r\n\r\n- Updated search JavaScript with templates for results, zero results, and no query\r\n- Updated search page with templates configuration and templates\r\n- Updated custom style sheet to modify search view\r\n\r\n* Updated search with fuzzy search:\r\n\r\n- Updated search JavaScript with Fuse fuzzy search module and associated code\r\n- Updated search page results template to include additional details\r\n- Updated custom style sheet to add highlight rules\r\n- Updated JSON feed to simplify package URLs\r\n\r\n* Update search with hotkeys:\r\n\r\n- Updated search JavaScript with HotKeys keybindings module and associated code\r\n- Updated search page keybinding configuration\r\n- Updated custom style sheet to add selection rule\r\n\r\n* Applied @Potherca suggestions:\r\n\r\n- Correcting strict-type comparison\r\n- Moved ternary operators to beginning of lines\r\n- Added braces to all if flow blocks\r\n\r\n* Applied @jwerle suggestion:\r\n\r\n- Added `catch` in `_fetchFeed` function","shortMessageHtmlLink":"Enhance search (#75)"}},{"before":"11fd95da57c3b59b7a6657904047bfdd6d4b8210","after":"2b6727b33bec1965d7fa9628a378cab3205662b0","ref":"refs/heads/master","pushedAt":"2023-04-07T21:29:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Search feature (#74)\n\n* Updated configured production URL to drop unneeded ending slash.\r\n* Updated ATOM feed to remove extra slash from self link.\r\n* Updated reference to ~atom_path` and `rss_path`.\r\n* Updated sitemap to sort pages and posts alphabetically.\r\n* Added a JSON search feed file.\r\n* Added search page with JavaScript search.\r\n* Updated site template to add link for search page to header section.","shortMessageHtmlLink":"Search feature (#74)"}},{"before":"ed3af15ec30efcaf7ccdfa3ea738a6c14f086773","after":"11fd95da57c3b59b7a6657904047bfdd6d4b8210","ref":"refs/heads/master","pushedAt":"2023-04-07T11:15:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Site template repairs (#73)\n\n* Added columnization to package category and tag pages:\r\n - Added `columns-grouping-heading` class to section header\r\n - Added div tag with `columns-grouping` class around each section header and unordered list\r\n - Added div tag with `columns` class around all sections\r\n - Added CSS rules\r\n* Added top margin to `unit-foot` class.\r\n* Fixed template background full height.\r\n* Removed aberrant shadow under footer section.\r\n* Update style from `zoom` to `transform`.\r\n* Added missing CSS rule properties.\r\n* Added missing blank lines under front matter.","shortMessageHtmlLink":"Site template repairs (#73)"}},{"before":"22541d3e94239d341aac56cdc1daaa0183efc6d5","after":"ed3af15ec30efcaf7ccdfa3ea738a6c14f086773","ref":"refs/heads/master","pushedAt":"2023-04-03T23:23:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Added SiteDiff to development environment (#72)\n\n- Added Docker service for SiteDiff\n- Added configuration for SiteDiff to dedicated `dev` directory\n- Moved `Dockerfile` for Jekyll service to dedicated `dev` directory\n- Added BPKG commands for SiteDiff processes\n- Updated GIT ignore to handle SiteDiff runtime files\n- Updated README for SiteDiff processes\n- Updated README for missing LESSC command","shortMessageHtmlLink":"Added SiteDiff to development environment (#72)"}},{"before":"3822aa79315362231dc9d45009cd621a40f97589","after":"22541d3e94239d341aac56cdc1daaa0183efc6d5","ref":"refs/heads/master","pushedAt":"2023-04-03T12:36:28.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Merge pull request #71 from WSI-Services/hight-long-pages\n\nUpdated style rules to provide `min-height` values.","shortMessageHtmlLink":"Merge pull request #71 from WSI-Services/hight-long-pages"}},{"before":"98a91e51fa85095955cbbc0228d46f822a5189cf","after":"3822aa79315362231dc9d45009cd621a40f97589","ref":"refs/heads/master","pushedAt":"2023-04-02T02:27:39.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"samlikins","name":"Sam Likins","path":"/samlikins","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1524832?s=80&v=4"},"commit":{"message":"Merge pull request #69 from WSI-Services/layout-full-height\n\nLayout Full Height","shortMessageHtmlLink":"Merge pull request #69 from WSI-Services/layout-full-height"}},{"before":"087939cefb8f35975bc4e917a3ec27e3f70f43ac","after":"98a91e51fa85095955cbbc0228d46f822a5189cf","ref":"refs/heads/master","pushedAt":"2023-04-01T13:23:57.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"Mixed Content HTTPS (#67)\n\n* Updated Disqus JavaScript protocol.\r\n\r\n* Updated URLs (where possible) to HTTPS.","shortMessageHtmlLink":"Mixed Content HTTPS (#67)"}},{"before":"8fff55df67ce0f5feef0eef531a306f4c51641bb","after":"087939cefb8f35975bc4e917a3ec27e3f70f43ac","ref":"refs/heads/master","pushedAt":"2023-03-31T13:25:01.315Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"Cleanup of Site Files (#65)\n\n* Remove trailing white-space from lines.\r\n\r\n* Update text files to have a single blank line at EOF.\r\n\r\n* Fix HTML quoting.\r\n\r\n* Convert inconsistent indentation character to double spaces.\r\n\r\n* Correct files readability indentations, white-space, and tags.\r\n\r\n* Fixing URLs, protocols and domains.\r\n\r\n* Added missing favicon file.\r\n\r\n* Enhance 404 page.\r\n\r\n* Updated development environment to add `lessc` and `github-pages` gem.\r\n\r\n* Updated `less` files to perform explicit math (as the CLI math option is being deprecated).\r\n\r\n* Updated page layout:\r\n\r\n- Updated `html`,`body`, `.body`, and `.unit-body` to have full height\r\n- Updated `.body` to fix 1 pixel width overflow\r\n\r\n* Update pagination layout on posts.","shortMessageHtmlLink":"Cleanup of Site Files (#65)"}},{"before":"eb1a22871a088beaf4222c9926ef24356c6f864a","after":"8fff55df67ce0f5feef0eef531a306f4c51641bb","ref":"refs/heads/master","pushedAt":"2023-03-17T20:55:06.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"Local dev (#64)\n\n* Added `bpkg.json` for quick command reference.\r\n\r\n* Added Docker for local development environment:\r\n\r\n- Added `docker-compose.yml` with `jekyll/jekyll` image\r\n- Updated `_config.yml` exclude to include compose file\r\n- Updated `bpkg.json` to include docker commands\r\n- Updated `README.md` to provide Docker Environment section\r\n\r\n* Added Jekyll minimal theme to Docker image.\r\n\r\n- Added `Dockerfile` with `gem install` for required Jekyll theme\r\n- Updated `docker-compose.yml` to use new `Dockerfile`\r\n- Updated `_config.yml` exclude to include `dev` directory\r\n\r\n* Fixed failed Jekyll build:\r\n\r\n- Updated `Dockerfile` to add `webrick` install\r\n- Remove `nil` valued layout from `atom.xml` and `rss.xml`\r\n\r\n* Added `bpkg` to Docker image:\r\n\r\n- Updated `Dockerfile` to install `bpkg` and dependencies\r\n- Updated `bpkg.json` to include commands for Docker `bpkg`\r\n\r\n* Added `bpkg` Rake commands.\r\n\r\n* Correct Docker environment:\r\n\r\n- Update `bpkg.json` command `docker` to expose service ports\r\n- Update `Dockerfile` installation of `curl` removing virtual option","shortMessageHtmlLink":"Local dev (#64)"}},{"before":"a5b189059f7fd749fc204df841cca2d693a5b6c5","after":"eb1a22871a088beaf4222c9926ef24356c6f864a","ref":"refs/heads/master","pushedAt":"2023-03-12T18:41:15.814Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"Added guidelines for using `commands` in package file. (#61)","shortMessageHtmlLink":"Added guidelines for using commands in package file. (#61)"}},{"before":"2481168976f80a4950551ded181e967d93a80bb7","after":"a5b189059f7fd749fc204df841cca2d693a5b6c5","ref":"refs/heads/master","pushedAt":"2023-03-12T18:17:30.773Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"Package corrections (#62)\n\n* Fixed `_posts` Jekyll setup include.\r\n\r\n* Fixed `_posts` \"Links\" sections.\r\n\r\n* Fixed `_posts` section headers.\r\n\r\n* Fixed `_posts` code blocks.\r\n\r\n* Fixed `_posts` front matter.\r\n\r\n* Fixed `_pages` miscellaneous components.","shortMessageHtmlLink":"Package corrections (#62)"}},{"before":"fb02626399cbce8fc71521e09103c09411d11955","after":"2481168976f80a4950551ded181e967d93a80bb7","ref":"refs/heads/master","pushedAt":"2023-03-12T18:03:29.959Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"jwerle","name":"Joseph Werle","path":"/jwerle","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1462973?s=80&v=4"},"commit":{"message":"Added guideline for using `dependencies-dev` in package file. (#63)","shortMessageHtmlLink":"Added guideline for using dependencies-dev in package file. (#63)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQ_EvnwA","startCursor":null,"endCursor":null}},"title":"Activity ยท bpkg/bpkg.github.io"}