summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into 27377-preload-pipeline-en...27377-preload-pipeline-entityLin Jen-Shin2017-05-231119-11170/+47733
|\
| * Merge branch 'adopt-es-module-syntax' into 'master'Filipa Lacerda2017-05-2254-150/+146
| |\
| | * refactor instances of CJS module.exports to ES module syntaxMike Greiling2017-05-162-6/+2
| | * fix eslint failuresMike Greiling2017-05-164-4/+4
| | * fix implicit window object reference within gl_form_specMike Greiling2017-05-161-6/+6
| | * update test_bundle to use ES module syntaxMike Greiling2017-05-161-6/+8
| | * update frontend specs to use ES module syntaxMike Greiling2017-05-1651-131/+129
| * | Merge branch 'change_pipelines_schedules_help_page_path' into 'master'Rémy Coutable2017-05-221-1/+1
| |\ \
| | * | Change pipelines schedules help page pathchange_pipelines_schedules_help_page_pathAchilleas Pipinellis2017-05-221-1/+1
| * | | Respect the typo as rubocop saidLin Jen-Shin2017-05-221-0/+0
| * | | Add a test to ensure this works on MySQLLin Jen-Shin2017-05-221-0/+17
| |/ /
| * | Merge branch 'zj-pipeline-json-performance' into 'master'Kamil Trzciński2017-05-211-5/+33
| |\ \
| | * | Improve pipeline size for query limit testzj-pipeline-json-performanceZ.J. van de Weg2017-05-171-5/+33
| * | | Merge branch 'fix/gb/exclude-manual-actions-from-cancelable-jobs' into 'master'Kamil Trzciński2017-05-211-0/+10
| |\ \ \
| | * | | Exclude manual actions from cancelable jobs scopefix/gb/exclude-manual-actions-from-cancelable-jobsGrzegorz Bizon2017-05-191-0/+10
| * | | | Merge branch 'bvl-fix-already-renamed-paths' into 'master'Douwe Maan2017-05-192-0/+95
| |\ \ \ \
| | * | | | Simpler way of renaming usersBob Van Landuyt2017-05-191-1/+4
| | * | | | Fix incorrectly renamed routesBob Van Landuyt2017-05-191-0/+73
| | * | | | Rename users that had their namespace renamedBob Van Landuyt2017-05-191-0/+19
| * | | | | Add users endpoint to frontend API classWinnie Hellmann2017-05-191-0/+281
| * | | | | Merge branch 'fix-json-endpoint-redirection' into 'master'Douwe Maan2017-05-191-0/+26
| |\ \ \ \ \
| | * | | | | Bugfix: don't redirect to JSON endpoints after sign inRuben Davila2017-05-191-0/+26
| | | |/ / / | | |/| | |
| * | | | | Merge branch '32536-mr-widget-performance-improvements' into 'master'Fatih Acet2017-05-195-9/+14
| |\ \ \ \ \
| | * | | | | Make sure fixture creation does not affect query count test32536-mr-widget-performance-improvementsOswaldo Ferreira2017-05-191-1/+4
| | * | | | | Remove routeOswaldo Ferreira2017-05-191-5/+0
| | * | | | | Fix Karma expectOswaldo Ferreira2017-05-181-1/+0
| | * | | | | Stop loading MergeRequestEntity data on sidebar requestOswaldo Ferreira2017-05-182-2/+2
| | * | | | | Remove unnecessary initial requestOswaldo Ferreira2017-05-181-1/+0
| | * | | | | Drop merge_check endpoint and use only MR show insteadOswaldo Ferreira2017-05-181-0/+9
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'fix-issue-32506' into 'master'Douwe Maan2017-05-196-308/+608
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Refactor to more robust implementationfix-issue-32506Michael Kozono2017-05-194-9/+239
| | * | | | Fix ensure_canonical_path for top level routesMichael Kozono2017-05-183-312/+369
| | * | | | Add test that fails without the fixMichael Kozono2017-05-181-0/+13
| * | | | | Refine MR widget styling for buttons and info textKushal Pandya2017-05-191-1/+1
| * | | | | Merge branch '32551-fix-system-note-comparison-and-standardize-note-setup' in...Filipa Lacerda2017-05-192-4/+21
| |\ \ \ \ \
| | * | | | | Fix system note comparison and standardize note setupEric Eastwood2017-05-192-4/+21
| | | |/ / / | | |/| | |
| * | | | | Enable RSpec profiling only if RSPEC_PROFILING_POSTGRES_URL is not empty31933-improve-rspec-profiling-enablingRémy Coutable2017-05-191-1/+1
| * | | | | Fixes the 500 for custom apearance header logo and logoAlexis Reigel2017-05-191-0/+40
| * | | | | Merge branch 'dm-fix-readme-project-view' into 'master'Dmitriy Zaporozhets2017-05-191-1/+6
| |\ \ \ \ \
| | * | | | | Remove readme project_view optionDouwe Maan2017-05-191-1/+6
| * | | | | | Merge branch 'user-avatar-vue-ce' into 'master'Phil Hughes2017-05-198-6/+139
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Fixes per feedback on user avatar components.Bryce Johnson2017-05-184-69/+12
| | * | | | | Consolidate user avatar Vue logicBryce Johnson2017-05-189-6/+196
| * | | | | | Merge branch 'dm-no-conflicts-when-branches-are-missing' into 'master'Robert Speicher2017-05-181-0/+7
| |\ \ \ \ \ \
| | * | | | | | Stop MR conflict code from blowing up when branches are missingdm-no-conflicts-when-branches-are-missingDouwe Maan2017-05-181-0/+7
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'dm-catch-uri-errors' into 'master'Robert Speicher2017-05-181-0/+7
| |\ \ \ \ \ \
| | * | | | | | Catch all URI errors in ExternalLinkFilterdm-catch-uri-errorsDouwe Maan2017-05-181-0/+7
| | |/ / / / /
| * | | | | | Fix clicking disabled clipboard button toolipLuke "Jared" Bennett2017-05-181-4/+27
| | |/ / / / | |/| | | |
| * | | | | Merge branch 'tc-fix-broken-plain-readme' into 'master'Douwe Maan2017-05-181-0/+12
| |\ \ \ \ \
| | * | | | | Fix ProjectCacheWorker for plain READMEsToon Claes2017-05-181-0/+12
| | | |/ / / | | |/| | |