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-04-12Merge branch 'dm-archived-read-only' into 'master'Robert Speicher
Make archived projects completely read-only Closes #44788 See merge request gitlab-org/gitlab-ce!18136
2018-04-11Merge branch 'fix/wiki-find-file-gitaly' into 'master'Robert Speicher
Fix finding wiki file when Gitaly is enabled Closes gitaly#1126 See merge request gitlab-org/gitlab-ce!18317
2018-04-11Backport: Propagate broadcast messages to secondariesMichael Kozono
2018-04-11Fix finding wiki file when Gitaly is enabledAhmad Sherif
Fixes gitaly#1126
2018-04-11Prevent awarding emoji when a project is archivedBob Van Landuyt
This prevents performing the requests, and disables all emoji reaction buttons
2018-04-10Remove edit_note and update_note abilities in favor of admin_noteDouwe Maan
2018-04-10Verify that deploy token has valid access when pulling container registry imageMayra Cabrera
2018-04-09Allow group owner to enable runners from subgroups (#41981)Dylan Griffith
2018-04-07Handle limit for datetime attributes on MySQLMayra Cabrera
The TIMESTAMP data type is used for values that contain both date and time parts. TIMESTAMP has a range of '1970-01-01 00:00:01' UTC to '2038-01-19 03:14:07' UTC. A Forever lib class was included to handle future dates for PostgreSQL and MySQL, also changes were made to DeployToken to enforce Forever.date Also removes extra conditional from JwtController
2018-04-07Addresses database commentsMayra Cabrera
- Adds a default on expires_at datetime - Modifies deploy tokens views to handle default expires at value - Use datetime_with_timezone where possible - Remove unused scopes
2018-04-07Increase test suite around deploy tokens behaviorMayra Cabrera
Also, fixes broken specs
2018-04-07Include ProjectDeployTokensMayra Cabrera
Also: - Changes scopes from serializer to use boolean columns - Fixes broken specs
2018-04-07Addreses backend review suggestionsMayra Cabrera
- Remove extra method for authorize_admin_project - Ensure project presence - Rename 'read_repo' to 'read_repository' to be more verbose
2018-04-07Implement 'read_repo' for DeployTokensMayra Cabrera
This will allow to download a repo using the token from the DeployToken
2018-04-07Create barebones for DeploytokenMayra Cabrera
Includes: - Model, factories, create service and controller actions - As usual, includes specs for everything - Builds UI (copy from PAT) - Add revoke action Closes #31591
2018-04-06Merge branch 'fix/gb/fix-deployment-platform-for-environment' into 'master'Kamil Trzciński
Fix environment deployment platform filter method See merge request gitlab-org/gitlab-ce!18216
2018-04-06Merge branch 'ab-37462-cache-personal-projects-count' into 'master'Yorick Peterse
Cache personal projects count. Closes #37462 See merge request gitlab-org/gitlab-ce!18197
2018-04-06[Rails5] Update `type_cast_*_database` methodsblackst0ne
2018-04-06Cache personal projects count.Andreas Brandl
Closes #37462.
2018-04-06Fix environment deployment platform filter methodGrzegorz Bizon
2018-04-05Merge branch 'bvl-override-import-params' into 'master'Douwe Maan
Allow passing params to import API to override project attributes Closes gitlab-ee#4788 See merge request gitlab-org/gitlab-ce!18086
2018-04-05Don't export `Project#description_html`Bob Van Landuyt
Since we can regenerate `description_html` from the `description`, we should not export it. This avoids some complexity when overriding the description during an import/export where we would need to invalidate this cached field. Now we refresh the markdown cache after the import
2018-04-05Merge branch 'use-chronic-duration-attribute-for-project-build-timeout' into ↵Kamil Trzciński
'master' Use chronic duration attribute for project build timeout See merge request gitlab-org/gitlab-ce!17386
2018-04-05Merge branch 'dm-internal-user-namespace' into 'master'Sean McGivern
Ensure internal users (ghost, support bot) get assigned a namespace See merge request gitlab-org/gitlab-ce!18194
2018-04-05Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ceMarin Jankovski
2018-04-05Ensure internal users (ghost, support bot) get assigned a namespaceDouwe Maan
2018-04-05Merge branch 'bvl-export-import-lfs' into 'master'Douwe Maan
Export and import LFS objects Closes #40643 See merge request gitlab-org/gitlab-ce!18115
2018-04-05Add helper for accessing lfs_objects for projectBob Van Landuyt
This makes accessing LFS Objects for a project easier project.lfs_storage_project.lfs_objects` becomes project.all_lfs_objects This will make the refactor in https://gitlab.com/gitlab-org/gitlab-ce/issues/39769 easier to deal with.
2018-04-05Merge branch 'jej/mattermost-notification-confidentiality-10-6' into ↵Douwe Maan
'security-10-6' [10.6] Prevent notes on confidential issues from being sent to chat See merge request gitlab/gitlabhq!2366 # Conflicts: # app/helpers/services_helper.rb
2018-04-04Specify default value for Project#build_timeoutTomasz Maczukin
2018-04-04Create metadata object on build object creationTomasz Maczukin
2018-04-04Revert "Allow CI/CD Jobs being grouped on version strings"Zeger-Jan van de Weg
This reverts commit 4f2cdb51df0f2729055ec4dc6960ae347163da16.
2018-04-04Merge branch 'fix/use-shard-name-in-gitlab-projects-instead-of-shard-path' ↵Sean McGivern
into 'master' Use shard name in Git::GitlabProjects instead of shard path Closes gitaly#1110 See merge request gitlab-org/gitlab-ce!18015
2018-04-04[Rails5] Rename `sort` methods to `sort_by_attribute`blackst0ne
2018-04-03Use shard name in Git::GitlabProjects instead of shard pathAhmad Sherif
Closes gitaly#1110
2018-04-02Make error messages even more descriptiveDouwe Maan
2018-04-02Merge branch 'feature/gb/variables-expressions-in-only-except' into 'master'Kamil Trzciński
Pipeline variables expression in only/except configuration Closes #37397 See merge request gitlab-org/gitlab-ce!17316
2018-04-02Merge branch '44291-usage-ping-for-kubernetes-integration' into 'master'Kamil Trzciński
Resolve "Usage ping for Kubernetes integration" Closes #44291 See merge request gitlab-org/gitlab-ce!17922
2018-03-30Extract cluster installed query to scopeMatija Čupić
2018-03-30Extend API for exporting a project with direct upload URLFrancisco Javier López
2018-03-30Improve naming and optimize methods of the build classGrzegorz Bizon
2018-03-29Merge branch 'master' into 44291-usage-ping-for-kubernetes-integrationMatija Čupić
2018-03-29Add installed scope to cluster applicationsMatija Čupić
2018-03-29Add user_provided and gcp_provided cluster scopesMatija Čupić
2018-03-29Add port number to artifacts links to gitlab-pages, if neededAlessio Caiazza
2018-03-29Extract build variables that depend on persistenceGrzegorz Bizon
2018-03-29Merge branch 'master' into 'feature/gb/variables-expressions-in-only-except'Grzegorz Bizon
Conflicts: app/models/ci/build.rb
2018-03-29Merge branch 'add-per-runner-job-timeout' into 'master'Kamil Trzciński
Add per runner job timeout Closes #43426 See merge request gitlab-org/gitlab-ce!17221
2018-03-29Merge branch 'dm-deploy-keys-default-user' into 'master'Sean McGivern
Ensure hooks run when a deploy key without a user pushes Closes #44317 See merge request gitlab-org/gitlab-ce!18057
2018-03-28Don’t delete deploy key when user who created it is deletedDouwe Maan