mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
commit
6c5bd29b92
4 changed files with 13 additions and 9 deletions
|
@ -20,4 +20,5 @@ addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.4"
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
- staging
|
- staging
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
25.10.2016
|
25.10.2016
|
||||||
* Outdated specs removed, failing specs fixed, rspec config improved
|
* Outdated specs removed, failing specs fixed, rspec config improved
|
||||||
|
|
||||||
|
20.10.2016
|
||||||
|
* Travis CI integration added, New Relic removed
|
||||||
|
|
||||||
19.10.2016
|
19.10.2016
|
||||||
* BUG fix: Record current time for outzone on domain:delete EPP request
|
* BUG fix: Record current time for outzone on domain:delete EPP request
|
||||||
* ForceDelete automatic notice: fixed et and ee wording to reflect the date the domain is actually deleted.
|
* ForceDelete automatic notice: fixed et and ee wording to reflect the date the domain is actually deleted.
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
Domain Registry
|
Domain Registry
|
||||||
===============
|
===============
|
||||||
|
[](https://travis-ci.org/internetee/registry)
|
||||||
|
|
||||||
Full stack top-level domain (TLD) management.
|
Full stack top-level domain (TLD) management.
|
||||||
|
|
||||||
|
@ -404,6 +405,10 @@ sudo apt-get install libxext-dev libxrender1 fontconfig
|
||||||
|
|
||||||
* [Testing](/doc/testing.md)
|
* [Testing](/doc/testing.md)
|
||||||
|
|
||||||
|
### Travis CI
|
||||||
|
|
||||||
|
* Travis is configured to build against master and staging branches by default.
|
||||||
|
* Notification emails are sent to committer by default.
|
||||||
|
|
||||||
### EPP web client
|
### EPP web client
|
||||||
|
|
||||||
|
|
|
@ -110,11 +110,6 @@ sk_digi_doc_service_name: 'EIS test'
|
||||||
|
|
||||||
#
|
#
|
||||||
# MISC
|
# MISC
|
||||||
#
|
|
||||||
# New Relic app name, keep only current mode, remove other names.
|
|
||||||
# Example: 'Admin, EPP, REPP' will have name 'Admin, EPP, REPP - production' at New Relic.
|
|
||||||
new_relic_app_name: 'Admin, EPP, REPP, Registrar, Registrant'
|
|
||||||
new_relic_license_key: '42d1c2ba4ed17a9cf6297c59d80e563a3dd3c4fa'
|
|
||||||
|
|
||||||
# You can use `rake secret` to generate a secure secret key.
|
# You can use `rake secret` to generate a secure secret key.
|
||||||
# Your secret key is used for verifying the integrity of signed cookies.
|
# Your secret key is used for verifying the integrity of signed cookies.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue