An error occurred fetching the project authors.
- 16 Nov, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 15 Nov, 2017 1 commit
-
-
Mayra Cabrera authored
- Adds rescue clase to import_url method - Ensure RemoteMirror model also validates the url Closes #833
-
- 10 Nov, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 19 Oct, 2017 1 commit
-
-
Tiago Botelho authored
-
- 23 Aug, 2017 1 commit
-
-
Tiago Botelho authored
-
- 25 Jul, 2017 1 commit
-
-
🌴 Toon Claes 🌴 authored
-
- 30 Jun, 2017 1 commit
-
-
Nick Thomas authored
-
- 19 Jun, 2017 2 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 04 May, 2017 1 commit
-
-
Stan Hu authored
Customers using remote mirrors would see errors in their Sidekiq logs after the worker attempted to update its database. We should disable this until we have a better way of synching the mirror workers. See #1598
-
- 02 May, 2017 2 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 01 May, 2017 4 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 17 Feb, 2017 1 commit
-
-
Tiago Botelho authored
-
- 06 Feb, 2017 4 commits
-
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
Tiago Botelho authored
-
- 02 Dec, 2016 1 commit
-
-
Stan Hu authored
We noticed on GitLab.com that remote mirrors were not even running. UpdateAllRemoteMirrorsWorker was failing on a project that was in pending_delete, preventing any workers from running. Closes gitlab-org/gitlab-ce#23650
-
- 06 Oct, 2016 1 commit
-
-
Ruben Davila authored
Some of our users are changing to GitLab as their main repository, it means that they're disabling the local mirror and setting up a remote mirror instead. This fix helps to avoid the extra steps required in order to achieve the desired configuration.
-
- 04 Oct, 2016 1 commit
-
-
Valery Sizov authored
-
- 16 Sep, 2016 1 commit
-
-
Paco Guzman authored
When we update the flag pending_delete to true and later try to destroy the remote mirror (through association callbacks) the remote mirror try to load the project, but it is out of the default scope so it just return nil. As we need the project to remove the reference to the remote mirror but we’re going to delete the project and its repository is not needed to touch the repository to just remove that reference, so we just skip that step in that case
-
- 28 Jun, 2016 1 commit
-
-
James Lopez authored
-
- 21 Jun, 2016 1 commit
-
-
James Lopez authored
-
- 05 Jun, 2016 1 commit
-
-
Connor Shea authored
Adds algorithm to the pages domain key and remote mirror credentials encrypted attributes for forward compatibility with attr_encrypted 3.0.0. aes-256-cbc is the default algorithm for attr_encrypted 1.x, but the default is changed in 3.0 and thus must be declared explicitly. See https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4216/ for more information. This will prevent OpenSSL errors once the code from that MR is merged into EE.
-
- 03 Jun, 2016 1 commit
-
-
Valery Sizov authored
-
- 30 May, 2016 1 commit
-
-
Ruben Davila authored
The `after_save` callback was looking for changes only in the URL without credentials, this was happening because we store the credentials in a separate field.
-
- 09 May, 2016 2 commits
-
-
Rubén Dávila authored
* I introduced the new UrlSanitizer class which can help us to protect credentials used in URLs. * Renames `.process` class method to `.sanitize`
-
Rubén Dávila authored
With this fix we remove the credentials from the repo URLs that are shown when there is an internal error with Git
-
- 13 Apr, 2016 6 commits
-
-
Rubén Dávila authored
* Use Rugged filters to work with local/remote branches. * Rename Project#remote_mirror? to Project#has_remote_mirror? * Use delegate pattern for Repository#push_remote_branches and Repository#delete_remote_branches * Make Repository#remote_tags return Gitlab::Git::Tag objects. * Refactor Repository#remote_branches * Rename Repository#push_branches to Repository#push_remote_branches * Made other small refactors to views and specs. * Make encrypted_credentials column size bigger. This was giving problems with MySql for large passwords. * Refactor for UpdateRemoteMirrorService spec so we no longer harcode the branch names and specs are not broken after `gitlab-test` project is updated.
-
Rubén Dávila authored
* Also fixed couple of small bugs introduced with last changes
-
Rubén Dávila authored
* Also addressed feedback from https://gitlab.com/gitlab-org/gitlab-ee/commit/fcbfe56207f64da07deb7f3a8cbdcd505069edbd
-
Rubén Dávila authored
* Now #url= and #url always handle the full URL, encryption is done transparently * #safe_url was added for future purposes * Little refactor for UpdateRemoteMirrorService
-
Rubén Dávila authored
-
Rubén Dávila authored
-