- Home
- Tag: GitHub
Posts tagged GitHub
A web-based repository that uses Git for version control.
Tag: GitHub
Amazon Kendra releases GitHub OnPrem connectors
Feed: Recent Announcements. Amazon Kendra is an intelligent search service powered by machine learning, enabling organizations to provide relevant information to customers and employees, when they need it. Starting today, AWS customers can use the Amazon Kendra Github OnPrem connector to index and search documents from GitHub Enterprise Server data source. Many organizations use GitHub as a code hosting platform for version control and to redefine collaboration of open-source software projects. A GitHub account repository can include many content types, such as files, issues, issue comments, issue comment attachments, pull requests, pull request comments, pull request comment attachments, and more. This ... Read More
Amazon Kendra releases GitHub SaaS Connector
Feed: Recent Announcements. Amazon Kendra is an intelligent search service powered by machine learning, enabling organizations to provide relevant information to customers and employees, when they need it. Starting today, AWS customers can use the Amazon Kendra Github SaaS connector to index and search documents from GitHub Enterprise Cloud data source. Many organizations use GitHub as a code hosting platform for version control and to redefine collaboration of open-source software projects. A GitHub account repository can include many content types, such as files, issues, issue comments, issue comment attachments, pull requests, pull request comments, pull request comment attachments, and more ... Read More
Databases and DevOps: How to Use SingleStore With GitHub Actions

Feed: SingleStore Blog. Author: . Databases are frequently not included when transforming an application and engineering culture toward a DevOps, or continuous deployment engineering organization. And, you could be forgiven for this because setting up repeatable, fast and up-to-date database environments for an application is really hard!By not including the database in the pipeline, most of the work related to database changes ends up being manual, with the associated costs and risks. This also:Leads to a lack of traceability of database changes (changes history)Prevents applying Continuous Integration (CI) and Continuous Delivery (CD) good practices to a full extentPromotes fear of ... Read More
8 (octo!) GitHub Tips
Feed: R-bloggers. Author: Maëlle's R blog on Maëlle Salmon's personal website. I’m spending quite a lot of my working time on GitHub, so have taken some habits. Maybe some of them can be useful to you! I’ve never actually taught git and GitHub, but I like sharing these useful links: Please use a password manager with some sort of cloud backup. Enable two factor-authentication for your GitHub account. It should not take much time. Make sure you store the recovery keys into your password manager. Also make sure your two factor-authentication app, if that’s an app, has some sort of ... Read More
AWS Amplify Hosting now uses a GitHub App to authorize access to repositories for CI/CD workflows
Feed: Recent Announcements. AWS Amplify Hosting now uses GitHub Apps to obtain access to your GitHub code repositories. The Amplify GitHub App offers all the same features as the existing OAuth app, and additionally gives you complete control over scoping permissions to specific repositories in your account or organization. All new Amplify projects linked to GitHub repositories will now require using a GitHub App. Your existing projects linked to Amplify via the GitHub OAuth app will continue to be supported, but you can choose to migrate to the new GitHub App to further restrict permissions to your GitHub account. Amplify ... Read More
Developer diary for {ggshakeR} 0.1.2 (a package for soccer analytics viz): Implementing Github Actions CI tools (codecov, lintr, etc.) into the workflow!
Feed: R-bloggers. Author: R by R(yo). [This article was first published on R by R(yo), and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share your content on R-bloggers? click here if you have a blog, or here if you don't. {ggshakeR} 0.1.2, a package for soccer analytics visualizations for R, is released! Users will most likely not see anything changed from their perspective as this version was all about implementing Github Actions CI tools and making changes in the back-end of things for the package. For more on the visualizations ... Read More
Identifying R Functions & Packages in Github Gists
Feed: R-bloggers. Author: rstats on Bryan Shalloway's Blog. This post is a follow-up to my previous post Identifying R Functions & Packages Used in GitHub Repos that introduced funspotr. funspotr can also be applied to gists: By functions or packages used…?https://t.co/kbSLOpQZLF — Bryan Shalloway (@brshallo) January 22, 2022 A problem I bumped into was that most of Chelsea’s gists don’t actually have .R or .Rmd extensions so my approach skipped most of her snippets. I wanted to parse my own gists but ran into a related problem that most of my github gist code snippets are saved as .md files ... Read More
pkgcheck now available as a GitHub action!
Feed: R-bloggers. Author: rOpenSci - open tools for open science. What is pkgcheck? The pkgcheck package has been developed by rOpenSci to automate the process of checking all packages on submission. The ropensci-review-bot automatically runs pkgcheck on all submissions, and checks can also be called at any time by editors using the command: @ropensci-review-bot check package The bot will return a list of checks which should ideally look like this: To be ready for peer review, pkgcheck should return a series of ✔, indicating successful checks, and there shouldn’t be any ✘ symbols, which indicate failed checks. Anybody preparing a ... Read More
Identifying R Functions & Packages Used in GitHub Repos
Feed: R-bloggers. Author: rstats on Bryan Shalloway's Blog. Identifying R Functions & Packages Used in GitHub Repos | R-bloggers % distinct() %>% DT::datatable(rownames = FALSE, class = 'cell-border stripe', filter = 'top', escape = FALSE, options = list(pageLength = 10)) David Robinson Tidy Tuesday Also posted table to google drive here. The following package dependencies were not installed locally during parsing. Any function from these packages (along with any custom functions) will most likely be assigned pkgs = "(unknown)": ggflags; ebbr; rKenyaCensus; tidymetrics; shinymetrics; drlib; shinybones; treesnip; StatsBombR readr::read_csv("https://raw.githubusercontent.com/brshallo/funspotr-examples/main/data/funs/drob-tidy-tuesdays-funs-20220114.csv") %>% distinct() %>% DT::datatable(rownames = FALSE, class = 'cell-border stripe', filter ... Read More
How GitHub’s protocol changes impact your Puppet code deployments
Feed: Puppet.com Blog RSS Feed. Author: ; Github protocol changes and Puppet code deploymentGitHub is in the process of improving Git protocol security by removing insecure DSA keys and legacy ciphers, updating requirements on RSA keys, and adding more secure key signature algorithms ECDSA and ED25519. On January 11, GitHub ran a planned brownout event day to shake out affected clients. Our team at Puppet discovered that many users of Code Manager and r10k were affected by this change. Code Manager and r10k both use libgit2 version 1.9.0, which doesn't yet support the upgraded security of RSA with SHA-2. GitHub ... Read More
Recent Comments