Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
practical-work-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISC
projects
practical-work-manager
Commits
f15bd35c
Commit
f15bd35c
authored
1 month ago
by
Adrien Lescourt
Browse files
Options
Downloads
Patches
Plain Diff
Update README, remove Dockerfile
parent
2d3c23cd
No related branches found
No related tags found
No related merge requests found
Pipeline
#39798
failed
1 month ago
Stage: build
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile
+0
-7
0 additions, 7 deletions
Dockerfile
README.md
+7
-2
7 additions, 2 deletions
README.md
doc/project_id.png
+0
-0
0 additions, 0 deletions
doc/project_id.png
with
7 additions
and
9 deletions
Dockerfile
deleted
100644 → 0
+
0
−
7
View file @
2d3c23cd
FROM
python
ADD
. /root
WORKDIR
/root
RUN
pip
install
-r
requirements.txt
CMD
["/bin/bash"]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
README.md
+
7
−
2
View file @
f15bd35c
...
@@ -11,10 +11,10 @@ Ce script permet d'automatiser de nombreuses tâches, notamment la création de
...
@@ -11,10 +11,10 @@ Ce script permet d'automatiser de nombreuses tâches, notamment la création de
pipx install git+https://gitedu.hesge.ch/isc/projects/practical-work-manager@refactor
pipx install git+https://gitedu.hesge.ch/isc/projects/practical-work-manager@refactor
```
```
Définir une variable d'environnement
`GITEDU_TOKEN`
qui contient votre personal token gitlab, ou mettre le token dans un fichier
-
Définir une variable d'environnement
`GITEDU_TOKEN`
qui contient votre personal token gitlab, ou mettre le token dans un fichier
`$HOME/.config/gitedu_token`
. Si l'env var et le fichier gitedu_token sont les 2 présents, c'est l'env var qui est utilisé.
`$HOME/.config/gitedu_token`
. Si l'env var et le fichier gitedu_token sont les 2 présents, c'est l'env var qui est utilisé.
Vous pouvez générer le token
:
[
sur cette page
](
https://gitedu.hesge.ch/-/user_settings/personal_access_tokens
)
, en cochant la case "api".
Vous pouvez générer le token
[
sur cette page
](
https://gitedu.hesge.ch/-/user_settings/personal_access_tokens
)
, en cochant la case "api".
## Utilisation
## Utilisation
...
@@ -35,6 +35,11 @@ Vous pouvez générer le token: [sur cette page](https://gitedu.hesge.ch/-/user_
...
@@ -35,6 +35,11 @@ Vous pouvez générer le token: [sur cette page](https://gitedu.hesge.ch/-/user_
pwm list_users PROJECT_ID
pwm list_users PROJECT_ID
```
```
Les GROUP_ID et PROJECT_ID sont visible dans
`Settings->General`

## Syntaxe du fichier YAML (REPOS_FILE)
## Syntaxe du fichier YAML (REPOS_FILE)
Le fichier YAML doit respecter une des deux syntaxes suivantes.
Le fichier YAML doit respecter une des deux syntaxes suivantes.
...
...
This diff is collapsed.
Click to expand it.
project_id.png
→
doc/
project_id.png
+
0
−
0
View file @
f15bd35c
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment