Compare commits
3 Commits
v0.6.0
...
feature/ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
521f134efa
|
|||
|
ff932929c1
|
|||
|
7bf758f421
|
3
.changes/unreleased/Added-20251117-221555.yaml
Normal file
3
.changes/unreleased/Added-20251117-221555.yaml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
kind: Added
|
||||||
|
body: Append work package link to gitlab description after creating a WP from a gitlab issue
|
||||||
|
time: 2025-11-17T22:15:55.503651263+01:00
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
## v0.6.0 - 2025-11-18
|
|
||||||
### Added
|
|
||||||
* Append work package link to gitlab description after creating a WP from a gitlab issue
|
|
||||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -183,7 +183,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cl-cli"
|
name = "cl-cli"
|
||||||
version = "0.6.0"
|
version = "0.5.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"gitlab",
|
"gitlab",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cl-cli"
|
name = "cl-cli"
|
||||||
version = "0.6.0"
|
version = "0.5.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
description = "Some helpers scripts for Champs-Libres"
|
description = "Some helpers scripts for Champs-Libres"
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ editor $HOME/.config/cl-cli/config.toml
|
|||||||
|
|
||||||
Then, fill it with the required configuration options:
|
Then, fill it with the required configuration options:
|
||||||
|
|
||||||
- gitea personal access token ([Access the page on gitea.champs-libres.be](https://gitea.champs-libres.be/user/settings/applications)):
|
- gitea personal access token:
|
||||||
|
|
||||||

|

|
||||||
- Gitlab: [Create an access token](https://gitlab.com/-/user_settings/personal_access_tokens?name=cl-cli&scopes=api,read_user) With the "api" and "read_user" scopes
|
- Gitlab: [Create an access token](https://gitlab.com/-/user_settings/personal_access_tokens?name=cl-cli&scopes=api,read_user) With the "api" and "read_user" scopes
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Champs-Libres Helper",
|
"name": "Champs-Libres Helper",
|
||||||
"version": "0.6.0",
|
"version": "0.5.0",
|
||||||
"browser_specific_settings": {
|
"browser_specific_settings": {
|
||||||
"gecko": {
|
"gecko": {
|
||||||
"id": "helper@champs-libres-coop",
|
"id": "helper@champs-libres-coop",
|
||||||
@@ -26,4 +26,4 @@
|
|||||||
"scripts": ["dist/background/background.js"],
|
"scripts": ["dist/background/background.js"],
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "web-extension",
|
"name": "web-extension",
|
||||||
"version": "0.6.0",
|
"version": "0.5.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user