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

Fix integration search/sort form #1395

Merged
merged 1 commit into from
Jun 10, 2022

Conversation

atrovato
Copy link
Contributor

@atrovato atrovato commented Dec 5, 2021

Pull Request check-list

To ensure your Pull Request can be accepted as fast as possible, make sure to review and check all of these items:

  • [ ] If your changes affects code, did your write the tests?
  • Are tests passing? (npm test on both front/server)
  • Is the linter passing? (npm run eslint on both front/server)
  • Did you run prettier? (npm run prettier on both front/server)
  • [ ] If you are adding a new features/services, did you run integration comparator? (npm run compare-translations on front)
  • [ ] Did you test this pull request in real life? With real devices? If this development is a big feature or a new service, we recommend that you provide a Docker image to the community for testing before merging.
  • [ ] If your changes modify the API (REST or Node.js), did you modify the API documentation? (Documentation is based on comments in code)
  • [ ] If you are adding a new features/services which needs explanation, did you modify the user documentation? See the GitHub repo and the website.
  • [ ] Did you add fake requests data for the demo mode (front/src/config/demo.js) so that the demo website is working without a backend? (if needed) See https://demo.gladysassistant.com.

NOTE: these things are not required to open a PR and can be done afterwards / while the PR is open.

Description of change

Rework on integration actions, and make order direction works.

This can be tested directly in demo mode, in comparison with live demo mode.

@codecov
Copy link

codecov bot commented Dec 5, 2021

Codecov Report

Merging #1395 (c62ab62) into master (66f5a9f) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #1395   +/-   ##
=======================================
  Coverage   96.59%   96.59%           
=======================================
  Files         627      627           
  Lines        9162     9162           
=======================================
  Hits         8850     8850           
  Misses        312      312           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 66f5a9f...c62ab62. Read the comment docs.

VonOx
VonOx previously approved these changes Apr 9, 2022
Copy link
Contributor

@VonOx VonOx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally , working great

@atrovato atrovato force-pushed the integration-sort branch from a105a64 to c670958 Compare May 3, 2022 17:54
@atrovato atrovato force-pushed the integration-sort branch 2 times, most recently from 8ab9b8f to 140e086 Compare May 22, 2022 17:41
@atrovato atrovato added bug and removed enhancement labels May 22, 2022
@atrovato atrovato force-pushed the integration-sort branch from 140e086 to c62ab62 Compare June 1, 2022 05:52
Copy link
Contributor

@Pierre-Gilles Pierre-Gilles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally, nice work!

@Pierre-Gilles Pierre-Gilles merged commit 498d501 into GladysAssistant:master Jun 10, 2022
Pierre-Gilles added a commit that referenced this pull request Jun 10, 2022
@Pierre-Gilles
Copy link
Contributor

My bad, I tested too fast, it's broken for non-admin users

Screenshot 2022-06-10 at 10 25 27

@Pierre-Gilles
Copy link
Contributor

I'm reverting the PR in the meantime #1555

@relativeci
Copy link

relativeci bot commented Jun 10, 2022

Job #341: Bundle Size — 6.74MB (+0.02%).

498d501 vs 44631ab

Changed metrics (2/10)
Metric Current Baseline
Initial JS 2.87MB(+0.05%) 2.87MB
Cache Invalidation 46.77% 42.39%
Changed assets by type (1/7)
            Current     Baseline
JS 4.85MB (+0.03%) 4.85MB

View Job #341 report on app.relative-ci.com

Pierre-Gilles added a commit that referenced this pull request Jun 10, 2022
atrovato added a commit to atrovato/Gladys that referenced this pull request Jun 11, 2022
@atrovato atrovato mentioned this pull request Jun 11, 2022
atrovato added a commit to atrovato/Gladys that referenced this pull request Jun 18, 2022
atrovato added a commit to atrovato/Gladys that referenced this pull request Jun 18, 2022
atrovato added a commit to atrovato/Gladys that referenced this pull request Jul 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants