Yorick Peterse
f558bf0de4
Merge branch '18527-instrument-private-methods' into 'master'
...
Instrument private methods and instance private methods
See merge request !4639
2016-06-14 14:28:40 +00:00
Rémy Coutable
95a7fbe97c
Merge branch 'artifacts-expire-date' into 'master'
...
Artifacts expire date
What do you think @grzesiek?
The syntax will be simple:
```
job:
artifacts:
expire_in: 7d
```
- [x] Implement `expire_in`
- [x] Check current design of expiry information with @jschatz1 and @markpundsack
- [x] Add tests in GitLab application for a `ExpireBuildArtifactsWorker` and for `ArtifactsController::keep`
- [x] Add user documentation how to use `artifacts:expire_in`
- [x] Prepare GitLab Runner changes to pass `expire_in`: gitlab-org/gitlab-ci-multi-runner!191
- [x] Fix `timeago` with help of @jschatz1
- [x] Merge latest master after builds view changes @iamphill
- [ ] Add Omnibus support for `expire_build_artifacts_worker` cron job
- [ ] Add documentation how to configure `expire_build_artifacts_worker`
This is based on https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4201 .
See merge request !4200
2016-06-14 13:40:01 +00:00
Paco Guzman
dadc531353
Instrument private/protected methods
...
By default instrumentation will instrument public,
protected and private methods, because usually
heavy work is done on private method or at least
that’s what facts is showing
2016-06-14 15:17:51 +02:00
Achilleas Pipinellis
f2f5a115c6
Fix grammar and syntax
2016-06-14 14:50:25 +02:00
Kamil Trzcinski
3f5819fb7a
Merge remote-tracking branch 'origin/master' into artifacts-expire-date
2016-06-14 14:49:59 +02:00
Achilleas Pipinellis
47c9b7d34c
Update CI API docs
...
- Move ci/api under api/ci
- Clean up builds.md and runners.md
- Replace old links with new ones
- Add CI API links in ci/README.md
2016-06-14 14:47:32 +02:00
Yorick Peterse
4b964011cf
Merge branch '18528-cpu-time-instrumentation' into 'master'
...
Measure CPU time for instrumented methods
See merge request !4640
2016-06-14 11:39:19 +00:00
Paco Guzman
120fbbd487
Measure CPU time for instrumented methods
2016-06-14 12:49:31 +02:00
Mark Pundsack
6ed7fcad29
Remove our
2016-06-13 22:47:54 -07:00
Mark Pundsack
8df7d90d5a
De-note-ify
2016-06-13 22:45:43 -07:00
Mark Pundsack
aefb08cb6a
Clarify dind example
2016-06-13 22:42:46 -07:00
Mark Pundsack
4c571041de
Make minor grammar change
2016-06-13 22:36:28 -07:00
Mark Pundsack
f95791d411
Make Achilleas' suggested changes
2016-06-13 22:32:01 -07:00
Mark Pundsack
a7caea9e3e
Use docker:latest
2016-06-13 22:06:13 -07:00
Mark Pundsack
35ce04ef2e
Move registry CI example to CI docs
2016-06-13 22:06:13 -07:00
Mark Pundsack
6f834ecaa9
Reformat notes
2016-06-13 22:06:13 -07:00
Mark Pundsack
b0cbeb18d1
Remove unnecessary message
2016-06-13 22:06:13 -07:00
Mark Pundsack
b393478f63
Refactor notes
2016-06-13 22:06:13 -07:00
Mark Pundsack
1c02ef9c14
Drop some 'however's
2016-06-13 22:06:13 -07:00
Mark Pundsack
46114eddf0
Add more pros and cons for each docker approach
2016-06-13 22:06:13 -07:00
Mark Pundsack
e97af053eb
Fix docker volume
2016-06-13 22:06:13 -07:00
Mark Pundsack
db656a3987
Fix more references to old gitlab-runner
2016-06-13 22:06:13 -07:00
Mark Pundsack
6ca1370c92
Fix more instructions
2016-06-13 22:06:13 -07:00
Mark Pundsack
9b30f26b98
Fix runner CLI instructions
2016-06-13 22:06:13 -07:00
Mark Pundsack
8412844108
Fix instructions
2016-06-13 22:06:13 -07:00
Mark Pundsack
d9cbe01986
Moar commas
2016-06-13 22:06:13 -07:00
Mark Pundsack
6841e76b45
Add notes
2016-06-13 22:06:13 -07:00
Mark Pundsack
d7664c7223
Add example using GitLab Container Registry
2016-06-13 22:06:13 -07:00
Mark Pundsack
4209212bb8
Add docker bind-mount as an option
2016-06-13 22:06:13 -07:00
Mark Pundsack
17eb51594d
Fix some grammar
2016-06-13 22:06:13 -07:00
Kamil Trzcinski
0fab7b11ba
Merge remote-tracking branch 'origin/master' into artifacts-when
2016-06-13 16:05:43 +02:00
Kamil Trzcinski
f6de5937e3
Merge remote-tracking branch 'origin/master' into artifacts-expire-date
2016-06-13 16:05:30 +02:00
Achilleas Pipinellis
aa48eeef17
Merge branch 'doc-styleguide-move-locations' into 'master'
...
Add guide on changing a document's location
## What does this MR do?
Add a documentation styleguide when changing a document's location.
## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/3349
See merge request !4624
2016-06-13 13:26:43 +00:00
Achilleas Pipinellis
cb7fa10cb5
Change to new Notes styleguide
...
[ci skip]
2016-06-13 15:04:22 +02:00
Achilleas Pipinellis
d1abbb3b66
Add guide on changing a document's location
...
[ci skip]
2016-06-13 15:00:28 +02:00
Achilleas Pipinellis
e489e9a585
Change logs.md location in README
...
[ci skip]
2016-06-13 14:19:29 +02:00
Achilleas Pipinellis
35e9fc9865
Move logs/logs.md to administration/logs.md
...
[ci skip]
2016-06-13 13:52:20 +02:00
Kamil Trzcinski and Phil Hughes
cf9c5b54c6
Added documentation to artifacts expire
2016-06-13 11:09:19 +01:00
Kamil Trzcinski and Phil Hughes
421be01dab
Improve design based on review
2016-06-13 11:09:19 +01:00
Kamil Trzcinski and Phil Hughes
d23b91b0d9
Improve after review
2016-06-13 11:08:15 +01:00
Kamil Trzcinski and Phil Hughes
6013768fec
Added keep artifacts API endpoint
2016-06-13 11:07:23 +01:00
Kamil Trzcinski and Phil Hughes
897bc59761
Added description of artifacts:when
2016-06-13 11:03:30 +01:00
Stan Hu
a85dde9182
Fix Error 500 when using closes_issues API with an external issue tracker
...
Closes #18484
2016-06-11 19:50:08 -07:00
Kamil Trzcinski
3714e1914b
Improve after review
2016-06-10 21:25:48 +02:00
Achilleas Pipinellis
2ff359142a
Merge branch 'fix-registry-docs' into 'master'
...
Fix incorrect registry key value
See merge request !4595
2016-06-10 14:21:49 +00:00
Achilleas Pipinellis
0e7abb4c28
Fix incorrect registry key value
...
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/18441
2016-06-10 15:53:56 +02:00
Rémy Coutable
282674c110
Add documentation for the 'only_allow_merge_if_build_succeeds.rb' feature
...
Signed-off-by: Rémy Coutable <remy@rymai.me >
2016-06-10 14:36:57 +02:00
Kamil Trzcinski
e6209a407e
Added description of artifacts:when
2016-06-10 13:26:36 +02:00
Jacob Schatz
2268c6c70e
Merge branch 'dz-improve-ui-consistency' into 'master'
...
Improve ui consistency
* Decline idea of using gray buttons actively in UI
* remove icons from some buttons that already has text
* standardizes margin between buttons
First step in https://gitlab.com/gitlab-org/gitlab-ce/issues/18324
See merge request !4533
2016-06-08 20:51:52 +00:00
Robert Speicher
0cfa368bf8
Fix version references in 8.8 to 8.9 update guide
...
[ci skip]
2016-06-08 14:20:46 -04:00