Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Create Environment model for better organization #177

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Create Environment model for better organization #177

wants to merge 2 commits into from

Conversation

jeyb
Copy link

@jeyb jeyb commented Oct 25, 2015

I have a private fork of this repository which has quite a few changes which I'd like to push up if you're interested. Fundamentally, nothing is different in terms of deployments, however, we needed a UI for our needs. It's fairly simple but gives great visibility when you have dozens of applications and environments. This PR has some modifications to the models to support it.

  1. Create Environment model for better organization. This allows us to do grouping and ordering via the database query.
  2. Deployment now stores the sender's username and avatar url which can be used in the future for views as that information isn't persisted.
  3. Some indexes were added for optimization.

What are your thoughts on having a UI as part of this repository? It won't perform any actions itself, purely a view of what's been done. If you'd rather not, I suppose I can always keep just that portion in our fork.

Deployment now also stores the sender's username and avatar url which can be used in the future for views. In addition, some indexes were added for optimization.
@atmos
Copy link
Owner

atmos commented Dec 6, 2015

Hi Jey,

Are you still interested in getting this merged and/or using this branch?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants