Skip to content

Issues/307#331

Merged
zebulasampedro merged 4 commits intodevfrom
issues/307
Aug 29, 2018
Merged

Issues/307#331
zebulasampedro merged 4 commits intodevfrom
issues/307

Conversation

@zebulasampedro
Copy link
Copy Markdown
Contributor

No description provided.

@zebulasampedro zebulasampedro added this to the Next Release milestone Aug 29, 2018
@zebulasampedro zebulasampedro self-assigned this Aug 29, 2018
@zebulasampedro zebulasampedro merged commit 1bf3644 into dev Aug 29, 2018
@zebulasampedro zebulasampedro deleted the issues/307 branch August 29, 2018 21:00
zebulasampedro added a commit that referenced this pull request Feb 5, 2019
* Starting to redesign user-facing pages.

* Redirect authed users to project management page. Closes #310, closes #308.

* Revised placement and content on jumbotrons. Closes #306.

* Finished minimizing jumbotron use and content. Closes #307.
zebulasampedro added a commit that referenced this pull request Mar 6, 2019
* Issues/300 (#312)

* Starting to containerize and compose infrastructure.

* Got dev stack working under Compose.

* Added PhantomJS and prerequisites for test env.

* Added prod config to compose stack.

* Working prod config.

* Separated out test backends for layering on dev and staging deployments.

* Moved media uploads directory to a volume, toggle media dev endpoint.

* Added gosu entrypoint to properly set permissions on shared volumes.

* Toggle entire test suite with debug, closes #302.

* Store logs in docker volumes.

* Restructured dev config for CI.

* Don't require SSH for submodule

* Always log to volume.

* Added Travis config.

* Disabled build notifications for now, updated docker-compose in Travis CI environment.

* Override script and install tags.

* Added encrypted notifier token to Travis build config.

* Updated token.

* Revert "Updated token."

This reverts commit 66e14e1.

* Updated Slack config.

* Refactored environment variables.

* Issues/314 (#315)

* Subclassed PhantomJS driver for more durable builds.

* Each test case gets a fresh webdriver. Slower, but worth a try.

* Removed class-level setup and teardown. Closes #314.

* Added missing import, fixes #303. (#313)

* Added missing import, fixes #303.

* Issues/314 (#315)

* Subclassed PhantomJS driver for more durable builds.

* Each test case gets a fresh webdriver. Slower, but worth a try.

* Removed class-level setup and teardown. Closes #314.

* Added missing import, fixes #303.

* Use the built-in user admin for the custom user model. Fixes #270. (#316)

* Issues/300 (#312)

* Starting to containerize and compose infrastructure.

* Got dev stack working under Compose.

* Added PhantomJS and prerequisites for test env.

* Added prod config to compose stack.

* Working prod config.

* Separated out test backends for layering on dev and staging deployments.

* Moved media uploads directory to a volume, toggle media dev endpoint.

* Added gosu entrypoint to properly set permissions on shared volumes.

* Toggle entire test suite with debug, closes #302.

* Store logs in docker volumes.

* Restructured dev config for CI.

* Don't require SSH for submodule

* Always log to volume.

* Added Travis config.

* Disabled build notifications for now, updated docker-compose in Travis CI environment.

* Override script and install tags.

* Added encrypted notifier token to Travis build config.

* Updated token.

* Revert "Updated token."

This reverts commit 66e14e1.

* Updated Slack config.

* Refactored environment variables.

* Issues/314 (#315)

* Subclassed PhantomJS driver for more durable builds.

* Each test case gets a fresh webdriver. Slower, but worth a try.

* Removed class-level setup and teardown. Closes #314.

* Added missing import, fixes #303. (#313)

* Added missing import, fixes #303.

* Issues/314 (#315)

* Subclassed PhantomJS driver for more durable builds.

* Each test case gets a fresh webdriver. Slower, but worth a try.

* Removed class-level setup and teardown. Closes #314.

* Added missing import, fixes #303.

* Use the built-in user admin for the custom user model. Fixes #270. (#316)

* Updated query form, fixes #319. (#328)

* Order by username instead of primary key. Fixes #304. (#329)

* Issues/307 (#331)

* Starting to redesign user-facing pages.

* Redirect authed users to project management page. Closes #310, closes #308.

* Revised placement and content on jumbotrons. Closes #306.

* Finished minimizing jumbotron use and content. Closes #307.

* Rephrased password prompt to call out Duo explicitly. Closes #309.

* Added systemctl service and uid args to compose config.

* Added self-signed cert gen for staging.

* Fixed syntax error.

* Issues/333 (#337)

* Added systemctl services and installation script. Closes #333.

* Updated script mode.

* Fixed prod service name.

* Issues/338 (#339)

* Restructured compose layers.

* Fixed sysntax error in travis file.

* Added functional suite back in.

* Added travis_retry prefix to tests.

* Restructure (#345)

* Beginning to restructure repo for better pipelines.

* Added version tracker.

* Added docker ignore.

* Removed submodule and simplified build.

* Updated README, and pared down deprecated tests.

* Fixed the bit where I overrode defaults with an empty string.

* Make sure test infrastructure is up first.

* Removed extraneous entrypoint from test command.

* Give Travis some time to set up the db.

* Issues/300 (#312)

* Starting to containerize and compose infrastructure.

* Got dev stack working under Compose.

* Added PhantomJS and prerequisites for test env.

* Added prod config to compose stack.

* Working prod config.

* Separated out test backends for layering on dev and staging deployments.

* Moved media uploads directory to a volume, toggle media dev endpoint.

* Added gosu entrypoint to properly set permissions on shared volumes.

* Toggle entire test suite with debug, closes #302.

* Store logs in docker volumes.

* Restructured dev config for CI.

* Don't require SSH for submodule

* Always log to volume.

* Added Travis config.

* Disabled build notifications for now, updated docker-compose in Travis CI environment.

* Override script and install tags.

* Added encrypted notifier token to Travis build config.

* Updated token.

* Revert "Updated token."

This reverts commit 66e14e1.

* Updated Slack config.

* Refactored environment variables.

* Issues/314 (#315)

* Subclassed PhantomJS driver for more durable builds.

* Each test case gets a fresh webdriver. Slower, but worth a try.

* Removed class-level setup and teardown. Closes #314.

* Added missing import, fixes #303. (#313)

* Added missing import, fixes #303.

* Issues/314 (#315)

* Subclassed PhantomJS driver for more durable builds.

* Each test case gets a fresh webdriver. Slower, but worth a try.

* Removed class-level setup and teardown. Closes #314.

* Added missing import, fixes #303.

* Use the built-in user admin for the custom user model. Fixes #270. (#316)

* Issues/300 (#312)

* Starting to containerize and compose infrastructure.

* Got dev stack working under Compose.

* Added PhantomJS and prerequisites for test env.

* Added prod config to compose stack.

* Working prod config.

* Separated out test backends for layering on dev and staging deployments.

* Moved media uploads directory to a volume, toggle media dev endpoint.

* Added gosu entrypoint to properly set permissions on shared volumes.

* Toggle entire test suite with debug, closes #302.

* Store logs in docker volumes.

* Restructured dev config for CI.

* Don't require SSH for submodule

* Always log to volume.

* Added Travis config.

* Disabled build notifications for now, updated docker-compose in Travis CI environment.

* Override script and install tags.

* Added encrypted notifier token to Travis build config.

* Updated token.

* Revert "Updated token."

This reverts commit 66e14e1.

* Updated Slack config.

* Refactored environment variables.

* Updated query form, fixes #319. (#328)

* Issues/307 (#331)

* Starting to redesign user-facing pages.

* Redirect authed users to project management page. Closes #310, closes #308.

* Revised placement and content on jumbotrons. Closes #306.

* Finished minimizing jumbotron use and content. Closes #307.

* Rephrased password prompt to call out Duo explicitly. Closes #309.

* Added systemctl service and uid args to compose config.

* Added self-signed cert gen for staging.

* Fixed syntax error.

* Issues/333 (#337)

* Added systemctl services and installation script. Closes #333.

* Updated script mode.

* Fixed prod service name.

* Issues/338 (#339)

* Restructured compose layers.

* Fixed sysntax error in travis file.

* Added functional suite back in.

* Added travis_retry prefix to tests.

* Restructure (#345)

* Beginning to restructure repo for better pipelines.

* Added version tracker.

* Added docker ignore.

* Removed submodule and simplified build.

* Updated README, and pared down deprecated tests.

* Fixed the bit where I overrode defaults with an empty string.

* Make sure test infrastructure is up first.

* Removed extraneous entrypoint from test command.

* Give Travis some time to set up the db.

* Issues/340 (#346)

* Fixed broken links and minor typos. Closes #340, closes #341.

* Added improved help text. Closes #311, closes #305.

* All users will now be added to existing org-appropriate license groups. Closes #294 (#347)

* Moved useradd to entrypoint script. (#350)

* Fixed issue with how uwsgi uid/gid numbers were being handled.

* Fixed uid and gid params in uwsgi config.
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.

1 participant