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-06-02Merge branch 'blameless' into 'master'Rémy Coutable
Promote blameless culture by using "annotate" instead See merge request !10378
2017-06-02Promote blameless culture by using "annotate" insteadIlya Vassilevsky
User-facing changes (fast & easy win)
2017-06-01simplify test&save actions when setting a service integrationJarka Kadlecova
2017-06-01Merge branch 'master' into 'trigger-source'Grzegorz Bizon
# Conflicts: # db/schema.rb
2017-05-31Merge branch 'rename-builds-controller' into 'master'Kamil Trzciński
Rename BuildsController to JobsController Closes #30699 See merge request !11407
2017-05-31Merge branch 'issue-edit-inline' into 'master'Filipa Lacerda
Issue inline editing Closes #24873 See merge request !11322
2017-05-31Introduce source to pipeline entityKamil Trzcinski
2017-05-31Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (116 commits) Revert "Merge branch 'grpc-1.3.4' into 'master'" Return nil when looking up config for unknown LDAP provider Avoid crash when trying to parse string with invalid UTF-8 sequence Enable Gitaly by default in GitLab 9.3 Don’t create comment on JIRA if link already exists Disable sub_group_issuables_spec.rb for mysql Fix math rendering on blob pages Add changelog Don't allow to pass a user to ProjectWiki#http_url_to_repo Revert "Merge branch '1937-https-clone-url-username' into 'master' " Fix bottom padding for build page Fix /unsubscribe slash command creating extra todos Fix omniauth-google-oauth2 dependencies in Gemfile.lock Update looks job log 'New issue'/'New merge request' dropdowns should show only projects with issues/merge requests feature enabled Fix spec for Members::AuthorizedDestroyService 31616-add-uptime-of-gitlab-instance-in-admin-area Set head pipeline when creating merge requests Create a separate helper to check if we show particular tab on a search page Add performance deltas between app deployments on Merge Request widget ...
2017-05-30Revert "Merge branch '1937-https-clone-url-username' into 'master' "Rémy Coutable
This reverts commit c425f366bfa84efab92b5d5e1d0721f16a2890bc, reversing changes made to 82f6c0f5ac4ed29390ed90592d2c431f3494d93f. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-30Merge branch 'master' into issue-edit-inlinePhil Hughes
2017-05-28Replace 'starred_projects.feature' spinach test with an rspec analogblackst0ne
2017-05-26Merge branch ↵Fatih Acet
'32447-remove-source-branch-is-displayed-to-mergers-who-cannot-actually-delete-the-source-branch-from-a-forked-project' into 'master' Disable "Remove source branch" in MR Widget for users who can't remove, and re-add checkbox to MR form Closes #32447 and #32907 See merge request !11558
2017-05-26Merge branch 'dm-consistent-last-push-event' into 'master'Robert Speicher
Consistently display last push event widget See merge request !11585
2017-05-26Fix specDouwe Maan
2017-05-26Add API URL to JIRA settingsJarka Kadlecova
2017-05-26Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (307 commits) Address feedback Add small update for the i18n guide. update webpack to v2.6.1 patch release to fix "Can't find variable: Promise" error update webpack-bundle-analyzer past v2.4.1 to support NamedChunksPlugin name all webpack chunks to improve long term cacheability add NameAllModulesPlugin to cover shortcomings of NamedModulesPlugin upgrade to latest webpack version Only use DROP INDEX CONCURRENTLY on postgreql 9.2+ Provide default for calculating label text color (!11681) Add failing test for #32728 Bugfix: Always use the default language when generating emails. Remove unecessary commit pattern check Add regexp_for_value helper method Remove shared example and improve sub_group_issuables_spec.rb Remove 'should' from scenario in has_subgroup_title_spec.rb Cartfile git and binary methods cannot take a GitHub repo Fix terminals support for Kubernetes service Add review comments to compare_spec.rb Fix transient error clicking dropdown items in compare_spec.rb Use non-global jQuery reference within raven bundle ...
2017-05-25Consistently display last push event widgetDouwe Maan
2017-05-25Merge branch '17848-web-hook-logging' into 'master'Dmitriy Zaporozhets
Implement Web Hooks calls logging Closes #17848 See merge request !11027
2017-05-25Merge branch 'master' into issue-edit-inlinePhil Hughes
2017-05-25fixed spinach testsPhil Hughes
2017-05-25Implement web hooks loggingAlexander Randa
* implemented logging of project and system web hooks * implemented UI for user area (project hooks) * implemented UI for admin area (system hooks) * implemented retry of logged webhook * NOT imeplemented log remover
2017-05-24Merge branch 'wait-for-ajax-handling-all-js-requests' into 'master'Douwe Maan
Use wait_for_requests for checking Vue resource and $.ajax requests [CE] Closes #31946 and #31555 See merge request !11451
2017-05-23Merge branch 'issue_32225' into 'master'Robert Speicher
Add transient head_pipeline_of to pipeline factories See merge request !11566
2017-05-23Update spinach specs to explicitly check Remove Source Branch.Bryce Johnson
2017-05-23Use wait_for_requests to wait all JS requestOswaldo Ferreira
2017-05-22Merge branch '32418-make-link-to-self-less-obvious' into 'master'Fatih Acet
Change links to issuable meta to black Closes #32418 See merge request !11505
2017-05-22Add transient head_pipeline_of to pipeline factoriesFelipe Artur
2017-05-22Show password field mask while editing service settingsKushal Pandya
2017-05-19Fix specsAnnabel Dunstone Gray
2017-05-18Merge remote-tracking branch 'upstream/master' into rename-builds-controllerLin Jen-Shin
* upstream/master: (31 commits) Remove 'no changes' entries from changelog Check if OLD is set when migrating issue assignees Fix data migration from trigger schedules Replace EFS section in AWS guide Add warning about AWS EFS and performance Consolidate opening text from about.gitlab.com and add active/passive note Fix invalid object reference in ee_compat_check script Fix Ordered Task List Items Add auxiliary viewer for README Update fe_guide testing.md Add auxiliary blob viewer for CHANGELOG Add spec for last commit info when browsing repository files Show last commit for current tree on tree page Use same last commit widget on project homepage and tree view Fix unassigned checkmark Add missing changelog for iPython notebook rendering feature Convert fa-history to svg; tweak alignment Get rid of pluck in app/services/members/authorized_destroy_service.rb Removes duplicate environment variable in documentation Fixed spacing issues in issue sidebar ...
2017-05-17Use same last commit widget on project homepage and tree viewDouwe Maan
2017-05-17Rename BuildsController to JobsControllerLin Jen-Shin
Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
2017-05-16Rename Personal Audit LogTim Zallmann
2017-05-13Merge branch 'dm-wait-for-requests' into 'master' Douwe Maan
Wait for requests after each Spinach scenario instead of feature See merge request !11349
2017-05-13Wait for requests after each Spinach scenario instead of featureDouwe Maan
2017-05-13Merge branch '30975-fixed-top-nav-POC' into 'master' Annabel Dunstone Gray
Add fixed positioning to top level navbar Closes #30975 See merge request !10751
2017-05-12Fix specsAnnabel Dunstone Gray
2017-05-12Consistently use monospace font for commit SHAs and branch and tag namesDouwe Maan
2017-05-12Fix specsAnnabel Dunstone Gray
2017-05-11Merge branch '27144-enforce-rubocop-trailing_commas-no_comma-style' into ↵Robert Speicher
'master' Resolve "Use consistent style for trailing commas" Closes #27144 See merge request !11063
2017-05-10Enable the Style/TrailingCommaInArguments copRémy Coutable
Use the EnforcedStyleForMultiline: no_comma option. Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-05-10Load tree readme asynchronouslyDouwe Maan
2017-05-09Merge branch 'issue_27168_2' into 'master' Sean McGivern
Preloads head pipeline for each merge request Closes #27168 See merge request !10064
2017-05-09Merge request widget redesignFatih Acet
2017-05-08Fix SpecsFelipe Artur
2017-05-05Merge branch 'mia_backort' into 'master' Jacob Schatz
Backport of Multiple Assignees feature See merge request !11089
2017-05-05Merge branch 'issue-title-description-realtime' into 'master' Phil Hughes
Render Description Realtime :tada: Closes #25049 and #31355 See merge request !10865
2017-05-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into mia_backort[ci ↵Valery Sizov
skip]
2017-05-05Add instant comments supportKushal Pandya
2017-05-04Merge branch 'deploy-keys-load-async' into 'master' Filipa Lacerda
Deploy keys load async Closes #29667 See merge request !10973