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

SHARE-350 Remove unused OAuth stuff #782

Merged

Conversation

leno12
Copy link
Contributor

@leno12 leno12 commented Jul 29, 2020

-removed unused old OAuth stuff from register.js
-removed unused old OAuth stuff from templates
-removed old OAuth test cases
-removed old OAuth translations


Your checklist for this pull request

Please review the contributing guidelines and wiki pages of this repository.

  • Include the name and id of the Jira ticket in the PR’s title eg.: SHARE-666 The devils ticket
  • Choose the proper base branch (develop)
  • Confirm that the changes follow the project’s coding guidelines
  • Verify that the changes generate no warnings and errors
  • Verify to commit no other files than the intentionally changed ones
  • Include reasonable and readable tests verifying the added or changed behavior
  • Verify that all tests are passing, if not please state the test cases in the section below
  • Perform a self-review of the changes
  • Stick to the project’s git workflow (rebase and squash your commits)
  • Verify that your changes do not have any conflicts with the base branch
  • Put your ticket into the Code Review section in Jira
  • Post a message in the #catroweb Slack channel and ask for a code reviewer

Additional Description

TODO: Add additional information that is not in your commit-message here

Tests - additional information

TODO: add additional information about testruns here

-removed unused old OAuth stuff from register.js
-removed unused old OAuth stuff from templates
-removed old OAuth test cases
-removed old OAuth translations
@codecov
Copy link

codecov bot commented Jul 29, 2020

Codecov Report

Merging #782 into develop will decrease coverage by 2.94%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop     #782      +/-   ##
=============================================
- Coverage      40.19%   37.25%   -2.95%     
- Complexity      4765     4847      +82     
=============================================
  Files            559      566       +7     
  Lines          14702    14999     +297     
=============================================
- Hits            5910     5588     -322     
- Misses          8792     9411     +619     
Flag Coverage Δ Complexity Δ
#behat 37.24% <ø> (-2.57%) 4847.00 <ø> (+82.00) ⬇️
#phpunit 2.14% <ø> (-0.03%) 4847.00 <ø> (+82.00) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ Complexity Δ
src/Catrobat/Controller/Ci/ApkStatusController.php 0.00% <0.00%> (-100.00%) 3.00% <0.00%> (ø%)
...atrobat/Services/TestEnv/FakeJenkinsDispatcher.php 0.00% <0.00%> (-100.00%) 2.00% <0.00%> (ø%)
...bat/Services/CatrobatCodeParser/Bricks/IfBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
...at/Services/CatrobatCodeParser/Bricks/AskBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
...t/Services/CatrobatCodeParser/Bricks/ElseBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
...t/Services/CatrobatCodeParser/Bricks/GoToBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
...t/Services/CatrobatCodeParser/Bricks/HideBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
...t/Services/CatrobatCodeParser/Bricks/NoteBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
...t/Services/CatrobatCodeParser/Bricks/SetXBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
...t/Services/CatrobatCodeParser/Bricks/SetYBrick.php 0.00% <0.00%> (-100.00%) 1.00% <0.00%> (ø%)
... and 160 more

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 d72f9ba...9a94053. Read the comment docs.

@@ -1,4 +1,4 @@
{# needed for Google Sign #}
{# needed for OAuth Sign in #}
<head>
Copy link
Collaborator

Choose a reason for hiding this comment

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

have you checked if we still need this font?

Copy link
Contributor Author

@leno12 leno12 Jul 30, 2020

Choose a reason for hiding this comment

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

I added that font because of the google branding guidelines. So that should be fine

@dmetzner dmetzner self-requested a review July 30, 2020 05:17
Copy link
Collaborator

@dmetzner dmetzner left a comment

Choose a reason for hiding this comment

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

Rest looks good to me!

@dmetzner dmetzner self-requested a review August 1, 2020 21:23
@dmetzner dmetzner merged commit 33fbf0e into Catrobat:develop Aug 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants