summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Disable redirect messages for anonymous clonessh-handle-anonymous-clones-project-movedStan Hu2017-12-251-2/+1
* Fix Error 500s with anonymous clones for a project that has movedStan Hu2017-12-251-0/+7
* Merge branch 'gitaly-remotes' into 'master'Dmitriy Zaporozhets2017-12-252-15/+90
|\
| * Incorporate Gitaly's RemoteService RPCsgitaly-remotesAlejandro Rodríguez2017-12-222-0/+90
| * Remove unused method `remote_exists?`Alejandro Rodríguez2017-12-221-15/+0
* | Gracefully handle orphaned write deploy keys in /internal/post_receivesh-handle-orphaned-deploy-keysStan Hu2017-12-241-0/+10
* | Merge branch '36782-replace-team-user-role-with-add_role-user-in-specs' into ...Rémy Coutable2017-12-23359-757/+758
|\ \
| * | Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-22359-757/+758
* | | Merge branch 'sh-disable-dev-shm' into 'master'Rémy Coutable2017-12-231-0/+3
|\ \ \
| * | | Disable /dev/shm in CIsh-disable-dev-shmStan Hu2017-12-221-0/+3
| |/ /
* | | Merge branch 'dm-diff-note-for-line-performance' into 'master'Robert Speicher2017-12-221-16/+0
|\ \ \
| * | | Improve performance of DiffDiscussion#truncated_diff_lines and DiffNote#diff_...Douwe Maan2017-12-221-16/+0
* | | | Extend Cluster Applications to allow installation of PrometheusMayra Cabrera2017-12-2219-198/+377
* | | | Merge branch 'dm-issue-move-transaction-error' into 'master'Robert Speicher2017-12-221-0/+12
|\ \ \ \
| * | | | Execute project hooks and services after commit when moving an issuedm-issue-move-transaction-errorDouwe Maan2017-12-221-0/+12
| |/ / /
* | | | Merge branch '38893-banzai-upload-filter-relative-urls' into 'master'Douwe Maan2017-12-222-133/+81
|\ \ \ \
| * | | | Use relative URLs when linking to uploaded filesNick Thomas2017-12-222-133/+81
* | | | | Use gitlab-stylesRémy Coutable2017-12-2229-707/+76
|/ / / /
* | | | Make webpack fail for missing exportsWinnie Hellmann2017-12-221-1/+3
* | | | Merge branch 'jivl-general-icons-2' into 'master'Tim Zallmann2017-12-221-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Replaced the remaining code-fork iconsjivl-general-icons-2Jose Ivan Vargas2017-12-191-2/+2
* | | | Merge branch '33609-hide-pagination' into 'master'Clement Ho2017-12-211-0/+16
|\ \ \ \
| * | | | Do not show Vue pagination if only one pageMario de la Ossa2017-12-211-0/+16
* | | | | Merge branch 'jprovazn-search' into 'master'Yorick Peterse2017-12-211-0/+11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Skip projects filter on merge requests searchjprovazn-searchJan Provaznik2017-12-211-0/+11
* | | | | Merge branch 'pawel/reduce_cardinality_of_prometheus_metrics' into 'master'Douwe Maan2017-12-212-8/+11
|\ \ \ \ \
| * | | | | Use seconds where possible, and convert to milliseconds for Influxdb consumptionPawel Chojnacki2017-12-212-10/+12
| * | | | | Fix tests and formattingPawel Chojnacki2017-12-191-5/+6
| * | | | | Make `System.monotonic_time` retun seconds represented by float with microsec...Pawel Chojnacki2017-12-121-2/+2
* | | | | | Merge branch 'bvl-patch-mr-serializer' into 'master'Douwe Maan2017-12-212-2/+10
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Fall back to the `MergeRequestWidgetEntity`Bob Van Landuyt2017-12-212-2/+10
* | | | | | Resolve "Decouple multi-file editor from file list"Tim Zallmann2017-12-2145-634/+695
| |_|/ / / |/| | | |
* | | | | LDAP extern_uids are not normalized when updated via APIFrancisco Javier López2017-12-211-0/+27
|/ / / /
* | | | Merge branch '40063-markdown-editor-improvements' into 'master'Filipa Lacerda2017-12-211-0/+15
|\ \ \ \
| * | | | Add spec for previewing a note40063-markdown-editor-improvementsAnnabel Dunstone Gray2017-12-201-0/+15
| | |/ / | |/| |
* | | | Merge branch '38356-add-last_commit_sha-to-the-commit-api' into 'master'Douwe Maan2017-12-212-0/+208
|\ \ \ \
| * | | | Updates from last code review:38356-add-last_commit_sha-to-the-commit-apiRubén Dávila2017-12-202-5/+118
| * | | | Check if file has been modified for each action provided.Rubén Dávila2017-12-201-2/+43
| * | | | Add some initial specs for Files::MultiService classRubén Dávila2017-12-201-0/+54
* | | | | Merge branch '36958-enable-ordering-projects-subgroups-by-name' into 'master'Rémy Coutable2017-12-211-0/+35
|\ \ \ \ \
| * | | | | Enable sorting by name in the Groups dropdownMark Fletcher2017-12-201-0/+35
| |/ / / /
* | | | | Merge branch 'winh-fix-transient-loadDiff-failure' into 'master'Phil Hughes2017-12-211-5/+9
|\ \ \ \ \
| * | | | | Fix racing condition in Ajax call of merge_request_tabs_spec.jswinh-fix-transient-loadDiff-failureWinnie Hellmann2017-12-201-5/+9
* | | | | | Merge branch '41291-spec-failure-on-spec-features-merge_requests-image_diff_n...Robert Speicher2017-12-211-1/+2
|\ \ \ \ \ \
| * | | | | | Stub old image diff urlClement Ho2017-12-201-1/+2
| * | | | | | Fix a failure because we stub DiffHelper#diff_file_blob_raw_path instead of #...41291-spec-failure-on-spec-features-merge_requests-image_diff_notes_spec-rbRémy Coutable2017-12-201-2/+2
* | | | | | | Merge branch 'jivl-replace-d3-v3-v4' into 'master'Mike Greiling2017-12-202-6/+8
|\ \ \ \ \ \ \
| * | | | | | | Refactored d3 modules to instead of having a common_d3 dir, to use the micro ...Jose Ivan Vargas2017-12-181-9/+7
| * | | | | | | fixed specs and the non-rendering stat_graph_contributors_graphJose Ivan Vargas2017-12-181-1/+1
| * | | | | | | optimized d3 v4 with a custom made bundleJose Ivan Vargas2017-12-181-1/+1