summaryrefslogtreecommitdiff
path: root/lib/gitlab
Commit message (Collapse)AuthorAgeFilesLines
* Display slash commands outcome when previewing Markdownadam-separate-slash-commandsRares Sfirlogea2017-05-042-15/+83
| | | | | | | | | | Remove slash commands from Markdown preview and display their outcome next to the text field. Introduce new "explanation" block to our slash commands DSL. Introduce optional "parse_params" block to slash commands DSL that allows to process a parameter before it is passed to "explanation" or "command" blocks. Pass path for previewing Markdown as "data" attribute instead of setting a variable on "window".
* Merge branch '12910-uploader-pers-snippet' into 'master' Sean McGivern2017-05-041-1/+1
|\ | | | | | | | | Prepare uploaders for personal snippets comments See merge request !11022
| * Support uploaders for personal snippets comments12910-uploader-pers-snippetJarka Kadlecova2017-05-021-1/+1
| |
* | Merge branch '2247-emails-forwarded-to-service-desk-email-don-t-come' into ↵Sean McGivern2017-05-041-5/+11
|\ \ | | | | | | | | | | | | | | | | | | | | | 'master' Handle incoming emails from aliases correctly See merge request !11079
| * | Handle incoming emails from aliases correctly2247-emails-forwarded-to-service-desk-email-don-t-comeSean McGivern2017-05-031-5/+11
| | | | | | | | | | | | | | | These set the 'actual' destination email in one of the Delivered-To lines, so check those too.
* | | Merge branch '31671-merge-request-message-contains-carriage-returns' into ↵Douwe Maan2017-05-031-21/+0
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' removes the possibility of commit messages having carriage returns Closes #31671 See merge request !11077
| * | | removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-21/+0
| | | |
* | | | Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern2017-05-031-2/+10
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Refactor Blob support of external storage in preparation of job artifact blobs See merge request !11048
| * | | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-031-2/+10
| | | | |
* | | | | Fix project tree saver and fork spec failuresJames Lopez2017-05-031-0/+1
| |_|/ / |/| | |
* | | | Fix lazy error handling of cron parserDosuken shinya2017-05-031-2/+17
| | | |
* | | | Merge branch 'emoji-button-titles' into 'master' Filipa Lacerda2017-05-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added emoji description title to award emoji buttons Closes #29971 See merge request !10881
| * \ \ \ Merge branch 'master' into emoji-button-titlesPhil Hughes2017-04-273-31/+22
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into emoji-button-titlesPhil Hughes2017-04-2713-59/+136
| |\ \ \ \ \
| * | | | | | Moved the title onto the emoji tagPhil Hughes2017-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds the description in all places emojis are used
* | | | | | | Include missing project attributes to Import/ExportJames Lopez2017-05-033-8/+31
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan2017-05-022-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-foundAlejandro Rodríguez2017-05-022-34/+32
| | | | | | |
* | | | | | | Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-028-8/+402
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reject more reserved paths Closes #30272 See merge request !10413
| * | | | | | Update commentsBob Van Landuyt2017-05-021-0/+8
| | | | | | |
| * | | | | | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-021-0/+4
| | | | | | |
| * | | | | | Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-2/+7
| | | | | | |
| * | | | | | Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+4
| | | | | | |
| * | | | | | Remove dependecy on `User`Bob Van Landuyt2017-05-011-20/+0
| | | | | | |
| * | | | | | Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-0110-352/+362
| | | | | | |
| * | | | | | Minor style adjustmentsBob Van Landuyt2017-05-012-4/+5
| | | | | | |
| * | | | | | Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+24
| | | | | | |
| * | | | | | Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-013-8/+13
| | | | | | |
| * | | | | | Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-015-100/+119
| | | | | | |
| * | | | | | Rename projects in a migrationhelperBob Van Landuyt2017-05-013-23/+74
| | | | | | |
| * | | | | | Make renaming records in the database reusableBob Van Landuyt2017-05-013-48/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | So we can use it for projects
| * | | | | | Rename namespace-paths in a migration helperBob Van Landuyt2017-05-013-0/+232
| | | | | | |
| * | | | | | Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-011-0/+23
| | | | | | |
| * | | | | | Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reflects better that it validates paths instead of a namespace model
| * | | | | | Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-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 McGivern2017-05-022-6/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use Gitaly for getting Branch/Tag counts Closes gitaly#157 See merge request !10780
| * | | | | | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-282-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 Maan2017-05-011-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-headerSean McGivern2017-05-011-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 Maan2017-05-011-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 pushPawel Chojnacki2017-04-281-3/+1
| |/ / / / /
* | | | | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-282-13/+22
|/ / / / / | | | | | | | | | | | | | | | - Upgrade Gitaly-version
* | | | | Merge branch 'dm-blob-viewers' into 'master' Tim Zallmann2017-04-281-4/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor rich blob viewers and add Code|Rendered switch Closes #24287 See merge request !10566
| * | | | | Small code tweaksDouwe Maan2017-04-271-4/+0
| | |_|/ / | |/| | |
* | | | | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' ↵Douwe Maan2017-04-271-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-projectsTiago Botelho2017-04-271-5/+4
| | | | |
* | | | | Merge branch '30973-fix-network-graph-ordering' into 'master' Douwe Maan2017-04-271-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 Andrew2017-04-271-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 Claes2017-04-271-8/+4
| | | | | |
* | | | | | Refactor MarkupHelperDouwe Maan2017-04-272-14/+2
| | | | | |