Commit Graph
22224 Commits
Author SHA1 Message Date
Kamil Trzciński 46e66f5845 Merge branch '3147-gitlab-ci-yml-variables-adjust-docs' into 'master'
Fixed suggestion in documentation resulting in linting error 'variables should be a map of key-valued strings'

Documentation now suggests a valid option with the intended result.

See #3147 

`"yes"`, opposed to `yes` is not casted to a boolean. `variables` only accepts key-valued strings.

Better solution would be to change the parsing of `variables` (allow boolean or check the actual value of the string).



See merge request !1660
2015-10-22 07:40:17 +00:00
Robert Speicher ada2d23116 Merge branch 'dm-issue-3140' into 'master'
Make sure MR refresh service correctly determines newly added commits.

Fixes #3140.

See merge request !1659
2015-10-22 07:15:56 +00:00
Robert Speicher 7c0d2d329e Merge branch 'fix-build-trace-updating' into 'master'
Fix build trace updating

Fixes #2910 

See merge request !1657
2015-10-22 07:09:48 +00:00
Valery Sizov f810fab705 Merge branch 'fix-issue-3094' into 'master'
Don't show "Add README" link in an empty repository if user doesn't have access to push

Reporter users would see this before even though they didn't have access to push:

![image](/uploads/1dd328ab7e58cd00c5b696f079816e16/image.png)

It's not complete accurate to include the push command-line instructions, but users may still want the instructions to clone. After:

![image](/uploads/3d214e140916d2f174d0b5fec0ac472d/image.png)

Closes #3094

See merge request !1626
2015-10-22 06:56:35 +00:00
Sander Boom 38a93a25f3 Fixed linting error 'variables should be a map of key-valued strings' 2015-10-21 22:52:17 +02:00
Douwe Maan 464c939a7e Clean up MR refresh service somewhat. 2015-10-21 17:34:12 +02:00
Douwe Maan 9c61b73c21 Make sure MR refresh service correctly determines newly added commits. 2015-10-21 17:24:09 +02:00
Stan Hu 4eac37fd87 Don't show "Add README" link in an empty repository if user doesn't have access to push
Closes #3094
2015-10-21 07:33:14 -07:00
Dirceu Pereira Tiegs d7bcfe4fc0 Fix issue #3055 (project search with unmatched parentheses) 2015-10-21 10:20:40 -02:00
Artem V. Navrotskiy c192444db5 Show empty repository page if repository don't have branches 2015-10-21 13:53:07 +03:00
Kamil Trzcinski c21d46c29f Fix build trace updating 2015-10-21 12:34:25 +02:00
Douwe Maan abbca6151d Make pipelines actually make sense 2015-10-21 12:32:30 +02:00
Robert Speicher 323b6eb196 Merge branch 'remove-ci-migration' into 'master'
Remove CI migration

See merge request !1656
2015-10-21 10:17:19 +00:00
Dmitriy Zaporozhets 0179d5df18 Update SourceSansPro fonts
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2015-10-21 12:15:39 +02:00
Kamil Trzcinski b7b0010f7b Remove CI migration task 2015-10-21 12:13:09 +02:00
Douwe Maan de0acf3cf7 Merge branch 'master' into reference-pipeline-and-caching 2015-10-21 11:36:41 +02:00
Douwe Maan de9886bece Restyle dashboard snippets visibility level tabs. 2015-10-21 11:10:09 +02:00
Douwe Maan d37cf64237 Merge branch 'master' into hanloong/gitlab-ce-add-dates-snippets-show 2015-10-21 10:24:06 +02:00
Robert Speicher d25b50fda6 Merge branch 'markdown-tabs-margin' into 'master'
Fix margin around Markdown Write/Preview tabs.

Reverts !1354 and uses another fix for #2585.

See merge request !1654
2015-10-21 08:22:56 +00:00
Dmitriy Zaporozhets c93bc72834 Merge branch 'animated-logo' into 'master'
Animate the logo on hover

The logo is now rendered as pure SVG, rather than image referencing a
svg. The SVG has an id and the shapes of the logo have a shared class.
The shapes change their fill color on hover with a transition.

Identical to how it looks on about.gitlab.com

cc @skyruler 

See merge request !1557
2015-10-21 08:21:46 +00:00
Douwe Maan 310f49af35 Don't load entire spec with MySQL 2015-10-21 10:21:01 +02:00
Dmitriy Zaporozhets 5f045df762 Merge branch 'full-width-tables' into 'master'
Make tables full width.

## Before

![Screen_Shot_2015-10-19_at_11.17.32](/uploads/acea66825b41006a949b5cc31cc07699/Screen_Shot_2015-10-19_at_11.17.32.png)

## After

![Screen_Shot_2015-10-19_at_11.19.16](/uploads/ed61e5e6cafe06c5e2d75672f5585c93/Screen_Shot_2015-10-19_at_11.19.16.png)


See merge request !1642
2015-10-21 08:16:27 +00:00
Douwe Maan ab1b4936f4 Fix margin around Markdown Write/Preview tabs. 2015-10-21 10:15:13 +02:00
Douwe Maan 4a02dfa48f Disable case sensitive spec for MySQL. 2015-10-21 10:09:40 +02:00
Douwe Maan e17e5a5ce4 Move case sensitivity check to find_with_namespace. 2015-10-21 10:09:32 +02:00
Robert Speicher 35618a3dff Merge branch 'fix-mysql-ci-limits-migration' into 'master'
Ensure MySQL CI limits DB migrations occur after the fields have been created

Closes https://github.com/gitlabhq/gitlabhq/issues/9753

