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-10-04Simplify runner registration token resettingTomasz Maczukin
This icommit adds several changes related to the same topic - resetting a Runner registration token: 1. On Project settings page it adds a button for resetting the registration token and it removes the Runner token field that was confusing all GitLab users. 2. On Group settings page it adds the same button for resetting the registration token. 3. On Admin Runners settings page it moves the button to the same place as in Project and Group settings and it changes slightly the page layout to make it more similar to Group and Project setting pages. 4. It refactorizes a little the partial that prints runner registration description. Thanks to this Project, Group and Admin settings of the Runner are re-using the same code to generate the button. 5. Updates the translations of changed text.
2018-10-03Merge branch '_acet-fix-diff-file-header' into 'master'Mike Greiling
Fix showing diff file header for renamed files Closes #48887 See merge request gitlab-org/gitlab-ce!22089
2018-10-03Merge branch '43511-upgrade-to-babel-7' into 'master'Fatih Acet
Upgrade to Babel 7 Closes #43511 See merge request gitlab-org/gitlab-ce!22059
2018-10-03Fix showing diff file header for renamed filesFatih Acet
2018-10-03Merge branch 'update-dev-test-gems' into 'master'Robert Speicher
Update Development related gems See merge request gitlab-org/gitlab-ce!22066
2018-10-03Merge branch 'jivl-glui-button' into 'master'Clement Ho
Add gl-button from gitlab-ui See merge request gitlab-org/gitlab-ce!21941
2018-10-03Merge branch ↵Tim Zallmann
'ce-7424-create-a-generic-event-listener-for-tracking-clicks-on-gitlab-com' into 'master' CE port Resolve "Create a generic event listener for tracking clicks on GitLab.com" See merge request gitlab-org/gitlab-ce!22002
2018-10-03CE port Resolve "Create a generic event listener for tracking clicks on ↵Martin Wortschack
GitLab.com"
2018-10-03Add missing yarn integrity hashesMike Greiling
2018-10-03Merge branch 'update-codeowners-scss' into 'master'Tim Zallmann
Update CODEOWNERS for FE and .scss See merge request gitlab-org/gitlab-ce!21913
2018-10-03Update Development related gemsGabriel Mazetto
Upgrade to latest version the following gems: * Spring * Bootsnap * Thin * webpack-rails * pry-rails
2018-10-03Merge branch 'qa-257-group-saml-sso' into 'master'Rémy Coutable
Add element classes used in ee branch qa-257-group-saml-sso See merge request https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/22074
2018-10-03Update CODEOWNERSAnnabel Dunstone Gray
2018-10-03Merge branch 'ml-qa-retry-fork-project-fix' into 'master'Rémy Coutable
QA: Revisit the login page when attempt to retry login See merge request gitlab-org/gitlab-ce!22061
2018-10-03Merge branch '50904-vuex-show-block' into 'master'Phil Hughes
Uses Vue app to render part of job show page See merge request gitlab-org/gitlab-ce!22028
2018-10-03Uses Vue app to render part of job show pageFilipa Lacerda
2018-10-03Merge branch 'tc-geo-log-object-storage-ce' into 'master'Douglas Barbosa Alexandre
Backport of "Use Geo log to remove files when migrated to object storage" See merge request gitlab-org/gitlab-ce!22049
2018-10-03Backport of "Use Geo log to remove files when migrated to object storage"Toon Claes
2018-10-03Merge branch '_acet-fix-placeholder-note' into 'master'Phil Hughes
Fix placeholder note rendering. Closes #48933 See merge request gitlab-org/gitlab-ce!22078
2018-10-03Merge branch '50904-stages-sidebar' into 'master'Phil Hughes
Moves stages dropdown into the new vue app See merge request gitlab-org/gitlab-ce!21971
2018-10-03Moves stages dropdown into the new vue appFilipa Lacerda
2018-10-03Merge branch 'gt-update-git-lfs-fetch-command' into 'master'Achilleas Pipinellis
Update `git lfs fetch` command See merge request gitlab-org/gitlab-ce!22077
2018-10-03Merge branch '45016-add-web-ide-commits-to-usage-ping' into 'master'Douwe Maan
Adds Web IDE commits to usage ping Closes #45016 See merge request gitlab-org/gitlab-ce!22007
2018-10-03Update CHANGELOG.md for 11.3.2GitLab Release Tools Bot
[ci skip]
2018-10-03Merge branch '48004-db-initialize-migrate' into 'master'Dmitriy Zaporozhets
Support db migration and initialization for Auto DevOps Closes #48004 See merge request gitlab-org/gitlab-ce!21955
2018-10-03Fix placeholder note renderingFatih Acet
2018-10-03Merge branch '52066-blacklist-encrypted_-columns-in-gitlab-project-export' ↵Nick Thomas
into 'master' Resolve "Blacklist `encrypted_*` columns in gitlab project export" Closes #52066 See merge request gitlab-org/gitlab-ce!22072
2018-10-03Update `git lfs fetch` command [ci skip]George Tsiolis
2018-10-03Implements Web IDE commits counter in RedisTiago Botelho
This makes a temporary implementation of the Web IDE commits counter using Redis while https://gitlab.com/gitlab-org/gitlab-ce/issues/52096 is being discussed further for a more generic approach to counters
2018-10-03Merge branch 'mr-file-tree-data' into 'master'Filipa Lacerda
Merge Request file tree Closes #14249 See merge request gitlab-org/gitlab-ce!21833
2018-10-03Be explicit about PostgreSQL in auto devops docsDylan Griffith
2018-10-03Doc improvements for DB migrations in Auto DevOpsDylan Griffith
2018-10-03Merge branch 'remove-rugged' into 'master'Douwe Maan
Remove Gitlab::Git::Repository#rugged See merge request gitlab-org/gitlab-ce!22039
2018-10-03Added file tree to merge request diffsPhil Hughes
This file tree displays all the diff files in a tree like format Each file is taken and converted into a tree with folders Each folder can be toggled open & closed Clicking a file will scroll to the diff file & highlight with a glow affect Searching the tree list will search only files & return a list of the files without any folders Each file row contains an icon to show changed, new file or deleted Each row will also contain the added & removed lines count Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14249
2018-10-03Merge branch 'docs-jira-update' into 'master'Marcia Ramos
Port Jira integration documentation update to CE Closes #50505 See merge request gitlab-org/gitlab-ce!22062
2018-10-03Merge branch '#51699-time-tracker-naming' into 'master'Phil Hughes
Fix props name casing in time time tracker vue component Closes #45977 and #51699 See merge request gitlab-org/gitlab-ce!21889
2018-10-03Fix props name casing in time time tracker vue componentJohann Hubert Sonntagbauer
2018-10-03Merge branch 'add-clipboard-button-to-application-id-and-secret' into 'master'Phil Hughes
Add copy to clipboard button for application id and secret See merge request gitlab-org/gitlab-ce!21978
2018-10-03Add copy to clipboard button for application id and secretGeorge Tsiolis
2018-10-03Merge branch 'ccr/wip_filter' into 'master'Tim Zallmann
#13650 added wip search functionality and tests See merge request gitlab-org/gitlab-ce!18119
2018-10-03#13650 added wip search functionality and testsChantal Rollison
2018-10-03Add element classes used in ee branch qa-257-group-saml-ssosliaquat
2018-10-03Merge branch 'ce-7014-epic-status-tabs' into 'master'Grzegorz Bizon
Extract status count key to a method See merge request gitlab-org/gitlab-ce!22021
2018-10-03Add encrypted sensitive word to export specJames Lopez
2018-10-03Merge branch 'docs/refactor-review-apps-documentation' into 'master'Mike Lewis
Add more introductory information to Review Apps page, and other refactoring. Closes #50509 See merge request gitlab-org/gitlab-ce!21632
2018-10-03Merge branch 'feature-flags-mvc' into 'master'Clement Ho
Avoid close icon leaving the modal header See merge request gitlab-org/gitlab-ce!21904
2018-10-03Avoid close icon leaving the modal headerWinnie Hellmann
2018-10-03Update GitLab-ui version in package.jsonJose Vargas
2018-10-03Add gl-button from gitlab-uiJose Vargas
2018-10-03Make DefinePlugin definitions more specificMike Greiling