Achilleas Pipinellis
ef9cfcb507
Separate Scala from Java in CI examples
2017-04-05 16:46:11 +02:00
Achilleas Pipinellis
0a9eac5942
Fix broken link
2017-04-05 16:46:11 +02:00
Marcia Ramos
5b53b28370
Reorganize CI examples, add more links
2017-04-05 16:46:11 +02:00
Achilleas Pipinellis
5e48bf8e21
Update dpl CI example
...
[ci skip]
2017-03-30 21:50:41 +02:00
Achilleas Pipinellis
a084437b5c
Rename builds to jobs in docs
...
[ci skip]
2017-02-15 12:12:35 +01:00
Rémy Coutable
7d11ed931e
Merge branch 'improve-ci-example-php-doc' into 'master'
...
Changed composer installer script in the CI PHP example doc
See merge request !8817
2017-01-30 10:09:51 +00:00
Ionut Staicu
192ddf1e30
Typos
2017-01-27 06:21:29 +02:00
Ionut Staicu
429a045d86
Small gramatical tweaks
2017-01-27 06:21:29 +02:00
Ionut Staicu
1d6629613f
Typos
2017-01-27 06:20:25 +02:00
Ionut Staicu
09beeb87ce
Added PHP & NPM doc
2017-01-27 06:20:25 +02:00
Jeffrey Cafferata
11551de5fa
Changed composer installer script in the CI PHP example doc
...
The script will check some php.ini settings warn you if they
are set incorrectly, and then download the latest composer.phar
in the current directory. These lines will, in order:
- Download the installer SHA-384 to the current directory
- Download the installer to the current directory
- Verify the installer SHA-384 which you can also cross-check https://composer.github.io/pubkeys.html
- Run the installer
- Remove the installer & the installer SHA-384
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-26 17:25:30 +01:00
William
3c4d844148
Update test-and-deploy-ruby-application-to-heroku.md
2016-12-21 16:43:29 +00:00
Sam Carrington
48d89919e6
Update php.md - /.dockerinit was removed in v1.11 so the test always results in an early exit https://github.com/docker/docker/pull/19490
2016-12-01 18:08:37 +00:00
Achilleas Pipinellis
99ef207604
Merge the two Scala examples
...
[ci skip]
2016-11-18 17:01:28 +01:00
Jasper Denkers
58fb72bb9b
Add Play/Scala CI example with deployment to Heroku
2016-11-18 16:42:51 +01:00
Achilleas Pipinellis
8ebc0919ea
Link to review apps example from docs
...
[ci skip]
2016-10-14 08:33:56 +02:00
Rémy Coutable
8a3f389df6
Improve a bit the example .gitlab-ci.yml for Phoenix
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-11 09:36:03 +02:00
Manthan Mallikarjun
987c21f51e
Add an example for testing a phoenix application with Gitlab CI.
...
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-10-11 09:29:14 +02:00
Rémy Coutable
23ed83a185
Merge branch 'fix_trivial_doc_typo' into 'master'
...
Fix trivial typo in docs
See merge request !5849
2016-09-26 08:38:31 +00:00
sknebel
43e05fe99e
Formatting fix in doc/ci/examples/README.md
2016-09-18 02:29:45 +00:00
Z.J. van de Weg
a9f5b8881c
Minor update on CI docs examples
...
Triggered by gitlab-org/gitlab-ci-yml#1 I've investigated how this is
organized so far and did a minor clean up. In my opinion we should just
keep a list of up to date blog posts in the docs and examples should be
included in gitlab-org/gitlab-ci-yml. This reduces the number of
projects and docs pages one has to look for information.
[ci skip]
2016-09-09 12:01:54 +02:00
Arnold Bechtoldt
fdab2bcc57
Fix trivial typo in docs
...
* Fix a word with the so-called *Deppenapostroph* (``'s``)
2016-08-17 17:18:29 +02:00
winniehell
e0a858efcc
use long options for curl examples in API documentation ( !5703 )
2016-08-09 01:42:50 +02:00
kujiy
5dcea406b9
gitlab-org/gitlab-ci-multi-runner#1478 Fixed phpunit command in the official doc didn't work.
...
Curl command has to follow redirects now.
2016-07-08 04:22:30 +00:00
Marcia Ramos
fe833adccd
adding link to .gitlab-ci.yml templates - closes #18998
2016-07-01 03:17:39 +00:00
Achilleas Pipinellis
56777e8956
Merge branch 'master' into ci-scala-example
2016-06-18 09:23:31 +02:00
Mark Pundsack
db656a3987
Fix more references to old gitlab-runner
2016-06-13 22:06:13 -07:00
Jeroen van Baarsen
dea3680006
Merge branch 'doc-broken-links' into 'master'
...
Fix broken documentation links
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/15249
- [x] `/help/ui`- This is working for me
- [x] `/help/ci/examples/deployment/README.md` - Fixed
- [x] `/help/ci/api/projects.md` - Fixed
- [x] `/help/markdown/LICENSE` - Cannot do much to fix it, added a note.
- [x] `/help/ci/ssh/README.md` - Cannot find this link referenced anywhere.
See merge request !3903
2016-05-19 17:32:04 +00:00
Achilleas Pipinellis
429f537035
Merge branch 'patch-3' into 'master'
...
blost -> blog
See merge request !4063
2016-05-08 18:46:48 +00:00
Achilleas Pipinellis
b1837eef4b
Merge branch 'update-doc-ci-examples' into 'master'
...
Update CI example docs.
Docs for CI examples are updated as follows:
- Fix a dead link from CI example top to `dpl`
- Specify Django for a Python project, not Rails
- Use the latest Python Docker image as [Heroku supports only Python 3.5.1 (and 2.7.11)](https://devcenter.heroku.com/articles/python-support )
- Show the latest Docker Hub URL links.
See merge request !4082
2016-05-08 10:26:46 +00:00
Takuya Noguchi
9522131259
Update Docker Hub links.
2016-05-07 13:29:24 +09:00
Takuya Noguchi
dd4fe8e9bb
Update CI example docs.
2016-05-07 13:15:04 +09:00
Ben Bodenmiller
80b30500e4
blost -> blog
2016-05-06 00:42:13 +00:00
Tomasz Maczukin
c55f517719
Fix php-docker example (for new docker versions)
...
[ci skip]
2016-04-25 11:35:33 +02:00
Achilleas Pipinellis
03e5873ae5
Fix broken links
...
[ci skip]
2016-04-19 19:04:58 +03:00
Jasper Denkers
9169c7e81f
Add Java 8 image to Scala CI instructions
2016-03-18 09:52:56 +01:00
Jasper Denkers
707ca4bb91
Refer to example project in gitlab-examples group
2016-03-18 09:52:56 +01:00
Jasper Denkers
ac4d753863
Added CI example for Scala and SBT
...
Added CI test coverage parse regex for scoverage
2016-03-18 09:52:56 +01:00
Jasper Denkers
543b85a0f5
Fix typo in Ruby CI test and deploy example
2016-03-14 13:21:31 +00:00
Sytse Sijbrandij
4e27284a7b
Remove duplicate entries.
2016-03-12 17:28:54 -08:00
Sytse Sijbrandij
fd49f1b0d3
Reduce example documentation.
2016-03-10 08:13:11 -08:00
Achilleas Pipinellis
9e3c78724b
Link to examples page
...
[ci skip]
2016-02-29 14:50:08 +02:00
Achilleas Pipinellis
f742ddeebe
Reorganize CI sections and give descriptive names to links
2016-02-29 14:44:08 +02:00
Achilleas Pipinellis
cbd9f1bc09
Move languages to examples
2016-02-26 22:51:07 +02:00
James Lopez
1c51fb1778
update Ruby version to 2.2.4 (latest previous stable) and update docs
2016-01-21 16:12:49 +01:00
Takuya Noguchi
f61aa9acdc
Update links in CI docs after GitLab 8.1
2015-11-03 14:01:27 +09:00
Takuya Noguchi
31ea88cfed
Fix deadlink in docs for ci/examples
2015-10-31 02:27:44 +09:00
Kamil Trzcinski
1b464bfe03
Update documentation and config files
2015-09-16 00:28:59 +02:00
Douwe Maan
046b283127
Groundwork for merging CI into CE
2015-08-25 18:42:46 -07:00