[PR #90] [CLOSED] Add/new ruby envs for testing #92

Closed
opened 2026-02-27 23:18:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/snibox/snibox/pull/90
Author: @micheleIT
Created: 12/12/2022
Status: Closed

Base: masterHead: add/new_ruby_envs_for_testing


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/snibox/snibox/pull/90 **Author:** [@micheleIT](https://github.com/micheleIT) **Created:** 12/12/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add/new_ruby_envs_for_testing` --- ### 📝 Commits (10+) - [`8f951ad`](https://github.com/snibox/snibox/commit/8f951ad21350390023a0df59d77f79bebc09cbe8) Integrate Brakeman Scan - [`852edf6`](https://github.com/snibox/snibox/commit/852edf66b96fec3d597a8583c3f24178ef1d6e2d) Add the possibility to add multiple labels for one snippet (#4) - [`cd7062d`](https://github.com/snibox/snibox/commit/cd7062d002619e02aa536fd52698d730fadcb337) Bump path-parse from 1.0.6 to 1.0.7 (#2) - [`a075854`](https://github.com/snibox/snibox/commit/a075854107de93b0c66627d5b49ff8f37372e805) Bump url-parse from 1.4.7 to 1.5.3 (#3) - [`8e71db8`](https://github.com/snibox/snibox/commit/8e71db8bce3201d8a66e02e4ded00c86da7795da) Bump path-parse from 1.0.6 to 1.0.7 (#6) - [`61e8120`](https://github.com/snibox/snibox/commit/61e8120fa7384c7255c08511cf02d864401309bd) Bump url-parse from 1.4.7 to 1.5.3 (#5) - [`c4db349`](https://github.com/snibox/snibox/commit/c4db349de260b521a60299e31f174eca4881386f) Add codeql - [`69120b4`](https://github.com/snibox/snibox/commit/69120b42db53e8cd095bef5248c8d2c8a4567e44) Run ruby tests - [`8e59e90`](https://github.com/snibox/snibox/commit/8e59e90fdf15c92af62c3034fa107d89ca0e464a) Create automated testing wf (#8) - [`938d36c`](https://github.com/snibox/snibox/commit/938d36ca179770a34279c1acfa063a7710de3927) Remove ruby 3.0 ### 📊 Changes **41 files changed** (+1180 additions, -686 deletions) <details> <summary>View changed files</summary> 📝 `.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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 23:18:51 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/snibox#92
No description provided.