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
2018-07-27PersonalAccessToken can be restricted to project from controllerjej/access-token-can-be-linked-to-projectsJames Edwards-Jones
2018-07-27PersonalAccessToken methods to lookup project restrictionsJames Edwards-Jones
2018-07-27PersonalAccessTokens can have associated projectsJames Edwards-Jones
2018-07-26Merge branch 'mk/fix-callback-canceling-in-namespace-move-dir' into 'master'Stan Hu
Fix namespace move callback behavior, especially to fix Geo replication of namespace moves during certain exceptions Closes gitlab-ee#6252 See merge request gitlab-org/gitlab-ce!19297
2018-07-26Fix namespace move callback behavior, especially to fix Geo replication of ↵Michael Kozono
namespace moves during certain exceptions
2018-07-26Merge branch '48542-code-link' into 'master'Clement Ho
Resolve "BS4: Link in code brackets has two different styles" Closes #48542 See merge request gitlab-org/gitlab-ce!20841
2018-07-26Resolve "BS4: Link in code brackets has two different styles"Annabel Gray
2018-07-26Merge branch 'full-list-of-vulnerabilities-5239' into 'master'Phil Hughes
Full list of vulnerabilities See merge request gitlab-org/gitlab-ce!20855
2018-07-26Full list of vulnerabilitiesSam Beckham
2018-07-26Merge branch 'remove-unnecessary-css' into 'master'Clement Ho
Remove CSS See merge request gitlab-org/gitlab-ce!20845
2018-07-26Merge branch 'update-danger-image' into 'master'Robert Speicher
Update the image for the 'danger-review' job See merge request gitlab-org/gitlab-ce!20856
2018-07-26Merge branch '48055-web-ide-resize-handles' into 'master'Phil Hughes
Resolve "Resize handles for Web IDE right sidebar are too thin" Closes #48055 See merge request gitlab-org/gitlab-ce!20818
2018-07-26Merge branch '48636-new-mr-card-styles' into 'master'Clement Ho
Resolve "BS4: Create new Merge request boxes have different styles" Closes #48636 See merge request gitlab-org/gitlab-ce!20822
2018-07-26Resolve "BS4: Create new Merge request boxes have different styles"Annabel Gray
2018-07-26Merge branch '49107-prefetching-of-assets-and-cdn-domain' into 'master'Clement Ho
DNS Prefetching + Preconnect of assets_host (CDN Domain) Closes #49107 See merge request gitlab-org/gitlab-ce!20781
2018-07-26DNS Prefetching + Preconnect of assets_host (CDN Domain)Tim Zallmann
2018-07-26Merge branch 'ide-delete-entries' into 'master'Tim Zallmann
Enable deleting files in the Web IDE See merge request gitlab-org/gitlab-ce!20595
2018-07-26Enable deleting files in the Web IDEPhil Hughes
2018-07-26Update the image for the 'danger-review' jobRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-07-26Merge branch '49614-dynamic-component-in-report-issue' into 'master'Phil Hughes
Make report_issues.vue easily extendable Closes #49614 See merge request gitlab-org/gitlab-ce!20843
2018-07-26Make report_issues.vue easily extendableLukas Eipert
2018-07-26Merge branch 'wrap-job-name-on-jobs-sidebar' into 'master'Tim Zallmann
Wrap job name on pipeline job sidebar Closes #49540 See merge request gitlab-org/gitlab-ce!20804
2018-07-26Merge branch 'winh-fail-slow-karma-tests' into 'master'Tim Zallmann
Fail Karma tests that take longer than a second Closes #44174 See merge request gitlab-org/gitlab-ce!20518
2018-07-26Merge branch 'sh-bump-haml-5.0.4' into 'master'Rémy Coutable
Bump haml gem to 5.0.4 See merge request gitlab-org/gitlab-ce!20847
2018-07-26Merge branch '49631-fix-dangerfile-schema-rb' into 'master'Rémy Coutable
Resolve "Dangerfile reporting that db/schema.rb wasn't updated" Closes #49631 See merge request gitlab-org/gitlab-ce!20852
2018-07-26Merge branch 'ce-5158-metrics-alerting' into 'master'Sean McGivern
Backport 5158-metrics-alerting to CE See merge request gitlab-org/gitlab-ce!20148
2018-07-26Merge branch 'ide-edit-json-files' into 'master'Tim Zallmann
Fixed IDE not opening JSON files See merge request gitlab-org/gitlab-ce!20798
2018-07-26Fixed IDE not opening JSON filesPhil Hughes
2018-07-26Merge branch 'tz-move-repo-css' into 'master'Phil Hughes
Moved repo.css to its own CSS bundle to reduce the size of the main bundle See merge request gitlab-org/gitlab-ce!20853
2018-07-26Moved repo.css to its own CSS bundle to reduce the size of the main bundleTim Zallmann
2018-07-26Merge branch 'gitlab-qa-reset-local-store' into 'master'Rémy Coutable
Reset local storage between qa tests Closes gitlab-qa#303 See merge request gitlab-org/gitlab-ce!20844
2018-07-26Merge branch '31576-redirect-commits-to-root-if-no-ref' into 'master'Douwe Maan
Resolve "Define /commits/ behaviour" Closes #31576 See merge request gitlab-org/gitlab-ce!20738
2018-07-26Merge branch 'bvl-graphql-wip-mutation' into 'master'Douwe Maan
toggle wip status using GraphQL mutation Closes #48719 See merge request gitlab-org/gitlab-ce!20443
2018-07-26Merge branch 'rs-danger-frozen_string' into 'master'Rémy Coutable
Make the frozen_string Danger check more resilient See merge request gitlab-org/gitlab-ce!20849
2018-07-26Merge branch 'issue-boards-js-fix-backport' into 'master'Tim Zallmann
CE backport of issue-boards-js-fix See merge request gitlab-org/gitlab-ce!20840
2018-07-26Fix regexp for detected `db/schema.rb` and `ee/db/geo/schema.rb`Thong Kuah
2018-07-26Merge branch 'jivl-redesign-contributors-graph' into 'master'Clement Ho
Add bar chart component See merge request gitlab-org/gitlab-ce!20082
2018-07-26Merge branch '32783-api-all-members-with-ancestors' into 'master'Robert Speicher
Resolve "API endpoint that returns all members, including the inherited membership through ancestor group" Closes #32783 See merge request gitlab-org/gitlab-ce!19748
2018-07-26Resolve "API endpoint that returns all members, including the inherited ↵🙈 jacopo beschi 🙉
membership through ancestor group"
2018-07-26Make the frozen_string Danger check more resilientRobert Speicher
It's possible for a Ruby file to be empty and thus `gets` returns `nil`. Also indents the Markdown since we're using `<<~` and removes an unneeded variable.
2018-07-26Merge branch '49192-comment-alignment' into 'master'Clement Ho
Resolve "Toggle comments button icon is misaligned" Closes #49192 See merge request gitlab-org/gitlab-ce!20756
2018-07-26Bump haml gem to 5.0.4Stan Hu
As pointed out in #49625, this version is needed to support Ruby 2.5. See https://github.com/haml/haml/blob/master/CHANGELOG.md for more details.
2018-07-26Merge branch 'ch-gitlab-ui-progress-bar' into 'master'Tim Zallmann
Replace issues time tracking progress bar with gitlab-ui's progress bar Closes gitlab-ui#11 See merge request gitlab-org/gitlab-ce!20416
2018-07-26Replace issues time tracking progress bar with gitlab-ui's progress barClement Ho
2018-07-25Move custom_wiki_sidebar changelog entry to the correct locationRobert Speicher
2018-07-25Remove CSSAnnabel Dunstone Gray
2018-07-25Reset local storage between qa testsDJ Mountney
This is not done by default as it is said to incur a performance hit, paired with local storage not always being used by the site being tested. (https://github.com/teamcapybara/capybara/issues/1702#issuecomment-219483444) GitLab uses localStorage, for things like remembering which tab you used last (on the login page for example, between sign-in, ldap, and register) Fixes: https://gitlab.com/gitlab-org/gitlab-qa/issues/303
2018-07-25Merge branch '49364-fix-broadcast-margin' into 'master'Annabel Gray
Resolve "Broadcast message is misaligned on sign in page" Closes #49364 See merge request gitlab-org/gitlab-ce!20794
2018-07-25Merge branch ↵Douglas Barbosa Alexandre
'ce-6064-geo-sql-query-for-counting-projects-with-wikis-is-very-slow' into 'master' [CE Backport] Geo: Cache projects_count and wikis_count in SiteStatistic See merge request gitlab-org/gitlab-ce!20413
2018-07-25Add mutation toggling WIP state of merge requestsBob Van Landuyt
This is mainly the setup of mutations for GraphQL. Including authorization and basic return type-structure.