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
2019-05-31Add linter to report new Karma specslint-jest-not-karma-added-specsLuke Bennett
Prefer Jest specs instead.
2019-05-31Merge branch '60987-emoji-picker-popup' into 'master'Kushal Pandya
Fix emoji picker popup is not always fully visible Closes #60987 See merge request gitlab-org/gitlab-ce!28984
2019-05-31Fix emoji picker visibility issueFatih Acet
2019-05-31Merge branch '59587-add-graphql-logging' into 'master'Sean McGivern
Add logging to GraphQL Closes #59587 See merge request gitlab-org/gitlab-ce!27885
2019-05-31Merge branch 'remove-legacy-artifacts-related-code' into 'master'Kamil Trzciński
Remove legacy artifact related code Closes #58595 See merge request gitlab-org/gitlab-ce!26475
2019-05-31Merge branch '62432-fix-participants-wrapping' into 'master'Annabel Dunstone Gray
Fix participants list padding Closes #62432 See merge request gitlab-org/gitlab-ce!28873
2019-05-31Update participants paddingJacques Erasmus
Updated the padding to our standard size
2019-05-31Merge branch 'docs-its-relative-5' into 'master'Achilleas Pipinellis
Docs: Convert links in various docs to relative See merge request gitlab-org/gitlab-ce!28967
2019-05-31Docs: Convert links in various docs to relativeMarcel Amirault
2019-05-31Merge branch 'docs-its-relative-4' into 'master'Achilleas Pipinellis
Docs: Convert remaining links in /user to relative See merge request gitlab-org/gitlab-ce!28964
2019-05-31Docs: Convert remaining links in /user to relativeMarcel Amirault
2019-05-31Merge branch 'docs-hackathon-1' into 'master'Achilleas Pipinellis
Docs: Add introduced column to table in Personal Access Tokens doc Closes #60531 See merge request gitlab-org/gitlab-ce!28874
2019-05-31Docs: Add introduced column to table in Personal Access Tokens docMarcel Amirault
2019-05-31Merge branch 'docs-its-relative-3' into 'master'Achilleas Pipinellis
Docs: Finish changing links to relative in user/project (part 2) See merge request gitlab-org/gitlab-ce!28934
2019-05-31Docs: Finish changing links to relative in user/project (part 2)Marcel Amirault
2019-05-31Merge branch 'docs-its-relative-2' into 'master'Achilleas Pipinellis
Docs: Change links to relative in /user/project (Part 1) See merge request gitlab-org/gitlab-ce!28920
2019-05-31Docs: Change links to relative in /user/project (Part 1)Marcel Amirault
2019-05-31Merge branch 'docs-hackathon-4' into 'master'Achilleas Pipinellis
Docs: Clean up tables in permissions doc Closes #59249 See merge request gitlab-org/gitlab-ce!28908
2019-05-31Docs: Clean up tables in permissions docMarcel Amirault
2019-05-31Merge branch 'add-constraint-for-milestone-dates' into 'master'Sean McGivern
Limit milestones to before year 9999 Closes #58576 See merge request gitlab-org/gitlab-ce!28742
2019-05-31Change query to work on mysql as well. Also set entire date because setting ↵Luke Picciau
only the year can trip 'start_date_should_be_less_than_due_date'
2019-05-31Merge branch 'ac-namespaces-stats-no-coalesce' into 'master'Andreas Brandl
Remove nils from project_statistics.packages_size See merge request gitlab-org/gitlab-ce!28400
2019-05-31Remove nils from project_statistics.packages_sizeAlessio Caiazza
Now it defaults to 0
2019-05-31Merge branch 'bvl-phabricator-import-issues' into 'master'Phil Hughes
Setup Phabricator import Closes #60562 See merge request gitlab-org/gitlab-ce!27877
2019-05-31Merge branch '62148-groupDeleteConfirm' into 'master'Bob Van Landuyt
delete group confirm popup mention projects deletion Closes #62148 See merge request gitlab-org/gitlab-ce!28899
2019-05-31Merge branch 'i18n-Two_Factor_Authentication-of-user-profile' into 'master'Bob Van Landuyt
Externalize strings of Two-Factor Authentication page in user profile See merge request gitlab-org/gitlab-ce!28749
2019-05-31Merge branch 'i18n-password-of-user-profile' into 'master'Bob Van Landuyt
Externalize strings of password page in user profile See merge request gitlab-org/gitlab-ce!28744
2019-05-31Apply reviewer feedbackcharlie ablett
- Comply doc with guidelines - Improve tests for readability and completeness - Separate out phases visually with newlines - Add `format_message` test - test readability - code and test structure/styling - static query analyzers - call `as_json` on `provided_variables` - add exception handling
2019-05-31Merge branch 'remove-render-if-exists-partial-caveat' into 'master'Phil Hughes
Remove render_if_exists partial caveat See merge request gitlab-org/gitlab-ce!28959
2019-05-31Merge branch 'gt-open-visibility-help-link-in-a-new-tab' into 'master'Phil Hughes
Open snippets visibility help link in a new tab Closes #61911 See merge request gitlab-org/gitlab-ce!28603
2019-05-31Setup Phabricator importBob Van Landuyt
This sets up all the basics for importing Phabricator tasks into GitLab issues. To import all tasks from a Phabricator instance into GitLab, we'll import all of them into a new project that will have its repository disabled. The import is hooked into a regular ProjectImport setup, but similar to the GitHub parallel importer takes care of all the imports itself. In this iteration, we're importing each page of tasks in a separate sidekiq job. The first thing we do when requesting a new page of tasks is schedule the next page to be imported. But to avoid deadlocks, we only allow a single job per worker type to run at the same time. For now we're only importing basic Issue information, this should be extended to richer information.
2019-05-31Merge branch 'generate-letsencrypt-private_key-on-the-fly' into 'master'Stan Hu
Generate letsencrypt private key on the fly Closes #62452 See merge request gitlab-org/gitlab-ce!28855
2019-05-31Generate lets_encrypt_private_key on the flyVladimir Shushlin
Remove migration generating lets encrypt key Don't generate private_key if database is readonly For reference: This reverts commit 988a7f70489b99383b95e9f271a2caf6bb5b3a44. This reverts commit 21acbe531592d55caf0e5b8716a3b551dafd6233.
2019-05-31Merge branch 'docs-qa-doc-consolidation' into 'master'Dan Davison
Consolidate documentation written for e2e tests under dev docs See merge request gitlab-org/gitlab-ce!28572
2019-05-31Consolidate documentation written for e2e tests under dev docsddavison
Previously the documentation was separated. If we want to bake quality into the product, how better than to include everything we use directly in the development documentation Signed-off-by: ddavison <ddavison@gitlab.com> Fix broken internal doc link Move documentation for page objects to the e2e section
2019-05-31Merge remote-tracking branch ↵antonyliu
'origin/i18n-Two_Factor_Authentication-of-user-profile' into i18n-Two_Factor_Authentication-of-user-profile
2019-05-31Regenerate locale/gitlab.potantonyliu
2019-05-31Merge branch 'faster_qa_auto_devops' into 'master'Dan Davison
Use Dockerfile flow for QA Auto DevOps See merge request gitlab-org/gitlab-ce!28648
2019-05-31Merge branch 'qa-fix-api-client-login-validation' into 'master'Dan Davison
[QA] Allow login validation before creating personal access token See merge request gitlab-org/gitlab-ce!28960
2019-05-31Externalize strings of Two-Factor Authentication page in user profileantonyliu
2019-05-31Fix bug for picking up string that end with html_safeantonyliu
Move .html_safe outside of the _() so the parser picks up on the translation.
2019-05-31Apply suggestion to app/views/profiles/two_factor_auths/_codes.html.hamlantony liu
2019-05-31Regenerate locale/gitlab.potantonyliu
2019-05-31Apply suggestion to app/views/profiles/two_factor_auths/show.html.hamlantony liu
2019-05-31Externalize strings of Two-Factor Authentication page in user profileantonyliu
2019-05-31Remove legacy artifact related codeShinya Maeda
We've already migrated all the legacy artifacts to the new realm, which is ci_job_artifacts table. It's time to remove the old code base that is no longer used.
2019-05-31Remove render_if_exists partial caveatLuke Bennett
2019-05-31Allow login validation before blockMark Lapierre
Removes a block so that the login page is validated before the block, while the login page is still present, instead of after it when the login page is long gone
2019-05-31Merge branch 'winh-issue-boards-addList-sort' into 'master'Mike Greiling
Sort by position in issue boards store addList() See merge request gitlab-org/gitlab-ce!28827
2019-05-31Sort by position in issue boards store addList()Winnie Hellmann