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

cost-centers import rewrite #345

Merged
merged 15 commits into from
Sep 22, 2023
Merged

cost-centers import rewrite #345

merged 15 commits into from
Sep 22, 2023

Conversation

labhvam5
Copy link
Contributor

No description provided.

@labhvam5 labhvam5 temporarily deployed to CI Environment September 11, 2023 09:50 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
221 0 💤 0 ❌ 0 🔥 27.812s ⏱️

@codecov
Copy link

codecov bot commented Sep 11, 2023

Codecov Report

Merging #345 (6d5a9fc) into master (b1020ae) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #345   +/-   ##
=======================================
  Coverage   97.18%   97.18%           
=======================================
  Files          49       50    +1     
  Lines        4761     4728   -33     
=======================================
- Hits         4627     4595   -32     
+ Misses        134      133    -1     
Files Changed Coverage Δ
apps/mappings/tasks.py 88.05% <ø> (-1.36%) ⬇️
apps/sage_intacct/utils.py 97.38% <ø> (ø)
apps/fyle/views.py 94.17% <100.00%> (-0.06%) ⬇️
apps/mappings/imports/modules/cost_centers.py 100.00% <100.00%> (ø)
apps/mappings/signals.py 95.58% <100.00%> (ø)

@labhvam5 labhvam5 temporarily deployed to CI Environment September 12, 2023 10:49 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 30.421s ⏱️

@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 1 ❌ 0 🔥 29.720s ⏱️

@github-actions
Copy link

Tests Skipped Failures Errors Time
224 0 💤 2 ❌ 0 🔥 28.761s ⏱️

@github-actions
Copy link

Tests Skipped Failures Errors Time
225 0 💤 1 ❌ 0 🔥 6m 53s ⏱️

@github-actions
Copy link

Tests Skipped Failures Errors Time
225 0 💤 1 ❌ 0 🔥 28.237s ⏱️

@labhvam5 labhvam5 temporarily deployed to CI Environment September 17, 2023 10:26 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 33.307s ⏱️

@labhvam5 labhvam5 temporarily deployed to CI Environment September 20, 2023 10:08 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 29.825s ⏱️

apps/mappings/imports/tasks.py Outdated Show resolved Hide resolved
apps/mappings/imports/tasks.py Outdated Show resolved Hide resolved
apps/mappings/imports/tasks.py Outdated Show resolved Hide resolved
@labhvam5 labhvam5 temporarily deployed to CI Environment September 20, 2023 16:18 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 28.100s ⏱️

@labhvam5 labhvam5 temporarily deployed to CI Environment September 20, 2023 16:26 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 27.847s ⏱️

@labhvam5 labhvam5 temporarily deployed to CI Environment September 21, 2023 07:31 — with GitHub Actions Inactive
@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 29.686s ⏱️

@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 24.305s ⏱️

@github-actions
Copy link

Tests Skipped Failures Errors Time
222 0 💤 0 ❌ 0 🔥 28.333s ⏱️

@labhvam5 labhvam5 merged commit 239a507 into master Sep 22, 2023
3 checks passed
ashwin1111 added a commit that referenced this pull request Oct 3, 2023
ashwin1111 added a commit that referenced this pull request Oct 3, 2023
labhvam5 pushed a commit that referenced this pull request Oct 5, 2023
labhvam5 added a commit that referenced this pull request Oct 5, 2023
labhvam5 added a commit that referenced this pull request Oct 5, 2023
* fix for adding schedules

* Revert "Revert "cost-centers import rewrite (#345)" (#361)"

This reverts commit a9c57ae.
labhvam5 added a commit that referenced this pull request Oct 20, 2023
* Revert "Revert "cost-centers import rewrite (#345)" (#361)"

This reverts commit a9c57ae.

* expense_custom_field rework

* adding test

* adding test

* adding test

* adding test for code cov

* adding test

* lint fix

* test for pre-save-mapping-trigger

* fixing error handlign in pre-save trigger

* migration script
labhvam5 added a commit that referenced this pull request Oct 31, 2023
* Revert "Revert "cost-centers import rewrite (#345)" (#361)"

This reverts commit a9c57ae.

* fixing tax bug in import-settings api
labhvam5 added a commit that referenced this pull request Oct 31, 2023
* Revert "Revert "cost-centers import rewrite (#345)" (#361)"

This reverts commit a9c57ae.

* Revert "Reverting expense fields (#380)"

This reverts commit 06313a4.
labhvam5 added a commit that referenced this pull request Oct 31, 2023
* Revert "Revert "cost-centers import rewrite (#345)" (#361)"

This reverts commit a9c57ae.

* Import Tax Rework

* removing tax-mapping-error code

* removing old tax code

* lint fixes

* Import Vendors rework (#376)

* Import Vendors rework

* remove old vendor code

* misc changes

* lint fix

* Test for auto-create-tax (#378)

* removing old test

* initial tests

* adding test for tax and vendors (#379)

* adding test for tax and vendors

* adding tax test

* adding vendors test

* fixing test with work around

* adding comments
labhvam5 added a commit that referenced this pull request Nov 2, 2023
* Revert "Revert "cost-centers import rewrite (#345)" (#361)"

This reverts commit a9c57ae.

* migration scripts for tax-groups and merchants rework

* minor fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants