summaryrefslogtreecommitdiff
path: root/spec/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3a2b60f7' from 'master'Grzegorz Bizon2017-05-055-12/+111
|\
| * Merge branch 'dm-artifact-blob-viewer' into 'master' Sean McGivern2017-05-041-0/+11
| |\
| | * Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+11
| * | Merge branch '30973-network-graph-sorted-by-date-and-topo' into 'master' Douwe Maan2017-05-041-1/+1
| |\ \
| | * | Sort the network graph both by commit date and topographically.30973-network-graph-sorted-by-date-and-topoTimothy Andrew2017-05-041-1/+1
| * | | Merge branch '2247-emails-forwarded-to-service-desk-email-don-t-come' into 'm...Sean McGivern2017-05-041-0/+18
| |\ \ \ | | |_|/ | |/| |
| | * | Handle incoming emails from aliases correctly2247-emails-forwarded-to-service-desk-email-don-t-comeSean McGivern2017-05-031-0/+18
| * | | Fix project tree saver and fork spec failuresJames Lopez2017-05-031-2/+2
| |/ /
| * | Fix lazy error handling of cron parserDosuken shinya2017-05-031-9/+79
* | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-0331-100/+705
|\ \ \ | |/ /
| * | Include missing project attributes to Import/ExportJames Lopez2017-05-036-2/+40
| |/
| * Merge branch 'fix-gitaly-not-found' into 'master' Douwe Maan2017-05-021-45/+60
| |\
| | * Re-enable ref operations with gitaly after not-found fixfix-gitaly-not-foundAlejandro RodrĂ­guez2017-05-021-45/+60
| * | Merge branch 'rs-described_class-cop-2' into 'master' Douwe Maan2017-05-0217-38/+38
| |\ \
| | * | Auto-correct `RSpec/DescribedClass` violationsrs-described_class-cop-2Robert Speicher2017-05-0117-38/+38
| * | | Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-027-2/+566
| |\ \ \ | | |_|/ | |/| |
| | * | Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidatorBob Van Landuyt2017-05-021-2/+2
| | * | Rename child namespaces in migrationhelpersBob Van Landuyt2017-05-012-14/+22
| | * | Clear html cache for a projects milestonesBob Van Landuyt2017-05-011-0/+10
| | * | Move ReservedPathsMigration into V1 namespaceBob Van Landuyt2017-05-014-14/+14
| | * | Clear cached markdown after renaming projectsBob Van Landuyt2017-05-013-3/+64
| | * | Rename Projects & Namespaces based on entire pathsBob Van Landuyt2017-05-012-0/+23
| | * | Use objects for renaming namespaces and projectsBob Van Landuyt2017-05-014-148/+184
| | * | Add a WIP spec for clearing the cacheBob Van Landuyt2017-05-012-0/+4
| | * | Rename projects in a migrationhelperBob Van Landuyt2017-05-013-39/+127
| | * | Make renaming records in the database reusableBob Van Landuyt2017-05-012-46/+103
| | * | Rename namespace-paths in a migration helperBob Van Landuyt2017-05-012-0/+237
| | * | Move `replace_sql` into `Database::MigrationHelpers`Bob Van Landuyt2017-05-011-0/+33
| | * | Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-0/+7
| | |/
| * | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-13/+1
| |\ \
| | * | Fix RSpecKim "BKC" Carlbäcker2017-04-281-13/+1
* | | | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-0226-218/+428
|\ \ \ \ | |/ / /
| * | | Merge branch 'fix/add-specs-for-request-profiler' into 'master' Douwe Maan2017-05-011-0/+27
| |\ \ \
| | * | | Add specs for Gitlab::RequestProfilerAhmad Sherif2017-05-011-0/+27
| | | |/ | | |/|
| * | | Merge branch 'dont-blow-up-when-email-has-no-references-header' into 'master' Douwe Maan2017-05-011-1/+9
| |\ \ \
| | * | | Don't blow up when email has no References headerdont-blow-up-when-email-has-no-references-headerSean McGivern2017-05-011-1/+9
| | |/ /
| * | | Merge branch '28968-revert-allow-people-with-merge-access-to-create-branches'...Douwe Maan2017-05-011-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Prevent people from creating branches if they don't have persmission to pushPawel Chojnacki2017-04-281-2/+2
| | |/
| * | Merge branch 'enable-spec-file-name-cop' into 'master' Robert Speicher2017-04-289-122/+3
| |\ \ | | |/ | |/|
| | * Enable RSpec/FilePath copenable-spec-file-name-copSean McGivern2017-04-269-122/+3
| * | Merge branch 'remove-invalid-services' into 'master' Douwe Maan2017-04-272-23/+20
| |\ \
| | * | tadds migration to remove invalid servicesTiago Botelho2017-04-272-23/+20
| * | | Merge branch '30973-fix-network-graph-ordering' into 'master' Douwe Maan2017-04-271-0/+29
| |\ \ \
| | * | | Fix ordering of commits in the network graph.Timothy Andrew2017-04-271-0/+29
| * | | | Remove unused optional parameter `asciidoc_opts`Toon Claes2017-04-271-19/+2
| * | | | Fix failing specsToon Claes2017-04-271-1/+1
| * | | | Merge branch 'blackst0ne/gitlab-ce-fix_emoji_parser'Sean McGivern2017-04-271-2/+8
| |\ \ \ \
| | * | | | Fix rendering emoji inside a stringblackst0ne2017-04-251-2/+8
| * | | | | Load a project's CI status in batch from redisBob Van Landuyt2017-04-261-14/+128
| | |_|/ / | |/| | |
| * | | | Merge branch '20378-natural-sort-issue-numbers' into 'master'Sean McGivern2017-04-261-0/+62
| |\ \ \ \