• Joined on 2023-08-20
bucky deleted branch create-json from bucky/url-shortener 2023-10-12 14:36:39 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-12 14:36:39 -07:00
5cec47efcc Merge pull request 'create-json' (#21) from create-json into master
cabb4daded split up the nil? and empty? cases, because they are different
1e61a76ded added 2 more tests for empty and missing url data posting to links
ac3e9f14cd added links route for API interactions
5ee9351362 added db initialization to make sure the db exists and is up to date
Compare 15 commits »
bucky closed issue bucky/url-shortener#1 2023-10-12 14:36:38 -07:00
add a json create endpoint
bucky merged pull request bucky/url-shortener#21 2023-10-12 14:36:38 -07:00
create-json
bucky created pull request bucky/url-shortener#21 2023-10-12 14:36:20 -07:00
create-json
bucky pushed to create-json at bucky/url-shortener 2023-10-12 14:28:40 -07:00
cabb4daded split up the nil? and empty? cases, because they are different
1e61a76ded added 2 more tests for empty and missing url data posting to links
Compare 2 commits »
bucky pushed to create-json at bucky/url-shortener 2023-10-12 11:43:49 -07:00
ac3e9f14cd added links route for API interactions
5ee9351362 added db initialization to make sure the db exists and is up to date
2964e06639 added before and after actions
Compare 3 commits »
bucky pushed to create-json at bucky/url-shortener 2023-10-12 11:33:37 -07:00
d1a0fc0222 change request to use the /links path, to fit more into a RESTful API
bucky pushed to create-json at bucky/url-shortener 2023-10-11 19:24:42 -07:00
4a82174526 implemented API create endpoint
3ae20255f6 DRY it out a little
f69c53bf29 removed unnecessary variable
7d6c098047 added more to the spec test for creating a new link
Compare 4 commits »
bucky pushed to create-json at bucky/url-shortener 2023-10-11 12:06:20 -07:00
3421e18f21 added more logic for running tests without killing the whole pipeline, and outputting rspec results
bucky pushed to create-json at bucky/url-shortener 2023-10-11 11:05:20 -07:00
0dec27a01c added rspec step in tests stage, adjusted should clause
c45cf6ab51 started building out rspec specs for API functionality
Compare 2 commits »
bucky pushed to create-json at bucky/url-shortener 2023-10-10 17:30:11 -07:00
e50667b392 split homepage out into homepage and submit feature sets
d4db64f404 Merge pull request 'cucumber-jenkins' (#20) from cucumber-jenkins into master
05858078d1 added unstable scenario
f75f0378bf separate out success and failure tasks
c3d2fb32e2 added icon for message
Compare 24 commits »
bucky deleted branch cucumber-jenkins from bucky/url-shortener 2023-10-10 17:22:58 -07:00
bucky pushed to master at bucky/url-shortener 2023-10-10 17:22:58 -07:00
d4db64f404 Merge pull request 'cucumber-jenkins' (#20) from cucumber-jenkins into master
05858078d1 added unstable scenario
f75f0378bf separate out success and failure tasks
c3d2fb32e2 added icon for message
1fe30fc7e7 removed jenkins cucumber section, use the html formatter instead
Compare 23 commits »
bucky merged pull request bucky/url-shortener#20 2023-10-10 17:22:56 -07:00
cucumber-jenkins
bucky created pull request bucky/url-shortener#20 2023-10-10 17:22:42 -07:00
cucumber-jenkins
bucky pushed to cucumber-jenkins at bucky/url-shortener 2023-10-10 17:21:08 -07:00
05858078d1 added unstable scenario
bucky pushed to cucumber-jenkins at bucky/url-shortener 2023-10-10 17:17:07 -07:00
f75f0378bf separate out success and failure tasks
bucky pushed to cucumber-jenkins at bucky/url-shortener 2023-10-10 17:11:52 -07:00
c3d2fb32e2 added icon for message
bucky pushed to cucumber-jenkins at bucky/url-shortener 2023-10-10 17:08:42 -07:00
1fe30fc7e7 removed jenkins cucumber section, use the html formatter instead