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: di-sukharev/opencommit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thalesfsp/opencommit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 8, 2023

  1. fix(api.ts): add support for environment variables OCO_OPENAI_API_KEY…

    … and OPENAI_API_KEY as fallbacks for apiKey configuration to improve flexibility and security
    thalesfsp committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    53a878f View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Configuration menu
    Copy the full SHA
    ab3622e View commit details
    Browse the repository at this point in the history
  2. fix(cli.ts): add support for --yes flag to automatically add all file…

    …s, accept the commit message, and push the code
    
    fix(commit.ts): add support for --yes flag to automatically stage all files and generate commit message without confirmation
    thalesfsp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    cb421fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb54bc6 View commit details
    Browse the repository at this point in the history
  4. fix(commit.ts): remove unnecessary code block that adds all files to …

    …the git staging area when the --yes flag is set
    thalesfsp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    362fe1b View commit details
    Browse the repository at this point in the history
  5. WiP

    thalesfsp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    6205f50 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f39855 View commit details
    Browse the repository at this point in the history
  7. WiP

    thalesfsp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    c8edcfb View commit details
    Browse the repository at this point in the history
  8. chore(cli.cjs): update package version to 3.0.4

    chore(cli.cjs): update deploy script to push tags before publishing
    chore(commit.ts): improve code readability by adding comments and organizing imports
    chore(commit.ts): add function to get git remotes
    chore(commit.ts): add function to check for message template in extra arguments
    chore(commit.ts): add function to generate commit message from git diff and commit changes
    chore(commit.ts): add main commit function to handle staging, committing, and pushing changes
    thalesfsp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    769d3bd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8bfc4e View commit details
    Browse the repository at this point in the history
  10. Remove cli from root

    thalesfsp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    363f646 View commit details
    Browse the repository at this point in the history
Loading