Commit Graph
23088 Commits
Author SHA1 Message Date
Achilleas Pipinellis 38c830ef0f Merge branch 'housekeeping-doc' into 'master'
Add housekeeping feature documentation

Add documentation about the new housekeeping feature in the project settings page.

See merge request !2371
2016-01-21 22:12:17 +00:00
Achilleas Pipinellis e08e90edbb Refactor housekeeping documentation
[ci skip]
2016-01-21 23:10:47 +01:00
Achilleas Pipinellis 308abc8db0 Merge branch 'master' into housekeeping-doc 2016-01-21 22:59:15 +01:00
Achilleas Pipinellis c176fb40a5 Merge branch 'file_finder' into 'master'
Add file finder documentation

Closes #7966 

See merge request !2541
2016-01-21 21:40:52 +00:00
Achilleas Pipinellis 465e4616c9 Add file finder documentation
[ci skip]
2016-01-21 22:32:55 +01:00
Jacob Schatz 3f7993b5ce Merge branch 'drag-drop-cursor' into 'master'
Milestone drag & drop cursor

Fixes #4097 

![grab-cursor](/uploads/f5071d7e4839c3b4b88c9f7f1270eee3/grab-cursor.gif)

cc @jschatz1 @creamzy 

See merge request !2532
2016-01-21 20:06:09 +00:00
Achilleas Pipinellis 62d2182e41 Merge branch 'ci/build-artifacts-documentation' into 'master'
Add basic documentation for build artifacts

/cc @axil @ayufan 

See merge request !2511
2016-01-21 19:02:26 +00:00
Achilleas Pipinellis 53b1c04a02 Merge branch 'doc_restart_gitlab' into 'master'
Add documentation on restarting GitLab

This will save as time from writing the same commands
over and over again.

See merge request !2510
2016-01-21 19:00:51 +00:00
Achilleas Pipinellis dc5a20520a Fix typos, make things more clear
[ci skip]
2016-01-21 19:57:41 +01:00
Achilleas Pipinellis 93b942ec7c Refactor build artifacts documentation
[ci skip]
2016-01-21 17:27:23 +01:00
Grzegorz Bizon 3478030581 Merge branch 'fix/artifacts-download-progress-bar' into 'master'
Do not use progress bar when downloading build artifacts

Closes #12491

See merge request !2531
2016-01-21 16:27:05 +00:00
Robert Speicher 7b78c52b07 Merge branch 'fix-permissions' into 'master'
Remove execution permissions from font assets

[ci skip]

See merge request !2082
2016-01-21 16:12:48 +00:00
Robert Speicher 0bf68c0cd5 Merge branch 'workhorse-path' into 'master'
Init script changes for gitlab-workhorse in 8.4

Goes with https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/31

Also bumps gitlab-workhorse to 0.6.1.

[ci skip]

See merge request !2529
2016-01-21 16:07:21 +00:00
Douwe Maan 597d3bbe41 Merge branch 'fix-github-wiki-import' into 'master'
Fix import of GitHub's wiki when the repository has not been created

Fixes #12503 

See merge request !2533
2016-01-21 15:35:27 +00:00
Douglas Barbosa Alexandre 4861b1bbfb Fix import of GitHub's wiki when the repository has not been created 2016-01-21 13:11:38 -02:00
Grzegorz Bizon 66b0927bb5 Move build artifacts javascripts into separate file 2016-01-21 15:51:44 +01:00
Phil Hughes ad9799bdb0 Milestone drag & drop cursor
Fixes #4097
2016-01-21 14:17:59 +00:00
Grzegorz Bizon e5232ccc1e Do not use progress bar when downloading build artifacts
Closes #12491
2016-01-21 15:06:32 +01:00
Jacob Vosmaer 1c1590a510 Use gitlab-workhorse 0.6.1 2016-01-21 14:44:56 +01:00
Jacob Vosmaer ad6b6b9ede Mention init script update 2016-01-21 14:24:40 +01:00
Jacob Vosmaer 693fa7a458 Init script changes for gitlab-workhorse in 8.4 2016-01-21 13:36:55 +01:00
Douwe Maan 268fb004c9 Merge branch 'instrument-gitlab-git-repository' into 'master'
Instrument Gitlab::Git::Repository



See merge request !2528
2016-01-21 11:16:25 +00:00
Douwe Maan 54729d2c28 Merge branch 'ci/cache-key' into 'master'
Added cache:key to .gitlab-ci.yml allowing to fine tune the caching

The `cache:key` allows you to define the affinity mask of caching, allowing to have single cache for all jobs, or cache per-job, or per-branch, or any other way you would need:

1. Cache per-build for all branches:

```
cache:
    key: "$CI_BUILD_NAME"
    untracked: true
```

2. Cache per-branch for all jobs:

```
cache:
    key: "$CI_BUILD_REF"
    untracked: true
```



/cc @DouweM @grzesiek @axil


See merge request !2436
2016-01-21 11:15:28 +00:00
Yorick Peterse 7d1b51fac1 Instrument Gitlab::Git::Repository
This adds instrumentation for the instance methods of
Gitlab::Git::Repository.
2016-01-21 11:27:31 +01:00
Pirate Praveen 33a5bbcf2f remove execution permissions from fonts 2016-01-21 01:31:17 -05:00
Pirate Praveen fe4affcc3f add execution permission for script 2016-01-21 01:30:57 -05:00
Jacob Schatz a4ff270d59 Merge branch 'new-pagination' into 'master'
Implement new UI for pagination

