Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storage | Douwe Maan | 2017-05-03 | 1 | -2/+10 |
| | |||||
* | Merge branch 'fix-gitaly-not-found' into 'master' | Douwe Maan | 2017-05-02 | 2 | -34/+32 |
|\ | | | | | | | | | Re-enable ref operations with gitaly after not-found fix See merge request !10773 | ||||
| * | Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-found | Alejandro Rodríguez | 2017-05-02 | 2 | -34/+32 |
| | | |||||
* | | Merge branch '30272-bvl-reject-more-namespaces' into 'master' | Douwe Maan | 2017-05-02 | 8 | -8/+402 |
|\ \ | |/ |/| | | | | | | | | | Reject more reserved paths Closes #30272 See merge request !10413 | ||||
| * | Update comments | Bob Van Landuyt | 2017-05-02 | 1 | -0/+8 |
| | | |||||
| * | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidator | Bob Van Landuyt | 2017-05-02 | 1 | -0/+4 |
| | | |||||
| * | Rename child namespaces in migrationhelpers | Bob Van Landuyt | 2017-05-01 | 2 | -2/+7 |
| | | |||||
| * | Clear html cache for a projects milestones | Bob Van Landuyt | 2017-05-01 | 1 | -0/+4 |
| | | |||||
| * | Remove dependecy on `User` | Bob Van Landuyt | 2017-05-01 | 1 | -20/+0 |
| | | |||||
| * | Move ReservedPathsMigration into V1 namespace | Bob Van Landuyt | 2017-05-01 | 10 | -352/+362 |
| | | |||||
| * | Minor style adjustments | Bob Van Landuyt | 2017-05-01 | 2 | -4/+5 |
| | | |||||
| * | Clear cached markdown after renaming projects | Bob Van Landuyt | 2017-05-01 | 3 | -3/+24 |
| | | |||||
| * | Rename Projects & Namespaces based on entire paths | Bob Van Landuyt | 2017-05-01 | 3 | -8/+13 |
| | | |||||
| * | Use objects for renaming namespaces and projects | Bob Van Landuyt | 2017-05-01 | 5 | -100/+119 |
| | | |||||
| * | Rename projects in a migrationhelper | Bob Van Landuyt | 2017-05-01 | 3 | -23/+74 |
| | | |||||
| * | Make renaming records in the database reusable | Bob Van Landuyt | 2017-05-01 | 3 | -48/+71 |
| | | | | | | | | So we can use it for projects | ||||
| * | Rename namespace-paths in a migration helper | Bob Van Landuyt | 2017-05-01 | 3 | -0/+232 |
| | | |||||
| * | Move `replace_sql` into `Database::MigrationHelpers` | Bob Van Landuyt | 2017-05-01 | 1 | -0/+23 |
| | | |||||
| * | Rename `NamespaceValidator` to `DynamicPathValidator` | Bob Van Landuyt | 2017-05-01 | 1 | -1/+1 |
| | | | | | | | | This reflects better that it validates paths instead of a namespace model | ||||
| * | Streamline the path validation in groups & projects | Bob Van Landuyt | 2017-05-01 | 1 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | `Project` uses `ProjectPathValidator` which is now a `NamespaceValidator` that skips the format validation. That way we're sure we are using the same collection of reserved paths. I updated the path constraints to reflect the changes: We now allow some values that are only used on a top level namespace as a name for a nested group/project. | ||||
* | | Merge branch 'gitaly-branch-tag-count' into 'master' | Sean McGivern | 2017-05-02 | 2 | -6/+31 |
|\ \ | | | | | | | | | | | | | | | | | | | Use Gitaly for getting Branch/Tag counts Closes gitaly#157 See merge request !10780 | ||||
| * | | Use Gitaly for getting Branch/Tag counts | Kim "BKC" Carlbäcker | 2017-04-28 | 2 | -6/+31 |
| |/ | | | | | | | | | | | - Backup-rake-spec fixed. Storage config broken - Use rugged to compare branch/tag-count in specs - upgrade gitaly | ||||
* | | Merge branch 'dont-blow-up-when-email-has-no-references-header' into 'master' | Douwe Maan | 2017-05-01 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | Don't blow up when email has no References header Closes gitlab-ee#2247 See merge request !11014 | ||||
| * | | Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-header | Sean McGivern | 2017-05-01 | 1 | -0/+2 |
| |/ | | | | | | | | | | | If an email doesn't match our incoming email patterns on the To header, we fall back to the References header. If there was no References header, we'd raise an exception, when we'd be better off acting as if it was empty. | ||||
* | | Merge branch ↵ | Douwe Maan | 2017-05-01 | 1 | -3/+1 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | '28968-revert-allow-people-with-merge-access-to-create-branches' into 'master' Prevent people from creating branches if they don't have persmission to push Closes #28968 See merge request !10983 | ||||
| * | | Prevent people from creating branches if they don't have persmission to push | Pawel Chojnacki | 2017-04-28 | 1 | -3/+1 |
| |/ | |||||
* | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestor | Kim "BKC" Carlbäcker | 2017-04-28 | 2 | -13/+22 |
|/ | | | | - Upgrade Gitaly-version | ||||
* | Merge branch 'dm-blob-viewers' into 'master' | Tim Zallmann | 2017-04-28 | 1 | -4/+0 |
|\ | | | | | | | | | | | | | Refactor rich blob viewers and add Code|Rendered switch Closes #24287 See merge request !10566 | ||||
| * | Small code tweaks | Douwe Maan | 2017-04-27 | 1 | -4/+0 |
| | | |||||
* | | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵ | Douwe Maan | 2017-04-27 | 1 | -5/+4 |
|\ \ | |/ |/| | | | | | | | | | | | | | | | into 'master' improves test settings for chat notification services for empty projects Closes #31138 See merge request !10886 | ||||
| * | improves test settings for chat notification services for empty projects31138-improve-test-settings-for-services-in-empty-projects | Tiago Botelho | 2017-04-27 | 1 | -5/+4 |
| | | |||||
* | | Merge branch '30973-fix-network-graph-ordering' into 'master' | Douwe Maan | 2017-04-27 | 1 | -6/+17 |
|\ \ | | | | | | | | | | | | | | | | | | | Fix ordering of commits in the network graph. Closes #30973 See merge request !10936 | ||||
| * | | Fix ordering of commits in the network graph. | Timothy Andrew | 2017-04-27 | 1 | -6/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We upgraded `rugged` to 0.25.1.1 in !10286 for %9.1 - Prior to this upgrade, the default sort order for commits returned by `Gitlab::Git::Repository#find_commits` was `Rugged::SORT_DATE`, which the graph relied on. - While upgrading `rugged`, the MR also changed this default to `Rugged::SORT_NONE`, which broke commit ordering in the graph. - This commit adds an option to `Gitlab::Git::Repository#find_commits` to sort by date, and changes the graph builder `Network::Graph` so it explictly requests the `:date` sort order | ||||
* | | | Remove unused optional parameter `asciidoc_opts` | Toon Claes | 2017-04-27 | 1 | -8/+4 |
| | | | |||||
* | | | Refactor MarkupHelper | Douwe Maan | 2017-04-27 | 2 | -14/+2 |
| | | | |||||
* | | | Cache the rendered README, but post-process on show | Toon Claes | 2017-04-27 | 2 | -4/+0 |
| | | | | | | | | | | | | | | | | | | Because the post-processing of the rendered README is dependent on the context (i.e. the current user), do the post-processing when the README is being displayed. | ||||
* | | | Submodule Dockerfile templates | Zeger-Jan van de Weg | 2017-04-26 | 1 | -2/+2 |
| | | | |||||
* | | | Load a project's CI status in batch from redis | Bob Van Landuyt | 2017-04-26 | 1 | -9/+44 |
| | | | |||||
* | | | Decrease Cyclomatic Complexity threshold to 16 | Maxim Rydkin | 2017-04-26 | 1 | -40/+30 |
| | | | |||||
* | | | Merge branch '20378-natural-sort-issue-numbers' into 'master' | Sean McGivern | 2017-04-26 | 1 | -0/+29 |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | Change issues sentence to use natural sorting Closes #20378 See merge request !7110 | ||||
| * | | Change issues sentence to use natural sorting | Jeff Stubler | 2017-04-25 | 1 | -0/+29 |
| | | | |||||
* | | | Merge branch 'mr-diff-size-overflow' into 'master' | Douwe Maan | 2017-04-25 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Show correct size when MR diff overflows Closes #26560 See merge request !10827 | ||||
| * | | | Show correct size when MR diff overflows | Sean McGivern | 2017-04-25 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that we often go via a diff object constructed from the diffs stored in the DB. Those diffs, by definition, don't overflow, so we don't have access to the 'correct' `real_size` - that is stored on the MR diff object iself. | ||||
* | | | | Fix OAuth, LDAP and SAML SSO when regular sign-ups are disableddm-fix-oauth-user-creation | Douwe Maan | 2017-04-24 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge branch 'dm-fix-position-tracer-for-hidden-lines' into 'master' | Sean McGivern | 2017-04-24 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fix commenting on an existing discussion on an unchanged line that is no longer in the diff Closes #31339 See merge request !10888 | ||||
| * | | | Fix commenting on an existing discussion on an unchanged line that is no ↵ | Douwe Maan | 2017-04-24 | 1 | -1/+8 |
| | |/ | |/| | | | | | | | longer in the diff | ||||
* | | | Merge branch '30305-oauth-token-push-code' into 'master' | Rémy Coutable | 2017-04-24 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Allow OAuth clients to push code Closes #30305 See merge request !10677 | ||||
| * | | | Allow OAuth clients to push code30305-oauth-token-push-code | Timothy Andrew | 2017-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - We currently support fetching code with username = 'oauth2' and password = <access_token>. - Trying to _push_ code with the same credentials fails with an authentication error. - There's no reason this shouldn't be enabled, especially since we allow the OAuth client to create deploy keys with push access: https://docs.gitlab.com/ce/api/deploy_keys.html#add-deploy-key | ||||
* | | | | Merge branch 'email-handler-metrics' into 'master' | Sean McGivern | 2017-04-24 | 5 | -5/+17 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Make handler metric params more explicit See merge request !10854 | ||||
| * | | | | Make handler metric params more explicitemail-handler-metrics | Sean McGivern | 2017-04-21 | 5 | -5/+17 |
| | | | | |