Commit Graph

29 Commits

Author SHA1 Message Date
Churikova Tetiana 1b91d611ed Dockerfile for openbounty tests 2018-03-02 17:37:20 +02:00
Tetiana Churikova f7f3795274
Merge pull request #239 from status-im/tests/git-fork-repo
BaseTestCase refactoring
2018-02-07 12:30:48 +02:00
Churikova Tetiana ccf3fcc485 add ability to delete fork;
rework BaseTestCase to use 2 drivers and setup\teardown classmethods;
move all preconditions for tests to setup\teardown classmethods.
2018-02-06 12:58:13 +02:00
Churikova Tetiana 417018572e add ability to delete fork;
rework BaseTestCase to use 2 drivers and setup\teardown classmethods;
move all preconditions for tests to setup\teardown classmethods.
2018-02-05 16:14:28 +02:00
Churikova Tetiana 7bf00ce6c1 fixed Jenkinsfile for Jenkins 2018-01-30 18:25:46 +02:00
Churikova Tetiana 417317f9b5 test for forking repo and cloning it to local repo 2018-01-26 20:12:58 +02:00
Churikova Tetiana b10fee6ff1 Add end-to-end setup doc 2018-01-26 13:36:08 +02:00
Tetiana Churikova 8414d19404 Config support and other little improvements (#231)
* Configure work with remote config; add stepa to verify issue title;

* transfer settings to global .gitignore

* Change channel and repo path

* Delete local env by default

* change locator for BountyFooters
2018-01-24 12:58:58 +02:00
Anton Danchenko 0db8136730 added local env 2018-01-22 18:19:05 +02:00
Anton Danchenko 0d712c54eb added framework for end to end tests, also added first test 'deploy new contract' 2017-12-03 18:54:34 +01:00
Oskar Thorén 1db018912b Disable repositories tab 2017-11-10 21:48:38 +00:00
Teemu Patja c6f6afa461
Unit test for deploying multisig
* clojure test for deploying multisig contract to blockchain
2017-08-22 13:53:05 +03:00
Julien Eluard d7e4843c82
Fixed wrong arity 2017-07-26 23:51:45 +02:00
Teemu Patja d6aaa2dcea
Fix calls to users/create-user
* remove extraneus parameter to users/create-user in pull_request
  webhook handler (Fixes #54)
* fix db test
2017-04-12 12:36:53 +03:00
Teemu Patja 35df02edea
Update bounty issue comment on PR merge
* update comment for a bounty issue when a PR is selected as the
  winning claim by merging
* fixed bug in pending-bounties causing first PR referencing a bounty
  issue to be considered as winning claim

Fixes: #44
2017-03-19 22:13:09 +02:00
Teemu Patja bf028991e8
Update bounty issue comment after payout
* update bounty issue comment to indicate the bounty has been paid out
* minor refactoring

Fixes: #36
2017-03-19 17:10:56 +02:00
Teemu Patja 8aa7c87835
Remove "repo" oauth scope
* remove "repo" from required permissions (fixes: #29)
* formatting
2017-03-08 22:06:15 +02:00
Teemu Patja 6e60802803
Ignore comments in PR body + unit test
* ignore markdown comments in PR body
* unit test coverage for issue-id extraction from PR webhook
2017-03-08 21:42:52 +02:00
Teemu Patja 1ad6fb3b93
Inline logo svg, remove old svg's 2017-02-23 18:52:14 +02:00
Teemu Patja 0b69459638
Do not checksum validate address by default
* make checksum validation optional in valid-address?
* update test
2017-02-22 21:51:47 +02:00
Teemu Patja 4e627be1e0
UX improvements + address validation
* error/success flash notification support
* disable spellcheck for address editbox
* validate user's Ethereum address when saving
* update button state styles
2017-02-21 21:43:35 +02:00
Teemu Patja 1663669163
Ethereum address validation + unit test
* utility function for validate Ethereum addresses
* unit test
2017-02-21 21:41:39 +02:00
Teemu Patja 6e646280c2
WIP: new UX
* semantic UI + less based UI styling
* header, tabs, user-profile component
* store avatar URL in DB, show image in user
* unify :user and :user-profile in app-db for simplicity
2017-02-12 22:25:32 +02:00
Teemu Patja 6fc8702a34
Move inline SVG hiccup to separate module 2017-02-11 14:53:32 +02:00
Teemu Patja afce955ff3
Fix first-time sign in issue
* db/create-user! now returns a map with the created data instead of a
number, as expected by the client side.
* fixed broken test

Fixes: #4
2017-01-20 20:36:24 +02:00
kagel b2f92e2f0e Link referenced issue by parsing "Fixes" keyword 2016-09-01 02:03:53 +03:00
kagel a484d477f4 JDBC_DATABASE_URL 2016-08-30 01:57:35 +03:00
kagel baf07a21ec Persist user 2016-08-22 03:22:39 +03:00
kagel c4bab5a6ed Luminus skeleton + useless github button 2016-08-21 00:36:09 +03:00