- 30 Jan, 2019 1 commit
-
-
Mark Lapierre authored
There was a bug that required credentials when using SSH key auth when using LFS. That bug was fixed so we shouldn't need to add credentials to .netrc when using SSH anymore.
-
- 28 Jan, 2019 22 commits
-
-
Mark Lapierre authored
Avoid having to remember to call try_add_credentials_to_netrc after setting credentials.
-
Phil Hughes authored
Refactor/56369 extract jump to next discussion button Closes #56369 See merge request gitlab-org/gitlab-ce!24506
-
Robert Speicher authored
Enable CommonMark source line position information See merge request gitlab-org/gitlab-ce!23971
-
Clement Ho authored
Externalize strings from `/app/views/projects/pages_domains` See merge request gitlab-org/gitlab-ce!24723
-
Mark Lapierre authored
Use retry to improve reliability of go_to_profile_settings Closes gitlab-org/quality/nightly#65 See merge request gitlab-org/gitlab-ce!24719
-
Sean McGivern authored
Fix running a single spec file with rspec See merge request gitlab-org/gitlab-ce!24729
-
Nick Thomas authored
-
Kushal Pandya authored
Prevent unload when Recaptcha is open Closes #44698 See merge request gitlab-org/gitlab-ce!24625
-
Kushal Pandya authored
Update dependency @gitlab/ui to ^1.22.0 See merge request gitlab-org/gitlab-ce!24721
-
Sean McGivern authored
Wait for requests in specs before interacting with select2 Closes #56867 See merge request gitlab-org/gitlab-ce!24694
-
Rémy Coutable authored
Bump Sidekiq to 5.2.5 See merge request gitlab-org/gitlab-ce!24662
-
Rajat Jain authored
-
Nick Thomas authored
-
Phil Hughes authored
Fix `star` action in the `explore` subpages See merge request gitlab-org/gitlab-ce!24693
-
Riccardo Padovani authored
-
Martin Hobert authored
fix #56369 chore(changelog): Added changelog entry chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Added test for new component test(Refactored tests to use vue test-utils): chore(translations): Added newly generated locales Update spec/javascripts/notes/components/discussion_jump_to_next_button_spec.js chore(prettier): Formated with prettier test(JumpToNextDiscussionButton): Updated tests to use a local vue instance test(JumpToNextDiscussionButton): Running tests in async to prevent maximum stack overflow
-
George Tsiolis authored
-
Sean McGivern authored
Add query method for id See merge request gitlab-org/gitlab-ce!24386
-
Kushal Pandya authored
Standardize token value capitalization in filter bar Closes #54213 See merge request gitlab-org/gitlab-ce!23846
-
Omar Bahareth authored
-
Lukas 'Eipi' Eipert authored
-
Sanad Liaquat authored
-
- 26 Jan, 2019 1 commit
-
-
Stan Hu authored
This reduces duplication caused by gitlab-monitor already shipping Sidekiq 5.2.5. The only changes appear to be minor: https://github.com/mperham/sidekiq/blob/master/Changes.md
-
- 25 Jan, 2019 16 commits
-
-
Mark Lapierre authored
Auto DevOps QA: increase IP address timeout, remove quarantine Closes gitlab-qa#369 See merge request gitlab-org/gitlab-ce!24687
-
Douglas Barbosa Alexandre authored
Refactor Hashed Storage for future Rollback functionality See merge request gitlab-org/gitlab-ce!24402
-
Dylan Griffith authored
-
Mark Lapierre authored
Quarantine failing test rebase_merge_request_spec.rb See merge request gitlab-org/gitlab-ce!24682
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
Migrate jobs from `storage_migrator` to `hashed_storage:hashed_storage_migrator`.
-
Gabriel Mazetto authored
We need this new state for the Geo event logic in EE
-
Gabriel Mazetto authored
Specs were reviewed and improved to better cover the current behavior. There was some standardization done as well to facilitate the implementation of the rollback functionality. StorageMigratorWorker was extracted to HashedStorage namespace were RollbackerWorker will live one as well.
-
Gabriel Mazetto authored
This will serve as new base class for both Migrate and Rollback
-
Gabriel Mazetto authored
This is part of the refactor to include a RollbackService into HashedStorage module
-
Gabriel Mazetto authored
We are keeping compatibility with existing scheduled jobs.
-
Gabriel Mazetto authored
-
Phil Hughes authored
Allow suggestions to be copied and pasted as GFM See merge request gitlab-org/gitlab-ce!24600
-
Phil Hughes authored
Adjusts suggestions unable to be applied Closes #56690 See merge request gitlab-org/gitlab-ce!24603
-
Douglas Barbosa Alexandre authored
Fix a JS race in a spec Closes #56860 See merge request gitlab-org/gitlab-ce!24684
-
Douwe Maan authored
Supports both suggestions transformed from GFM to HTML and from GFM to HTML to Vue component.
-