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

🚧 Implement 2 to master (v0.2.0) #63

Closed
wants to merge 59 commits into from
Closed

🚧 Implement 2 to master (v0.2.0) #63

wants to merge 59 commits into from

Conversation

schettn
Copy link
Member

@schettn schettn commented Aug 5, 2020

Checklist:

  • Have you added an explanation of what your changes do and why you'd like them to be included?
  • Have you updated or added documentation for the change?
  • Have you tested your changes with successful results?

Type of Changes:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (non-breaking change which adds documentation)
  • Breaking change (fix or feature that would cause existing functionality to change)

What is the current behavior? (link to any open issues here)

What is the new behavior (if this is a feature change)?

Other information:

  • 🐍

schettn and others added 20 commits August 5, 2020 14:09
A configuration config has been added
which currently includes the credentials
of the anonymous user.
By implementing the config, the credentials
can now be extracted from it.
Now the return includes whether
the authenticated user is anonymous
or not.
Improve tasks aa1 to implement 2 (Update: Anonymous User)
The mutation has been updated to
fit the currently newest engine version.

Ref: https://github.com/snek-at/engine/tree/sub
The query has been updated to
fit the currently newest engine version.

Ref: https://github.com/snek-at/engine/tree/sub
The query has been added because the
AllPageUrl query which was used before
returned not only user pages.

Ref: https://github.com/snek-at/engine/tree/sub
The query has been updated to
fit the currently newest engine version.
Now it uses a slug instead of URL.

Ref: https://github.com/snek-at/engine/tree/sub
The type declaration has been
improved.
The type declaration has been
improved.
A missing whitespace has been
added by prettier.
A task which uses the allUserPageUrls
query has been added.
A syntax error has been fixed.
The default API URL has been
updated due to a endpoint  notation
change in engine.snek.at.
Field which cannot longer be
queried are removed now.
Field which cannot longer be
queried are removed now.
Url has been replaced by slug.
Also the title has been added,
which represents the plain username.
Url has been replace with slug
due to changes in the profile query.
The default API URL has been
updated due to CSRF protection
errors.
Update snekset aa1 to implement 2 (Migrate: Newest Engine Release 06.08.2020)
@schettn schettn added the enhancement New feature or request label Aug 5, 2020
@schettn schettn added this to the v0.2.0 milestone Aug 5, 2020
@schettn schettn self-assigned this Aug 5, 2020
The version has been updated
to 0.2.0.
Copy link
Member

@Aichnerc Aichnerc left a comment

Choose a reason for hiding this comment

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

LGTM

schettn and others added 20 commits August 26, 2020 11:42
The person task no longer accepts a slug but a
personName.
The cacheing task requires a person name now.
Update snekset ba1 to implement 2 (Migrate: Latest Sub Version 01.09.2020)
A session which can handle the rest api access to
instagram/facebook has been implemented.
The uris has been renamed to paths.
- All tasks which are not directly required by a related session
 have been removed.
- The template classes have been removed completely.
A new fetch method has been implemented
to support more HTTP methods like
GET, POST, PUT, PATCH and DELETE.
The method was not correctly awaited and therefore returned
a promise instead of a token.
Also the handleErrors method lead to a loop, this has been fixed
now by only calling this.run() when a token error occurs.
The return type of the snek session begin method has
been improved.
The default values and documentation of the instagram
client have been improved.
The loop which was created when a error had occurred
has been fixed now.
Secure and sameSite option has been added.
Now it is possible to upload files via the Apollo-Client.
Also Apollo v3 is implemented now.
Now it is possible to refresh a session even when the refresh
token is invalid.
Fix spacing, remove console logs and legacy error log.
Remove several unnecessary packages.
@schettn schettn changed the title Implement 2 to master (v0.2.0) 🚧 Implement 2 to master (v0.2.0) Nov 7, 2020
schettn and others added 8 commits November 7, 2020 19:33
Now handleErrors return null instead of undefined.
Also a missing equal sign has been added.
The regions and comments have been improved.
An extremely long region has been decimated.
Update client aa1 to implement 2
The compiler had to be changed in order to
support optional chaining etc.
Now cookies are only used if the package is used
in browser.
@schettn schettn closed this Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The response of the authentication should contain information about the anonymous status
4 participants