Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Collapse)Author
2017-01-19Merge branch 'master' into go-go-gadget-webpackMike Greiling
* master: (67 commits) Add some API endpoints for time tracking. use destructuring syntax instead add changelog yml file correct User_agent placement in robots.txt Fixing typo Fix Project#update_repository_size to convert MB to Bytes properly Remove repository trait from factories that don't need it in features Add the `:repository` trait to `:project` factories in Cucumber steps Add a `:repository` trait to the `:empty_project` factory Update clipboard_button text: Copy commit SHA to clipboard Fix search bar filter dropdown scrollbars get rid of log fix UI behaviour - only make new calls when button is clicked and dropdown is not displayed better UI fix - simple solution Disable all cops in .rubocop_todo.yml fix spec refactored a bunch of stuff based on feedback fix serializer fix bug retrieving medians fix specs ...
2017-01-18Merge branch 'fix/refactor-cycle-analytics-stages' into 'master' Douwe Maan
Refactor cycle analytics stages (1st iteration) See merge request !7647
2017-01-18Merge branch 'time-tracking-api' into 'master' Sean McGivern
Time tracking API Closes #25861 See merge request !8483
2017-01-18Merge branch 'rs-repository-project-trait' into 'master' Rémy Coutable
Add a `:repository` trait to the `:empty_project` factory See merge request !8605
2017-01-18Add some API endpoints for time tracking.Ruben Davila
New endpoints are: POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_time_estimate" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/add_spent_time" POST :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/reset_spent_time" GET :project_id/(issues|merge_requests)/(:issue_id|:merge_request_id)/time_stats"
2017-01-18Merge branch '26773-fix-project-statistics-repository-size' into 'master' Rémy Coutable
Resolve "Wrong file size on repository page" Closes #26773 See merge request !8616
2017-01-18Merge branch 'backport-time-tracking-ce' into 'master' Douwe Maan
Backport timetracking to CE See merge request !8195
2017-01-18Merge branch 'i-#25814-500-error' into 'master' Sean McGivern
Fix Compare page throws 500 error when any branch/reference is not selected Closes #25814 See merge request !8523
2017-01-18Fix Project#update_repository_size to convert MB to Bytes properlyOswaldo Ferreira
2017-01-18Add a `:repository` trait to the `:empty_project` factoryRobert Speicher
Right now this is a no-op. We're going to add it as a trait argument to all existing usages of the `:project` factory, so that later we can flip `:empty_project` to just be `:project`, forcing developers to opt-in to the slower option when their tests truly require it.
2017-01-17Merge branch '24915_merge_slash_command' into 'master' Sean McGivern
Support `/merge` slash command for MRs Closes #24915 See merge request !7746
2017-01-17Merge branch 'fix/keep-artifacts-button-visibility' into 'master' Sean McGivern
Do not show artifacts keep button if not allowed Closes #26357 See merge request !8501
2017-01-17Merge branch 'issue_25017' into 'master' Sean McGivern
Show 'too many changes' message for merge request Closes #25017 See merge request !8444
2017-01-17Merge branch 'master' into go-go-gadget-webpackPhil Hughes
2017-01-17refactored a bunch of stuff based on feedbackJames Lopez
2017-01-17fix serializerJames Lopez
2017-01-17fix specsJames Lopez
2017-01-17refactored metrics fetcher - merged into stage and eventsJames Lopez
2017-01-17fix specs, refactor missing bits from events stuffJames Lopez
2017-01-17big refactor based on MR feedbackJames Lopez
2017-01-17fix spec failures after mergeJames Lopez
2017-01-17few fixes after mergeJames Lopez
2017-01-17refactor fetcher and fixed specsJames Lopez
2017-01-17refactor cycle analytics - updated based on MR feedbackJames Lopez
2017-01-17fix tricky test failure to do with private methodJames Lopez
2017-01-17Fix other spec failuresJames Lopez
2017-01-17Fix other spec failuresJames Lopez
2017-01-17more refactoring and fixing old specsJames Lopez
2017-01-17added new summary serializers and refactor all of the summary stuff into ↵James Lopez
separate logical classes
2017-01-17fixed stage entity and added missing stage specsJames Lopez
2017-01-17Merge branch 'refresh-authorizations-tighter-lease' into 'master' Robert Speicher
Synchronize all project authorization refreshing work using a lease Closes #25987 See merge request !8599
2017-01-17Fixed random issue boards sidebar failurePhil Hughes
2017-01-17Synchronize all project authorization refreshingYorick Peterse
Previously a lease would only be obtained to update data. This could lead to duplicate data being inserted, triggering a UNIQUE constraint error. To work around this we now acquire a lease before performing _any_ project authorization work, releasing it at the very end. Fixes #25987
2017-01-16Merge branch '26616-fix-search-group-project-filters' into 'master' Alfredo Sumaran
Fix search group/project filtering to show results Closes #26616 See merge request !8565
2017-01-16Merge branch 'master' into i-#25814-500-errorMartin Cabrera
2017-01-16Merge branch 'sandish/gitlab-ce-update_ret_val' into 'master' Robert Speicher
Ensure updating project settings shows a flash message on success See merge request !8579
2017-01-16Fix dropdown filter input value after blurEric Eastwood
2017-01-16Merge branch '25946-manual-pipeline-dropdown-casing' into 'master' Alfredo Sumaran
Retain original casing for build name in manual pipeline dropdown Closes #25946 See merge request !8387
2017-01-16Merge branch 'fix/rc-migration-typo' into 'master' Rémy Coutable
Yet another dot git migration fix See merge request !8592
2017-01-16Add a spec and actually display the flash noticeRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-16Merge branch 'fix/diff-title' into 'master' Alfredo Sumaran
Fix issue with diff comments path See merge request !7819
2017-01-16fix typo, added relevant specJames Lopez
2017-01-16Merge branch 'master' into fix/keep-artifacts-button-visibilityGrzegorz Bizon
* master: (579 commits) Conflicts: spec/models/build_spec.rb
2017-01-16Retain original casing for build name in manual pipeline dropdownSam Rose
2017-01-16Merge branch 'pmq20/gitlab-ce-psvr/head/cache' into 'master' Yorick Peterse
Expire related caches after changing HEAD See merge request !8584
2017-01-16Merge branch 'dot-in-project-queries' into 'master' Rémy Coutable
Add a constraint on the query parameter to allow querying for projects with dots in their name. See merge request !8210
2017-01-16Merge branch 'move-admin-groups-spinach-test-to-rspec' into 'master' Rémy Coutable
Move admin groups spinach tests to rspec See merge request !8313
2017-01-15Expire related caches after changing HEADMinqi Pan
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-01-15Backport backend work for time tracking.Ruben Davila
2017-01-15Backport timetracking frontend to CE.Bryce Johnson