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-09Merge branch 'cache-diff-size-limits' into 'master'Douwe Maan
Only look up diff size limit flags once per request See merge request !12048
2017-06-09Only look up diff size limit flags once per requestSean McGivern
2017-06-09Merge branch 'pat-msg-on-auth-failure' into 'master'Rémy Coutable
Prompt user to create personal access token for Git over HTTP See merge request !11986
2017-06-09Merge branch 'dm-blob-binaryness-change' into 'master'Sean McGivern
Detect if blob binaryness changes after loading all data See merge request !11981
2017-06-08Detect if file that appears to be text in the first 1024 bytes is actually ↵Douwe Maan
binary afer loading all data
2017-06-08Merge branch 'upstream-9-2-security' into master-security-updateDJ Mountney
2017-06-08Merge branch 'dm-diff-file-diffable' into 'master'Sean McGivern
Move diffable? method from Repository to Diff::File See merge request !11980
2017-06-08Merge branch 'dm-highlight-diff-file-blob' into 'master'Sean McGivern
Use Diff::File blob methods from diff highlighter See merge request !11978
2017-06-08Merge branch '33383_add_bulgarian_translation_of_cycle_analytics_page' into ↵Douwe Maan
'master' Add bulgarian translation of Cycle Analytics Page to I18N Closes #33383 See merge request !11958
2017-06-08Merge branch ↵Douwe Maan
'33334_add_portuguese_brazil_translation_of_cycle_analytics_page' into 'master' Add portuguese brazil translation of Cycle Analytics Page to I18N Closes #33334 See merge request !11920
2017-06-08Use Diff::File blob methods from diff highlighterDouwe Maan
2017-06-08Move diffable? method from Repository to Diff::FileDouwe Maan
2017-06-08Merge branch 'blob-load-all-data' into 'master'Grzegorz Bizon
Blob#load_all_data! doesn’t need an argument See merge request !11977
2017-06-08Bring in security changes from the 9.2.5 releaseDJ Mountney
Ran: - git format-patch v9.2.2..v9.2.5 --stdout > patchfile.patch - git checkout -b 9-2-5-security-patch origin/v9.2.2 - git apply patchfile.patch - git commit - [Got the sha ref for the commit] - git checkout -b upstream-9-2-security master - git cherry-pick <SHA of the patchfile commit> - [Resolved conflicts] - git cherry-pick --continue
2017-06-08Instruct user to use a personal access token for Git over HTTPRobin Bobbitt
If internal auth is disabled and LDAP is not configured on the instance, present the user with a message to create a personal access token if his Git over HTTP auth attempt fails.
2017-06-07Translate project & repository pagesBob Van Landuyt
2017-06-07Blob#load_all_data! doesn’t need an argumentDouwe Maan
2017-06-07Added more actions and report as abuse to all notesLuke "Jared" Bennett
2017-06-07Merge branch 'backport_fix_slash_commands_for_multiple_assignee' into 'master'Douwe Maan
Backport from EE: Fix '/unassign' slash command See merge request !11926
2017-06-07Merge branch 'sync-email-from-omniauth' into 'master'Douwe Maan
Sync email address from specified omniauth provider See merge request !11268
2017-06-07Merge branch 'fix-memoization-in-contributions-calendar' into 'master'Rémy Coutable
Fix memoization in ContributionsCalendar#activity_dates See merge request !11973
2017-06-07Sync email address from specified omniauth providerRobin Bobbitt
2017-06-07Fix memoization in ContributionsCalendar#activity_datesSean McGivern
This doesn't appear to be actually called twice, but having it appear to work but not would be a problem if it was.
2017-06-07Use key? instead of has_key? methodPawel Chojnacki
2017-06-07Merge branch 'dm-diff-file-straight-diff' into 'master'Sean McGivern
Fix Diff::Position#diff_file for positions on straight diffs See merge request !11947
2017-06-07Merge branch 'feature/gb/persist-pipeline-stages' into 'master'Kamil Trzciński
Persist stages in the database Closes #26481 See merge request !11790
2017-06-07Merge branch 'instrument-infra' into 'master'Grzegorz Bizon
Add Prometheus metrics endpoint and basic infrastructure to meter code See merge request !11553
2017-06-07Merge branch ↵Sean McGivern
'32995-issue-contents-dynamically-replaced-with-stale-version-after-saving-or-refreshing-relative-external_url-only' into 'master' Fix incorrect ETag cache key when relative instance URL is used Closes #32995 See merge request !11964
2017-06-07Merge branch 'zj-read-registry-pat' into 'master'Kamil Trzciński
Allow pulling container images using personal access tokens Closes #19219 See merge request !11845
2017-06-07Fix incorrect ETag cache key when relative instance URL is usedAdam Niedzielski
2017-06-07Backport Fix '/unassign' slash commandValery Sizov
2017-06-07add bulgarian translation of cycle analytics page to I18N黄涛
Fix #33383
2017-06-07Update i18n.rb styleHuang Tao
2017-06-07add portuguese brazil translation of cycle analytics page黄涛
Fix #33334
2017-06-06Fix Diff::Position#diff_file for positions on straight diffsDouwe Maan
2017-06-06Merge branch 'feature/gb/migrate-pipeline-stages' into ↵Grzegorz Bizon
feature/gb/persist-pipeline-stages * feature/gb/migrate-pipeline-stages: (76 commits) redesign caching of application settings Fix binary encoding error on MR diffs Fix missing tooltip and ARIA labels for accessibility Add info on using self-signed certs with Registry Actually clean gitlab-test path when TestEnv.set_repo_refs fails Introduce optimistic locking support via optional parameter last_commit_id on File Update API Move issuable bulk edit form into a new sidebar. Add PowerShell to CI variable docs Responsive environment tables Accept a username for User-level Events API Introduce an Events API Update GitLab Pages to v0.4.3 Allow numeric pages domain Remove references to old settings location Resolve "API: Environment info missed" Fix Projects API spec Resolve "When changing project visibility setting, change other dropdowns automatically" Update explanation of job-level variable override to fit example change headings to improve SEO backports changed import logic from pull mirroring feature into CE ...
2017-06-06redesign caching of application settingsPaul Charlton
2017-06-06Fix binary encoding error on MR diffsJames Lopez
2017-06-06Fix test failuresZ.J. van de Weg
2017-06-06Merge branch '29690-rotate-otp-key-base' into 'master'Brian Neel
Add a Rake task to aid in rotating otp_key_base Closes #29690 See merge request !11881
2017-06-06Add a Rake task to aid in rotating otp_key_baseNick Thomas
2017-06-05Merge branch 'mk-fix-git-over-http-rejections' into 'master'Douwe Maan
Fix Git-over-HTTP rejections See merge request !11398
2017-06-05Merge branch 'added_chinese_for_i18n' into 'master'Douwe Maan
Add Chinese translation of Cycle Analytics Page to I18N See merge request !11644
2017-06-05Merge branch ↵Douwe Maan
'31983-increase-merge-request-diff-file-size-limit-for-default-toggle-opening' into 'master' Increase diff limits to 100 KB for collapse and 200 KB overall Closes #31983 See merge request !11875
2017-06-05Extract and memoize `user_access`Michael Kozono
Because it is sometimes never used.
2017-06-05Remove GitAccessStatus (no longer needed)Michael Kozono
2017-06-05Refactor to remove a special caseMichael Kozono
2017-06-05Fix would-be regressionMichael Kozono
https://gitlab.com/gitlab-org/gitlab-ce/commit/57e3e942de1adef2c8621905370f07d7da7870c4 I changed it to a separate condition rather than depending on the order of the case-when statements to prevent this mistake again.
2017-06-05Clarify error messagesMichael Kozono
And refactor to self-document a little better.
2017-06-05Refactor to let GitAccess errors bubble upMichael Kozono
No external behavior change. This allows `GitHttpController` to set the HTTP status based on the type of error. Alternatively, we could have added an attribute to GitAccessStatus, but this pattern seemed appropriate.