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-04-11Add keyboard edit shortcut for wikiGeorge Andrinopoulos
2017-04-11Merge branch 'gitlab-update_templates' into 'master'Robert Speicher
Update templates See merge request !10619
2017-04-11Merge branch 'new-git-index' into 'master' Marcia Ramos
New git index See merge request !10349
2017-04-11Merge branch 'rs-remove-open-for-scope' into 'master' Douwe Maan
Remove unused scopes See merge request !10609
2017-04-11Merge branch 'zj-fk-ci-triggers' into 'master' Yorick Peterse
Add foreign key on trigger requests See merge request !10537
2017-04-11Merge branch 'dz-fix-project-view' into 'master' Annabel Dunstone Gray
Change project view default for existing users and anonymous visitors to files+readme Closes #29926 See merge request !10498
2017-04-11Merge branch 'signed-out-menu-shortcuts' into 'master' Jacob Schatz
Added keyboard shortcuts to signed out menu See merge request !10526
2017-04-11Update templates via:Lin Jen-Shin
rake gitlab:update_templates
2017-04-11Merge branch 'mr-widget-bug-fix' into 'master' Stan Hu
Fix the MR widget that merged any MR when choosing the option "Merge when pipeline succeeds" from the dropdown Closes #29568 See merge request !10611
2017-04-11Merge branch 'fix/gb/improve-container-registry-clipboard-links' into 'master' Kamil Trzciński
Fix container repository/tag location text copied into the clipboard Closes #30695 See merge request !10587
2017-04-11Add foreign key on trigger requestsZ.J. van de Weg
I started out as I missed the foreign key on ci_triggers and projects. However, it seemed Yorick caught this already on gitlab-org/gitlab-ce!9388. Still I found a missing foreign key, between the trigger requests and triggers. This commit adds it, and removes the depend: :destroy on the Rails model Ci::Triggers
2017-04-11Merge branch 'redundant-steps-for-ci' into 'master' Rémy Coutable
Remove redundant steps from .gitlab-ci-yml configs See merge request !10425
2017-04-11Merge branch 'patch-15' into 'master' Rémy Coutable
Fixed wrong links in README.md See merge request !10556
2017-04-11Merge branch 'patch-15' into 'master' Rémy Coutable
Set NODE_ENV for yarn:install in patch_versions.md See merge request !10521
2017-04-11Merge branch 'boards-done-add-tooltip' into 'master' Filipa Lacerda
Issue 22424: Add tooltip to header of Done list Closes #22424 See merge request !10574
2017-04-11Merge branch 'rs-skip-nested-groups-seed' into 'master' Rémy Coutable
Move the nested groups seed behind an environment flag See merge request !10601
2017-04-11Merge branch 'double-border' into 'master' Filipa Lacerda
Remove double border on MR tab See merge request !10593
2017-04-11Added CHANGELOGJose Ivan Vargas
2017-04-11Added tests and fixed a typoJose Ivan Vargas
2017-04-11Fix typo on the class merge-when-pipeline_succeedsJose Ivan Vargas
2017-04-11Axil's reviewMarcia Ramos
2017-04-11remove unnecessary lineMarcia Ramos
2017-04-11Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into new-git-indexMarcia Ramos
2017-04-11Merge branch '30678-improve-dev-server-process' into 'master' Jacob Schatz
Make webpack-dev-server process more resilient when switching branches. Closes #30678 See merge request !10581
2017-04-11Merge branch 'fix_cache_expiration_in_repository' into 'master' Robert Speicher
Fix redundant cache expiration in Repository Closes #30146 See merge request !10575
2017-04-11Remove an unused `cared` scope from Issue and MergeRequestRobert Speicher
2017-04-11Remove an unused `Issue.open_for` scopeRobert Speicher
2017-04-11Merge branch 'dm-remove-copy-link-on-svgs' into 'master' Robert Speicher
Don't show 'Copy content' button on text files that are not rendered as text See merge request !10563
2017-04-11Don't show 'Copy content' button on text files that are not rendered as textDouwe Maan
2017-04-11Merge branch 'rs-fix-doc-anchor-link' into 'master' Achilleas Pipinellis
Fix "Generate new recovery codes using SSH" documentation link See merge request !10512
2017-04-10Merge branch 'dewet-do-disclaimer' into 'master' Achilleas Pipinellis
Disclaimer for testing guide not be be used in prod See merge request !10468
2017-04-10Merge branch '1595-ee-backport-environments-tests' into 'master' Clement Ho
Backport of EE changes in environments tests See merge request !10528
2017-04-10Move the nested groups seed behind an environment flagRobert Speicher
This seed downloads 2.1 GB worth of repositories. Google can afford the bandwidth, but if a person using the GDK is on a metered connection, that's not so great. Also the GDK test suite runs this seed, so every CI run for that project had to download those as well. Needlessly wasteful.
2017-04-10add CHANGELOG.md entry for !10581Mike Greiling
2017-04-10add license approbals for nodemon dependenciesMike Greiling
2017-04-10use nodemon to watch for changes to webpack config and restart the dev ↵Mike Greiling
server when necessary
2017-04-10add license approval for ansi-htmlMike Greiling
2017-04-10watch node_modules for changes when a module is missingMike Greiling
2017-04-10Change project view default for existing users and anonymous visitors to ↵Dmitriy Zaporozhets
files+readme Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-04-10Merge branch 'backport-ee-1525' into 'master' Robert Speicher
Backport Git-env code from EE "Fix push rules on Git 2.11" (gitlab-org/gitlab-ee!1525) See merge request !10547
2017-04-10Remove double border on MR tabAnnabel Dunstone Gray
2017-04-10Merge branch 'document-polling-interval' into 'master' Stan Hu
Document how polling interval multiplier is used Closes #30686 See merge request !10592
2017-04-10Merge branch 'add-vue-loader' into 'master' Filipa Lacerda
Add vue loader Closes #29519 See merge request !10517
2017-04-10Update CHANGELOG.md for 9.0.5James Lopez
[ci skip]
2017-04-10Merge branch 'merge-request-parser-merge-requests-for-nodes' into 'master' Douwe Maan
Reuse "merge_requests_for_nodes" in "MergeRequestParser" See merge request !10585
2017-04-10Merge branch '25274-gitlab_flow-md-broken-download-link-in-resources' into ↵Achilleas Pipinellis
'master' Remove broken link on gitlab_flow.md Closes #25274 See merge request !10590
2017-04-10Document how polling interval is usedAdam Niedzielski
2017-04-10Merge branch 'todos-docs-update' into 'master' Sean McGivern
Update todos.md Closes #30528 See merge request !10557
2017-04-10Don't pass `env` anymore to GitAccess, ChangeAccess, and ForcePushRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2017-04-10Retrieve Git-specific env in Gitlab::Git::RevList and add a new #new_refs methodRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>