Skip to content

Commit 7b74bd4

Browse files
authored
Create README.md
1 parent 06ccaee commit 7b74bd4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

README.md

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# GitLab
2+
3+
Various GitLab hooks. For more information please read a series of articles on Continuous Delivery of your InterSystems solution using GitLab:
4+
5+
- [Part I: Git](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-part-i-git)
6+
- [Part II: GitLab workflow](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-part-ii-gitlab-workflow)
7+
- [Part III: GitLab installation and configuration](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-part-iii-gitlab-installation-and)
8+
- [Part IV: CD configuration](https://community.intersystems.com/post/continuous-delivery-your-intersystems-solution-using-gitlab-part-iv-cd-configuration)
9+
10+
# Installation
11+
12+
Load and compile th
13+
14+
## Development
15+
16+
Development is done on [Cache-Tort-Git UDL fork](https://github.com/MakarovS96/cache-tort-git)
17+
18+
## Use
19+
20+
Set settings via: `write ##class(isc.git.Settings).setSetting("setting", "value")`
21+
22+
Available settings:
23+
24+
| Setting | Sample Value | Description |
25+
|---------|------------------------|-------------------------------------------------------------------------------------------------|
26+
| ext | $lb("xml") | List of files extensions to load and compile |
27+
| commit | | Do not set. Current commit hash. |
28+
| init | Package.Class:Method | Code called before loading files |
29+
| delete | Package.Class:Method | Code called to delete files from project. Should accept one argument - list of files to delete. |
30+
| url | http://127.0.0.1:57772 | Server root |

0 commit comments

Comments
 (0)