summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | | | | Modified contributors graph to use d3 v4Jose Ivan Vargas2017-12-181-4/+8
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'revert-b655a4a7' into 'master'41349-add-browser-performance-testing-to-auto-devops-docsRobert Speicher2017-12-202-20/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Revert "Merge branch 'repo-write-ref-client-prep' into 'master'"revert-b655a4a7Kim Carlbäcker2017-12-202-20/+2
| | |/ / / / | |/| | | |
* | | | | | Migrate to Project#empty_repo?zj-empty-repo-importerZeger-Jan van de Weg2017-12-201-4/+4
|/ / / / /
* | | | | Merge branch '38318-search-merge-requests-with-api' into 'master'Rémy Coutable2017-12-201-0/+20
|\ \ \ \ \
| * | | | | Add optional `search` param for Merge Requests APIMark Fletcher2017-12-201-0/+20
| | |/ / / | |/| | |
* | | | | Merge branch '39246-fork-and-import-jobs-should-only-be-marked-as-failed-when...Douwe Maan2017-12-203-31/+61
|\ \ \ \ \
| * | | | | Fork and Import jobs only get marked as failed when the number of Sidekiq ret...39246-fork-and-import-jobs-should-only-be-marked-as-failed-when-the-number-of-retries-was-exhaustedTiago Botelho2017-12-153-31/+61
* | | | | | Merge branch 'rs-blocks-json-serialization' into 'master'Douwe Maan2017-12-209-18/+36
|\ \ \ \ \ \
| * | | | | | Call the correct method in the BlocksJsonSerialization specrs-blocks-json-serializationRobert Speicher2017-12-191-1/+1