Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADAP-1184: Create scripts to streamline moving branches into the monorepo and backporting bug fixes to legacy repos #462

Merged
merged 23 commits into from
Feb 18, 2025
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
1c682a0
simplify github workflows and templates to reflect this repo migratin…
mikealfare Jan 11, 2025
b4beafd
update documentation to point to the new repo
mikealfare Jan 11, 2025
933bd05
remove pull request related artifacts as no more changes will be push…
mikealfare Jan 11, 2025
ac30f83
create a script to migrate feature branches from legacy adapter repos…
mikealfare Jan 13, 2025
6427ec3
create a script to migrate feature branches from legacy adapter repos…
mikealfare Jan 13, 2025
dc479f3
create a script to migrate feature branches from legacy adapter repos…
mikealfare Jan 13, 2025
00b79e4
create a script to migrate feature branches from legacy adapter repos…
mikealfare Jan 13, 2025
bdadd48
create a script to migrate feature branches from legacy adapter repos…
mikealfare Jan 13, 2025
1089d56
create a script to migrate feature branches from legacy adapter repos…
mikealfare Jan 13, 2025
de3ec9a
update the contributing guide to reference the branch migration script
mikealfare Jan 13, 2025
e492dcb
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Jan 13, 2025
91c3d89
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Jan 14, 2025
0b78921
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Jan 29, 2025
b15ea69
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Jan 30, 2025
213d20a
add rough draft of backport script
mikealfare Feb 5, 2025
6efba2e
update the backport script to run in the monorepo
mikealfare Feb 5, 2025
b0d437c
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Feb 12, 2025
9a0e9f3
update scripts for migrating branches and commits to and from the mon…
mikealfare Feb 12, 2025
92e09d2
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Feb 13, 2025
09e23fa
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Feb 14, 2025
73076fd
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Feb 14, 2025
8a2bed5
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Feb 14, 2025
a4fd0cf
Merge branch 'main' into monorepo/migrate-branch-script
mikealfare Feb 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
simplify github workflows and templates to reflect this repo migratin…
…g to dbt-adapters
mikealfare committed Jan 11, 2025
commit 1c682a010d0cccba8bdc4eb94b27d97a14acd0b3
84 changes: 0 additions & 84 deletions .github/ISSUE_TEMPLATE/bug_report.yml

This file was deleted.

7 changes: 5 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -7,8 +7,11 @@ contact_links:
url: mailto:[email protected]
about: Are you using dbt Cloud? Contact our support team for help!
- name: Participate in Discussions
url: https://github.com/dbt-labs/dbt-snowflake/discussions
about: Do you have a Big Idea for dbt-snowflake? Read open discussions, or start a new one
url: https://github.com/dbt-labs/dbt-adapters/discussions
about: Do you have a Big Idea for dbt-athena? Read open discussions, or start a new one
- name: Create an issue for dbt-athena
url: https://github.com/dbt-labs/dbt-adapters/issues/new/choose
about: Report a bug or request a feature for dbt-athena
- name: Create an issue for dbt-core
url: https://github.com/dbt-labs/dbt-core/issues/new/choose
about: Report a bug or request a feature for dbt-core
55 changes: 0 additions & 55 deletions .github/ISSUE_TEMPLATE/feature-request.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .github/ISSUE_TEMPLATE/regression-report.yml

This file was deleted.

14 changes: 2 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
# Description

<!--- Add a little description on what you plan to tackle with this PR -->
<!--- Add resolve #issue-number in case you resolve an open issue -->

## Models used to test - Optional
<!--- Add here the models that you use to test the changes -->

## Checklist

- [ ] You followed [contributing section](https://github.com/dbt-athena/dbt-athena#contributing)
- [ ] You kept your Pull Request small and focused on a single feature or bug fix.
- [ ] You added unit testing when necessary
- [ ] You added functional testing when necessary
Are you sure you want to open a PR against this repo?
In most cases, you want to open a PR against dbt-labs/dbt-adapters.
6 changes: 0 additions & 6 deletions .github/dependabot.yml

This file was deleted.

4 changes: 0 additions & 4 deletions .github/semantic.yml

This file was deleted.

81 changes: 0 additions & 81 deletions .github/workflows/_integration-tests.yml

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/issue-triage.yml

This file was deleted.

Loading