See merge request !1653
2015-10-21 07:27:49 +00:00
Douwe Maan 9769a8704c Merge branch 'git-archive-improvements-2' into 'master'
Clear archive cache asynchronously



See merge request !1651
2015-10-21 07:27:01 +00:00
Stan Hu e39fdc1ddd Ensure MySQL CI limits DB migrations occur after the fields have been created
Closes https://github.com/gitlabhq/gitlabhq/issues/9753
2015-10-21 00:11:06 -07:00
Robert Speicher 6f5a844edc Merge branch 'add-missing-migrations' into 'master'
Add missing migrations

See merge request !1652
2015-10-21 07:03:04 +00:00
Job van der Voort 2a28b21054 the logo svg should not mess with replacement imgs 2015-10-21 08:59:30 +02:00
Job van der Voort dd0552c36d Animate the logo on hover
The logo is now rendered as pure SVG, rather than image referencing a
svg. The SVG has an id and the shapes of the logo have a shared class.
The shapes change their fill color on hover with a transition.
2015-10-21 08:59:30 +02:00
Douwe Maan 0f2b10c69f Fix duplication between tree_header and tree_content 2015-10-21 08:41:53 +02:00
Douwe Maan d222ce8b34 Merge branch 'master' into full-width-tables 2015-10-21 08:39:19 +02:00
Kamil Trzcinski f9f6724f55 Added extra index for faster enumeration of CI builds 2015-10-20 19:41:45 +02:00
Kamil Trzcinski 8f4ae40e3c Add missing migrations 2015-10-20 19:24:41 +02:00
Dmitriy Zaporozhets 249a9476d4 Merge branch 'reference-filter-replace-text-nodes-performance' into 'master'
Speed up searching for text references a bit



See merge request !1648
2015-10-20 16:26:53 +00:00
Dmitriy Zaporozhets f16bfa401f Merge branch 'merge-request-deleted-file' into 'master'
Correctly find last known blob for file deleted in MR.

Fixes #3092.

When building a new MR, `@merge_request.commits.last` would fail because this delegates to `merge_request_diff` which is still `nil` at that point. I fixed that, and changed some of the logic because showing deleted blob contents didn't previously work for the Compare page, and the UI would show the wrong commit sha for "View File @...".

See merge request !1647
2015-10-20 16:24:01 +00:00
Dmitriy Zaporozhets d01fb5d81b Merge branch 'handle-no-http-referer' into 'master'
Redirect to a default path if HTTP_REFERER is not set

Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode,
and it's possible load balancers/proxies strip the HTTP_REFERER from
the request header. In these cases, default to some default path.

Closes #3122

Closes https://github.com/gitlabhq/gitlabhq/issues/9731

See merge request !1646
2015-10-20 16:19:39 +00:00
Robert SpeicherandRobert Speicher 8052c4ef4e Merge branch 'rs-8-1-update-guide-changes' into 'master'
Update 8.0-to-8.1 update guide

- User needs to update gitlab-git-http-server
- User needs to update Nginx configuration

[ci skip]

See merge request !1625
2015-10-20 18:11:38 +02:00
Stan Hu cff470a30d Merge pull request #9750 from Bufallo/simplify-patch-updates
Simplify patch version updates (less steps)
2015-10-20 08:47:09 -07:00
Jacob Vosmaer e4008bc415 Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-archive-improvements-2 2015-10-20 17:12:23 +02:00
Jacob Vosmaer a321404fde Remove unused sidekiq worker 2015-10-20 17:11:31 +02:00
Stan Hu befff6827a Merge pull request #9732 from MauriceMohlek/patch-1
Update CHANGELOG
2015-10-20 07:56:49 -07:00
Jacob Vosmaer e1fff018d7 Clear archive cache asynchronously 2015-10-20 16:53:37 +02:00
Stan Hu 9bfc531ec6 Redirect to a default path if HTTP_REFERER is not set
Safari 9.0 does not yet honor the HTML5 `origin-when-cross-origin` mode,
and it's possible load balancers/proxies strip the HTTP_REFERER from
the request header. In these cases, default to some default path.

Closes #3122

Closes https://github.com/gitlabhq/gitlabhq/issues/9731
2015-10-20 07:45:48 -07:00
Douwe Maan 2f7fc7e9f7 Prefer project with exact path to differently cased one when both exist. 2015-10-20 16:16:08 +02:00
Yorick Peterse e1c3077e4b Added benchmark for ReferenceFilter 2015-10-20 15:53:22 +02:00
Yorick Peterse afdc028516 Speed up searching for text references a bit
If a node is ignored there's no need for searching for a given pattern.
In turn, when searching for the pattern there's no need to construct a
MatchData object as we only care about presence (or lack thereof), not
the resulting matches.

In terms of performance this cuts down about 200 ms when loading
issue #2164 locally, though this varies a bit depending on system load.
2015-10-20 15:52:40 +02:00
Douwe Maan 8710739e4e Correctly find last known blob for file deleted in MR. 2015-10-20 14:24:02 +02:00
Douwe Maan 97eafd4b3d Merge branch 'remove-duplicate-repos-in-github-import' into 'master'
Fix duplicate repositories in GitHub import page

By default, all the current user's repositories are accessible via the
/users endpoint. There's no need to traverse all the organization
repositories as well.

See:

* http://www.rubydoc.info/github/pengwynn/octokit/Octokit/Client/Repositories#repositories-instance_method
* https://developer.github.com/v3/repos/#list-your-repositories

Closes #2523

See merge request !1644
2015-10-20 10:51:49 +00:00