- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 60 for commits (2.1 sec)
-
.github/workflows/check-commits.yml
run: | set -eu for commit in $(git rev-list ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }}); do git checkout $commit --quiet --detach WRAPPER_GRADLE_VERSION=$(grep "distributionUrl" gradle/wrapper/gradle-wrapper.properties | sed 's/.*gradle-\(.*\)-[a-z]*\.[a-z]*/\1/') echo "Commit $commit wrapper: $WRAPPER_GRADLE_VERSION"
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Sep 04 22:13:34 UTC 2025 - 3K bytes - Viewed (0) -
.asf.yaml
protected_branches: master: {} maven-4.0.x: {} maven-3.9.x: {} maven-3.8.x: {} maven-3.0.x: {} pre-reset-master: {} features: issues: true notifications: commits: commits@maven.apache.org issues: ******@****.***
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Aug 30 12:16:51 UTC 2025 - 668 bytes - Viewed (0) -
.github/workflows/update-perf-test-buckets.yml
uses: peter-evans/create-pull-request@v7 with: commit-message: Update performance test durations branch: bot-update-performance-test-durations branch-suffix: timestamp delete-branch: true title: 'Update performance test durations' signoff: true sign-commits: true labels: | in:building-gradle @dev-productivity
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Sep 04 04:26:32 UTC 2025 - 1.9K bytes - Viewed (0) -
.github/workflows/update-jdks.yml
- name: Create Pull Request id: create-pull-request uses: peter-evans/create-pull-request@v7 with: signoff: true sign-commits: true commit-message: "Update jdks.yaml" add-paths: .teamcity/jdks.yaml title: "Update jdks.yaml" body: "This PR updates JDK to the latest versions available in `.teamcity/jdks.yaml`."
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Tue Aug 12 07:00:55 UTC 2025 - 2.1K bytes - Viewed (0) -
docs/de/docs/help-fastapi.md
* Machen Sie sich nicht zu viele Gedanken über Dinge wie den Stil von Commit-Nachrichten, ich werde den Commit manuell zusammenführen und anpassen. * Machen Sie sich auch keine Sorgen über Stilregeln, es gibt bereits automatisierte Tools, die das überprüfen. Und wenn es irgendeinen anderen Stil- oder Konsistenz-Bedarf gibt, bitte ich direkt darum oder füge zusätzliche Commits mit den erforderlichen Änderungen hinzu. ### Den Code überprüfen
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 16K bytes - Viewed (0) -
docs/es/docs/help-fastapi.md
* No te preocupes demasiado por cosas como los estilos de los mensajes de commit, yo haré squash y merge personalizando el commit manualmente. * Tampoco te preocupes por las reglas de estilo, hay herramientas automatizadas verificando eso. Y si hay alguna otra necesidad de estilo o consistencia, pediré directamente eso, o agregaré commits encima con los cambios necesarios. ### Revisa el código
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14.5K bytes - Viewed (0) -
docs/en/docs/help-fastapi.md
### Don't worry about style { #dont-worry-about-style } * Don't worry too much about things like commit message styles, I will squash and merge customizing the commit manually. * Also don't worry about style rules, there are already automatized tools checking that. And if there's any other style or consistency need, I'll ask directly for that, or I'll add commits on top with the needed changes. ### Check the code { #check-the-code }
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 10:49:48 UTC 2025 - 14K bytes - Viewed (0) -
finisher_api.go
} if err != nil { tx.AddError(err) } return tx } // Commit commits the changes in a transaction func (db *DB) Commit() *DB { if committer, ok := db.Statement.ConnPool.(TxCommitter); ok && committer != nil && !reflect.ValueOf(committer).IsNil() { db.AddError(committer.Commit()) } else { db.AddError(ErrInvalidTransaction) } return db }
Registered: Sun Sep 07 09:35:13 UTC 2025 - Last Modified: Tue Aug 26 06:24:29 UTC 2025 - 22.9K bytes - Viewed (0) -
.pre-commit-config.yaml
rev: v0.12.10 hooks: - id: ruff args: - --fix - id: ruff-format ci: autofix_commit_msg: 🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Aug 25 20:03:02 UTC 2025 - 735 bytes - Viewed (1) -
README.md
2. **Create** your feature branch: `git checkout -b feature/amazing-feature` 3. **Follow** the coding standards: `mvn formatter:format` 4. **Add** comprehensive tests for new functionality 5. **Commit** your changes: `git commit -m 'Add amazing feature'` 6. **Push** to the branch: `git push origin feature/amazing-feature` 7. **Submit** a Pull Request with detailed description ### Code Standards
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sun Aug 31 02:56:02 UTC 2025 - 12.7K bytes - Viewed (0)