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

Add forked to indicator to query #37

Closed
wants to merge 2 commits into from
Closed

Add forked to indicator to query #37

wants to merge 2 commits into from

Conversation

shayelkin
Copy link
Contributor

Shows where a query was forked to an from (my first time writing both django and angular: apologies if I'm not doing it right)

  • Add "parent_id" field to show where a query was cloned from
  • Add parent and forked queries to query (fiddle) screen

* Add "parent_id" field to show where a query was cloned from,
* Add parent and forked queries to query (fiddle) screen
@@ -43,12 +43,13 @@ class Query(models.Model):
ttl = models.IntegerField()
user = models.CharField(max_length=360)
created_at = models.DateTimeField(auto_now_add=True)
parent = models.ForeignKey('self', related_name='forked')
Copy link
Member

Choose a reason for hiding this comment

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

related_name should be forks, no?

server.py:
        forks and parent_name in query_def confuse django.
        (this only happnes with the non-minimized verison. Worth
        investigating in the future?)
@arikfr
Copy link
Member

arikfr commented Jul 20, 2015

I was keeping this pull request open as a reminder to implement this functionality, but realized that I won't do it any time soon, and it started to become ridiculous. So with heavy heart, I'm closing this...

Sorry, @shayel.

@arikfr arikfr closed this Jul 20, 2015
washort pushed a commit to washort/redash that referenced this pull request Apr 30, 2018
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
washort pushed a commit to washort/redash that referenced this pull request Apr 30, 2018
…dash#311)

Extend the Remote User Auth backend with the ability to pass remote user groups via a configurable request header similar to the REMOTE_USER header.

Refs getredash#37.

If enabled the feature allows checks the header value against a configured list of group names, including the ability to use UNIX shell-style wildcards.
washort pushed a commit to washort/redash that referenced this pull request May 31, 2018
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
washort pushed a commit to washort/redash that referenced this pull request May 31, 2018
…dash#311)

Extend the Remote User Auth backend with the ability to pass remote user groups via a configurable request header similar to the REMOTE_USER header.

Refs getredash#37.

If enabled the feature allows checks the header value against a configured list of group names, including the ability to use UNIX shell-style wildcards.
washort pushed a commit to washort/redash that referenced this pull request Aug 11, 2018
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
washort pushed a commit to washort/redash that referenced this pull request Aug 11, 2018
…dash#311)

Extend the Remote User Auth backend with the ability to pass remote user groups via a configurable request header similar to the REMOTE_USER header.

Refs getredash#37.

If enabled the feature allows checks the header value against a configured list of group names, including the ability to use UNIX shell-style wildcards.
alison985 pushed a commit to StantonVentures/redash that referenced this pull request Aug 19, 2018
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs #13
Refs getredash#37
alison985 pushed a commit to StantonVentures/redash that referenced this pull request Aug 19, 2018
…dash#311)

Extend the Remote User Auth backend with the ability to pass remote user groups via a configurable request header similar to the REMOTE_USER header.

Refs getredash#37.

If enabled the feature allows checks the header value against a configured list of group names, including the ability to use UNIX shell-style wildcards.
washort pushed a commit to washort/redash that referenced this pull request Mar 5, 2019
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
washort pushed a commit to washort/redash that referenced this pull request Mar 5, 2019
…dash#311)

Extend the Remote User Auth backend with the ability to pass remote user groups via a configurable request header similar to the REMOTE_USER header.

Refs getredash#37.

If enabled the feature allows checks the header value against a configured list of group names, including the ability to use UNIX shell-style wildcards.
washort pushed a commit to washort/redash that referenced this pull request Mar 26, 2019
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
washort pushed a commit to washort/redash that referenced this pull request Jun 5, 2019
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
washort pushed a commit to washort/redash that referenced this pull request Jun 12, 2019
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
washort pushed a commit to washort/redash that referenced this pull request Jun 13, 2019
In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Refs getredash#13
Refs getredash#37
mnoorenberghe pushed a commit to mnoorenberghe/redash that referenced this pull request Apr 17, 2020
- Use new master / rc release release strategy (getredash#440)
- Migrate Circle CI 2.0 (getredash#488, getredash#502, getredash#923)
- Install redash-stmo.

In the long run we'll be able to install additional dependencies by
having an own Dockerfile to build images based on the Redash image
but that installs additional Python dependencies. But until we have
a fork with lots of changes ourselves we need to do it this way.

Redash-stmo contains the ability to hook up our own Dockerflow
library.

Disable test that tests the login page and the existence of the
remote auth link there. We override this functionality for user
experience reasons via redash-stmo and redirect from the login page
to the remote auth URL.

Refs getredash#13
Refs getredash#37
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