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: master
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: issue2550923_computed_property
Choose a head ref
  • 15 commits
  • 6 files changed
  • 1 contributor

Commits on Nov 27, 2020

  1. Initial implementation of Computed property

    It supports query/display in html, rest and xml interfaces.
    You can specify a cache parameter, but using it raises
    NotImplementedError.
    
    It does not support: search, sort or grouping by the computed field.
    
    Checking in on a branch to get more eyeballs on it and maybe some
    people to help.
    rouilj committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    14d8691 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Computed needs to be hyperdb.Computed. Symbol not imported in anydbm …

    …like it is in rdbms.
    rouilj committed Dec 21, 2020
    Configuration menu
    Copy the full SHA
    7a035a8 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2021

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

Commits on Feb 7, 2021

  1. Merge trunk into branch

    rouilj committed Feb 7, 2021
    Configuration menu
    Copy the full SHA
    800ddc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

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

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    4b16dab View commit details
    Browse the repository at this point in the history
  2. merge default trunk changes

    rouilj committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    d2b244d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on Nov 8, 2022

  1. merge from main tip. This should fix test failure in Markdown2TestCas…

    …e.test_string_markdown_code_block_attribute by merging html diff method used in tests.
    rouilj committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    068ad3a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

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

Commits on Jul 9, 2023

  1. limit markdown2 to a working version 2.4.9 broke [text](page) relativ…

    …e links. Also reduce tested versions on travisci.
    rouilj committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    3318679 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. merge default into branch

    rouilj committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cbf09e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. merge in default branch to see if ti clears a travis-ci build error o…

    …n 2.7 python; default branch builds fine
    rouilj committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    400cb69 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

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

Commits on Aug 17, 2025

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