Merged
Conversation
Contributor
Author
|
CI broke because of an unrelated change to |
zebulasampedro
added a commit
that referenced
this pull request
Feb 5, 2019
* Added systemctl services and installation script. Closes #333. * Updated script mode. * Fixed prod service name.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.