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: roundup-tracker/roundup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3430010
Choose a base ref
...
head repository: roundup-tracker/roundup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 350e481
Choose a head ref
  • 13 commits
  • 14 files changed
  • 2 contributors

Commits on May 2, 2023

  1. Typo fix.

    rouilj committed May 2, 2023
    Configuration menu
    Copy the full SHA
    579e1e8 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    011008b View commit details
    Browse the repository at this point in the history
  2. Minor tweaks to upgrading general directions.

    Recommended using virtual env for install in step 4.
    
    Make explicit that you use the new roundup-admin for migration in step 6.
    
    Cleaned up some wording.
    
    Replaced python 3.4 with python 3.6 in supported version paragraph.
    
    Added section on running different trackers with diferent versions of
    Roundup via virtual envirnments.
    rouilj committed May 3, 2023
    Configuration menu
    Copy the full SHA
    65b3384 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Prevent examples from blowing outside the viewport.

    Overflow wasn't being triggered in multiple cases. Force break on
    whitespace and overflow-wrap anywhere.
    
    This seems to work from 350px mobile to desktop sizes.
    rouilj committed May 4, 2023
    Configuration menu
    Copy the full SHA
    bd6f456 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    8cde913 View commit details
    Browse the repository at this point in the history
  2. Change ordered list to use numbers.

    Orderd list was using letters, but sphynx was numbering it. The block
    after the list was using letters to refer to items in the list.
    
    Make everything use numbers.
    rouilj committed May 5, 2023
    Configuration menu
    Copy the full SHA
    6706eb2 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. flake8 fixes

    move import to top, indentation, remove trailing whitespace ...
    rouilj committed May 7, 2023
    Configuration menu
    Copy the full SHA
    ca99207 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    910f6fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31853cf View commit details
    Browse the repository at this point in the history
  4. Misc doc fixes.

    rouilj committed May 7, 2023
    Configuration menu
    Copy the full SHA
    b1c1baa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    68fad8a View commit details
    Browse the repository at this point in the history
  2. bump python version in docker

    rouilj committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e28ed19 View commit details
    Browse the repository at this point in the history
  3. Bump python from 507818d to 30f9c5b in /scripts/Docker

    Bumps python from `507818d` to `30f9c5b`.
    
    ---
    updated-dependencies:
    - dependency-name: python
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored May 8, 2023
    Configuration menu
    Copy the full SHA
    350e481 View commit details
    Browse the repository at this point in the history
Loading