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
AgeCommit message (Collapse)Author
2017-05-08Remove unnecesary time_tracking_bundle.js filemr-widget-redesign-reviewAlfredo Sumaran
2017-05-08Add @javascript on spinach testOswaldo Ferreira
2017-05-07Add @javascript and extra wait_for_vue_resourceOswaldo Ferreira
2017-05-07Return 0 if no window.activeVueResourcesOswaldo Ferreira
2017-05-07Adjust typoOswaldo Ferreira
2017-05-07Improve request blocker middleware to support Vue requestsOswaldo Ferreira
2017-05-07Apply wait_for_vue_resource [2]Oswaldo Ferreira
2017-05-07Testing: Commenting after hook for waiting complete requestOswaldo Ferreira
2017-05-07Update MR json schemaOswaldo Ferreira
2017-05-07Add wait_for_vue_resource where its neededOswaldo Ferreira
2017-05-06MRWidget: Fix Spinach spec.Fatih Acet
2017-05-06MRWidget: Backport EE changes.Fatih Acet
2017-05-06Add wait_for_vue_resource for MR requests spinach testsOswaldo Ferreira
2017-05-06EE backportOswaldo Ferreira
2017-05-06Fix rspec failure for award slash commandskushalpandya
2017-05-06Merge request widget redesignDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-05-06Merge branch 'fix-routable-find-by-full-path-on-mysql' into 'master' Sean McGivern
Fix `Routable.find_by_full_path` on MySQL See merge request !11146
2017-05-06Merge branch '23751-add-contribution-graph-key-tooltips' into 'master' Filipa Lacerda
Add tooltips to user contribution graph key Closes #23751 See merge request !11138
2017-05-06Fix `Routable.find_by_full_path` on MySQLSean McGivern
2017-05-06Merge branch '17361-redirect-renamed-paths' into 'master' Sean McGivern
Resolve "Redirect to new project link after a rename" Closes #17361 and #30317 See merge request !11136
2017-05-06add CHANGELOG.md entry for !11138Mike Greiling
2017-05-06add tooltips to user contrib graph keyMike Greiling
2017-05-06Merge branch 'use-absolute-path-for-gettext-config' into 'master' Stan Hu
Use an absolute path for locale path in FastGettext config See merge request !11141
2017-05-06Merge branch 'attemp-to-fix-issue_sidebar_spec-again' into 'master' Stan Hu
Trigger click instead of actual click to make sure the right button is always hit Closes #30504 See merge request !11127
2017-05-06Merge branch 'fix/fork-spec-mysql' into 'master' Stan Hu
Fix fork_spec failure to do with mySQL Closes #31870 See merge request !11121
2017-05-06Use an absolute path for locale path in FastGettext configRuben Davila
Unicorn was unable to start due to this bad config on Omnibus.
2017-05-06Merge branch 'winh-visual-token-labels' into 'master' Jacob Schatz
Colorize labels in issue search field Closes #30467 See merge request !11047
2017-05-06Colorize labels in issue search fieldWinnie Hellmann
2017-05-06Merge branch ↵Sean McGivern
'29925-gitlab-shell-hooks-can-no-longer-send-absolute-paths-to-gitlab-ce' into 'master' Generate and handle a gl_repository param to pass around components Closes #29925 See merge request !10992
2017-05-06Merge branch 'droplab-item-ignore-docs' into 'master' Clement Ho
Include droplab-item-ignore in droplab docs See merge request !10808
2017-05-06Merge branch 'fix/admin-integrations' into 'master' Sean McGivern
Fix new admin integrations not taking effect on existing project Closes #26376 See merge request !11069
2017-05-06Merge branch '27614-fix-karma-ajax-fail' into 'master' Jacob Schatz
Fix Karma failures for jQuery deferreds See merge request !11134
2017-05-06Fix Karma failures for jQuery deferredsKushal Pandya
2017-05-06Reduce risk of deadlocksMichael Kozono
We’ve seen a deadlock in CI here https://gitlab.com/mkozono/gitlab-ce/builds/15644492#down-build-trace. This commit should not fix that particular failure, but perhaps it will avoid others. * Don’t call delete_conflicting_redirects after update if the path wasn’t changed * Rename descendants without using recursion again, so we can run delete_conflicting_redirects exactly once.
2017-05-06Merge branch 'add-sidebar-specs' into 'master' Jacob Schatz
Add sidebar specs See merge request !11132
2017-05-06Merge branch 'blackst0ne/gitlab-ce-add_system_note_for_editing_issuable'Sean McGivern
2017-05-05Merge branch 'add-ruby-parser-dependency' into 'master' Rubén Dávila Santos
Add ruby_parser gem for all environments. See merge request !11130
2017-05-05Merge branch 'add-ruby-parser-dependency'Ruben Davila
2017-05-05Fix failing spec and eslintClement Ho
2017-05-05Merge branch 'mia_backort' into 'master' Jacob Schatz
Backport of Multiple Assignees feature See merge request !11089
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Dry up routable lookups. Fixes #30317Michael Kozono
Note: This changes the behavior of user lookups (see the spec change) so it acts the same way as groups and projects. Unauthenticated clients attempting to access a user page will be redirected to login whether the user exists and is publicly restricted, or does not exist at all.
2017-05-05Add “project moved” flash message on redirectMichael Kozono
2017-05-05Resolve discussionsMichael Kozono
2017-05-05Fix Rubocop failuresMichael Kozono
2017-05-05Index redirect_routes path for LIKEMichael Kozono
2017-05-05Add index for source association and for pathMichael Kozono
2017-05-05Fix or workaround spec failureMichael Kozono
Not sure why this fixes this error: ``` ActiveRecord::RecordNotUnique:  PG::UniqueViolation: ERROR: duplicate key value violates unique constraint "index_routes_on_source_type_and_source_id"  DETAIL: Key (source_type, source_id)=(Project, 1) already exists.  : INSERT INTO "routes" ("source_type", "path", "name", "source_id", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" ```
2017-05-05RefactorMichael Kozono