Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/kitsune
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.3
Choose a base ref
...
head repository: mozilla/kitsune
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.4
Choose a head ref
  • 14 commits
  • 26 files changed
  • 5 contributors

Commits on Oct 9, 2024

  1. fix pageviews_by_document

    escattone committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    983a3e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Bump cookie and socket.io

    Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together.
    
    Updates `cookie` from 0.4.2 to 0.7.2
    - [Release notes](https://github.com/jshttp/cookie/releases)
    - [Commits](jshttp/cookie@v0.4.2...v0.7.2)
    
    Updates `socket.io` from 4.7.5 to 4.8.0
    - [Release notes](https://github.com/socketio/socket.io/releases)
    - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/socketio/socket.io/compare/socket.io@4.7.5...socket.io@4.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: cookie
      dependency-type: indirect
    - dependency-name: socket.io
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9c8b9d2 View commit details
    Browse the repository at this point in the history
  2. - Added the possibility of submitting a test article with a custom co…

    …ntent inside the add_kb_article_flow.py
    
    - Expanded the functionality of playwright to translate articles in different locales (not only in the ro locale) inside the kb_localization_flow.py, and kb_translate_article_page.py
    - Calling the clear_the_searchbar() each time playwright tries to add input inside the searchbar inside the fill_into_searchbar() function from the search_page.py page class.
    - Added second batch of search tests inside test_main_searchbar.py
    emilghittasv committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    774510c View commit details
    Browse the repository at this point in the history
  3. - Refactoring the moderate_forum_content.py class.

    - Fixing the test_report_abuse test inside the test_posted_questions.py
    emilghittasv committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    bebc0e4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6288 from emilghittasv/playwright-fix-failing-rep…

    …ort-abuse-test
    
    Playwright update forum moderation page & related tests
    emilghittasv authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    06294f8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #6285 from emilghittasv/playwright-search-tests

    Playwright add second batch of search tests
    emilghittasv authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8dae17b View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #6283 from escattone/fix-ga-pageviews-by-document

    fix `pageviews_by_document` to properly handle article locale
    akatsoulas authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1d12c81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48e37db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6289 from akatsoulas/spam-questions-all

    Display spam status in the all questions
    escattone authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9d22d73 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Merge pull request #6284 from mozilla/dependabot/npm_and_yarn/multi-8…

    …2ad408bf4
    
    Bump cookie and socket.io
    akatsoulas authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6bb6fbb View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. - Added the possibility for playwright to navigate to the Guides prod…

    …uct page via the top-navbar section.
    
    - Refactored & enabled the productSupportPage tests.
    - Expanded playwright coverage for the "Guides" product page inside the productSupportPage tests.
    - Refactored the products_page.py by making the functions public & replace super() with self.
    - Refactored the product_support_page.py by making the functions public & replace super() with self.
    - Enabled the productSupportPage tests in playwright.yml
    emilghittasv committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ff17a95 View commit details
    Browse the repository at this point in the history
  2. - Mark "Show More" and "Show Less" options from the "Contributor tool…

    …s" side-navbar as ready for localization in Pontoon.
    emilghittasv committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8fdf44e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #6294 from emilghittasv/fix-show-more-localization

    Fix "Show More" and "Show Less" missing localization
    akatsoulas authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    adcadfd View commit details
    Browse the repository at this point in the history
  4. Merge pull request #6293 from emilghittasv/playwright-contributors-su…

    …pport-tests
    
    Playwright enable productSupportPage tests, expand coverage over Contributors Support & some refactoring
    emilghittasv authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    98e8391 View commit details
    Browse the repository at this point in the history
Loading