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: ariga/atlas-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.4.0
Choose a base ref
...
head repository: ariga/atlas-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 16 commits
  • 24 files changed
  • 3 contributors

Commits on Dec 31, 2024

  1. atlasaction/cloud: use http retry client (#290)

    ronenlu authored Dec 31, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    040de28 View commit details

Commits on Jan 2, 2025

  1. internal: handle empty API URL from env (#292)

    giautm authored Jan 2, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    58a63b6 View commit details
  2. circleci: fixed panic on master branch (#293)

    giautm authored Jan 2, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    55188ac View commit details

Commits on Jan 5, 2025

  1. circleci: fixed missing action context (#294)

    giautm authored Jan 5, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    bf496b3 View commit details
  2. chore: fixed circleci tests (#295)

    giautm authored Jan 5, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d90220a View commit details
  3. atlasaction: update test for lint with GitHub context (#296)

    Added test for this : #294
    
    Also replace `gorilla/mux` with `http.ServeMux`
    giautm authored Jan 5, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    47a81e4 View commit details

Commits on Jan 6, 2025

  1. atlasaction/cloud: increase cloud client timeout to 60s (#297)

    ronenlu authored Jan 6, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9655626 View commit details
  2. atlasaction/cloud: give mutation names (#298)

    ronenlu authored Jan 6, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9fa6bcb View commit details

Commits on Jan 10, 2025

  1. monitor/schema: support using atlas hcl file in monitor action (#299)

    ronenlu authored Jan 10, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0c3d8ed View commit details

Commits on Jan 13, 2025

  1. atlasaction: refactor monitor/schema (#300)

    giautm authored Jan 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6f789be View commit details

Commits on Jan 14, 2025

  1. gitlab: write the .env to $CI_PROJECT_DIR/.env instead of CWD (#301)

    This fixed the issue when the user use the `working-directory` input to
    change the CWD of action to sub-directory.
    giautm authored Jan 14, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    9d9e80b View commit details

Commits on Feb 12, 2025

  1. atlasaction: support paths for test commands (#309)

    giautm authored Feb 12, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    948df6b View commit details
  2. chore: replace the token for test (#310)

    giautm authored Feb 12, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    f8a7501 View commit details

Commits on Feb 16, 2025

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    05fb077 View commit details

Commits on Mar 7, 2025

  1. chore: add tx-mode input for migration/schema apply (#329)

    This pull request includes changes to add a new `tx-mode` input
    parameter for specifying the transaction mode for migrations. The
    changes are made across multiple files to ensure consistency and proper
    documentation.
    
    ### Documentation updates:
    
    *
    [`README.md`](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R263):
    Added the `tx-mode` parameter description under the sections for inputs
    in the migration configuration.
    [[1]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R263)
    [[2]](diffhunk://#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R368)
    
    ### Configuration updates:
    
    *
    [`migrate/apply/action.yml`](diffhunk://#diff-f0659287a2a21eb4b307db47bfa1e9f3f93cbdbb1dcd4c57087940843d14d861R44-R47):
    Introduced the `tx-mode` parameter with a description and default value.
    *
    [`schema/apply/action.yml`](diffhunk://#diff-77f4937173e7eea7a278bfea3273901d38d1b44ff7670486c1a59c31384b84bfR52-R55):
    Added the `tx-mode` parameter with detailed description and default
    value.
    datdao authored Mar 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    6737aaf View commit details
  2. chore: remove deprecated CI workflow (#330)

    datdao authored Mar 7, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    927e66c View commit details
Loading