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: ctran/annotate_models
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ghtest
Choose a base ref
...
head repository: ctran/annotate_models
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 186 files changed
  • 9 contributors

Commits on Jun 24, 2022

  1. Get CI to a working state (#959)

    * Update to rubocop 1.12.x for newer ruby support
    * fix: remove deprecated warnings from Bundler
    * fix: ruby warnings about MAGIC_COMMENTS already defined
    * fix: Gemfile.lock for integration tests
    
    Co-authored-by: Andy Allan <[email protected]>
    Co-authored-by: Cuong Tran <[email protected]>
    3 people authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    08e50cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae0b79c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Fix flaky specs (#980)

    Signed-off-by: Lovro Bikic <[email protected]>
    lovro-bikic authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    76a1804 View commit details
    Browse the repository at this point in the history
  2. Add support for annotating check constraints (#868)

    This adds annotation of check constraints with an option to disable/enable annotation. Most of the work done in this PR is based off of existing implementation for annotating indexes and foreign keys.
    
    Signed-off-by: Lovro Bikic <[email protected]>
    lovro-bikic authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    ea4cd00 View commit details
    Browse the repository at this point in the history
  3. Update codeql-analysis.yml

    ctran authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    13b532d View commit details
    Browse the repository at this point in the history
  4. Fix retrieve_indexes_from_table when indexes is empty and base table …

    …does not exist. (#849)
    
    Some tables may have a table_name_prefix but no indexes. Previous versions of
    the code would strip the prefix and look for indexes on the resulting table 
    which likely would not exist. This causes DB errors, at least in MySQL. So now
    check if the new table exists first before trying to show its indexes.
    jjowdy authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a28fef3 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Support --frozen option for routing annotations (#979)

    The `--frozen` option previously deal only model annotations.  This change will support route annotations as well.
    
    ---------
    
    Signed-off-by: kg8m <[email protected]>
    Co-authored-by: Cuong Tran <[email protected]>
    kg8m and ctran authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    10a7a76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22ab676 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

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

Commits on Jun 24, 2023

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

Commits on Nov 30, 2023

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