Home / Companies / Axolo / Blog / March 2023

March 2023 Summaries

4 posts from Axolo

Filter
Month: Year:
Post Summaries Back to Blog
In March 2023, Axolo introduced new features such as an onboarding process for creating general or team channels and a test account for api.dx.axolo.co. They also added analytics for backend and a billing section for paid customers. Improvements were made to propagate edit from bot comments to Slack, better GitLab token handling, and more. Fixes included addressing errors with bots, timeslots on GitLab, and manual channel creation not inviting reviewers on GitLab.
Mar 31, 2023 319 words in the original blog post.
This article provides a comprehensive guide on setting up notifications for GitHub Actions in Slack. It explains two methods to achieve this - implementing a GitHub Action in your repositories that uses the Slack API with an OAuth token, and installing an application with a user interface to set up notifications. The article also introduces Axolo, a user interface for receiving GitHub Actions in Slack and more. Additionally, it discusses three open-source GitHub Actions for Slack notifications: Slack notify, GitHub Action for Slack, and action-slack. These actions can be easily added to any existing GitHub Action and configured to send notifications in a dedicated channel. The article concludes by emphasizing the benefits of having timely notifications for GitHub Actions in Slack, which can improve workflow efficiency and keep teams informed of important updates.
Mar 29, 2023 759 words in the original blog post.
A code review guideline is a set of rules for submitting and reviewing code changes in a project. It establishes a clear and consistent process for collaborating, improving code quality, reducing review time, and ensuring a smoother development process. Key points to consider when creating a code review guideline include establishing clear goals and objectives, defining roles and responsibilities, setting guidelines for the scope and focus of the code review, defining standards for code formatting, commenting, and documentation, determining the frequency and timing of code reviews, and encouraging a positive and constructive culture around code reviews.
Mar 23, 2023 1,402 words in the original blog post.
The article discusses the top 10 code smells to identify in pull requests with examples and suggestions on how to address them. These include large or complex methods, long parameter lists, excessive comments, duplicate code, inconsistent naming conventions, incomplete error handling, too many if/else statements, poor use of inheritance, unnecessary dependencies, and magic numbers or hard-coded values. By addressing these issues, developers can improve the maintainability, reliability, and overall quality of their code.
Mar 09, 2023 2,110 words in the original blog post.