Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmini/gitlab-experiments
Experiments with GitLab
https://github.com/jmini/gitlab-experiments
Last synced: 13 days ago
JSON representation
Experiments with GitLab
- Host: GitHub
- URL: https://github.com/jmini/gitlab-experiments
- Owner: jmini
- License: apache-2.0
- Created: 2023-02-25T09:00:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-15T15:21:22.000Z (23 days ago)
- Last Synced: 2024-10-16T18:00:17.888Z (22 days ago)
- Language: Java
- Size: 1.16 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
//tag::vardef[]
:gh-repo-owner: jmini
:gh-repo-name: gitlab-experiments
:project-name: GitLab Experiments
:branch: main
:twitter-handle: j2r2b
:license: http://www.apache.org/licenses/LICENSE-2.0
:license-name: Apache 2.0 License:git-repository: {gh-repo-owner}/{gh-repo-name}
:homepage: https://{gh-repo-owner}.github.io/{gh-repo-name}
:issues: https://github.com/{git-repository}/issues
//end::vardef[]//tag::header[]
= {project-name}
Experiments with GitLab
//end::header[]//tag::description[]
== Description
This repository contains some experiments I do with https://gitlab.com/[GitLab] and https://github.com/gitlab4j/gitlab4j-api[gitlab4j].//end::description[]
* xref:mr-changes-since-last-review/README.adoc[Changes since last review on MR]
* xref:print-groups-and-projects-tree/README.adoc[Print groups and projects tree]
* xref:groups-to-model-teams/README.adoc[Groups to model teams]
* xref:external-status-check-tests/README.adoc[Tests with external status check]
* xref:test-links/[Tests with links]// Read more on the link:{homepage}[project home page].
=== Build all jbang scripts
[source, shell]
----
find . -name '*.java' -exec jbang build {} \;
----//tag::contact-section[]
== Get in touchUse the link:{issues}[{project-name} issue tracker] on GitHub.
You can also contact me on Twitter: link:https://twitter.com/{twitter-handle}[@{twitter-handle}]
//end::contact-section[]//tag::license-section[]
== Licenselink:{license}[{license-name}]
//end::license-section[]