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

The grand Lua pull request #183

Merged
merged 2,082 commits into from
Oct 30, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2082 commits
Select commit Hold shift + click to select a range
8e91caa
Bump gatekeeper to v0.8.11.
GUI Jun 5, 2015
4f734b6
Don't merge empty settings arrays over default values.
GUI Jun 7, 2015
7f81bed
Fix distributed rate limit implementation. Other fixes.
GUI Jun 7, 2015
51c2352
Bump gatekeeper to v0.8.12.
GUI Jun 8, 2015
5f97364
Allow the backend host to also contain wildcards.
GUI Jun 8, 2015
1f43fe1
Use nginx wildcard syntax for matching wildcards and root domains.
GUI Jun 8, 2015
1087d6d
Use nginx wildcard syntax for matching wildcards and root domains.
GUI Jun 8, 2015
4fafa81
Fix wildcard host matching when host contains port.
GUI Jun 9, 2015
f6ef66f
Bump to v0.8.13
GUI May 28, 2015
93327a6
Add full-stack integration tests for wildcard handling.
GUI Jun 9, 2015
aa1963d
Implement different approach to API reordering to reduce reorder churn.
GUI Jun 12, 2015
4bf2b4d
Merge pull request #16 from NREL/api-gapped-ordering
GUI Jun 12, 2015
94670b0
Fixes and changes to how roles get applied (backwards incompatible):
GUI Jun 14, 2015
52e4c9a
Add option to override roles in sub-settings. Some refactoring...
GUI Jun 14, 2015
6596748
Fix intermittent selectize test failures.
GUI Jun 14, 2015
649f1b0
Merge pull request #17 from NREL/role-overrides
GUI Jun 14, 2015
304cc9e
Merge pull request #17 from NREL/role-changes
GUI Jun 14, 2015
cdc67c6
Better error handling for if error data is unexpectedly not an object.
GUI Jun 14, 2015
5c94c91
Ensure that the error data yaml entered is the expected type (hash).
GUI Jun 15, 2015
8af00fd
Merge pull request #18 from NREL/error-data-non-objects
GUI Jun 15, 2015
35efc2c
Merge pull request #18 from NREL/error-data-non-objects
GUI Jun 15, 2015
78723a0
Bump to v0.8.14
GUI May 31, 2015
3367dec
Bump gatekeeper to v0.8.14.
GUI Jun 15, 2015
89ca422
Bump rails, rack, and moped dependencies for security updates.
GUI Jun 17, 2015
841c441
API rate buckets, defaulting to the frontend host
Jun 18, 2015
211a538
Switch CLI to lua. Some improvements to allow for custom install root.
GUI Jun 21, 2015
54bfc32
Use branch of lyaml to fix multiline dumping.
GUI Jun 21, 2015
42b70a5
Begin to shift around all the lua files for better organization.
GUI Jun 21, 2015
cf81b2b
Fix jshint warnings.
GUI Jun 21, 2015
156d009
Let's try building and testing in the CI environment.
GUI Jun 21, 2015
eb22d3d
Add some missing things to the CI build.
GUI Jun 21, 2015
e8cdb7c
Update some dependencies. Try to improve makefile to build new versions.
GUI Jun 21, 2015
832542e
Fix luarocks makefile issue ($< referencing wrong target).
GUI Jun 21, 2015
24ddc37
More build tweaks.
GUI Jun 21, 2015
420c99b
Fix hard-coded paths and remove some unused files.
GUI Jun 21, 2015
d4b0516
Temporarily clear Circle CI cache.
GUI Jun 21, 2015
cd9f912
Disable some integration tests that need to be rewritten.
GUI Jun 21, 2015
e9a53e3
Revert "Temporarily clear Circle CI cache."
GUI Jun 21, 2015
b0c7409
Install libcidr-ffi library for lua.
GUI Jun 22, 2015
6c7b53d
Merge remote-tracking branch 'cmc333333/124-limit-buckets'
GUI Jun 23, 2015
7086e75
Add additional tests for rate limit buckets. Tweak working a tad.
GUI Jun 23, 2015
71465d3
Bump version to 0.8.15
Jun 24, 2015
81cb0cf
Bump gatekeeper dependency to 0.8.15
Jun 24, 2015
c5d3f7d
Provide a default filter for the logs UI. This will default to _exclu…
Jun 25, 2015
38cd181
Fix multiple logs.json requests being made on analytics form chagnes.
GUI Jun 26, 2015
95df63b
Merge pull request #19 from cmc333333/241-ignore-overrates
GUI Jun 26, 2015
49aaa01
Merge pull request #20 from NREL/fix-multiple-log-requests
GUI Jun 26, 2015
fafa1a8
Add missing delete actions for admins, admin groups, and api scopes.
GUI Jun 27, 2015
8a62c9c
Update myusa omniauth
Jul 12, 2015
fd34dab
Merge pull request #21 from cmc333333/255-myusa-update
cmc333333 Jul 14, 2015
7f29eed
Some more directory and file reorganization.
GUI Jul 16, 2015
7d2ca05
Update openresty and trafficserver dependencies.
GUI Jul 16, 2015
b61ec48
Fix broken file path due to previous directory changes.
GUI Jul 16, 2015
29478e5
Reimplement IP and user agent bans in lua branch.
GUI Jul 16, 2015
e0034c8
Add reload functionality for lua fork. Fix more integration tests.
GUI Jul 16, 2015
9ebdfc2
Fix https integration tests on lua branch.
GUI Jul 17, 2015
39dba93
Work on getting some more tests passing in the lua branch.
GUI Jul 17, 2015
9f21f74
Merge remote-tracking branch 'router/master' into lua-router-integration
GUI Jul 17, 2015
f3f2c62
Merge remote-tracking branch 'origin/master' into lua-router-integration
GUI Jul 17, 2015
d93c222
Use forked mora repo to fix build issues.
GUI Jul 18, 2015
5170245
Setup test metadata for CircleCI.
GUI Jul 18, 2015
d83beed
Stab at adding website routing and wildcard routing in lua. Other fixes.
GUI Jul 19, 2015
34f14ef
Adjust role requirement logic on lua branch.
GUI Jul 20, 2015
5923eb7
Fix error handling in lua branch when the error data is invalid.
GUI Jul 20, 2015
87bae6f
Implement default rate limit bucket logic on lua branch.
GUI Jul 20, 2015
9df1367
Implement rewriting for http redirects in responses in lua branch.
GUI Jul 20, 2015
fef15d1
Fix handling of null values in api config from database.
GUI Jul 20, 2015
b94ca2f
Get rid of experimental trafficserver log pipe.
GUI Jul 20, 2015
b6c3c3b
Flip the URL for the mongodb tests to ensure the db config is loaded.
GUI Jul 20, 2015
13e0bc0
Try to fix intermittent config load race conditions causing test errors.
GUI Jul 20, 2015
1ec034b
Fix order of host matching.
GUI Jul 24, 2015
618f818
Force the default host APIs to be matched last for non-matching hosts.
GUI Jul 24, 2015
105f2a7
Fix intermittent test failures related to logging timeout requests.
GUI Jul 24, 2015
e14afd5
Fix jshint warnings in test file.
GUI Jul 24, 2015
d98ffa9
Fix nginx reload file descriptor tests in lua branch.
GUI Jul 24, 2015
f477b6a
Various updates to get full test suite passing in lua branch (I think).
GUI Jul 26, 2015
eda83c3
Imported api-umbrella-web as src/api-umbrella/web-app subtree.
GUI Jul 27, 2015
c435f8e
Add test-unit gem so rspec can run with Rails 3 in Ruby 2.2
GUI Jul 27, 2015
ea2111f
Tweak for running the web app in the lua branch's integration tests.
GUI Jul 27, 2015
ebb489c
Let's try to run the web-app tests in circleci too.
GUI Jul 27, 2015
8b383d5
Let's just build ruby from source like everything else.
GUI Jul 27, 2015
f4ae05b
Try to fix ruby build process.
GUI Jul 27, 2015
42bf1d4
Tweak ruby installation to disable docs.
GUI Jul 27, 2015
6142744
Fix ruby always trying to re-install when running make.
GUI Jul 27, 2015
1e5f33a
Another fix for the ruby build.
GUI Jul 27, 2015
ee43f69
Try to fix ruby building in CircleCI.
GUI Jul 27, 2015
75e6adb
Try to fix circleci rspec xml output.
GUI Jul 27, 2015
dc9b29e
Remove unused and defunct code from lua branch
GUI Jul 31, 2015
285c3dc
Update dependencies.
GUI Jul 31, 2015
4f2f67c
Fix error in elasticsearch index creation code during month changes.
GUI Jul 31, 2015
e4875bc
Fix error caused when Authorization header was invalid format.
GUI Jul 31, 2015
d5a6323
Fix jshint formatting issues.
GUI Jul 31, 2015
e4facdd
Bump to v0.8.16
GUI Jul 31, 2015
a31917d
Bump gatekeeper to v0.8.16.
GUI Jul 31, 2015
2d43223
Merge remote-tracking branch 'origin/master' into lua-router-integration
GUI Jul 31, 2015
b37d884
Fix logging of special characters and invalid utf-8 in lua branch.
GUI Aug 1, 2015
197e9c3
Remove extraneous text authorization header test under lua branch.
GUI Aug 1, 2015
aa7de51
Let's not send notifications for lua branch CI failures for now.
GUI Aug 1, 2015
0be928f
Fix some finicky tests. Default to no global nginx rate limits.
GUI Aug 4, 2015
627bf24
Further fixes for intermittent test failures.
GUI Aug 4, 2015
35bdc8b
Fix race condition in config loading during hyper-frequent nginx reloads
GUI Aug 11, 2015
7bc63fa
Move rate_limit_bucket_name into an API setting
Aug 12, 2015
2b2b76b
Fix so API scopes can be created for wildcard hosts.
GUI Aug 13, 2015
3afb7bb
Also fix client-side validation for wildcard host scope.
GUI Aug 13, 2015
45c9348
Add tooltips on API key restriction usage (IPs & referers).
GUI Aug 13, 2015
b005e81
Fix various race conditions surrounding rate limits:
GUI Aug 16, 2015
472f718
Cleanup code to fix most luacheck lint warnings.
GUI Aug 16, 2015
05b7d89
Fix CSV, XML, and HTML quoting and escaping for error messages.
GUI Aug 16, 2015
362653e
Fix some jshint warnings.
GUI Aug 16, 2015
3d69d60
Fix content negotiation issues for the error handling.
GUI Aug 17, 2015
6f1fab9
Disable nginx log buffering in test environment for easier debugging.
GUI Aug 17, 2015
b683dba
Run luacheck lint on test command.
GUI Aug 17, 2015
8fe07af
Update to openresty 1.9.3.1
GUI Aug 17, 2015
7ed1b58
Increase test timeout for some of the global rate limit tests.
GUI Aug 17, 2015
477e0f1
Merge remote-tracking branch 'router/master' into lua-router-integration
GUI Aug 17, 2015
a2923ce
Ensure test dependencies get installed in dependency phase of CircleCI.
GUI Aug 17, 2015
4dbc985
Fix so mora doesn't always rebuild in CI environment.
GUI Aug 17, 2015
c1ffca2
Implement DNS resolving in lua branch.
GUI Aug 24, 2015
0f57dd4
Extend setup timeouts. All some clarifying comments.
GUI Aug 24, 2015
db9bd7c
Extend more timeouts to debug CI test issues.
GUI Aug 24, 2015
fab52f7
Merge pull request #20 from cmc333333/124-move-to-settings
GUI Aug 26, 2015
015bb01
Fix admin form checkboxes under Firefox.
GUI Aug 26, 2015
615e233
Update some dependencies.
GUI Sep 5, 2015
8ede564
Remove remaining bits of dnsmasq configuration.
GUI Sep 5, 2015
f6aa966
Remove some invalid testing that shouldn't have been committed.
GUI Sep 5, 2015
2dedae2
Shift the backend test server from expressjs app to nginx/openresty app.
GUI Sep 6, 2015
155f903
Fix some race conditions related to config reloading during tests.
GUI Sep 7, 2015
8089376
Remove expressjs backend app for test suite (it's been replaced).
GUI Sep 7, 2015
8a8e2e2
Make sure the test/tmp directory exists.
GUI Sep 7, 2015
623469e
Debug why a couple dependencies keep getting rebuilt on CircleCI.
GUI Sep 7, 2015
8a4a9c2
Some more debugging for build on circleci.
GUI Sep 7, 2015
37527c1
A stab at fixing circleci's constant rebuilding of mora.
GUI Sep 7, 2015
f35c3d9
Let's try enabling IPv6 in CircleCI environment.
GUI Sep 7, 2015
360836c
Temporary debugging CI makefile issues.
GUI Sep 7, 2015
037292a
Fix mora always being rebuilt in the CI environment.
GUI Sep 7, 2015
b9c62c4
Fix a couple of corner-case test issues related to caching:
GUI Sep 7, 2015
a40ef99
Let's try to parallelize our CI test runs to speed things up.
GUI Sep 7, 2015
b0cb7c4
Try to fix test report collection during parallel test failures.
GUI Sep 7, 2015
29a0dc1
Disable apt-get update during CI setup.
GUI Sep 7, 2015
f53d4b4
Update some dependencies.
GUI Sep 7, 2015
87fdf82
Fix unbound getting rebuilt on each CI build.
GUI Sep 7, 2015
f9c3edb
Standardize and simplify mongodb queries. Fix a query error edge-case.
GUI Sep 7, 2015
54de78b
Fix a couple replicaset test issues.
GUI Sep 8, 2015
624eb54
Try to fix mocha xunit.xml file collection in CI environment.
GUI Sep 8, 2015
47add63
Some more CI reporter debugging.
GUI Sep 8, 2015
2e96fd3
More CI debugging.
GUI Sep 8, 2015
e170b6e
More CI debugging.
GUI Sep 8, 2015
2e31436
More CI reports debugging.
GUI Sep 8, 2015
df2b62c
More CI reports debugging.
GUI Sep 8, 2015
527c348
Fix possible rare test failure in integration logging tests.
GUI Sep 8, 2015
fc5486a
Fix some intermittent capybara integration tests failures.
GUI Sep 8, 2015
a371886
Merge remote-tracking branch 'web/master' into lua-router-integration
GUI Sep 8, 2015
fae65a0
Add headers to allow for caching API backends that set HTTP basic auth.
GUI Sep 10, 2015
6c1704b
Bump to v0.8.17
GUI Sep 10, 2015
fc9700b
Allow for caching of requests for API backends that add http basic auth.
GUI Sep 10, 2015
c42c274
Fix user-sent basic auth not being passed to api backend.
GUI Sep 10, 2015
2fc6516
Add a couple of additional inputs to the contact form.
GUI Sep 11, 2015
d9b7a6f
Allow admins to view the full api keys.
GUI Sep 17, 2015
d854045
Merge pull request #23 from NREL/api-key-admin-visibility
GUI Sep 17, 2015
6d2e657
Setup error data for easier overriding of URL variables.
GUI Sep 18, 2015
f5926a8
Fix for the legacy camel case variables not working the same.
GUI Sep 18, 2015
291974f
Expose new common error settings to admin. Also expose https error data.
GUI Sep 18, 2015
381b458
Update default config for error variable changes.
GUI Sep 18, 2015
c44ddf0
Fix handling of long hostnames.
GUI Sep 22, 2015
22cbec7
Merge pull request #9 from NREL/long-hostnames
GUI Sep 22, 2015
6541996
Merge remote-tracking branch 'web/master' into lua-router-integration
GUI Sep 23, 2015
9f93f32
Merge remote-tracking branch 'router/master' into lua-router-integration
GUI Sep 23, 2015
4873e42
Merge remote-tracking branch 'origin/master' into lua-router-integration
GUI Sep 23, 2015
203fd32
Fix some missing setup for new router tests.
GUI Sep 23, 2015
24d6528
Fix caching of internally set basic auth headers in lua branch.
GUI Sep 23, 2015
9a87e84
Try to tweak the CI script so it will run with a single node.
GUI Sep 23, 2015
6fc65e7
Add some missing tests for ip geocoding during logging functionality.
GUI Sep 23, 2015
6c70e03
Merge remote-tracking branch 'router/master' into lua-router-integration
GUI Sep 23, 2015
fa10065
Fix the initial superusers not having auth tokens assigned.
GUI Sep 24, 2015
5f66c7e
Some initial benchmarking experiments with different geoip options.
GUI Sep 26, 2015
50258e0
Reimplement geoip functionality in lua branch.
GUI Sep 27, 2015
1fbd3e6
Fix typo in libmaxminddb makefile.
GUI Sep 27, 2015
1aead7b
Get rid of unused npm packages from lua branch.
GUI Sep 27, 2015
8e80bb7
Remove unused, cached npm package during make process.
GUI Sep 27, 2015
860a80a
Reduce duplicate setup command during CI dependency phase.
GUI Sep 27, 2015
8ff556b
Merge remote-tracking branch 'origin/master' into lua-router-integration
GUI Sep 27, 2015
1bc0cc8
Prevent CI from trying to run middleman for us.
GUI Sep 27, 2015
f31d00c
Remove defunct shippable.yml file.
GUI Sep 27, 2015
ddc7781
Fix no parallel CI tests running on second node.
GUI Sep 27, 2015
e02adb4
Try to fix web tests not being reported in CI.
GUI Sep 27, 2015
e0d11c5
Remove unused bundler gems during setup.
GUI Sep 27, 2015
49fff5a
Dependency updates, log x-cache info for analytics, and a few fixes.
GUI Oct 3, 2015
ba6ba15
Fix auto-updater sleep processes not exiting on shutdown.
GUI Oct 4, 2015
9a69742
Fix the possibility of some intermittent test failures.
GUI Oct 4, 2015
c92a633
Hold trafficserver back to 5.3.1
GUI Oct 4, 2015
cd51128
Improve makefile when changing software dependency versions.
GUI Oct 4, 2015
7680783
Fix lyaml dependency installation and upgrade luarocks.
GUI Oct 7, 2015
92b65ff
Merge pull request #24 from NREL/common-error-data-variables
GUI Oct 9, 2015
f998b37
Merge pull request #21 from NREL/common-error-data-variables
GUI Oct 9, 2015
d4964b0
Bump to v0.8.18
GUI Oct 9, 2015
6875870
Merge pull request #8 from NREL/common-error-data-variables
GUI Oct 9, 2015
9f198fb
Bump gatekeeper to v0.8.18.
GUI Oct 9, 2015
700ca59
Try to fix geoip tests out in CI environment.
GUI Oct 9, 2015
9f2b63d
Another try at fixing geoip tests in CI environment.
GUI Oct 9, 2015
d7c9fb9
Fix running the web-app server in production mode.
GUI Oct 10, 2015
875096b
Changes to removed hard-coded path defaults. Also remove unused config.
GUI Oct 10, 2015
e148681
Reworking the make build process. Other cleanup.
GUI Oct 11, 2015
f4d99bf
Better separate concept of embedded root dir and root dir.
GUI Oct 11, 2015
289a715
Fix routing for web APIs. Add install for static site.
GUI Oct 12, 2015
095f78e
Try to fix web tests in CI environment
GUI Oct 12, 2015
b27634f
Some initial experiments with building a package for the lua branch.
GUI Oct 22, 2015
8d433c6
Bump some dependencies. Better separate test dependencies install path.
GUI Oct 22, 2015
8d5d92d
Fix is_array & deep_merge_overwrite_arrays handling of empty objects.
GUI Oct 22, 2015
a0b70c8
Merge remote-tracking branch 'origin/master' into lua
GUI Oct 23, 2015
499c37a
Merge remote-tracking branch 'gatekeeper/master' into lua
GUI Oct 23, 2015
bdfa9c1
Merge remote-tracking branch 'router/master' into lua
GUI Oct 23, 2015
d1b16b7
Merge remote-tracking branch 'web/master' into lua
GUI Oct 23, 2015
cb33405
Fix the initial_superusers having an auth token in lua branch.
GUI Oct 23, 2015
f3ff093
Implement changes related to common_data error vars in lua branch.
GUI Oct 23, 2015
4339e92
Add some comments surrounding the error handler.
GUI Oct 23, 2015
0dda97f
Updates for build/packaging process. Enable PCRE JIT for nginx.
GUI Oct 25, 2015
77c93b4
More fixes for build/packaging process.
GUI Oct 25, 2015
886548d
Fix backgrounding for "api-umbrella start" command.
GUI Oct 25, 2015
192f6f0
Fix rails booting in development mode due to asset reorganization.
GUI Oct 25, 2015
c733870
Implement rest of CLI (stop, status, etc). Logging cleanup/improvements.
GUI Oct 26, 2015
659f981
Fix error when empty Location header was in response.
GUI Oct 26, 2015
c357c58
Exclude test environment config files from package release.
GUI Oct 26, 2015
8924157
Fix processes running as root in lua branch.
GUI Oct 26, 2015
6d7f510
Bump to trafficserver 5.3.2
GUI Oct 26, 2015
78f07e0
Try to prevent needless asset rebuilding in CI environment.
GUI Oct 26, 2015
7136fe8
Let's try to fix capybara tests of the admin.
GUI Oct 26, 2015
bd8f6f3
Try to fix CI builds.
GUI Oct 26, 2015
96bdd5a
Another fix for CI builds.
GUI Oct 26, 2015
e261399
Fix nginx template generation when IP rate is set but no burst.
GUI Oct 26, 2015
ffbba28
Fix dns resolving in nginx when static site is set to a hostname.
GUI Oct 26, 2015
68848f4
Remove defunct reference to single static site backend.
GUI Oct 26, 2015
a1838de
Fix "services" configuration in lua branch.
GUI Oct 26, 2015
c41f63e
Cleanup server port binding.
GUI Oct 26, 2015
22a6040
Bump libcidr-ffi to fix memory leak.
GUI Oct 26, 2015
9934ae1
Fix install ordering issue with libcidr and libcidr-ffi.
GUI Oct 26, 2015
9b6d6f2
Bump the static site and some gems to debug some CI build issues.
GUI Oct 27, 2015
496dc72
Revert puma upgrade.
GUI Oct 27, 2015
cb89331
Another go at unexporting problematic variables from make.
GUI Oct 27, 2015
ebf16ec
Also exclude gitignored files during packaging process.
GUI Oct 27, 2015
f325aed
Fix delayed job process not starting up in right RAILS_ENV
GUI Oct 27, 2015
7a1da87
Some additional debugging for CI builds.
GUI Oct 27, 2015
6491389
Fix asset precompiling for production builds.
GUI Oct 27, 2015
d1235ca
Debugging some odd CI caching issues.
GUI Oct 27, 2015
c6ab85b
See if vendor symlink is messing up circleci's caching.
GUI Oct 27, 2015
ea05b82
Fix parallel CI tests due to reorganizing test dependencies.
GUI Oct 27, 2015
963dcad
Fix CI test caching.
GUI Oct 27, 2015
9308a83
Increase some testing timeouts.
GUI Oct 27, 2015
c09dd8b
Update init.d script with output.
GUI Oct 30, 2015
d7adf66
Add missing version command to cli help output.
GUI Oct 30, 2015
1cf6a95
Some cleanup for the packaging build script.
GUI Oct 30, 2015
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .capistrano/metrics
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
none
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,16 @@
# Ignore bundler config
/.bundle

# Ignore the build directory for the website
/build

# Ignore Circle CI items, so the GitHub pages publish task can work.
/.ruby-version

/build/local
/build/package/.bundle
/build/work
/log/*
/test/node_modules
/test/config/.overrides.yml
/test/log/*
/test/tmp/*
/ci_cache
/vendor
10 changes: 10 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
globals = {
"DEBUG",
"WORKER_GROUP_ID",
"config",
"elasticsearch_templates",
"inspect",
"ndk",
"ngx",
"user_agent_parser_data",
}
11 changes: 11 additions & 0 deletions Capfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Load DSL and Setup Up Stages
require "capistrano/setup"

# Includes default deployment tasks
require "capistrano/deploy"

# Includes additional plugins
require "capistrano/npm"

# Loads custom tasks from `lib/capistrano/tasks" if you have any defined.
Dir.glob("lib/capistrano/tasks/*.rake").each { |r| import r }
18 changes: 0 additions & 18 deletions Gemfile

This file was deleted.

Loading