Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datetime widget fixes and improvements #7261

Merged
merged 23 commits into from
Aug 12, 2024
Merged

Datetime widget fixes and improvements #7261

merged 23 commits into from
Aug 12, 2024

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    ef46f40 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Pass avatar_url un git-gateway backend (#7247)

    * Pass avatar_url un git-gateway backend
    
    * Fix lint
    
    * Fix ts issue
    loteoo authored and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    54b7b46 View commit details
    Browse the repository at this point in the history
  2. fix: update ukrainian lang (#7252)

    * fix: update ukrainian lang
    
    * fix: run format
    
    * fix: update  node-polyglot
    olegfedak authored and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    0fb9dd3 View commit details
    Browse the repository at this point in the history
  3. fix(select-widget): select widget not able to select number value 0 (

    …#7254)
    
    Fixes #6515
    
    Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
    imangd and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    daa62ab View commit details
    Browse the repository at this point in the history
  4. fix: fetch GitHub PR author name, fixes #7232 (#7253)

    Reverts the change to `getPullRequestAuthor` in the GitHub backend from
    4f419dd, so that it fetches the PR author's name as before. In the AWS
    Cognito GitHub backend, return the GitHub login as the PR author.
    
    Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
    domcleal and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a46b441 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70b038b View commit details
    Browse the repository at this point in the history
  6. Change Authorization header type for API requests from "token" to "…

    …Bearer" (#7242)
    
    The authorization type "Bearer" is more widely recognized than "token". E.g. Gitlab requires that you use "Bearer".
    This should fix #7172 where apparently login with Github was broken by this line: #7172 (comment)
    See also: #5844 (comment)
    floscher authored and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    29f7f48 View commit details
    Browse the repository at this point in the history
  7. fix(backend): allow a custom API root for backend (#7214)

    In case of a self-hosted Gitlab, the API request to get the default
    branch always call gitlab.com.
    This commit allow to pass a custom API root from the config to the API
    call.
    
    Fix #7168
    
    Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
    JbIPS and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    aef22c7 View commit details
    Browse the repository at this point in the history
  8. fix(i18n): allow to store the new entry in the draft after a pre save (

    …#7227)
    
    * fix(i18n): allow to store the new entry in the draft after a pre save
    
    * feat(persistEntry): test preSave that return data or entry map
    
    * fix(linter): expected property shorthand  object-shorthand
    
    * fix: format backend spec, update caniuse-lite
    
    ---------
    
    Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
    jmfiaschi and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1115dd0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9ff2d20 View commit details
    Browse the repository at this point in the history
  10. fix(i18n): improve Thai locale (#7248)

    * fix(i18n): improve Thai locale
    
    * chore(lint): lint Thai locale
    
    ---------
    
    Co-authored-by: Martin Jagodic <jagodicmartin1@gmail.com>
    weeix and martinjagodic committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    65952c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    427ed00 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b6e5957 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f77b625 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    febbc22 View commit details
    Browse the repository at this point in the history
  2. fix: format

    martinjagodic committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cd604d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d322bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cecda08 View commit details
    Browse the repository at this point in the history
  5. fix: formatting

    martinjagodic committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    72d69a0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18b83ed View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    92875ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61a3b88 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    7b0cf78 View commit details
    Browse the repository at this point in the history