Fixes #6063 ![Screenshot_2016-01-20_09.38.59](/uploads/f50d333bdb6cb9683848fb0a874241ef/Screenshot_2016-01-20_09.38.59.png)


See merge request !2517
2016-01-21 03:12:09 +00:00
Jacob Schatz ceab12866f Removes 100% width because it is a block element. 2016-01-20 21:27:01 -05:00
Dmitriy ZaporozhetsandJacob Schatz 8367e4abeb Implement new UI for pagination 2016-01-20 21:27:01 -05:00
Dmitriy Zaporozhets 1f9153b9a6 Merge branch 'ui-is-broken-in-search-result-page' into 'master'
Fix term height so text overflap does not happen.

Fixes #12449 

Height was set on the `.term`. It made the text overlap. 

See merge request !2518
2016-01-21 00:17:39 +00:00
Robert Speicher 4d84259df8 Merge branch 'fix-project-creation' into 'master'
Creator should be added as a master of the project on creation

Fixes #4222 

This also enable a project creator to add themselves as a master of the
project for existing repositories that were created in the meanwhile
that they don't appear as members.

See merge request !2520
2016-01-20 23:03:59 +00:00
Robert Speicher 3a6fac4a85 Remove Performance Monitoring from Integration docs
[ci skip]
2016-01-20 18:00:29 -05:00
Robert Speicher 3ae0ca8941 Update CHANGELOG
[ci skip]
2016-01-20 17:47:18 -05:00
Dmitriy Zaporozhets 1667d2134c Merge branch 'show-message-to-signed-out-users-to-sign-in-if-they-want-to-comment' into 'master'
Adds disabled comment field and disabled avatar.

Fixes #3540

![Screen_Shot_2016-01-20_at_12.13.29_AM](/uploads/673fb783e9aeae441df9c40bfe29ac1b/Screen_Shot_2016-01-20_at_12.13.29_AM.png)


See merge request !2508
2016-01-20 22:27:40 +00:00
Kamil Trzcinski c45a6bf3ba Added cache:key to .gitlab-ci.yml allowing to fine tune the caching 2016-01-20 23:12:48 +01:00
Achilleas Pipinellis fa9d306b01 Merge branch 'metrics-documentation' into 'master'
Added documentation for GitLab Metrics

This adds documentation for the metrics code I recently added.

Two notes:

* I'm referring to this feature as "GitLab Metrics" everywhere simply
  because the code resides in the `Gitlab::Metrics` namespace. A
  different name is fine, though I think just "Metrics" might be a bit
  too abstract.
* Grafana isn't covered since it's fairly straight-forward to setup
  (there's nothing really special we can cover). I think we _should_
  cover it once we start shipping it with Omnibus.

I assigned @axil since he's our technical writer/documentation guru,
feel free to re-assign if needed.

cc @sytses @axil @dzaporozhets @JobV 

See merge request !2484
2016-01-20 22:12:25 +00:00
Robert Speicher 3e7092a83a Merge branch 'fix-github-pull-requests-import' into 'master'
Fix cross projects detection when importing GitHub pull requests

Fixes #12456

See merge request !2523
2016-01-20 22:11:20 +00:00
Achilleas Pipinellis dd59fc213c Change InfluxDB admin username
[ci skip]
2016-01-20 23:10:27 +01:00
Douglas Barbosa Alexandre 096485ef65 Creator should be added as a master of the project on creation
This also enable a project creator to add themselves as a master of the
project.
2016-01-20 20:06:28 -02:00
Achilleas Pipinellis 82bc7679e7 Move integration/metrics to monitoring/performance
[ci skip]
2016-01-20 23:02:24 +01:00
Robert Speicher 348129d021 Merge branch 'issue_3945' into 'master'
Add syntax highlighting to diff view

Closes #3945 

See merge request !2109
2016-01-20 21:52:05 +00:00
Achilleas Pipinellis 41d22a1f0d Merge branch 'ruby_version' into 'master'
Mention required Ruby version

Closes #12446

See merge request !2524
2016-01-20 21:43:49 +00:00
Douglas Barbosa Alexandre f4bdbecfd5 Fix cross projects detection when importing GitHub pull requests 2016-01-20 19:36:35 -02:00
Achilleas Pipinellis cd7f27543b Mention required Ruby version
[ci skip]
2016-01-20 22:32:10 +01:00
Rubén Dávila 985297d82a Merge branch 'master' into issue_3945 2016-01-20 15:07:00 -05:00
Achilleas Pipinellis 714f95b2ff Merge branch 'patch-1' into 'master'
Add note about minimum GitLab CI version

Documentation update: To use variables in `.gitlab-ci.yml` it's not enough to update the GitLab Runner, a minimum version of GitLab CI is needed as well.

See merge request !2514
2016-01-20 20:04:43 +00:00
Rubén Dávila 86b75f4713 Use a MR with commits. 2016-01-20 14:41:23 -05:00
Robert Speicher 1553c560e0 Merge branch 'feature/check-against-rbl-only' into 'master'
Split from !2455

References #9092

See merge request !2515
2016-01-20 14:24:20 -05:00
Douwe Maan 7d347ae564 Merge branch 'master' into issue_3945 2016-01-20 20:04:15 +01:00
Robert Speicher a8a65afe1e Merge branch 'fix-error-500-with-invalid-utf8' into 'master'
Gracefully handle invalid UTF-8 sequences in Markdown links

Closes #6077

See merge request !2382
2016-01-20 19:03:32 +00:00