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 (Expand)Author
2017-08-02Extending API for protected branchesEric
2017-08-02Merge branch 'rugged-is-ancestor' into 'master'Sean McGivern
2017-08-01Add rugged_is_ancestor methodJacob Vosmaer
2017-08-01Merge branch '33620-remove-events-from-notification_settings' into 'master'Douwe Maan
2017-08-01Merge branch '28283-legacy-storage-format' into 'master'Sean McGivern
2017-08-01Small refactor in LegacyNamespace and moved back send_update_instructionsGabriel Mazetto
2017-08-01Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto
2017-08-01Make disk_path keyword argument and optionalGabriel Mazetto
2017-08-01Rename more path_with_namespace -> full_path or disk_pathGabriel Mazetto
2017-08-01Rename path_with_namespace -> disk_path when dealing with the filesystemGabriel Mazetto
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-08-01Move storage specific code from Namespace and Project to concernsGabriel Mazetto
2017-07-31Remove events column from notification settingsSean McGivern
2017-07-29Exclude keys linked to other projectsMichael Kozono
2017-07-28Merge branch 'merge-issuable-reopened-into-opened-state' into 'master'Sean McGivern
2017-07-28Merge branch 'feature/sm/35282-ci_pipeline_variables-2' into 'master'Kamil TrzciƄski
2017-07-28Merge issuable "reopened" state into "opened"Yorick Peterse
2017-07-28Merge branch 'zj-delete-mm-team' into 'master'Douwe Maan
2017-07-28Remove if pipeline.variables in Ci::Build#variablesShinya Maeda
2017-07-28fix merge missShinya Maeda
2017-07-28initShinya Maeda
2017-07-28Merge branch '32483-jira-error' into 'master'Sean McGivern
2017-07-28Remove Mattermost team with GitLab groupZ.J. van de Weg
2017-07-28Merge branch 'bvl-add-all-settings-to-api' into 'master'Robert Speicher
2017-07-27Merge branch '1827-prevent-concurrent-editing-wiki' into 'master'Robert Speicher
2017-07-27Merge branch 'remove_blob_by_oid' into 'master'Robert Speicher
2017-07-27improve gpg key validationAlexis Reigel
2017-07-27validate the foreign_key instead of the relationAlexis Reigel
2017-07-27update all records at once using `update_all`Alexis Reigel
2017-07-27simplify nil handlingAlexis Reigel
2017-07-27upcase in the model instead of in the viewAlexis Reigel
2017-07-27fetch gpg signature badges by ajaxAlexis Reigel
2017-07-27use db's on_delete instead of has_many :dependentAlexis Reigel
2017-07-27use ShaAttribute for gpg table columnsAlexis Reigel
2017-07-27store gpg user name and email on the signatureAlexis Reigel
2017-07-27user may now revoke a gpg keyAlexis Reigel
2017-07-27simplify fetching of commitAlexis Reigel
2017-07-27use after_commit instead of AfterCommitQueueAlexis Reigel
2017-07-27validate presence of user on gpg_keyAlexis Reigel
2017-07-27use hash instead of 2d arrayAlexis Reigel
2017-07-27allow removal of gpg key by nullifying signaturesAlexis Reigel
2017-07-27perform signature update in sidekiq workerAlexis Reigel
2017-07-27update invalid gpg signatures when email changesAlexis Reigel
2017-07-27update invalid gpg signatures when key is createdAlexis Reigel
2017-07-27store gpg_key_primary_keyid for unknown gpg keysAlexis Reigel
2017-07-27move signature cache read to Gpg::CommitAlexis Reigel
2017-07-27gpg signature is only valid when key is verifiedAlexis Reigel
2017-07-27bail if the commit has no signatureAlexis Reigel
2017-07-27cache the gpg commit signatureAlexis Reigel
2017-07-27gpg signature model for gpg verification cachingAlexis Reigel