- 29 Jan, 2019 1 commit
-
-
Tim Zallmann authored
Wraps all imports for select 2 to deferred imports, especially in the main.js we are actually checking if there is any select 2 element on the page or not.
-
- 28 Jan, 2019 12 commits
-
-
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
-
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
-
- 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 26 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.
-
Douwe Maan authored
-
Nick Thomas authored
-
Mark Lapierre authored
Fix transient failure in add_list_delete_branches_spec.rb Closes gitlab-org/quality/nightly#62 See merge request gitlab-org/gitlab-ce!24644
-
Mark Lapierre authored
-
Nick Thomas authored
Add connection_data method to Gitaly client See merge request gitlab-org/gitlab-ce!24669
-
Annabel Dunstone Gray authored
Update to GitLab SVG icon from Font Awesome in profile for location and work See merge request gitlab-org/gitlab-ce!24671
-
Yoginth authored
-
Clement Ho authored
Add .ms-no-clear to disable duplicate clear icon in IE / Edge See merge request gitlab-org/gitlab-ce!24640
-
Sean McGivern authored
Quarantine flakey GFM label test See merge request gitlab-org/gitlab-ce!24675
-
Mark Lapierre authored
Sometimes add_list_delete_branches_spec.rb would not wait after deleting a branch before checking that the branch was done. It would fail when the UI was still processing. This checks that the loading icon is gone before returning from delete_branch. It also makes sure credentials are added properly after recent changes to QA::Git::Repository
-