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/auth token flexibility #3

Closed
wants to merge 10 commits into from
Closed

Fix/auth token flexibility #3

wants to merge 10 commits into from

Conversation

BugBuster99
Copy link

Description

-> ENHANCE: Send the username in http query string
-> ENHANCE: Send auth_token in header
-> DOC: Update Swagger UI to reflect above changes

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Application has been tested in swagger UI and postman

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation if appropriate
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • I have created or extended unit tests to address my new additions
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

If you have any questions, please contact @macite or @jakerenzella.

Ravindu Liyanapathirana and others added 9 commits April 17, 2020 18:00
This prevents the installation failing on WSL's Ubuntu distro with the
following database connectivity error,

```
createuser: could not connect to database postgres: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
createdb: could not connect to database template1: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
psql: could not connect to server: No such file or directory
        Is the server running locally and accepting
        connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"?
```
…velopment

FIX: Restart postgres after Linux installation via setup script
@thisaraw
Copy link

thisaraw commented May 8, 2020

Note: We do not want to merge these code lines into macite:fix/auth-token-flexibility because we have not finished our task yet.

@macite macite closed this May 28, 2020
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.

4 participants