mirror of
https://github.com/snibox/snibox.git
synced 2026-04-25 15:56:04 +03:00
[PR #90] [CLOSED] Add/new ruby envs for testing #92
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/snibox#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/snibox/snibox/pull/90
Author: @micheleIT
Created: 12/12/2022
Status: ❌ Closed
Base:
master← Head:add/new_ruby_envs_for_testing📝 Commits (10+)
8f951adIntegrate Brakeman Scan852edf6Add the possibility to add multiple labels for one snippet (#4)cd7062dBump path-parse from 1.0.6 to 1.0.7 (#2)a075854Bump url-parse from 1.4.7 to 1.5.3 (#3)8e71db8Bump path-parse from 1.0.6 to 1.0.7 (#6)61e8120Bump url-parse from 1.4.7 to 1.5.3 (#5)c4db349Add codeql69120b4Run ruby tests8e59e90Create automated testing wf (#8)938d36cRemove ruby 3.0📊 Changes
41 files changed (+1180 additions, -686 deletions)
View changed files
📝
.env.test.sample(+1 -1)➕
.github/workflows/brakeman-analysis.yml(+46 -0)➕
.github/workflows/codeql-analysis.yml(+71 -0)➕
.github/workflows/ruby.yml(+63 -0)📝
Dockerfile(+8 -8)📝
Gemfile(+3 -3)📝
Gemfile.lock(+142 -145)📝
README.md(+5 -0)➕
app/assets/config/manifest.js(+1 -0)📝
app/controllers/api/v1/data_controller.rb(+1 -1)📝
app/controllers/api/v1/snippets_controller.rb(+37 -5)📝
app/javascript/snibox/components/SearchBox.vue(+5 -6)📝
app/javascript/snibox/components/SnippetItem.vue(+1 -1)📝
app/javascript/snibox/components/Snippets.vue(+4 -1)📝
app/javascript/snibox/components/snippet/Form.vue(+4 -3)📝
app/javascript/snibox/components/snippet/Show.vue(+8 -1)📝
app/javascript/snibox/mixins/data_helpers.js(+3 -0)📝
app/javascript/snibox/mixins/snippets_builder.js(+2 -2)📝
app/javascript/snibox/store/getters.js(+1 -1)📝
app/javascript/snibox/store/helpers.js(+34 -21)...and 21 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.