- May 07, 2020
-
-
Himanshu Kapoor authored
Migrate from Jasmine to Jest
-
-
-
Phil Hughes authored
-
Pages snippet/new.rb and snippet/show.rb updated Snapshots updated
-
Himanshu Kapoor authored
Migrate spec/javascripts/ide/components from Jasmine to Jest
-
Himanshu Kapoor authored
Migrate some files in spec/javascripts/filtered_search from Jasmine to Jest
-
Denys Mishunov authored
As siggested by maintainer, converted mixin into a component to avoid technical debt
-
David Pisek authored
Leverage recent changes made to the specs to get closer to replicating actual user interaction, instead of reaching into implementation details, such as mutating a view model.
-
Denys Mishunov authored
Both Description and Blob content fields in Snippet Vue view can have special markup (like mermaid chart, KaTeX formulas, etc.) that we should process. This has been lost during refactoring to Vue.
-
- automatic tracking because the this.track seems to not be going through
-
Tom Quirk authored
Part of the effort to move design management to FOSS, this commit simply moves all design management frontend tests FOSS
-
David Pisek authored
-
Miguel Rincon authored
When users copy the "link to a chart" they now visit the specific chart they request instead of the whole dashboard.
-
David Pisek authored
* Adds test to cover `set_window_location_helper`
-
- May 06, 2020
-
-
David Pisek authored
* Changes license_management_settings_path from returning a link to `project > settings > ci/cd > license compliance` to `project > security > license compliance > polices` * Adds logic to activate tabs based on location.hash * Adds tests
-
Filter pipelines by trigger author, Add unit tests, Add needed backend changes to pipelines controller. Ensure polling is working correctly with new filter.
-
Backend * Add the branch name to Jira comments. * If `comment_detail` is set to `all_details`, include more information like commit SHA / MR number and full commit message as described in #195887. * Add some simple specs and update existing ones. Frontend * Expand the Vue component to include the Jira trigger fields. * Add wrapping component `IntegrationForm`. * Add `JiraTriggerFields` which shows/hides sections based on user selection. * Use translations
-
-
Migrate pipelines actions spec from karma to jest. And use vue test utils now.
-
-
Added a basic spec for the event bus factory
-
-
As part of the transition from Karma to jest, migrate all issue show application specs implemented in Karma to jest.
-
Replaced the edit area with the rich content editor component
-
-
- move to components - remove store singleton usage
-
Himanshu Kapoor authored
Add support for syntax highlighting .vue files in the Web IDE.
-
In the course of making Monaco default for editing Snippets, we remove te feature flag from the codebase. This commit removes it from Vue/JS files
-
-
- May 05, 2020
-
-
Payton Burdette authored
Stage spec was not working and never has been. Re worked the spec and changed a class in the component.
-
Payton Burdette authored
Spec now searches for GlLinks and I added another mock artifact to props data.
-
- move i18n to constants - remove toast - add alert - WIP unit test
-
-
Kushal Pandya authored
Adds variant support in Vue Labels Dropdown, currently it supports `sidebar` & `standalone` variants.
-
Miguel Rincon authored
When new parameters are added to a URL some of them may be null. This change prevents actual result of string `null` and instead removes them so mergeUrlParams are more flexible.
-
- May 04, 2020
-
-
Laura Montemayor authored
-
It sets the correct display form to the button components
-
This reverts commit 8599c629.
-
Paul Slaughter authored
-